From 68232a28919ee281fd6fe61f1e42693feb5965de Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 12 Dec 2005 20:31:24 +0000 Subject: [PATCH] updates to activate cdparanoia plugin Original commit message from CVS: updates to activate cdparanoia plugin --- ChangeLog | 6 ++++++ ext/Makefile.am | 3 +-- gst-plugins-base.spec.in | 22 ++-------------------- 3 files changed, 9 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index de20337..e21bc21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Christian Schaller + + + * ext/Makefile.am: fix cdparanoia entry + * gst-plugins-base.spec.in: add cdparanoia + 2005-12-12 Michael Smith * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): diff --git a/ext/Makefile.am b/ext/Makefile.am index 91289d3..a9231e3 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -5,8 +5,7 @@ ALSA_DIR= endif if USE_CDPARANOIA -#CDPARANOIA_DIR=cdparanoia -CDPARANOIA_DIR= +CDPARANOIA_DIR=cdparanoia else CDPARANOIA_DIR= endif diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index bd3d5c3..0b6d422 100644 --- a/gst-plugins-base.spec.in +++ b/gst-plugins-base.spec.in @@ -72,9 +72,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING README REQUIREMENTS # helper programs -%{_bindir}/gst-launch-ext-%{majorminor} %{_bindir}/gst-visualise-%{majorminor} -%{_mandir}/man1/gst-launch-ext-%{majorminor}.* %{_mandir}/man1/gst-visualise-%{majorminor}* # libraries @@ -107,24 +105,7 @@ rm -rf $RPM_BUILD_ROOT # Here are packages not in the base plugins package but not dependant # on an external lib -### VIDEO 4 LINUX 2 ### -# @USE_GST_V4L2_TRUE@%package -n gstreamer-plugins-v4l2 -# @USE_GST_V4L2_TRUE@Summary: GStreamer Video for Linux 2 plug-in -# @USE_GST_V4L2_TRUE@Group: Applications/Multimedia -# @USE_GST_V4L2_TRUE@Requires: gstreamer-plugins09 = %{version} -# @USE_GST_V4L2_TRUE@BuildRequires: glibc-devel -# @USE_GST_V4L2_TRUE@Obsoletes: gstreamer-v4l2 -# @USE_GST_V4L2_TRUE@ -# @USE_GST_V4L2_TRUE@%description -n gstreamer-plugins-v4l2 -# @USE_GST_V4L2_TRUE@Plug-in for accessing Video for Linux devices. -# @USE_GST_V4L2_TRUE@ -# @USE_GST_V4L2_TRUE@%files -n gstreamer-plugins-v4l2 -# @USE_GST_V4L2_TRUE@%defattr(-, root, root) # @USE_GST_V4L2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so -# @USE_GST_V4L2_TRUE@ -# @USE_GST_V4L2_TRUE@%post -n gstreamer-plugins-v4l2 -# @USE_GST_V4L2_TRUE@ -# @USE_GST_V4L2_TRUE@%postun -n gstreamer-plugins-v4l2 # base plugins with dependencies @USE_ALSA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so @@ -135,7 +116,8 @@ rm -rf $RPM_BUILD_ROOT @USE_XVIDEO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstximage*.so @USE_XVIDEO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so @USE_LIBVISUAL_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so -@USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstpango.so +@USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstpango.so +@USE_CDPARANOIA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so %package devel Summary: GStreamer Plugin Library Headers Group: Development/Libraries -- 2.7.4