libvpx5: remove package.
This commit is contained in:
parent
a61f64cba5
commit
d7d290cbf7
|
@ -834,7 +834,6 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
|||
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
||||
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
||||
libshumate-1.0.so.1 libshumate-1.0.0_1
|
||||
libvpx.so.5 libvpx5-1.7.0_1
|
||||
libvpx.so.6 libvpx6-1.8.0_1
|
||||
libvpx.so.7 libvpx7-1.11.0_1
|
||||
libXevie.so.1 libXevie-1.0.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libvpx5
|
|
@ -1 +0,0 @@
|
|||
libvpx5
|
|
@ -1,59 +0,0 @@
|
|||
# Template file for 'libvpx5'
|
||||
pkgname=libvpx5
|
||||
version=1.7.0
|
||||
revision=4
|
||||
hostmakedepends="perl yasm"
|
||||
short_desc="VP8 and VP9 video codec (1.7 series)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause-Clear"
|
||||
homepage="http://www.webmproject.org"
|
||||
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
||||
checksum=1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238
|
||||
|
||||
do_configure() {
|
||||
export LD="$CC"
|
||||
local target args
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) target="x86_64-linux-gcc" ;;
|
||||
i686*) target="x86-linux-gcc" ;;
|
||||
armv7*) target="armv7-linux-gcc"; args="--disable-neon" ;;
|
||||
aarch64*) target="arm64-linux-gcc" ;;
|
||||
*) target="generic-gnu";;
|
||||
esac
|
||||
CFLAGS+=" -fPIC"
|
||||
|
||||
./configure --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 \
|
||||
${args} --target=${target}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DIST_DIR=${DESTDIR}/usr install
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libvpx5-devel_package() {
|
||||
depends="libvpx5>=${version}_${revision}"
|
||||
conflicts="libvpx-devel>=0"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
libvpx_package() {
|
||||
build_style=meta
|
||||
depends="libvpx5-${version}_${revision}"
|
||||
short_desc+=" (transitional package)"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="*.[8-9].*"
|
Loading…
Reference in New Issue