diff --git a/configure.ac b/configure.ac index 4f5062fe6a..e99a1292d6 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 1b11610997..8f42336fdb 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