Update to 1.17.1
This commit is contained in:
parent
fecbfd1bfe
commit
b31fc6c945
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/gst-plugins-good-1.16.0.tar.xz
|
||||
/gst-plugins-good-1.16.1.tar.xz
|
||||
/gst-plugins-good-1.16.2.tar.xz
|
||||
/gst-plugins-good-1.17.1.tar.xz
|
||||
|
@ -14,8 +14,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-good
|
||||
Version: 1.16.2
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.17.1
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer plugins with good code and licensing
|
||||
|
||||
License: LGPLv2+
|
||||
@ -35,6 +35,7 @@ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugin
|
||||
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
||||
Source1: gstreamer-good.appdata.xml
|
||||
|
||||
BuildRequires: meson >= 0.48.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gstreamer1-devel >= %{version}
|
||||
@ -80,10 +81,6 @@ BuildRequires: libraw1394-devel
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
%endif
|
||||
|
||||
# documentation
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: python2-devel
|
||||
|
||||
# Obsoletes/Provides moved from plugins-bad-free
|
||||
Obsoletes: gstreamer1-plugin-mpg123 < 1.13.1
|
||||
Provides: gstreamer1-plugin-mpg123 = %{version}-%{release}
|
||||
@ -163,27 +160,25 @@ to be installed.
|
||||
%setup -q -n gst-plugins-good-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-fatal-warnings \
|
||||
--with-package-name='Fedora GStreamer-plugins-good package' \
|
||||
--with-package-origin='http://download.fedoraproject.org' \
|
||||
--enable-experimental \
|
||||
--enable-gtk-doc \
|
||||
--enable-orc \
|
||||
--disable-monoscope \
|
||||
--disable-aalib \
|
||||
--disable-libcaca \
|
||||
%meson \
|
||||
-D package-name='Fedora GStreamer-plugins-good package' \
|
||||
-D package-origin='http://download.fedoraproject.org' \
|
||||
-D doc=disabled \
|
||||
-D gtk_doc=disabled \
|
||||
-D orc=enabled \
|
||||
-D monoscope=disabled \
|
||||
-D aalib=disabled \
|
||||
-D libcaca=disabled \
|
||||
%if %{with extras}
|
||||
--enable-jack \
|
||||
-D jack=enabled
|
||||
%else
|
||||
--disable-jack \
|
||||
-D jack=disabled
|
||||
%endif
|
||||
--with-default-visualizer=autoaudiosink
|
||||
|
||||
%make_build V=1
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
install -p -D %{SOURCE1} %{buildroot}%{_metainfodir}/gstreamer-good.appdata.xml
|
||||
|
||||
@ -195,7 +190,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%license COPYING
|
||||
%doc AUTHORS README REQUIREMENTS
|
||||
%{_metainfodir}/gstreamer-good.appdata.xml
|
||||
%if 0
|
||||
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
|
||||
%endif
|
||||
|
||||
# presets
|
||||
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
||||
@ -292,6 +289,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
||||
- Update to 1.17.1
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-good-1.16.2.tar.xz) = ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4
|
||||
SHA512 (gst-plugins-good-1.17.1.tar.xz) = f5c0b999f1c96a1f635c22b32a6ff67ce9ce35b8a5e3a9a9bef2043b24d218826a795f308ee8d53b5d4d95a77df423e4e113cab8072ab49450094c5d288c88ae
|
||||
|
Loading…
Reference in New Issue
Block a user