Author: glen                         Date: Tue Mar 13 00:26:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2007-03-12
 - BMP encoder
 - WMA encoder
 - GSM-MS encoder and decoder
 - DCA decoder
- imlib2 dep increased (has fixed badness with X_DISPLAY_MISSING define)

---- Files affected:
SPECS:
   ffmpeg.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/ffmpeg.spec
diff -u SPECS/ffmpeg.spec:1.127 SPECS/ffmpeg.spec:1.128
--- SPECS/ffmpeg.spec:1.127     Mon Feb 12 22:23:55 2007
+++ SPECS/ffmpeg.spec   Tue Mar 13 01:26:02 2007
@@ -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-01-28
+%define                _snap   2007-03-12
 %define                snap    %(echo %{_snap} | tr -d -)
-%define                _rel 0.1
+%define                _rel 1
 Summary:       Realtime audio/video encoder and streaming server
 Summary(pl.UTF-8):     Koder audio/wideo czasu rzeczywistego oraz serwer 
strumieni
 Name:          ffmpeg
@@ -21,7 +21,7 @@
 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: 9d428b61ab99f838c42958d421084ab3
+# Source0-md5: 5ab68c1ca93207b9de76eddc841a2325
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
@@ -44,7 +44,7 @@
 # require version with altivec support fixed
 BuildRequires: gcc >= 5:3.3.2-3
 %endif
-%{?with_imlib2:BuildRequires:  imlib2-devel >= 1.1.0-2}
+%{?with_imlib2:BuildRequires:  imlib2-devel >= 1.3.0}
 BuildRequires: lame-libs-devel
 BuildRequires: libdts-devel
 BuildRequires: libgsm-devel
@@ -222,22 +222,22 @@
        --shlibdir=%{_libdir} \
        --mandir=%{_mandir} \
        --disable-strip \
-       --enable-a52 \
-       --enable-a52bin \
-       --enable-dts \
-       --enable-faac \
-       --enable-faad \
-       --enable-faadbin \
+       --enable-liba52 \
+       --enable-liba52bin \
+       --enable-libdts \
+       --enable-libfaac \
+       --enable-libfaad \
+       --enable-libfaadbin \
        --enable-gpl \
        --enable-libgsm \
        --enable-libogg \
        --enable-libtheora \
-       --enable-mp3lame \
+       --enable-libmp3lame \
        --enable-pp \
        --enable-pthreads \
        --enable-shared \
        --enable-swscaler \
-       --enable-vorbis \
+       --enable-libvorbis \
        --enable-x264 \
        --enable-xvid \
 %ifnarch %{ix86} %{x8664}
@@ -266,7 +266,6 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install xvmc_render.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
 install config.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
 install libavformat/allformats.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ffserver
@@ -363,6 +362,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2007/03/13 00:26:02  glen
+- updated to 2007-03-12
+ - BMP encoder
+ - WMA encoder
+ - GSM-MS encoder and decoder
+ - DCA decoder
+- imlib2 dep increased (has fixed badness with X_DISPLAY_MISSING define)
+
 Revision 1.127  2007/02/12 21:23:55  glen
 - tabs in preamble
 
@@ -437,7 +444,7 @@
 
 Revision 1.106  2006/12/04 22:52:24  glen
 - 2006-12-04 snapshot (compiles)
-[fixes CVE-2006-4800]
+  [fixes CVE-2006-4800]
 
 Revision 1.105  2006/10/26 12:34:06  grzegol
 - fixed to build with libx264-0.1.2-1.20061024_2245.1; rel. 15
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ffmpeg.spec?r1=1.127&r2=1.128&f=u

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

Reply via email to