mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
fix some disting and rpm building issues
Original commit message from CVS: fix some disting and rpm building issues
This commit is contained in:
parent
489731248b
commit
f4dbdcb51c
4 changed files with 17 additions and 2 deletions
|
@ -1074,6 +1074,7 @@ gst-libs/gst/video/Makefile
|
||||||
examples/dynparams/Makefile
|
examples/dynparams/Makefile
|
||||||
examples/capsfilter/Makefile
|
examples/capsfilter/Makefile
|
||||||
examples/seeking/Makefile
|
examples/seeking/Makefile
|
||||||
|
examples/indexing/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
testsuite/autoplug/Makefile
|
testsuite/autoplug/Makefile
|
||||||
testsuite/spider/Makefile
|
testsuite/spider/Makefile
|
||||||
|
|
|
@ -11,4 +11,4 @@ GTK_SUBDIRS=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(GTK_SUBDIRS)
|
SUBDIRS=$(GTK_SUBDIRS)
|
||||||
DIST_SUBDIRS=capsfilter dynparams seeking
|
DIST_SUBDIRS=capsfilter dynparams seeking indexing
|
||||||
|
|
|
@ -244,6 +244,12 @@ else
|
||||||
XMMS_DIR=
|
XMMS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_LIBPNG
|
||||||
|
SNAPSHOT_DIR=snapshot
|
||||||
|
else
|
||||||
|
SNAPSHOT_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
|
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
|
||||||
$(AVIFILE_DIR) $(CDPARANOIA_DIR) \
|
$(AVIFILE_DIR) $(CDPARANOIA_DIR) \
|
||||||
|
@ -256,7 +262,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
|
||||||
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
$(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \
|
||||||
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
$(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \
|
||||||
$(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
$(SMOOTHWAVE_DIR) $(SWFDEC_DIR) $(TARKIN_DIR) \
|
||||||
$(VORBIS_DIR) $(XMMS_DIR)
|
$(VORBIS_DIR) $(XMMS_DIR) $(SNAPSHOT_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=\
|
DIST_SUBDIRS=\
|
||||||
a52dec aalib alsa \
|
a52dec aalib alsa \
|
||||||
|
|
|
@ -88,6 +88,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gst/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gst/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gst/*.a
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_includedir}/gst-plugins-%{version}/gst/media-info/media-info.h
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libgstmedia-info.so.0.0.0
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
@ -1119,6 +1121,7 @@ Plug-ins for playback of AVI format media files.
|
||||||
Summary: GStreamer audio effects plug-in.
|
Summary: GStreamer audio effects plug-in.
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
Requires: gstreamer-plugins = %{version}
|
Requires: gstreamer-plugins = %{version}
|
||||||
|
@USE_LIBPNG_TRUE@Requires: libpng
|
||||||
Obsoletes: gstreamer-misc
|
Obsoletes: gstreamer-misc
|
||||||
|
|
||||||
%description -n gstreamer-audio-effects
|
%description -n gstreamer-audio-effects
|
||||||
|
@ -1149,6 +1152,7 @@ integer to float conversion, LAW conversion and level detection plug-ins.
|
||||||
%{_libdir}/gst/libgstcutter.so
|
%{_libdir}/gst/libgstcutter.so
|
||||||
%{_libdir}/gst/libgstfilter.so
|
%{_libdir}/gst/libgstfilter.so
|
||||||
%{_libdir}/gst/libmixmatrix.so
|
%{_libdir}/gst/libmixmatrix.so
|
||||||
|
@USE_LIBPNG_TRUE@%{_libdir}/gst/libgstpng.so
|
||||||
|
|
||||||
%post -n gstreamer-audio-effects
|
%post -n gstreamer-audio-effects
|
||||||
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
||||||
|
@ -1502,6 +1506,10 @@ This package contains a basic audio and video playback library.
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
|
||||||
|
- Put in libgstpng plugin
|
||||||
|
- rm the libgstmedia-info stuff until thomas think they are ready
|
||||||
|
|
||||||
* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
|
* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
- don't use compprep until ABI issues can be fixed
|
- don't use compprep until ABI issues can be fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue