mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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
This commit is contained in:
parent
ac8ab07e2e
commit
9434301d55
2 changed files with 11 additions and 7 deletions
10
configure.ac
10
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
|
dnl *NOTE*: dnl this line before release, so release does static too
|
||||||
AM_DISABLE_STATIC
|
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
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
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")
|
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)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
||||||
dnl our libraries and install dirs use major.minor as a version
|
dnl our libraries and install dirs use major.minor as a version
|
||||||
|
|
|
@ -172,8 +172,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgstmedia-info*.so.0.0.0
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING README RELEASE REQUIREMENTS
|
%doc AUTHORS COPYING README RELEASE REQUIREMENTS
|
||||||
%{_bindir}/gst-launch-ext
|
%{_bindir}/gst-launch-ext-%{majorminor}
|
||||||
%{_bindir}/gst-visualise
|
%{_bindir}/gst-visualise-%{majorminor}
|
||||||
%{_mandir}/man1/gst-launch-ext.*
|
%{_mandir}/man1/gst-launch-ext.*
|
||||||
%{_mandir}/man1/gst-visualise.1.*
|
%{_mandir}/man1/gst-visualise.1.*
|
||||||
%{_libdir}/libgstplay-%{majorminor}.so.*
|
%{_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}/libgstidct.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstriff.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstriff.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideo.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideo.so
|
||||||
|
%{_libdir}/libgstmixer.so
|
||||||
# non-core plugins without external dependencies
|
# non-core plugins without external dependencies
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstresample.so
|
%{_libdir}/gstreamer-%{majorminor}/libgstresample.so
|
||||||
%{_libdir}/gstreamer-%{majorminor}/libgstsinesrc.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/riff/riff.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
|
%{_includedir}/gstreamer-%{majorminor}/gst/video/video.h
|
||||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/audioclock.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-libs-%{majorminor}.pc
|
||||||
%{_libdir}/pkgconfig/gstreamer-play-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-play-%{majorminor}.pc
|
||||||
@USE_GCONF_TRUE@%{_libdir}/libgstgconf-%{majorminor}.so
|
@USE_GCONF_TRUE@%{_libdir}/libgstgconf-%{majorminor}.so
|
||||||
|
|
Loading…
Reference in a new issue