summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-09-19 06:24:35 +0000
committerChristian Schaller <uraeus@gnome.org>2003-09-19 06:24:35 +0000
commitb60dac108eb4385ea0623f6e8f97a1417d03cbd2 (patch)
treed8fdeca40de809c5ed2a85b31269af92eb126bc4
parentb9235c78f34f99c38e06e846dc87c7faa3eb7011 (diff)
downloadgstreamer-plugins-bad-b60dac108eb4385ea0623f6e8f97a1417d03cbd2.tar.gz
add versioning to gst-launch-ext and gst-visualise and add new files to spec
Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
-rw-r--r--configure.ac10
-rw-r--r--gst-plugins.spec.in8
2 files changed, 11 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 4f5062fe6..e99a1292d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,16 +7,18 @@ dnl this goes before AS_LIBTOOL to appease autoconf
dnl *NOTE*: dnl this line before release, so release does static too
AM_DISABLE_STATIC
-if test x$program_suffix = xNONE ; then
- program_suffix=-$GST_VERSION_MAJOR.$GST_VERSION_MINOR
-fi
-
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 0, 1, GST_CVS="no", GST_CVS="yes")
+
+dnl add a suffix to apps
+if test x$program_suffix = xNONE ; then
+ program_suffix=-$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR
+fi
+
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 1b1161099..8f42336fd 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -172,8 +172,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgstmedia-info*.so.0.0.0
%files
%defattr(-, root, root)
%doc AUTHORS COPYING README RELEASE REQUIREMENTS
-%{_bindir}/gst-launch-ext
-%{_bindir}/gst-visualise
+%{_bindir}/gst-launch-ext-%{majorminor}
+%{_bindir}/gst-visualise-%{majorminor}
%{_mandir}/man1/gst-launch-ext.*
%{_mandir}/man1/gst-visualise.1.*
%{_libdir}/libgstplay-%{majorminor}.so.*
@@ -182,6 +182,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgstmedia-info*.so.0.0.0
%{_libdir}/gstreamer-%{majorminor}/libgstidct.so
%{_libdir}/gstreamer-%{majorminor}/libgstriff.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideo.so
+%{_libdir}/libgstmixer.so
# non-core plugins without external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstresample.so
%{_libdir}/gstreamer-%{majorminor}/libgstsinesrc.so
@@ -304,7 +305,8 @@ GStreamer support libraries header files.
%{_includedir}/gstreamer-%{majorminor}/gst/riff/riff.h
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audioclock.h
-
+%{_includedir}/gstreamer-%{majorminor}/gst/mixer/mixer.h
+%{_includedir}/gstreamer-%{majorminor}/gst/video/gstvideosink.h
%{_libdir}/pkgconfig/gstreamer-libs-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-play-%{majorminor}.pc
@USE_GCONF_TRUE@%{_libdir}/libgstgconf-%{majorminor}.so