diff --git a/multimedia/video/libvpx/actions.py b/multimedia/video/libvpx/actions.py
index 303a26a27b..2bf9562d1c 100644
--- a/multimedia/video/libvpx/actions.py
+++ b/multimedia/video/libvpx/actions.py
@@ -12,6 +12,11 @@ from pisi.actionsapi import get
libdir = "lib"
def setup():
+ shelltools.export("ARCH","x86_64")
+ shelltools.export("CFLAGS", "%s -fPIC -O2" % get.CFLAGS())
+ shelltools.export("CXXFLAGS", "%s -fPIC -O2" % get.CXXFLAGS())
+ pisitools.cflags.remove("-O3")
+ pisitools.cxxflags.remove("-O3")
shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.export("CFLAGS", get.CFLAGS().replace("-ggdb3", ""))
autotools.rawConfigure("--prefix=/usr \
@@ -20,13 +25,11 @@ def setup():
--enable-vp8 \
--enable-vp9 \
--enable-vp9-highbitdepth \
+ --enable-vp9-temporal-denoising \
--enable-shared \
--enable-runtime-cpu-detect \
- --enable-multithread \
--enable-postproc \
--enable-experimental \
- --disable-debug \
- --disable-debug-libs \
--disable-install-docs \
--disable-install-srcs" % libdir)
diff --git a/multimedia/video/libvpx/pspec.xml b/multimedia/video/libvpx/pspec.xml
index 013ca9ab24..a962b9b44d 100644
--- a/multimedia/video/libvpx/pspec.xml
+++ b/multimedia/video/libvpx/pspec.xml
@@ -13,8 +13,9 @@
library
WebM VP8 Codec SDK
libvpx is the VP8 development library usually used in WebM and similiar formats.
- https://github.com/webmproject/libvpx/archive/v1.8.1.tar.gz
+ https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz
+ git
libgcc
yasm-devel
@@ -48,6 +49,13 @@
+
+ 2021-01-27
+ 1.9.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-14
1.8.1