vapoursynth: libvapoursynth.so must be in main pkg.
This commit is contained in:
parent
3026871bf8
commit
2cfbd3d833
2 changed files with 2 additions and 5 deletions
|
@ -2434,8 +2434,6 @@ libobs.so.0 obs-0.14.1_2
|
|||
libobsglad.so.0 obs-0.14.1_2
|
||||
libobs-opengl.so.0 obs-0.14.1_2
|
||||
libzimg.so.2 zimg-2.0.4_1
|
||||
libvapoursynth.so vapoursynth-R31_1
|
||||
libvapoursynth-script.so.0 vapoursynth-R31_1
|
||||
libvapoursynth.so vapoursynth-devel-R32_1
|
||||
libvapoursynth.so vapoursynth-R32_2
|
||||
libvapoursynth-script.so.0 vapoursynth-R32_1
|
||||
libmvtools.so vapoursynth-mvtools-12_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vapoursynth'
|
||||
pkgname=vapoursynth
|
||||
version=R32
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libtool yasm python3 python-Cython python3.4-Cython"
|
||||
makedepends="python3.4-devel zimg-devel libmagick-devel libass-devel"
|
||||
|
@ -31,6 +31,5 @@ vapoursynth-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue