mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
vapoursynth-mvtools: fix library location (#4489)
This commit is contained in:
parent
3fec43d7d3
commit
8a693f824b
2 changed files with 4 additions and 3 deletions
|
@ -2449,7 +2449,6 @@ libobs-opengl.so.0 obs-0.14.1_2
|
||||||
libzimg.so.2 zimg-2.0.4_1
|
libzimg.so.2 zimg-2.0.4_1
|
||||||
libvapoursynth.so vapoursynth-R32_2
|
libvapoursynth.so vapoursynth-R32_2
|
||||||
libvapoursynth-script.so.0 vapoursynth-R32_1
|
libvapoursynth-script.so.0 vapoursynth-R32_1
|
||||||
libmvtools.so vapoursynth-mvtools-12_1
|
|
||||||
libtwolame.so.0 twolame-0.3.13_1
|
libtwolame.so.0 twolame-0.3.13_1
|
||||||
libsignon-plugins.so.1 signond-8.58_1
|
libsignon-plugins.so.1 signond-8.58_1
|
||||||
libsignon-qt5.so.1 signond-8.58_1
|
libsignon-qt5.so.1 signond-8.58_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vapoutsynth-mvtools'
|
# Template file for 'vapoursynth-mvtools'
|
||||||
pkgname=vapoursynth-mvtools
|
pkgname=vapoursynth-mvtools
|
||||||
version=16
|
version=16
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool yasm"
|
hostmakedepends="automake pkg-config libtool yasm"
|
||||||
makedepends="fftw-devel vapoursynth-devel zimg-devel"
|
makedepends="fftw-devel vapoursynth-devel zimg-devel"
|
||||||
|
@ -19,4 +19,6 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc readme.rst
|
vdoc readme.rst
|
||||||
vsconf ${FILESDIR}/example.py
|
vsconf ${FILESDIR}/example.py
|
||||||
|
vmkdir /usr/lib/vapoursynth
|
||||||
|
mv ${DESTDIR}/usr/lib/{,vapoursynth/}libmvtools.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue