Update to 1.13.90
Add audiolatency
This commit is contained in:
parent
7b79910911
commit
e640af6dd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/gst-plugins-bad-free-1.12.3.tar.xz
|
||||
/gst-plugins-bad-free-1.12.4.tar.xz
|
||||
/gst-plugins-bad-free-1.13.1.tar.xz
|
||||
/gst-plugins-bad-free-1.13.90.tar.xz
|
||||
|
@ -24,6 +24,7 @@ amrparse
|
||||
asfmux
|
||||
audiobuffersplit
|
||||
audiofxbad
|
||||
audiolatency
|
||||
audiomixer
|
||||
audiomixmatrix
|
||||
audioparsers
|
||||
|
@ -13,8 +13,8 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-bad-free
|
||||
Version: 1.13.1
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Version: 1.13.90
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
License: LGPLv2+ and LGPLv2
|
||||
@ -477,6 +477,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 5 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
|
||||
- Update to 1.13.90
|
||||
- Add audiolatency
|
||||
|
||||
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
|
||||
- drop -gtk subpkg, moved to gst1-plugins-good
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-bad-free-1.13.1.tar.xz) = f66d45586cfbee9a8824d60e5258164bb864be4870ca713264b69320c714d7691b04b6b41f829136c4da583101cbbc579d234752e96fbbf02db0109533331340
|
||||
SHA512 (gst-plugins-bad-free-1.13.90.tar.xz) = 9929e68b38b4e0828981ab702aeb3a4e96329b7d9ee98b5b7d7c402332d40242173806495ea5a3b126f5bee4373eee9b9eee0670e51b7d551c9e091a7e40e993
|
||||
|
Loading…
Reference in New Issue
Block a user