mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +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
f47da443a1
commit
f2589696f1
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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue