]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- rel 3; libpng fix auto/th/gstreamer-plugins-good-0_10_17-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jan 2010 21:08:11 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-good-libpng.patch -> 1.1
    gstreamer-plugins-good.spec -> 1.41

gstreamer-plugins-good-libpng.patch [new file with mode: 0644]
gstreamer-plugins-good.spec

diff --git a/gstreamer-plugins-good-libpng.patch b/gstreamer-plugins-good-libpng.patch
new file mode 100644 (file)
index 0000000..c0a5186
--- /dev/null
@@ -0,0 +1,11 @@
+--- gst-plugins-good-0.10.17/configure.ac~     2010-01-29 22:06:45.798536762 +0100
++++ gst-plugins-good-0.10.17/configure.ac      2010-01-29 22:07:06.241451973 +0100
+@@ -750,7 +750,7 @@
+ dnl *** libpng ***
+ translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
+ AG_GST_CHECK_FEATURE(LIBPNG, [Portable Network Graphics library], png, [
+-  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng12)
++  AG_GST_PKG_CHECK_MODULES(LIBPNG, libpng)
+ ])
+ dnl *** pulseaudio ***
index 90707c14bf7ce86fcfddbd17cbf38d28700fc91d..eb8eefe4c2a1866b703b74eb3c027efe944dde21 100644 (file)
@@ -21,13 +21,14 @@ 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.17
 Summary(pl.UTF-8):     Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-good
 Version:       0.10.17
-Release:       2
+Release:       3
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
 # Source0-md5: 833546cd2b8bbf86b8ed083b00897918
 Patch0:                %{name}-bashish.patch
 Patch1:                %{name}-libcaca.patch
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
 # Source0-md5: 833546cd2b8bbf86b8ed083b00897918
 Patch0:                %{name}-bashish.patch
 Patch1:                %{name}-libcaca.patch
+Patch2:                %{name}-libpng.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1.5
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1.5
@@ -449,6 +450,7 @@ Wtyczka obsługująca bezstratny format dźwięku Wavpack.
 %setup -q -n %{gstname}-%{version}
 %patch0 -p1
 %patch1 -p1
 %setup -q -n %{gstname}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.117792 seconds and 4 git commands to generate.