SPECS: gstreamer-ffmpeg.spec - updated to 0.10.4 - removed obsolete nocpp p...

qboosh qboosh at pld-linux.org
Thu May 29 23:41:59 CEST 2008


Author: qboosh                       Date: Thu May 29 21:41:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.10.4
- removed obsolete nocpp patch
- use system ffmpeg libs (internal won't build with our configure parameters
  due to broken build system)

---- Files affected:
SPECS:
   gstreamer-ffmpeg.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/gstreamer-ffmpeg.spec
diff -u SPECS/gstreamer-ffmpeg.spec:1.21 SPECS/gstreamer-ffmpeg.spec:1.22
--- SPECS/gstreamer-ffmpeg.spec:1.21	Sun Dec 16 02:23:58 2007
+++ SPECS/gstreamer-ffmpeg.spec	Thu May 29 23:41:54 2008
@@ -1,24 +1,21 @@
 # $Revision$, $Date$
-#
-# TODO
-# Use shared ffmpeg lib instead of builtin - anyone wants to do it?
-#
 %define gstname gst-ffmpeg
 %define gst_major_ver   0.10
 
 Summary:	GStreamer Streaming-media framework plug-in using FFmpeg
 Summary(pl.UTF-8):	Wtyczka do środowiska obróbki strumieni GStreamer używająca FFmpeg
 Name:		gstreamer-ffmpeg
-Version:	0.10.3
+Version:	0.10.4
 Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gst-ffmpeg/%{gstname}-%{version}.tar.bz2
-# Source0-md5:	c07fd2da0835989fc4eae291cbc05f09
-Patch0:		%{name}-nocpp.patch
+# Source0-md5:	761cbbc0b5f077449082d0ea7527941e
 URL:		http://gstreamer.net/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
+# libavutil,libswscale needed
+BuildRequires:	ffmpeg-devel >= 0.4.9-4.20060530
 BuildRequires:	gstreamer-plugins-base-devel >= 0.10.4
 BuildRequires:	liboil-devel >= 0.3.6
 BuildRequires:	libtool
@@ -26,8 +23,6 @@
 Requires:	gstreamer-plugins-base >= 0.10.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		specflags_ppc	-maltivec
-
 %description
 GStreamer is a streaming-media framework, based on graphs of filters
 which operate on media data. Applications using this library can do
@@ -52,23 +47,16 @@
 
 %prep
 %setup -q -n %{gstname}-%{version}
-%patch0 -p1
 
 %build
-cd gst-libs/ext/ffmpeg
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd ../../..
 %{__libtoolize}
 %{__aclocal} -I common/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-	--disable-static
+	--disable-static \
+	--with-system-ffmpeg
 %{__make}
 
 %install
@@ -94,6 +82,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2008-05-29 21:41:54  qboosh
+- updated to 0.10.4
+- removed obsolete nocpp patch
+- use system ffmpeg libs (internal won't build with our configure parameters
+  due to broken build system)
+
 Revision 1.21  2007-12-16 01:23:58  qboosh
 - updated to 0.10.3
 
================================================================

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



More information about the pld-cvs-commit mailing list