From 0ea850253481ffb9c4a9f89a43a9d1ab5b537eaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 29 Jan 2010 21:08:11 +0000 Subject: [PATCH 1/1] - rel 3; libpng fix Changed files: gstreamer-plugins-good-libpng.patch -> 1.1 gstreamer-plugins-good.spec -> 1.41 --- gstreamer-plugins-good-libpng.patch | 11 +++++++++++ gstreamer-plugins-good.spec | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gstreamer-plugins-good-libpng.patch diff --git a/gstreamer-plugins-good-libpng.patch b/gstreamer-plugins-good-libpng.patch new file mode 100644 index 0000000..c0a5186 --- /dev/null +++ b/gstreamer-plugins-good-libpng.patch @@ -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 *** diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec index 90707c1..eb8eefe 100644 --- a/gstreamer-plugins-good.spec +++ b/gstreamer-plugins-good.spec @@ -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 -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 +Patch2: %{name}-libpng.patch 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 +%patch2 -p1 %build %{__libtoolize} -- 2.43.0