summaryrefslogtreecommitdiff
path: root/package/libvpx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-14 20:53:07 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-14 20:53:07 +0200
commitff4464fa8aef54dbfb124ec22cf4138ebb7219d1 (patch)
treef31731eb0fc3d063efc909293f9ad47bda96dea1 /package/libvpx
parenta7109eeb4cf3cc355cff24fb59c0d9cc06a14e8f (diff)
update to latest upstream version
Diffstat (limited to 'package/libvpx')
-rw-r--r--package/libvpx/Makefile10
-rw-r--r--package/libvpx/patches/patch-build_make_configure_sh6
2 files changed, 10 insertions, 6 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index e9e102f22..f0ce9380d 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libvpx
-PKG_VERSION:= 1.1.0
-PKG_RELEASE:= 3
-PKG_MD5SUM:= 7ae163ac3196c79ec2f0904280078a45
+PKG_VERSION:= 1.2.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 6f07da6f5a7f40fdaef0d976d6da3b54
PKG_DESCR:= VP8/VP9 codec library
PKG_SECTION:= libs
PKG_URL:= http://www.webmproject.org/about/
@@ -85,6 +85,10 @@ CONFIGURE_ARGS+= --prefix=/usr \
--enable-shared
ALL_TARGET:=
+post-extract:
+ chmod a+x $(WRKBUILD)/build/make/*.sh
+ chmod a+x $(WRKBUILD)/build/make/*.pl
+
libvpx-install:
$(INSTALL_DIR) $(IDIR_LIBVPX)/usr/lib
$(CP) $(WRKINST)/usr/lib/libvpx.so* \
diff --git a/package/libvpx/patches/patch-build_make_configure_sh b/package/libvpx/patches/patch-build_make_configure_sh
index 42ab9785a..829ede0c8 100644
--- a/package/libvpx/patches/patch-build_make_configure_sh
+++ b/package/libvpx/patches/patch-build_make_configure_sh
@@ -1,6 +1,6 @@
---- libvpx-v0.9.7-p1.orig/build/make/configure.sh 2011-08-15 23:02:45.000000000 +0200
-+++ libvpx-v0.9.7-p1/build/make/configure.sh 2011-09-17 17:48:07.667986440 +0200
-@@ -287,7 +287,7 @@ check_cpp() {
+--- libvpx-v1.2.0.orig/build/make/configure.sh 2013-09-04 20:49:22.000000000 +0200
++++ libvpx-v1.2.0/build/make/configure.sh 2013-10-14 20:15:20.000000000 +0200
+@@ -305,7 +305,7 @@ check_cpp() {
check_ld() {
log check_ld "$@"
check_cc $@ \