libvpx: Update to 1.8.1
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
diff -aur libvpx-1.6.0-orig/build/make/configure.sh libvpx-1.6.0/build/make/configure.sh
|
||||
--- libvpx-1.6.0-orig/build/make/configure.sh 2016-07-21 04:15:41.000000000 +0300
|
||||
+++ libvpx-1.6.0/build/make/configure.sh 2016-07-28 18:34:25.287546800 +0300
|
||||
@@ -585,11 +585,14 @@
|
||||
@@ -647,7 +647,10 @@
|
||||
--libdir=*)
|
||||
libdir="${optval}"
|
||||
;;
|
||||
- --libc|--as|--prefix|--libdir)
|
||||
+ --bindir=*)
|
||||
+ bindir="${optval}"
|
||||
+ ;;
|
||||
--sdk-path=*)
|
||||
[ -d "${optval}" ] || die "Not a directory: ${optval}"
|
||||
sdk_path="${optval}"
|
||||
;;
|
||||
- --libc|--as|--prefix|--libdir|--sdk-path)
|
||||
+ --libc|--as|--prefix|--libdir|--bindir|--sdk-path)
|
||||
+ --libc|--as|--prefix|--libdir|--bindir)
|
||||
die "Option ${opt} requires argument"
|
||||
;;
|
||||
--help|-h)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
_realname=libvpx
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.8.0
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgdesc="The VP8 Codec SDK (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -16,8 +16,8 @@ source=(${_realname}-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/arc
|
||||
0003-cross-with-native-binutils.mingw.patch
|
||||
0005-fix-exports.mingw.patch)
|
||||
options=('strip' 'staticlibs')
|
||||
sha256sums=('86df18c694e1c06cc8f83d2d816e9270747a0ce6abe316e93a4f4095689373f6'
|
||||
'38f1aba2461afd007a6f6a64fdb3eab213bcc279d55b981f77d44209c9c303da'
|
||||
sha256sums=('df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e'
|
||||
'f37a24525725cad215d73c538c0b06343b043f2b07553e7dc25835bd68af0695'
|
||||
'3153cac1db87628de36d71e6638677a08c52afd6ada94b4d64ea00364bf20e4a'
|
||||
'fabe7d4a756b33016947f741b1b5d8cbbf9aefd8862240645d0ed7bf7b4a3739'
|
||||
'7c511b5df935278da2cba32b03b90582f360ab6786a5e32028bc82025193fabd')
|
||||
|
||||
Reference in New Issue
Block a user