|
@@ -1,9 +1,12 @@
|
|
|
|
+%global posttag svn18423
|
|
Name: ffmpeg2theora
|
|
Name: ffmpeg2theora
|
|
Version: 0.28
|
|
Version: 0.28
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?posttag:.%{posttag}}%{?_dist_release}
|
|
Summary: Convert any file that ffmpeg can decode to theora
|
|
Summary: Convert any file that ffmpeg can decode to theora
|
|
Summary(ja): ffmpeg がデコード可能なファイルを theora に変換するツール
|
|
Summary(ja): ffmpeg がデコード可能なファイルを theora に変換するツール
|
|
Source0: http://www.v2v.cc/~j/ffmpeg2theora/downloads/%{name}-%{version}.tar.bz2
|
|
Source0: http://www.v2v.cc/~j/ffmpeg2theora/downloads/%{name}-%{version}.tar.bz2
|
|
|
|
+Source10: ffmpeg2theora-snapshot.sh
|
|
|
|
+Patch0: ffmpeg2theora-0.28+%{posttag}.patch
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
URL: http://www.v2v.cc/~j/ffmpeg2theora/
|
|
URL: http://www.v2v.cc/~j/ffmpeg2theora/
|
|
@@ -15,7 +18,7 @@ BuildRequires: libvorbis-devel
|
|
### *-devel pacages provided by other self-build-* should only be listed
|
|
### *-devel pacages provided by other self-build-* should only be listed
|
|
### in self-build-%{name}.spec as PreReq.
|
|
### in self-build-%{name}.spec as PreReq.
|
|
#
|
|
#
|
|
-# BuildRequires: ffmpeg-devel >= 0.6.1
|
|
|
|
|
|
+# BuildRequires: ffmpeg-devel >= 0.10
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
@@ -33,9 +36,9 @@ ffmpeg2theora を使えば ffmpeg がデコードできるどんな種類のフ
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-
|
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+%patch0 -p1 -b .orig
|
|
|
|
|
|
%build
|
|
%build
|
|
scons APPEND_CCFLAGS="$RPM_OPT_FLAGS"
|
|
scons APPEND_CCFLAGS="$RPM_OPT_FLAGS"
|
|
@@ -60,6 +63,10 @@ scons install destdir=$RPM_BUILD_ROOT prefix=%{_prefix}
|
|
%{_mandir}/man1/ffmpeg2theora.1.gz
|
|
%{_mandir}/man1/ffmpeg2theora.1.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.28-2.svn18423
|
|
|
|
+- update to the latest upstream commit
|
|
|
|
+ - for ffmpeg 0.10 compatibility
|
|
|
|
+
|
|
* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.28-1
|
|
* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.28-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- License: GPLv2+
|
|
- License: GPLv2+
|