Update to 1.17.2
Add new libva plugin Add new pkgconfig files
This commit is contained in:
parent
3ee87776c5
commit
c02b9f3a3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
||||
/gst-plugins-bad-free-1.16.1.tar.xz
|
||||
/gst-plugins-bad-free-1.16.2.tar.xz
|
||||
/gst-plugins-bad-free-1.17.1.tar.xz
|
||||
/gst-plugins-bad-free-1.17.2.tar.xz
|
||||
|
@ -13,7 +13,7 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.17.1
|
||||
Version: 1.17.2
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
@ -112,6 +112,7 @@ BuildRequires: libofa-devel
|
||||
#BuildRequires: libmusicbrainz-devel
|
||||
#BuildRequires: libtimidity-devel
|
||||
BuildRequires: libvdpau-devel
|
||||
BuildRequires: libva-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
#BuildRequires: opencv-devel
|
||||
BuildRequires: openjpeg2-devel
|
||||
@ -216,7 +217,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
||||
-D libmms=disabled -D mpeg2enc=disabled -D mplex=disabled \
|
||||
-D neon=disabled -D rtmp=disabled -D rtmp2=disabled \
|
||||
-D flite=disabled -D sbc=disabled -D opencv=disabled \
|
||||
%{!?with_extras:-D spandsp=disabled } \
|
||||
%{!?with_extras:-D spandsp=disabled -D va=disabled } \
|
||||
-D voamrwbenc=disabled -D x265=disabled \
|
||||
-D dvbsuboverlay=disabled -D dvdspu=disabled -D siren=disabled \
|
||||
-D real=disabled -D opensles=disabled -D tinyalsa=disabled \
|
||||
@ -477,6 +478,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstspandsp.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstteletext.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstzbar.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstva.so
|
||||
|
||||
|
||||
%files fluidsynth
|
||||
@ -541,15 +543,22 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout
|
||||
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-insertbin-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-mpegts-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-photography-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-player-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-sctp-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-transcoder-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-bad-transcoder-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-webrtc-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-vulkan-%{majorminor}.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
||||
- Update to 1.17.2
|
||||
- Add new libva plugin
|
||||
- Add new pkgconfig files
|
||||
|
||||
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
||||
- Update to 1.17.1
|
||||
- Add sources
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-bad-free-1.17.1.tar.xz) = 8f1c4fa696a5621d99509195b03973a50f0b5c8a0c35493b7460722edf7764ca0c8b5c32616b3dd4253169eaadecf553b992dae6b8b278bb4a7e431513676d06
|
||||
SHA512 (gst-plugins-bad-free-1.17.2.tar.xz) = f3ab995727209552ef1033c232b1c19abbbc3886981758a47df99b4e448d8df67aea2bf5796cbc8ddb48c44171275e01262fa2ee8c9ab4bffd75595f85836336
|
||||
|
Loading…
Reference in New Issue
Block a user