add chromaprint plugin
This commit is contained in:
parent
444805c972
commit
6eadf04623
@ -14,7 +14,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.7.1
|
||||
Release: 4%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 5%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
License: LGPLv2+ and LGPLv2
|
||||
@ -81,6 +81,7 @@ BuildRequires: libbs2b-devel >= 3.1.0
|
||||
#BuildRequires: gmyth-devel >= 0.4
|
||||
BuildRequires: fluidsynth-devel
|
||||
BuildRequires: libass-devel
|
||||
BuildRequires: libchromaprint-devel
|
||||
## Plugin not ported
|
||||
#BuildRequires: libcdaudio-devel
|
||||
BuildRequires: libcurl-devel
|
||||
@ -177,8 +178,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
||||
--disable-dts --disable-faac --disable-faad --disable-nas \
|
||||
--disable-mimic --disable-libmms --disable-mpeg2enc --disable-mplex \
|
||||
--disable-neon --disable-rtmp --disable-xvid \
|
||||
--disable-chromaprint --disable-flite \
|
||||
--disable-mpg123 --disable-sbc \
|
||||
--disable-flite --disable-mpg123 --disable-sbc \
|
||||
--disable-spandsp --disable-voamrwbenc --disable-x265
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -400,6 +400,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstbadvideo-%{majorminor}.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstassrender.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbluez.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbs2b.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstchromaprint.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcurl.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdecklink.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgme.so
|
||||
@ -466,6 +467,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstbadvideo-%{majorminor}.so
|
||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-5
|
||||
- add chromaprint plugin
|
||||
|
||||
* Thu Feb 04 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-4
|
||||
- Append --disable-fatal-warnings to %%configure to prevent
|
||||
building from aborting for negligible warnings (Fix F24FTBFS)
|
||||
|
Loading…
Reference in New Issue
Block a user