[packages/gstreamer0.10-ffmpeg: 24/50] - updated to 0.10.4 - removed obsolete nocpp patch - use system ffmpeg libs (internal won't build wi

jajcus jajcus at pld-linux.org
Thu Jan 10 12:31:00 CET 2013


commit b2accba3a03f0394f6df0d60ca6a3f4359ad294f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 29 21:41:54 2008 +0000

    - 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)
    
    Changed files:
        gstreamer-ffmpeg.spec -> 1.22

 gstreamer-ffmpeg.spec | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
index 38f45f3..fc53ab2 100644
--- a/gstreamer-ffmpeg.spec
+++ b/gstreamer-ffmpeg.spec
@@ -1,23 +1,20 @@
-#
-# 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
@@ -25,8 +22,6 @@ BuildRequires:	pkgconfig
 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
@@ -51,23 +46,16 @@ najpopularniejsze formaty multimedialne.
 
 %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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-ffmpeg.git/commitdiff/4744a193b697bff728371a9ccd96c60bc28bc18e



More information about the pld-cvs-commit mailing list