remove sinesrc from the build
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 11:58:41 +0000 (11:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 11:58:41 +0000 (11:58 +0000)
Original commit message from CVS:
remove sinesrc from the build

ChangeLog
configure.ac
gst-plugins-base.spec.in

index 669dde2..9232329 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac:
+       * gst-plugins-base.spec.in:
+         remove sinesrc from the build
+
+2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * check/Makefile.am:
        * check/elements/audiotestsrc.c: (setup_audiotestsrc),
        (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
index 0552c42..25e778e 100644 (file)
@@ -10,7 +10,7 @@ AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 5, 1,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
-AC_CONFIG_SRCDIR([gst/sine/gstsinesrc.c])
+AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
 
 dnl define the output header for config
 AM_CONFIG_HEADER([config.h])
@@ -78,7 +78,6 @@ GST_PLUGINS_ALL="\
        audiotestsrc \
        ffmpegcolorspace \
        playback \
-       sine \
        typefind \
        videotestsrc \
        videorate \
@@ -568,7 +567,6 @@ gst/audioresample/Makefile
 gst/audiotestsrc/Makefile
 gst/ffmpegcolorspace/Makefile
 gst/playback/Makefile
-gst/sine/Makefile
 gst/subparse/Makefile
 gst/tcp/Makefile
 gst/typefind/Makefile
index 4349091..d829ddf 100644 (file)
@@ -1,7 +1,7 @@
 %define majorminor  @GST_MAJORMINOR@
 %define gstreamer   gstreamer09
 
-%define gst_minver  0.9.1
+%define gst_minver  0.9.5
 
 Name:          %{gstreamer}-plugins-base
 Version:       @VERSION@
@@ -91,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gstreamer-%{majorminor}/libgstadder.so
 %{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
 %{_libdir}/gstreamer-%{majorminor}/libgstffmpegcolorspace.so
-%{_libdir}/gstreamer-%{majorminor}/libgstsinesrc.so
 %{_libdir}/gstreamer-%{majorminor}/libgstdecodebin.so
 %{_libdir}/gstreamer-%{majorminor}/libgstplaybin.so
 %{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so