Author: glen                         Date: Thu Jan 31 14:37:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 2008-01-31:
  - The "device" muxers and demuxers are now in a new libavdevice library
  - H.264 PAFF decoding
  - Nellymoser ASAO decoder
  - Beam Software SIFF demuxer and decoder
  - libvorbis Vorbis decoding removed in favor of native decoder
  - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
  - Ogg muxer
  - PC Paintbrush PCX decoder
  - Sun Rasterfile decoder
  - TechnoTrend PVA demuxer
  - Linux Media Labs MPEG-4 (LMLM4) demuxer
  - AVM2 (Flash 9) SWF muxer

---- Files affected:
SPECS:
   ffmpeg.spec (1.153 -> 1.154) 

---- Diffs:

================================================================
Index: SPECS/ffmpeg.spec
diff -u SPECS/ffmpeg.spec:1.153 SPECS/ffmpeg.spec:1.154
--- SPECS/ffmpeg.spec:1.153     Sat Dec  1 22:07:12 2007
+++ SPECS/ffmpeg.spec   Thu Jan 31 15:37:51 2008
@@ -7,9 +7,9 @@
 %bcond_without autoreqdep      # don't care about package name deps generated 
by rpm
 %bcond_without imlib2          # don't build imlib2 vhook module
 #
-%define                _snap   2007-10-09
+%define                _snap   2008-01-31
 %define                snap    %(echo %{_snap} | tr -d -)
-%define                _rel 0.3
+%define                _rel 0.1
 Summary:       Realtime audio/video encoder and streaming server
 Summary(pl.UTF-8):     Koder audio/wideo czasu rzeczywistego oraz serwer 
strumieni
 Name:          ffmpeg
@@ -21,13 +21,13 @@
 Group:         Applications/Multimedia
 #Source0:      http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
 Source0:       http://ffmpeg.mplayerhq.hu/%{name}-export-snapshot.tar.bz2
-# Source0-md5: fcf10b6a1bf7d0ff1aa41e7d57c69e22
+# Source0-md5: 6c8b32545838a4090348b93d5195bd08
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
 Patch0:                %{name}-gcc4.patch
 Patch1:                %{name}-img_convert_symbol.patch
-Patch2:                %{name}-a52bin.patch
+#Patch2:               %{name}-a52bin.patch
 Patch3:                %{name}-pkgconfig-lib64.patch
 URL:           http://ffmpeg.mplayerhq.hu/
 BuildRequires: SDL-devel
@@ -46,7 +46,6 @@
 %{?with_imlib2:BuildRequires:  imlib2-devel >= 1.3.0}
 BuildRequires: lame-libs-devel
 BuildRequires: libgsm-devel
-BuildRequires: libogg-devel
 BuildRequires: libraw1394-devel
 BuildRequires: libtheora-devel >= 1.0-0.alpha7
 BuildRequires: libtool >= 2:1.4d-3
@@ -212,7 +211,7 @@
 %build
 # notes:
 # - it's not autoconf configure
-# - --disable-debug, --disable-opts, tune=generic causes not to override our 
optflags
+# - --disable-debug, --disable-optimizations, tune=generic causes not to 
override our optflags
 ./configure \
        --arch=%{_target_base_arch} \
        --prefix=%{_prefix} \
@@ -227,7 +226,6 @@
        --enable-libfaadbin \
        --enable-gpl \
        --enable-libgsm \
-       --enable-libogg \
        --enable-libtheora \
        --enable-libmp3lame \
        --enable-pp \
@@ -251,7 +249,7 @@
        --extra-cflags="%{rpmcflags}" \
        --extra-ldflags="%{rpmldflags}" \
        --disable-debug \
-       --disable-opts \
+       --disable-optimizations \
 
 %{__make}
 
@@ -305,10 +303,17 @@
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libavcodec.so.*.*.*
+%attr(755,root,root) %{_libdir}/libavdevice.so.*.*.*
 %attr(755,root,root) %{_libdir}/libavformat.so.*.*.*
 %attr(755,root,root) %{_libdir}/libavutil.so.*.*.*
 %attr(755,root,root) %{_libdir}/libpostproc.so.*.*.*
 %attr(755,root,root) %{_libdir}/libswscale.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libavcodec.so.51
+%attr(755,root,root) %ghost %{_libdir}/libavdevice.so.52
+%attr(755,root,root) %ghost %{_libdir}/libavformat.so.52
+%attr(755,root,root) %ghost %{_libdir}/libavutil.so.49
+%attr(755,root,root) %ghost %{_libdir}/libpostproc.so.51
+%attr(755,root,root) %ghost %{_libdir}/libswscale.so.0
 %dir %{_libdir}/vhook
 %attr(755,root,root) %{_libdir}/vhook/drawtext.so
 %attr(755,root,root) %{_libdir}/vhook/fish.so
@@ -320,6 +325,7 @@
 %defattr(644,root,root,755)
 %doc doc/optimization.txt
 %attr(755,root,root) %{_libdir}/libavcodec.so
+%attr(755,root,root) %{_libdir}/libavdevice.so
 %attr(755,root,root) %{_libdir}/libavformat.so
 %attr(755,root,root) %{_libdir}/libavutil.so
 %attr(755,root,root) %{_libdir}/libpostproc.so
@@ -359,6 +365,21 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154  2008-01-31 14:37:51  glen
+- update to 2008-01-31:
+  - The "device" muxers and demuxers are now in a new libavdevice library
+  - H.264 PAFF decoding
+  - Nellymoser ASAO decoder
+  - Beam Software SIFF demuxer and decoder
+  - libvorbis Vorbis decoding removed in favor of native decoder
+  - IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
+  - Ogg muxer
+  - PC Paintbrush PCX decoder
+  - Sun Rasterfile decoder
+  - TechnoTrend PVA demuxer
+  - Linux Media Labs MPEG-4 (LMLM4) demuxer
+  - AVM2 (Flash 9) SWF muxer
+
 Revision 1.153  2007-12-01 21:07:12  qboosh
 - *GPL versions
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffmpeg.spec?r1=1.153&r2=1.154&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to