Accepting request 349677 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/349677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=26
This commit is contained in:
commit
44e3644f97
@ -1 +1 @@
|
|||||||
libvpx2
|
libvpx3
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2ae9a7caf543ea5871e27474b694525ac99ca21d8f22f17b78c003103e4813e
|
|
||||||
size 1519736
|
|
3
libvpx-1.5.0.tar.bz2
Normal file
3
libvpx-1.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797
|
||||||
|
size 1906571
|
@ -1,8 +1,8 @@
|
|||||||
--- build/make/configure.sh.orig 2015-04-03 20:49:19.000000000 +0200
|
--- build/make/configure.sh.orig 2015-12-12 20:56:28.655120207 +0100
|
||||||
+++ build/make/configure.sh 2015-05-12 10:50:23.351736000 +0200
|
+++ build/make/configure.sh 2015-12-12 20:56:28.695120479 +0100
|
||||||
@@ -646,6 +646,12 @@
|
@@ -661,6 +661,12 @@
|
||||||
*powerpc*)
|
*i[3456]86*)
|
||||||
tgt_isa=ppc32
|
tgt_isa=x86
|
||||||
;;
|
;;
|
||||||
+ *s390x*)
|
+ *s390x*)
|
||||||
+ tgt_isa=s390x
|
+ tgt_isa=s390x
|
||||||
@ -13,12 +13,12 @@
|
|||||||
*sparc*)
|
*sparc*)
|
||||||
tgt_isa=sparc
|
tgt_isa=sparc
|
||||||
;;
|
;;
|
||||||
--- configure.orig 2015-04-03 20:49:19.000000000 +0200
|
--- configure.orig 2015-12-12 20:58:14.703787697 +0100
|
||||||
+++ configure 2015-05-12 10:50:25.179744000 +0200
|
+++ configure 2015-12-12 20:58:14.755788001 +0100
|
||||||
@@ -118,6 +118,8 @@
|
@@ -111,6 +111,8 @@
|
||||||
all_platforms="${all_platforms} ppc64-darwin8-gcc"
|
all_platforms="${all_platforms} armv7s-darwin-gcc"
|
||||||
all_platforms="${all_platforms} ppc64-darwin9-gcc"
|
all_platforms="${all_platforms} mips32-linux-gcc"
|
||||||
all_platforms="${all_platforms} ppc64-linux-gcc"
|
all_platforms="${all_platforms} mips64-linux-gcc"
|
||||||
+all_platforms="${all_platforms} s390-linux-gcc"
|
+all_platforms="${all_platforms} s390-linux-gcc"
|
||||||
+all_platforms="${all_platforms} s390x-linux-gcc"
|
+all_platforms="${all_platforms} s390x-linux-gcc"
|
||||||
all_platforms="${all_platforms} sparc-solaris-gcc"
|
all_platforms="${all_platforms} sparc-solaris-gcc"
|
||||||
|
@ -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
|
Tue May 12 17:40:07 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 2
|
%define soname 3
|
||||||
|
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VP8 codec library
|
Summary: VP8 codec library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://www.webmproject.org/
|
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
|
Source1000: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined.
|
# 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
|
Patch1: libvpx-define-config_pic.patch
|
||||||
@ -34,7 +34,6 @@ Patch3: libvpx-disable-cross-for-arm.patch
|
|||||||
Patch4: libvpx-armv7-use-hard-float.patch
|
Patch4: libvpx-armv7-use-hard-float.patch
|
||||||
# Needed to be able to create pkgconfig() provides.
|
# Needed to be able to create pkgconfig() provides.
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user