From: Patryk Zawadzki Date: Thu, 17 Jan 2008 17:00:41 +0000 (+0000) Subject: - fixes from livna X-Git-Tag: auto/th/gstreamer-plugins-ugly-0_10_6-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=63ec1ee8deaafe14fffcdebe861c203788775132;p=packages%2Fgstreamer-plugins-ugly.git - fixes from livna - plays mp3 files - rel 2 Changed files: gstreamer-plugins-ugly.spec -> 1.12 --- diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec index 40eb5d1..42693d0 100644 --- a/gstreamer-plugins-ugly.spec +++ b/gstreamer-plugins-ugly.spec @@ -12,12 +12,15 @@ Summary: Ugly GStreamer Streaming-media framework plugins Summary(pl.UTF-8): Brzydkie wtyczki do środowiska obróbki strumieni GStreamer Name: gstreamer-plugins-ugly Version: 0.10.6 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.bz2 # Source0-md5: f1016148ecbfba968c0ef1773066988b Patch0: %{name}-bashish.patch +Patch1: %{name}-mpegaudioparse.patch +Patch2: %{name}-dvdread.patch +Patch3: %{name}-asf-seek.patch URL: http://gstreamer.freedesktop.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake >= 1.5 @@ -162,6 +165,9 @@ Wtyczka do odtwarzania plików z muzyką w formacie C64 SID. %prep %setup -q -n %{gstname}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build %{__libtoolize}