libvpx: new package at 1.7.0

This commit is contained in:
Dylan Araps 2019-07-26 10:18:18 +03:00
parent e1ade01139
commit a40b441f50
6 changed files with 27 additions and 0 deletions

View File

@ -8,5 +8,6 @@ libogg
libtheora
libvorbis
libwebp
libvpx
opus
wavpack

21
testing/libvpx/build Executable file
View File

@ -0,0 +1,21 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-vp8 \
--enable-vp9 \
--disable-tools \
--disable-examples \
--disable-docs \
--enable-experimental \
--enable-runtime-cpu-detect \
--enable-shared \
--enable-postproc \
--enable-pic \
--disable-install-docs \
--disable-install-srcs \
--disable-install-bins \
--as=yasm
make
make DESTDIR="$1" install

1
testing/libvpx/checksums Normal file
View File

@ -0,0 +1 @@
1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238 v1.7.0.tar.gz

2
testing/libvpx/depends Normal file
View File

@ -0,0 +1,2 @@
perl make
yasm make

1
testing/libvpx/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/webmproject/libvpx/archive/v1.7.0.tar.gz

1
testing/libvpx/version Normal file
View File

@ -0,0 +1 @@
1.7.0 1