diff --git a/common/shlibs b/common/shlibs index 62b1d95342e..5d007d1fa0a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/vapoursynth-mvtools/template b/srcpkgs/vapoursynth-mvtools/template index da6519bc65a..79c4562783d 100644 --- a/srcpkgs/vapoursynth-mvtools/template +++ b/srcpkgs/vapoursynth-mvtools/template @@ -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 }