mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
libvpx5: turn libvpx into a transitional package
This commit is contained in:
parent
07208fad4f
commit
d0c2e6abf5
2 changed files with 9 additions and 4 deletions
1
srcpkgs/libvpx
Symbolic link
1
srcpkgs/libvpx
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libvpx5
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvpx5'
|
# Template file for 'libvpx5'
|
||||||
pkgname=libvpx5
|
pkgname=libvpx5
|
||||||
version=1.7.0
|
version=1.7.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="libvpx-${version}"
|
wrksrc="libvpx-${version}"
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
short_desc="VP8 and VP9 video codec (1.7 series)"
|
short_desc="VP8 and VP9 video codec (1.7 series)"
|
||||||
|
@ -11,9 +11,6 @@ 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=1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238
|
||||||
|
|
||||||
replaces="libvpx<1.7.0_2"
|
|
||||||
provides="libvpx-${version}_${revision}"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export LD="$CC"
|
export LD="$CC"
|
||||||
|
|
||||||
|
@ -53,3 +50,10 @@ libvpx5-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libvpx_package() {
|
||||||
|
archs=noarch
|
||||||
|
build_style=meta
|
||||||
|
depends="libvpx5-${version}_${revision}"
|
||||||
|
short_desc+=" (transitional package)"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue