mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
libvpx: update to 1.8.0 and rename to libvpx6
The rename is to follow the ABI version and make for easier transitions. [ci skip]
This commit is contained in:
parent
e7f41d45ec
commit
1b0f3ffd6b
4 changed files with 13 additions and 11 deletions
|
@ -826,7 +826,7 @@ libmission-control-plugins.so.0 telepathy-mission-control-5.9.2_1
|
||||||
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
||||||
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libvpx.so.5 libvpx-1.7.0_1
|
libvpx.so.6 libvpx6-1.8.0_1
|
||||||
libXevie.so.1 libXevie-1.0.2_1
|
libXevie.so.1 libXevie-1.0.2_1
|
||||||
libatspi.so.0 at-spi2-core-1.91.91_1
|
libatspi.so.0 at-spi2-core-1.91.91_1
|
||||||
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
libvpx
|
libvpx6
|
|
@ -1 +1 @@
|
||||||
libvpx
|
libvpx6
|
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'libvpx'
|
# Template file for 'libvpx6'
|
||||||
pkgname=libvpx
|
pkgname=libvpx6
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=libvpx-${version}
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
short_desc="The VP8/VP9 Codecs"
|
short_desc="VP8 and VP9 video codec"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="http://www.webmproject.org"
|
|
||||||
license="BSD-3-Clause-Clear"
|
license="BSD-3-Clause-Clear"
|
||||||
|
homepage="http://www.webmproject.org"
|
||||||
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
||||||
checksum=1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238
|
checksum=86df18c694e1c06cc8f83d2d816e9270747a0ce6abe316e93a4f4095689373f6
|
||||||
|
replaces="libvpx<1.8.0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export LD="$CC"
|
export LD="$CC"
|
||||||
|
@ -23,7 +25,7 @@ do_configure() {
|
||||||
CFLAGS+=" -fPIC"
|
CFLAGS+=" -fPIC"
|
||||||
|
|
||||||
./configure --enable-vp8 --enable-vp9 \
|
./configure --enable-vp8 --enable-vp9 \
|
||||||
--enable-experimental --enable-spatial-svc \
|
--enable-experimental \
|
||||||
--enable-runtime-cpu-detect --enable-shared \
|
--enable-runtime-cpu-detect --enable-shared \
|
||||||
--enable-postproc --enable-pic --disable-install-docs \
|
--enable-postproc --enable-pic --disable-install-docs \
|
||||||
--disable-install-srcs --as=yasm ${_cross}
|
--disable-install-srcs --as=yasm ${_cross}
|
||||||
|
@ -45,7 +47,7 @@ libvpx-tools_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libvpx-devel_package() {
|
libvpx-devel_package() {
|
||||||
depends="libvpx>=${version}_${revision}"
|
depends="libvpx6>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
Loading…
Add table
Reference in a new issue