]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- updated to 0.10.31 auto/th/gstreamer-plugins-good-0_10_31-1 auto/ti/gstreamer-plugins-good-0_10_31-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 29 Feb 2012 17:22:47 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete bashish,libcaca patches

Changed files:
    gstreamer-plugins-good-bashish.patch -> 1.2
    gstreamer-plugins-good-libcaca.patch -> 1.4
    gstreamer-plugins-good.spec -> 1.67

gstreamer-plugins-good-bashish.patch [deleted file]
gstreamer-plugins-good-libcaca.patch [deleted file]
gstreamer-plugins-good.spec

diff --git a/gstreamer-plugins-good-bashish.patch b/gstreamer-plugins-good-bashish.patch
deleted file mode 100644 (file)
index 5c703a6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-0.8.7/common/m4/gst-feature.m4.orig    2004-09-21 16:16:36.000000000 +0200
-+++ gst-plugins-0.8.7/common/m4/gst-feature.m4 2005-01-24 13:28:43.871500536 +0100
-@@ -133,7 +133,7 @@
-     [$1]_CFLAGS=
-     HAVE_[$1]=no
-   else
--    if [$2] --plugin-libs [$3] &> /dev/null; then
-+    if [$2] --plugin-libs [$3] > /dev/null 2> /dev/null; then
-       [$1]_LIBS=`[$2] --plugin-libs [$3]`
-     else
-       [$1]_LIBS=`[$2] --libs [$3]`
diff --git a/gstreamer-plugins-good-libcaca.patch b/gstreamer-plugins-good-libcaca.patch
deleted file mode 100644 (file)
index 6006a44..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-good-0.10.5/configure.ac.orig  2006-12-21 15:20:44.000000000 +0100
-+++ gst-plugins-good-0.10.5/configure.ac       2006-12-24 16:08:36.514861646 +0100
-@@ -753,6 +753,7 @@
-   dnl only newer versions of libcaca ship caca.pc, so try caca-config as well
-   if test "x$HAVE_LIBCACA" != "xyes"; then
-     AG_GST_CHECK_CONFIGPROG(LIBCACA, caca-config)
-+    LIBCACA_LIBS="`caca-config --plugin-libs`"
-     dnl see if it compilation works too, might not if we are cross-compiling
-     if test "x$HAVE_LIBCACA" = "xyes"; then
-       AC_CHECK_LIB([caca], [caca_init], [HAVE_LIBCACA=yes],
-
index c6ee400610033e23d2e40ea7c6e3951380ef041c..6c46af1e8cb4ad97de8142ab6ad70e63a658581b 100644 (file)
 
 %define                gstname         gst-plugins-good
 %define                gst_major_ver   0.10
-%define                gst_req_ver     0.10.33
-%define                gstpb_req_ver   0.10.33
+%define                gst_req_ver     0.10.36
+%define                gstpb_req_ver   0.10.36
 
 %include       /usr/lib/rpm/macros.gstreamer
 Summary:       Good GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-good
-Version:       0.10.30
-Release:       5
+Version:       0.10.31
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 62fd7a3ef187c4f99b3d7c352d58dae9
-Patch0:                %{name}-bashish.patch
-Patch1:                %{name}-libcaca.patch
+Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.xz
+# Source0-md5: 555845ceab722e517040bab57f9ace95
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gdk-pixbuf2-devel >= 2.8.0
 BuildRequires: gettext-devel >= 0.17
-BuildRequires: glib2-devel >= 1:2.20
+BuildRequires: glib2-devel >= 1:2.24
 BuildRequires: gstreamer-devel >= %{gst_req_ver}
 BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver}
 BuildRequires: gtk+2-devel >= 2:2.14.0
@@ -45,6 +43,8 @@ BuildRequires:        orc-devel >= 0.4.11
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: python >= 2.1
 BuildRequires: rpmbuild(macros) >= 1.198
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 ##
 ## plugins
 ##
@@ -71,7 +71,7 @@ BuildRequires:        libshout-devel >= 2.0
 BuildRequires: libstdc++-devel
 BuildRequires: libv4l-devel
 BuildRequires: libxml2-devel >= 1:2.6.26
-BuildRequires: pulseaudio-devel >= 0.9.20
+BuildRequires: pulseaudio-devel >= 1.0
 %{?with_speex:BuildRequires:   speex-devel >= 1:1.1.6}
 BuildRequires: taglib-devel >= 1.5
 BuildRequires: udev-glib-devel >= 143
@@ -80,8 +80,9 @@ BuildRequires:        xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXfixes-devel
+BuildRequires: xorg-lib-libXv-devel
 BuildRequires: zlib-devel
-Requires:      glib2 >= 1:2.20
+Requires:      glib2 >= 1:2.24
 Requires:      gstreamer >= %{gst_req_ver}
 Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
 Requires:      orc >= 0.4.11
@@ -334,7 +335,7 @@ Summary(pl.UTF-8):  Wtyczka GStreamera dla serwera dźwięku PulseAudio
 Group:         Libraries
 Requires:      gstreamer >= %{gst_req_ver}
 Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
-Requires:      pulseaudio >= 0.9.20
+Requires:      pulseaudio >= 1.0
 Obsoletes:     gstreamer-audiosink-polypaudio
 Provides:      gstreamer-audiosink = %{version}
 Obsoletes:     gstreamer-polypaudio
@@ -477,8 +478,6 @@ Wtyczka obsługująca bezstratny format dźwięku Wavpack.
 
 %prep
 %setup -q -n %{gstname}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.054315 seconds and 4 git commands to generate.