vapoursynth-mvtools: fix library location (#4489)

This commit is contained in:
lemmi 2016-07-22 10:40:24 +02:00 committed by Juan RP
parent 3fec43d7d3
commit 8a693f824b
2 changed files with 4 additions and 3 deletions

View File

@ -2449,7 +2449,6 @@ libobs-opengl.so.0 obs-0.14.1_2
libzimg.so.2 zimg-2.0.4_1
libvapoursynth.so vapoursynth-R32_2
libvapoursynth-script.so.0 vapoursynth-R32_1
libmvtools.so vapoursynth-mvtools-12_1
libtwolame.so.0 twolame-0.3.13_1
libsignon-plugins.so.1 signond-8.58_1
libsignon-qt5.so.1 signond-8.58_1

View File

@ -1,7 +1,7 @@
# Template file for 'vapoutsynth-mvtools'
# Template file for 'vapoursynth-mvtools'
pkgname=vapoursynth-mvtools
version=16
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake pkg-config libtool yasm"
makedepends="fftw-devel vapoursynth-devel zimg-devel"
@ -19,4 +19,6 @@ pre_configure() {
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
vmkdir /usr/lib/vapoursynth
mv ${DESTDIR}/usr/lib/{,vapoursynth/}libmvtools.so
}