diff --git a/baselibs.conf b/baselibs.conf index 8f5e8d8..6cacdac 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libvpx2 +libvpx3 diff --git a/libvpx-1.4.0.tar.xz b/libvpx-1.4.0.tar.xz deleted file mode 100644 index b261f8e..0000000 --- a/libvpx-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2ae9a7caf543ea5871e27474b694525ac99ca21d8f22f17b78c003103e4813e -size 1519736 diff --git a/libvpx-1.5.0.tar.bz2 b/libvpx-1.5.0.tar.bz2 new file mode 100644 index 0000000..da8146f --- /dev/null +++ b/libvpx-1.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 +size 1906571 diff --git a/libvpx-configure-add-s390.patch b/libvpx-configure-add-s390.patch index bbaade2..739eb83 100644 --- a/libvpx-configure-add-s390.patch +++ b/libvpx-configure-add-s390.patch @@ -1,8 +1,8 @@ ---- build/make/configure.sh.orig 2015-04-03 20:49:19.000000000 +0200 -+++ build/make/configure.sh 2015-05-12 10:50:23.351736000 +0200 -@@ -646,6 +646,12 @@ - *powerpc*) - tgt_isa=ppc32 +--- build/make/configure.sh.orig 2015-12-12 20:56:28.655120207 +0100 ++++ build/make/configure.sh 2015-12-12 20:56:28.695120479 +0100 +@@ -661,6 +661,12 @@ + *i[3456]86*) + tgt_isa=x86 ;; + *s390x*) + tgt_isa=s390x @@ -13,12 +13,12 @@ *sparc*) tgt_isa=sparc ;; ---- configure.orig 2015-04-03 20:49:19.000000000 +0200 -+++ configure 2015-05-12 10:50:25.179744000 +0200 -@@ -118,6 +118,8 @@ - all_platforms="${all_platforms} ppc64-darwin8-gcc" - all_platforms="${all_platforms} ppc64-darwin9-gcc" - all_platforms="${all_platforms} ppc64-linux-gcc" +--- configure.orig 2015-12-12 20:58:14.703787697 +0100 ++++ configure 2015-12-12 20:58:14.755788001 +0100 +@@ -111,6 +111,8 @@ + all_platforms="${all_platforms} armv7s-darwin-gcc" + all_platforms="${all_platforms} mips32-linux-gcc" + all_platforms="${all_platforms} mips64-linux-gcc" +all_platforms="${all_platforms} s390-linux-gcc" +all_platforms="${all_platforms} s390x-linux-gcc" all_platforms="${all_platforms} sparc-solaris-gcc" diff --git a/libvpx.changes b/libvpx.changes index 686c85e..c3e6713 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Dec 19 17:08:27 UTC 2015 - joerg.lorenzen@ki.tng.de + +- Update to version 1.5.0 + + This release improves upon the VP9 encoder and speeds up the + encoding and decoding processes. + + Upgrading: + This release is ABI incompatible with 1.4.0. It drops deprecated + VP8 controls and adds a variety of VP9 controls for testing. + The vpxenc utility now prefers VP9 by default. + + Enhancements: + Faster VP9 encoding and decoding. + Smaller library size by combining functions used by VP8 and VP9. + + Bug Fixes: + A variety of fuzzing issues. +- Fixed libvpx-configure-add-s390.patch and changed baselibs.conf + to libvpx3. +- Removed uneeded servive file. + ------------------------------------------------------------------- Tue May 12 17:40:07 UTC 2015 - joerg.lorenzen@ki.tng.de diff --git a/libvpx.spec b/libvpx.spec index 8e6e287..96cdc22 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -16,16 +16,16 @@ # -%define soname 2 +%define soname 3 Name: libvpx -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: VP8 codec library License: BSD-3-Clause and GPL-2.0+ Group: Productivity/Multimedia/Other Url: http://www.webmproject.org/ -Source0: %{name}-%{version}.tar.xz +Source0: http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2 Source1000: baselibs.conf # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined. Patch1: libvpx-define-config_pic.patch @@ -34,7 +34,6 @@ Patch3: libvpx-disable-cross-for-arm.patch Patch4: libvpx-armv7-use-hard-float.patch # Needed to be able to create pkgconfig() provides. BuildRequires: pkg-config -BuildRequires: xz BuildRequires: yasm BuildRoot: %{_tmppath}/%{name}-%{version}-build