Skip to content

Commit 06aed07

Browse files
committed
aom: update to 3.1.2
1 parent 0772c3f commit 06aed07

2 files changed

Lines changed: 3 additions & 95 deletions

File tree

mingw-w64-aom/PKGBUILD

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=aom
44
pkgbase=mingw-w64-${_realname}
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6-
pkgver=3.1.1
7-
pkgrel=5
6+
pkgver=3.1.2
7+
pkgrel=1
88
pkgdesc='AV1 codec library (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -20,11 +20,9 @@ makedepends=("perl"
2020
"${MINGW_PACKAGE_PREFIX}-python")
2121
source=("https://storage.googleapis.com/aom-releases/libaom-${pkgver}.tar.gz" # {,.asc}
2222
"fix-lib-dest.patch"
23-
"f19edfa.diff"
2423
"0003-cmake-fix-libname-import-library.patch")
25-
sha256sums=('7cd5e8e469268c37241df93fe61557ea0dc46980ca21b37e786e92a3d0729276'
24+
sha256sums=('a295eb3779657fad7d34217091ee4c6257d02580a82012231afef72792330075'
2625
'3a202005676f91b2b5ee5d7c10792f1930b204f36a96d7d5b893ef81d375b19d'
27-
'7dc44a08cb6c70f6a2fcd7c1310ac96da386186a27413b8c145644d3fa5b8054'
2826
'b95c9afc17fcc0f1726652976b412e74d8108d6b23a67703590e59cfa6428928')
2927
#validpgpkeys=('B002F08B74A148DAA01F7123A48E86DB0B830498')
3028
noextract=("libaom-${pkgver}.tar.gz")
@@ -36,7 +34,6 @@ prepare() {
3634
cd "${srcdir}/${_realname}"
3735

3836
patch -Np1 -i "${srcdir}"/fix-lib-dest.patch
39-
patch -Np1 -i "${srcdir}"/f19edfa.diff
4037
patch -Np1 -i "${srcdir}"/0003-cmake-fix-libname-import-library.patch
4138
}
4239

mingw-w64-aom/f19edfa.diff

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

0 commit comments

Comments
 (0)