diff options
author | Christian Schaller <uraeus@gnome.org> | 2007-12-14 16:23:06 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2007-12-14 16:23:06 +0000 |
commit | 57889d4b0a0a85df6722132957a977e34712524e (patch) | |
tree | 6e17fce97b834d60be44995d0b5d93879ef7a271 | |
parent | 7bc241beb0b6dd22f0b6e722174779221ceec5de (diff) | |
download | gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.tar.gz gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.tar.bz2 gst-plugins-bad-57889d4b0a0a85df6722132957a977e34712524e.zip |
update spec file and add two missing files for disting
Original commit message from CVS:
update spec file and add two missing files for disting
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst-plugins-bad.spec.in | 10 | ||||
-rw-r--r-- | gst/speexresample/Makefile.am | 3 | ||||
-rw-r--r-- | sys/glsink/Makefile.am | 2 |
4 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2007-12-14 Christian Schaller <christian.schaller@collabora.co.uk> + + * sys/glsink/Makefile.am: add glvideo.h + * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h + * gst-plugins-bad.spec.in: add latest plugins + 2007-12-13 Edgard Lima <edgard.lima@indt.org.br> * ext/metadata/TODO: diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index 6cf2665f..8f7a6d56 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -90,7 +90,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so %{_libdir}/gstreamer-%{majorminor}/libgstfilter.so %{_libdir}/gstreamer-%{majorminor}/libgstnsf.so -%{_libdir}/gstreamer-%{majorminor}/libgstdvbsrc.so %{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so %{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so %{_libdir}/gstreamer-%{majorminor}/libgstnuvdemux.so @@ -112,6 +111,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{majorminor}/libgstmpegtsparse.so %{_libdir}/gstreamer-%{majorminor}/libgststereo.so %{_libdir}/gstreamer-%{majorminor}/libgstvcdsrc.so +%{_libdir}/gstreamer-%{majorminor}/libgstdvb.so +%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so +%{_libdir}/gstreamer-%{majorminor}/libgstspeexresample.so +%{_libdir}/gstreamer-%{majorminor}/libgstmpeg4videoparse.so %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h %{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h @@ -143,8 +146,13 @@ rm -rf $RPM_BUILD_ROOT @USE_MYTHTV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmythtvsrc.so @USE_X264_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstx264.so @USE_DC1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdc1394.so +@USE_TIMIDITY_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttimidity.so + %changelog +* Fri Dec 14 2007 Christian Schaller <christian at collabora dot co uk> +- Update spec file with timidity, libgstdvb, libgstsdpelem, libgstspeexresample, libgstmpeg4videoparse + * Tue Jun 12 2007 Jan Schmidt <jan at fluendo dot com> - wavpack and qtdemux have moved to good. diff --git a/gst/speexresample/Makefile.am b/gst/speexresample/Makefile.am index 32cdb911..3e0c4924 100644 --- a/gst/speexresample/Makefile.am +++ b/gst/speexresample/Makefile.am @@ -23,7 +23,8 @@ noinst_HEADERS = \ arch.h \ fixed_generic.h \ gstspeexresample.h \ - speex_resampler.h + speex_resampler.h \ + speex_resampler_wrapper.h EXTRA_DIST = \ resample.c diff --git a/sys/glsink/Makefile.am b/sys/glsink/Makefile.am index 717b4e54..92b59c67 100644 --- a/sys/glsink/Makefile.am +++ b/sys/glsink/Makefile.am @@ -9,3 +9,5 @@ libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \ $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS = \ + glvideo.h |