X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgstreamer-plugins-good.git;a=blobdiff_plain;f=gstreamer-plugins-good.spec;h=2b9f371d2343d530041bad9363da7e5dd1aa4e0c;hp=87c9b202e16aff39c3b3df8a2eb81a339742f796;hb=e00da12b61dba6ab2a52975213fcb4e922bdca92;hpb=1ea4efff638851a2a4fc1d5d7d7297bf2e07476b diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec index 87c9b20..2b9f371 100644 --- a/gstreamer-plugins-good.spec +++ b/gstreamer-plugins-good.spec @@ -3,25 +3,27 @@ %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 -Release: 0.1 +Version: 0.10.2 +Release: 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/ %{?with_gconf:BuildRequires: GConf2-devel >= 2.0} BuildRequires: autoconf >= 2.52 BuildRequires: automake >= 1.5 @@ -43,6 +45,7 @@ BuildRequires: flac-devel >= 1.1.2 %{?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 @@ -153,6 +156,20 @@ GStreamer cairo plugin. %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 @@ -331,6 +348,7 @@ smoothwave, spectrum, goom, chart, monoscope i synaesthesia. %{!?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 \ @@ -364,6 +382,7 @@ rm -rf $RPM_BUILD_ROOT %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 @@ -384,7 +403,7 @@ rm -rf $RPM_BUILD_ROOT %files -n gstreamer-GConf %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstgconfelements.so -%{_sysconfdir}/gconf/schemas/* +%{_sysconfdir}/gconf/schemas/gstreamer-0.10.schemas %endif ## @@ -416,6 +435,12 @@ rm -rf $RPM_BUILD_ROOT %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