Accepting request 349666 from home:enzokiel:branches:multimedia:libs
Update to version 1.5.0 OBS-URL: https://build.opensuse.org/request/show/349666 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=55
This commit is contained in:
parent
619548c3d6
commit
f6795bedb2
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="download_url" mode="disabled">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">storage.googleapis.com</param>
|
||||
<param name="path">/downloads.webmproject.org/releases/webm/libvpx-1.4.0.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file" mode="disabled">
|
||||
<param name="file">libvpx-1.4.0.tar.bz2</param>
|
||||
<param name="verifier">md5</param>
|
||||
<param name="checksum">63b1d7f59636a42eeeee9225cc14e7de</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">libvpx-*tar.bz2</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
@ -1 +1 @@
|
||||
libvpx2
|
||||
libvpx3
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cf9ce91b0e8fe6c256e2ebb05e55e5bba1451943be6b1717f510fb2c9fa6cf2
|
||||
size 1525456
|
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 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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user