From d45f26d804c393fba84d1e8e8b66fb0c650eb10f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 25 Aug 2016 08:56:24 +0200 Subject: [PATCH] Update openh264 to 1.6.0 --- .gitignore | 1 + openh264.spec | 17 ++++++++--------- sources | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 114fffb..db268f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /gmp-api-c5f1d0f.tar.gz /gst-plugins-bad-openh264-1.8.1.tar.xz /openh264-2706e36.tar.gz +/openh264-1.6.0.tar.gz diff --git a/openh264.spec b/openh264.spec index 54257d6..814f979 100644 --- a/openh264.spec +++ b/openh264.spec @@ -1,7 +1,3 @@ -# v1.5.3-Firefox39 branch -%global commit0 2706e36bf0a8b7c539c803ed877148c005ffca59 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) - # To get the gmp-api commit to use, run: # rm -rf gmp-api;make gmp-bootstrap;cd gmp-api;git rev-parse HEAD %global commit1 c5f1d0f3213178818cbfb3e16f31d07328980560 @@ -12,13 +8,13 @@ %global gst_release 1 Name: openh264 -Version: 1.5.3 -Release: 0.1.git%{shortcommit0}%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: H.264 codec library License: BSD URL: http://www.openh264.org/ -Source0: https://github.com/cisco/openh264/archive/%{commit0}/openh264-%{shortcommit0}.tar.gz +Source0: https://github.com/cisco/openh264/archive/v%{version}/openh264-%{version}.tar.gz Source1: https://github.com/mozilla/gmp-api/archive/%{commit1}/gmp-api-%{shortcommit1}.tar.gz # The source is: # http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%%{gst_version}.tar.xz @@ -69,7 +65,7 @@ This package contains the H.264 plugin. %prep -%setup -qn openh264-%{commit0} +%setup -q # Extract gmp-api archive tar -xf %{S:1} @@ -202,7 +198,7 @@ popd %files %license LICENSE %doc README.md -%{_libdir}/libopenh264.so.1 +%{_libdir}/libopenh264.so.3 %files devel %{_includedir}/wels/ @@ -223,6 +219,9 @@ popd %changelog +* Thu Aug 25 2016 Kalev Lember - 1.6.0-1 +- Update openh264 to 1.6.0 + * Thu Apr 28 2016 Kalev Lember - 1.5.3-0.1.git2706e36 - Update openh264 to 1.5.3 git snapshot - Update gstreamer plugin to 1.8.1 diff --git a/sources b/sources index c78f7ac..215e146 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 961eb0256e27a12dd0a19421b56f3309 gmp-api-c5f1d0f.tar.gz ff63b5fc2234e566a6cb20d58ce85964 gst-plugins-bad-openh264-1.8.1.tar.xz -259b33cec12941f32b367ff5270ef6a9 openh264-2706e36.tar.gz +44fa88fa8545ab1239a16ad535078be4 openh264-1.6.0.tar.gz