mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
This commit is contained in:
parent
7bc241beb0
commit
57889d4b0a
4 changed files with 19 additions and 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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue