rpms/avbin/devel avbin.spec,1.3,1.4

Orcan Ogetbil oget at rpmfusion.org
Sun Mar 29 23:24:16 CEST 2009


Author: oget

Update of /cvs/free/rpms/avbin/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9464

Modified Files:
	avbin.spec 
Log Message:
* Sun Mar 29 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-9
- Hardcode ffmpeg revision number (because ffmpeg -version gives incomplete
  information)



Index: avbin.spec
===================================================================
RCS file: /cvs/free/rpms/avbin/devel/avbin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avbin.spec	29 Mar 2009 12:43:06 -0000	1.3
+++ avbin.spec	29 Mar 2009 21:24:16 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:        Cross-platform media decoding library
 Name:           avbin
 Version:        7
-Release:        8%{?dist}
+Release:        9%{?dist}
 # Note that this license is implicitly converted to GPLv3 because we are linking to
 # a GPLv2+ ffmpeg:
 License:        LGPLv3+
@@ -19,7 +19,7 @@
 Patch9:         avbin-Makefile-shared.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  doxygen
-BuildRequires:  ffmpeg >= 0.4.9-0.48.20080908
+#BuildRequires:  ffmpeg >= 0.4.9-0.48.20080908
 BuildRequires:  ffmpeg-devel >= 0.4.9-0.48.20080908
 
 %description
@@ -56,9 +56,12 @@
 
 %build
 # Now compile avbin
+# (Normally we use $(ffmpeg -version |grep FFmpeg |sed 's|[^0-9]*||') to get
+# ffmpeg revision. Since ffmpeg behaves differently now, we hardcode the revision
+# number)
 make %{?_smp_mflags} \
      AVBIN_VERSION=$(cat VERSION) \
-     FFMPEG_REVISION=$(ffmpeg -version |grep FFmpeg |sed 's|[^0-9]*||') \
+     FFMPEG_REVISION=17727 \
      FFMPEG=%{_includedir}/ffmpeg
 # Generate the doc files:
 doxygen Doxyfile
@@ -91,6 +94,10 @@
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Sun Mar 29 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-9
+- Hardcode ffmpeg revision number (because ffmpeg -version gives incomplete
+  information)
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7-8
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list