mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vapoursynth: update to R49.
This commit is contained in:
parent
b0d7db09a5
commit
ba43ffcdc7
1 changed files with 3 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vapoursynth'
|
# Template file for 'vapoursynth'
|
||||||
pkgname=vapoursynth
|
pkgname=vapoursynth
|
||||||
version=R47.2
|
version=R49
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool nasm python3-Cython"
|
hostmakedepends="automake pkg-config libtool nasm python3-Cython"
|
||||||
makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
|
makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
|
||||||
|
@ -12,26 +12,10 @@ license="LGPL-2.1-or-later, OFL-1.1"
|
||||||
homepage="http://www.vapoursynth.com"
|
homepage="http://www.vapoursynth.com"
|
||||||
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
|
||||||
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
||||||
checksum=8ce4553f9fc5e5bbfb26ec9c0c5bf94be307530f947424c713ef67bc8a6d22b2
|
checksum=126d1e68d3a3e80d1e215c8a2a5dc8773f5fcac70a6c22dadc837bccb603bccd
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
|
||||||
aarch64*)
|
|
||||||
broken="no upstream support"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Fix linking with python 3.8
|
|
||||||
vsed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
case $XBPS_TARGET_MACHINE in
|
|
||||||
arm*musl)
|
|
||||||
sed -i '/#include <sys\/auxv.h>/a #include <asm/hwcap.h>' src/core/cpufeatures.c
|
|
||||||
sed -i -e 's/HWCAP_ARM_/HWCAP_/' src/core/cpufeatures.c
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vapoursynth-devel_package() {
|
vapoursynth-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue