]> git.pld-linux.org Git - packages/gstreamer0.10-ffmpeg.git/commitdiff
- updated to 0.10.4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 May 2008 21:41:54 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

index 38f45f35de17d1e9a24b1c6e22b65334511b085f..fc53ab25a817730b15ffcdb4cf073468c400d089 100644 (file)
@@ -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
This page took 0.079973 seconds and 4 git commands to generate.