mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
updates to activate cdparanoia plugin
Original commit message from CVS: updates to activate cdparanoia plugin
This commit is contained in:
parent
30620499e0
commit
68232a2891
3 changed files with 9 additions and 22 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-12-12 Christian Schaller <set EMAIL_ADDRESS environment variable>
|
||||
|
||||
|
||||
* ext/Makefile.am: fix cdparanoia entry
|
||||
* gst-plugins-base.spec.in: add cdparanoia
|
||||
|
||||
2005-12-12 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
|
||||
|
|
|
@ -5,8 +5,7 @@ ALSA_DIR=
|
|||
endif
|
||||
|
||||
if USE_CDPARANOIA
|
||||
#CDPARANOIA_DIR=cdparanoia
|
||||
CDPARANOIA_DIR=
|
||||
CDPARANOIA_DIR=cdparanoia
|
||||
else
|
||||
CDPARANOIA_DIR=
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue