Author: patrys Date: Mon Oct 20 00:18:06 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - stop using system ffmpeg - ffmpeg breaks API every week - there are no proper releases - gstreamer won't accept bugs for packages using external ffmpeg - feel free to revert if you get it to build and want to maintain the patch
---- Files affected: SPECS: gstreamer-ffmpeg.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/gstreamer-ffmpeg.spec diff -u SPECS/gstreamer-ffmpeg.spec:1.28 SPECS/gstreamer-ffmpeg.spec:1.29 --- SPECS/gstreamer-ffmpeg.spec:1.28 Sun Oct 19 15:01:07 2008 +++ SPECS/gstreamer-ffmpeg.spec Mon Oct 20 02:18:00 2008 @@ -5,18 +5,16 @@ 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.4 -Release: 4 +Version: 0.10.5 +Release: 1 License: GPL v2+ Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-ffmpeg/%{gstname}-%{version}.tar.bz2 -# Source0-md5: 761cbbc0b5f077449082d0ea7527941e -Patch0: %{name}-includes.patch +# Source0-md5: 1ff579945eafcfddab420b734c3a0c92 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.13 BuildRequires: liboil-devel >= 0.3.6 BuildRequires: libtool @@ -49,7 +47,6 @@ %prep %setup -q -n %{gstname}-%{version} -%patch -p1 %build %{__libtoolize} @@ -59,9 +56,8 @@ %{__automake} %configure \ - CPPFLAGS="%{rpmcppflags} -I/usr/include/libavformat -I/usr/include/libavcodec" \ - --disable-static \ - --with-system-ffmpeg + CPPFLAGS="%{rpmcppflags}" \ + --disable-static %{__make} %install @@ -87,6 +83,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2008/10/20 00:18:00 patrys +- stop using system ffmpeg +- ffmpeg breaks API every week +- there are no proper releases +- gstreamer won't accept bugs for packages using external ffmpeg +- feel free to revert if you get it to build and want to maintain the patch + Revision 1.28 2008/10/19 13:01:07 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gstreamer-ffmpeg.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
