Author: qboosh Date: Sat Feb 11 18:40:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.10.2; cdio plugin is back
---- Files affected: SPECS: gstreamer-plugins-good.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins-good.spec diff -u SPECS/gstreamer-plugins-good.spec:1.5 SPECS/gstreamer-plugins-good.spec:1.6 --- SPECS/gstreamer-plugins-good.spec:1.5 Sun Jan 15 11:10:00 2006 +++ SPECS/gstreamer-plugins-good.spec Sat Feb 11 19:40:40 2006 @@ -4,23 +4,24 @@ %bcond_without aalib # don't build aa videosink plugin %bcond_without caca # don't build caca videosink plugin %bcond_without cairo # don't build cairo plugin +%bcond_without cdio # don't build cdio plugin %bcond_without gconf # don't build GConf plugin %bcond_without ladspa # don't build ladspa plugin %bcond_without speex # don't build speex plugin # %define gstname gst-plugins-good %define gst_major_ver 0.10 -%define gst_req_ver 0.10.1 +%define gst_req_ver 0.10.2.2 # Summary: Good GStreamer Streaming-media framework plugins Summary(pl): Dobre wtyczki do środowiska obróbki strumieni GStreamer Name: gstreamer-plugins-good -Version: 0.10.1 +Version: 0.10.2 Release: 0.1 License: LGPL Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2 -# Source0-md5: be5ba72454a1df6e4e6d5deeeec88e59 +# Source0-md5: 03d3d0b5f19014fe0065234a3ea65ee6 Patch0: %{name}-bashish.patch Patch1: %{name}-libcaca.patch URL: http://gstreamer.freedesktop.org/ @@ -45,6 +46,7 @@ %{?with_ladspa:BuildRequires: ladspa-devel >= 1.12} BuildRequires: libavc1394-devel %{?with_caca:BuildRequires: libcaca-devel} +%{?with_cdio:BuildRequires: libcdio-devel >= 0.71} BuildRequires: libdv-devel >= 0.104 BuildRequires: libjpeg-devel BuildRequires: libpng-devel >= 1.2.0 @@ -155,6 +157,20 @@ %description -n gstreamer-cairo -l pl Wtyczka cairo do GStreamera. +%package -n gstreamer-cdio +Summary: GStreamer plugin for CD audio input using libcdio +Summary(pl): Wtyczka do GStreamera odtwarzająca płyty CD-Audio przy użyciu libcdio +Group: Libraries +Requires: gstreamer-plugins-base >= %{gst_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 +Wtyczka do odtwarzania ścieżek dźwiękowych pod GStreamerem za pomocą +libcdio. + %package -n gstreamer-dv Summary: GStreamer dv plugin Summary(pl): Wtyczka dv do GStreamera @@ -333,6 +349,7 @@ %{!?with_aalib:--disable-aalib} \ %{!?with_caca:--disable-libcaca} \ %{!?with_cairo:--disable-cairo} \ + %{!?with_cdio:--disable-cdio} \ %{!?with_ladspa:--disable-ladspa} \ %{!?with_speex:--disable-speex} \ --disable-static \ @@ -366,6 +383,7 @@ %doc AUTHORS ChangeLog NEWS README RELEASE %attr(755,root,root) %{gstlibdir}/libgstalphacolor.so %attr(755,root,root) %{gstlibdir}/libgstalpha.so +%attr(755,root,root) %{gstlibdir}/libgstapetag.so %attr(755,root,root) %{gstlibdir}/libgstautodetect.so %attr(755,root,root) %{gstlibdir}/libgstavi.so %attr(755,root,root) %{gstlibdir}/libgstdebug.so @@ -418,6 +436,12 @@ %attr(755,root,root) %{gstlibdir}/libgstcairo.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-dv %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstdv.so @@ -481,6 +505,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/02/11 18:40:40 qboosh +- updated to 0.10.2; cdio plugin is back + Revision 1.5 2006/01/15 10:10:00 qboosh - added URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gstreamer-plugins-good.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
