Author: qboosh Date: Sun Aug 31 15:33:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.10.9 (cdio plugin moved from -good)
---- Files affected: SPECS: gstreamer-plugins-ugly.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins-ugly.spec diff -u SPECS/gstreamer-plugins-ugly.spec:1.15 SPECS/gstreamer-plugins-ugly.spec:1.16 --- SPECS/gstreamer-plugins-ugly.spec:1.15 Fri May 30 00:20:51 2008 +++ SPECS/gstreamer-plugins-ugly.spec Sun Aug 31 17:33:45 2008 @@ -1,6 +1,7 @@ # $Revision$, $Date$ # # Conditional build: +%bcond_without cdio # don't build cdio plugin %bcond_without sid # don't build sid plugin %bcond_with amr # AMR-NB plugin # @@ -12,12 +13,12 @@ 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.8 +Version: 0.10.9 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.bz2 -# Source0-md5: 090d87a1716eee45a9804ca8558668da +# Source0-md5: 07a0b04875dea00fe90fd43b58ee9f39 Patch0: %{name}-bashish.patch URL: http://gstreamer.freedesktop.org/ BuildRequires: autoconf >= 2.52 @@ -37,6 +38,7 @@ BuildRequires: a52dec-libs-devel %{?with_amr:BuildRequires: amrnb-devel} BuildRequires: lame-libs-devel +%{?with_cdio:BuildRequires: libcdio-devel >= 0.71} # not yet #BuildRequires: libdvdnav-devel >= 0.1.7 BuildRequires: libdvdread-devel @@ -96,6 +98,20 @@ %description -n gstreamer-amrnb -l pl.UTF-8 Wtyczka dekodująca pliki AMR-NB. +%package -n gstreamer-cdio +Summary: GStreamer plugin for CD audio input using libcdio +Summary(pl.UTF-8): Wtyczka do GStreamera odtwarzająca płyty CD-Audio przy użyciu libcdio +Group: Libraries +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: libcdio >= 0.71 + +%description -n gstreamer-cdio +Plugin for playing audio tracks using libcdio under GStreamer. + +%description -n gstreamer-cdio -l pl.UTF-8 +Wtyczka do odtwarzania ścieżek dźwiękowych pod GStreamerem za pomocą +libcdio. + %package -n gstreamer-dvdread Summary: GStreamer plugin for DVD playback Summary(pl.UTF-8): Wtyczka do GStreamera odtwarzająca DVD @@ -174,6 +190,7 @@ %{__automake} %configure \ %{!?with_amr:--disable-amrnb} \ + %{!?with_cdio:--disable-cdio} \ %{!?with_sid:--disable-sidplay} \ --disable-static \ --enable-experimental \ @@ -221,6 +238,12 @@ %attr(755,root,root) %{gstlibdir}/libgstamrnb.so %endif +%if %{with cdio} +%files -n gstreamer-cdio +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstcdio.so +%endif + %files -n gstreamer-dvdread %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstdvdread.so @@ -251,6 +274,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008/08/31 15:33:45 qboosh +- updated to 0.10.9 (cdio plugin moved from -good) + Revision 1.15 2008/05/29 22:20:51 qboosh - updated to 0.10.8 - removed obsolete asf-seek patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gstreamer-plugins-ugly.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
