Skip to content

Commit 81beea8

Browse files
committed
libvpx: Update to 1.15.0
0005-fix-exports.mingw.patch: this was already fixed at the last refresh but was missed 0003-cross-with-native-binutils.mingw.patch: needs a refresh, but I don't quite see why this is needed, so try without it
1 parent 689fbdf commit 81beea8

File tree

3 files changed

+4
-44
lines changed

3 files changed

+4
-44
lines changed

mingw-w64-libvpx/0003-cross-with-native-binutils.mingw.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

mingw-w64-libvpx/0005-fix-exports.mingw.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

mingw-w64-libvpx/PKGBUILD

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=libvpx
44
pkgbase=mingw-w64-${_realname}
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6-
pkgver=1.14.1
6+
pkgver=1.15.0
77
pkgrel=1
88
pkgdesc="The VP8/VP9 Codec SDK (mingw-w64)"
99
arch=('any')
@@ -22,14 +22,10 @@ msys2_references=(
2222
"cpe: cpe:/a:webmproject:libvpx"
2323
)
2424
source=(${_realname}-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz
25-
0001-enable-shared-on.mingw.patch
26-
0003-cross-with-native-binutils.mingw.patch
27-
0005-fix-exports.mingw.patch)
25+
0001-enable-shared-on.mingw.patch)
2826
options=('strip' 'staticlibs')
29-
sha256sums=('901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977'
30-
'f37a24525725cad215d73c538c0b06343b043f2b07553e7dc25835bd68af0695'
31-
'fabe7d4a756b33016947f741b1b5d8cbbf9aefd8862240645d0ed7bf7b4a3739'
32-
'7c511b5df935278da2cba32b03b90582f360ab6786a5e32028bc82025193fabd')
27+
sha256sums=('e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e'
28+
'f37a24525725cad215d73c538c0b06343b043f2b07553e7dc25835bd68af0695')
3329

3430
# Helper macros to help make tasks easier #
3531
apply_patch_with_msg() {
@@ -52,8 +48,6 @@ prepare() {
5248
cd ${srcdir}/${_realname}-${pkgver}
5349

5450
apply_patch_with_msg 0001-enable-shared-on.mingw.patch
55-
apply_patch_with_msg 0003-cross-with-native-binutils.mingw.patch
56-
apply_patch_with_msg 0005-fix-exports.mingw.patch
5751
}
5852

5953
build() {

0 commit comments

Comments
 (0)