Update gstreamer plugin to 1.13.90

epel9
Kalev Lember 7 years ago
parent e87fbb4d2a
commit e6ebc5cbbb

1
.gitignore vendored

@ -13,3 +13,4 @@
/gst-plugins-bad-openh264-1.12.2.tar.xz
/gst-plugins-bad-openh264-1.12.3.tar.xz
/gst-plugins-bad-openh264-1.12.4.tar.xz
/gst-plugins-bad-openh264-1.13.90.tar.xz

@ -27,6 +27,7 @@ amrparse
asfmux
audiobuffersplit
audiofxbad
audiolatency
audiomixer
audiomixmatrix
audioparsers
@ -83,6 +84,7 @@ openh264
patchdetect
pcapparse
pnm
proxy
qtmux
rawparse
removesilence
@ -199,7 +201,9 @@ if test "x$unknown" != "x"; then
exit 1
fi
autoreconf
#autoreconf
NOCONFIGURE=1 \
./autogen.sh
popd > /dev/null

@ -4,12 +4,12 @@
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global openh264_version 1.7.0
%global gst_version 1.12.4
%global gst_version 1.13.90
Name: openh264
Version: %{openh264_version}
# Also bump the Release tag for gstreamer1-plugin-openh264 down below
Release: 5%{?dist}
Release: 6%{?dist}
Summary: H.264 codec library
License: BSD
@ -220,6 +220,9 @@ popd
%changelog
* Tue Mar 06 2018 Kalev Lember <klember@redhat.com> - 1.7.0-6
- Update gstreamer plugin to 1.13.90
* Sat Dec 16 2017 Kalev Lember <klember@redhat.com> - 1.7.0-5
- Update gstreamer plugin to 1.12.4

@ -1,3 +1,3 @@
SHA512 (gmp-api-c5f1d0f.tar.gz) = 20bf28b117b4d1d24ee659809940f14e9985757fc09fff1e900feac3f17343033c38248782c4d6c3f15a0eeb1f994c4d91283a3b2131ea94b83e340cd54ef574
SHA512 (gst-plugins-bad-openh264-1.12.4.tar.xz) = 670ae3d17a86a8d3c44f6e3f2ef4e6da6eb06bb52dfab24fd9a1baa3a53b88b6903933d9f6f4958eb94eb9c4895c33d4627d59c279a3aefdb2da7be5ebc20e55
SHA512 (gst-plugins-bad-openh264-1.13.90.tar.xz) = 61497a696c7ce57bf4878a59d4f2cdec6bb48e680a844f88fa9a7b3b52fc1e3f9a8464f1e3877571c224d9fd03dc005ede3a987bf2448ac87037167c60c9c528
SHA512 (openh264-1.7.0.tar.gz) = 3e30584d6adb69c162f5b044f49155c22d44ab8e399f6bf09194593df84475b49979406f3e461d25ef1e4422c2721b975c58bc64d40a143d8493d45380ad96aa

Loading…
Cancel
Save