summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-24 16:18:40 +0100
committersl1pkn072015-11-24 16:18:40 +0100
commit4223b213d7fdcbdaaff4c14374df2bf54afcc5a8 (patch)
tree7ec60c840848b17740cecdbe0778bf2bfa4ae051
parentb5cededc442956f6c5090ed7a6e19c92ce8bd0d5 (diff)
downloadaur-4223b213d7fdcbdaaff4c14374df2bf54afcc5a8.tar.gz
vszimg is now deprecated (?)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7597d33bf233..b53e76763b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zimg-git
- pkgdesc = Scaling, colorspace conversion, and dithering library. include VapourSynth plugin (deprecated soon(?)). (GIT version)
+ pkgdesc = Scaling, colorspace conversion, and dithering library. (GIT version)
pkgver = 2.0.1.22.g1aa2811
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171334
@@ -7,7 +7,6 @@ pkgbase = zimg-git
arch = x86_64
license = custom:WTFPL
makedepends = git
- depends = vapoursynth
provides = zimg
conflicts = zimg
conflicts = vapoursynth-plugin-zimg
diff --git a/PKGBUILD b/PKGBUILD
index 290e0909026d..f9470a5062b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
pkgname=zimg-git
pkgver=2.0.1.22.g1aa2811
pkgrel=1
-pkgdesc="Scaling, colorspace conversion, and dithering library. include VapourSynth plugin (deprecated soon(?)). (GIT version)"
+pkgdesc="Scaling, colorspace conversion, and dithering library. (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=171334'
license=('custom:WTFPL')
-depends=('vapoursynth')
makedepends=('git')
provides=('zimg')
conflicts=('zimg' 'vapoursynth-plugin-zimg' 'vapoursynth-plugin-zimg-git')
@@ -33,9 +32,7 @@ build() {
package(){
make -C zimg DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/lib/vapoursynth"
- ln -s ../zimg/vszimg.so "${pkgdir}/usr/lib/vapoursynth/libvszimg.so"
+ rm -fr "${pkgdir}/usr/lib/zimg"
install -Dm644 zimg/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
- install -Dm644 zimg/doc/vszimg/vszimg.txt "${pkgdir}/usr/share/doc/vapoursynth/plugins/zimg/vszimg.txt"
}