Adrian Schröter 2021-04-14 06:17:16 +00:00 committed by Git OBS Bridge
parent 087e0da193
commit 3c36f8f250
7 changed files with 34 additions and 5 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/webmproject/libvpx.git</param>
<param name="scm">git</param>
<param name="version">1.10.0</param>
<param name="revision">v1.10.0</param>
</service>
<service mode="manual" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

3
libvpx-1.10.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69d11c9a1ec389e94e8b5cf0917666a595493fd8b0c4743ba0854f249cce1114
size 22516237

View File

@ -1,3 +1,5 @@
diff --git a/vpx_ports/x86_abi_support.asm b/vpx_ports/x86_abi_support.asm
index 6b2d6b968..6cb439c9c 100644
--- a/vpx_ports/x86_abi_support.asm
+++ b/vpx_ports/x86_abi_support.asm
@@ -10,6 +10,7 @@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 14 06:00:00 UTC 2021 - Adrian Schröter <adrian@suse.de>
- using service/obspcio again because upstream tar ball is changing,
leading to trust validation errors
-------------------------------------------------------------------
Tue Mar 30 22:20:30 UTC 2021 - Dirk Müller <dmueller@suse.com>

5
libvpx.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: libvpx
version: 1.10.0
mtime: 1616097586
commit: b41ffb53f1000ab2227c1736d8c1355aa5081c40

View File

@ -24,7 +24,7 @@ Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Productivity/Multimedia/Other
URL: https://www.webmproject.org/
Source0: https://chromium.googlesource.com/webm/libvpx/+archive/v%{version}.tar.gz
Source0: %name-%version.tar.xz
Source1000: baselibs.conf
Patch1: libvpx-define-config_pic.patch
Patch2: libvpx-configure-add-s390.patch
@ -91,7 +91,7 @@ and audio streams compressed with the Vorbis audio codec.
The WebM file structure is based on the Matroska container.
%prep
%setup -q -c %{name}-%{version}
%setup -q
%patch1 -p1
%patch2 -p1
%patch4 -p1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae2ffb610f4ae34a73e9ba966788c3eea1f810c357f4e8b1ebd9e636cf60fd80
size 5331468