Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
ffx264.changes
Added
@@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Oct 18 20:27:00 UTC 2016 - neutrino8@gmail.com + +- Add changes file
View file
ffx264.spec
Changed
@@ -1,47 +1,53 @@ -# norootforbuild - -Name: ffx264 -Version: 3.0.4 -Release: 1 - -License: GPL-2.0+ -Group: Productivity/Multimedia/Video/Editors and Convertors -Summary: A basic and small shell script for encoding to H.264 with ffmpeg and libx264 -URL: https://sourceforge.net/projects/ffx264/ - +# +# spec file for package ffx264 +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: ffx264 +Version: 3.0.4 +Release: 0 +Summary: A small shell script for encoding to H.264 with ffmpeg +License: GPL-2.0+ +Group: Productivity/Multimedia/Video/Editors and Convertors +Url: https://sourceforge.net/projects/ffx264/ Source0: %{name}-%{version}.tar.gz - -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - Requires: ffmpeg - +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description A very basic and small shell script for encoding video files to the H.264 video format using ffmpeg and libx264. - %prep -%setup -q -n %{name}-%{version} +%setup -q %build %install -%__install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} +install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} gzip -9 %{name}.1 -%__install -D -m 644 %{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz +install -D -m 644 %{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz -%clean -rm -rf "%{buildroot}" - %files %defattr(-,root,root) %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1%{ext_man} %doc AUTHORS ChangeLog LICENSE README preset.txt - %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.