Author: qboosh Date: Sun Jun 24 11:47:21 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added vcd patch, package vcdsrc plugin (in base) - don't build amrwb if not requested - noted more plugins to build
---- Files affected: SPECS: gstreamer-plugins-bad.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins-bad.spec diff -u SPECS/gstreamer-plugins-bad.spec:1.26 SPECS/gstreamer-plugins-bad.spec:1.27 --- SPECS/gstreamer-plugins-bad.spec:1.26 Fri Jun 22 08:37:44 2007 +++ SPECS/gstreamer-plugins-bad.spec Sun Jun 24 13:47:16 2007 @@ -1,8 +1,11 @@ # $Revision$, $Date$ # TODO: -# new plugins: -# - ivorbis (BR: tremor-devel, CVS versions only, http://www.xiph.org/vorbis/) -# - theoradec (BR: libtheora-exp, http://people.xiph.org/~tterribe/doc/libtheora-exp/) +# - new plugins: +# - ivorbisdec (BR: tremor-devel, CVS versions only, http://www.xiph.org/vorbis/) +# - mythtvsrc (BR: gmyth-0.1 >= 0.1.0.3) +# - theoraexpdec (BR: libtheora-exp, http://people.xiph.org/~tterribe/doc/libtheora-exp/) +# - timidity (BR: libtimidity) +# - wildmidi (BR: -lWildMidi) # - system libmodplug? # # Conditional build: @@ -43,6 +46,7 @@ Patch2: %{name}-divx4linux.patch Patch3: %{name}-soundtouch.patch Patch4: %{name}-link.patch +Patch5: %{name}-vcd.patch URL: http://gstreamer.freedesktop.org/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake >= 1.6 @@ -437,6 +441,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__libtoolize} @@ -445,6 +450,7 @@ %{__autoheader} %{__automake} %configure \ + %{!?with_amr:--disable-amrwb} \ %{!?with_cdaudio:--disable-cdaudio} \ %{!?with_divx4linux:--disable-divx} \ %{!?with_dts:--disable-dts} \ @@ -488,11 +494,13 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README RELEASE %attr(755,root,root) %{_libdir}/libgstapp-*.so.*.*.* +# R: libgstapp-* %attr(755,root,root) %{gstlibdir}/libgstapp.so %attr(755,root,root) %{gstlibdir}/libgstbayer.so %attr(755,root,root) %{gstlibdir}/libgstbz2.so %attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so %attr(755,root,root) %{gstlibdir}/libgstdeinterlace.so +# R: gst-plugins-bad locales %attr(755,root,root) %{gstlibdir}/libgstdvbsrc.so %attr(755,root,root) %{gstlibdir}/libgstequalizer.so %attr(755,root,root) %{gstlibdir}/libgstfilter.so @@ -515,6 +523,7 @@ %attr(755,root,root) %{gstlibdir}/libgstspectrum.so %attr(755,root,root) %{gstlibdir}/libgstswitch.so %attr(755,root,root) %{gstlibdir}/libgsttta.so +%attr(755,root,root) %{gstlibdir}/libgstvcdsrc.so %attr(755,root,root) %{gstlibdir}/libgstvideoparse.so %attr(755,root,root) %{gstlibdir}/libgstvideosignal.so %attr(755,root,root) %{gstlibdir}/libgstvmnc.so @@ -670,6 +679,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2007/06/24 11:47:16 qboosh +- added vcd patch, package vcdsrc plugin (in base) +- don't build amrwb if not requested +- noted more plugins to build + Revision 1.26 2007/06/22 06:37:44 qboosh - pl for -devel, unified ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gstreamer-plugins-bad.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
