summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-02-09 16:40:38 +0100
committerGustavo Alvarez2016-02-09 16:40:38 +0100
commitbca6e92eb420233ad192e42404155bfd5ea9d254 (patch)
tree04c24adce0e25ea6ca39a0c0a3112f2eecda9157
parent4dcb690aae4f9dda699c57bb39d81ed644a777cf (diff)
downloadaur-bca6e92eb420233ad192e42404155bfd5ea9d254.tar.gz
Reworking PKGBUILD
-rw-r--r--.SRCINFO47
-rw-r--r--PKGBUILD49
2 files changed, 47 insertions, 49 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d439854755d2..dca765aef24b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,35 +1,34 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 20:37:32 UTC 2016
+# Tue Feb 9 15:40:15 UTC 2016
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
pkgver = r21
- pkgrel = 1
+ pkgrel = 3
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
license = GPL
makedepends = git
- depends = vapoursynth
- optdepends = vapoursynth-plugin-addgrain-git: for QTGMC function (optional)
- optdepends = vapoursynth-plugin-awarpsharp2-git: for YAHR function
- optdepends = vapoursynth-plugin-bilateral-git: for logoNR function
- optdepends = vapoursynth-plugin-ctmf-git: for HQDeringmod function
- optdepends = vapoursynth-plugin-dctfilter-git: for Deblock_QED function
- optdepends = vapoursynth-plugin-deblock-git: for Deblock_QED function
- optdepends = vapoursynth-plugin-dfttest-git: for QTGMC function (optional)
- optdepends = vapoursynth-plugin-eedi2-git: for santiag function
- optdepends = vapoursynth-plugin-fft3dfilter-git: for QTGMC function (optional)
- optdepends = vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function
- optdepends = vapoursynth-plugin-fluxsmooth: for logoNR function
- optdepends = vapoursynth-plugin-fmtconv: for QTGMC function
- optdepends = vapoursynth-plugin-genericfilters-git: for HQDering function
- optdepends = vapoursynth-plugin-knlmeanscl: for QTGMC function (optional)
- optdepends = vapoursynth-plugin-mvtools: for QTGMC, GrainStabilizeMC and LSFmod function
- optdepends = vapoursynth-plugin-nnedi3: for QTGMC function
- optdepends = vapoursynth-plugin-sangnommod-git: for santiag function
- optdepends = vapoursynth-plugin-scenechange: for QTGMC function
- optdepends = vapoursynth-plugin-temporalsoften-git: for TemporalSoften function
- source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r21.7z
- sha1sums = d71683c92cfa0a1408c439af3452c2b4bb6a964e
+ depends = vapoursynth-plugin-addgrain-git
+ depends = vapoursynth-plugin-awarpsharp2-git
+ depends = vapoursynth-plugin-bilateral-git
+ depends = vapoursynth-plugin-ctmf-git
+ depends = vapoursynth-plugin-dctfilter-git
+ depends = vapoursynth-plugin-deblock-git
+ depends = vapoursynth-plugin-dfttest-git
+ depends = vapoursynth-plugin-eedi2-git
+ depends = vapoursynth-plugin-fft3dfilter-git
+ depends = vapoursynth-plugin-flash3kyuu_deband-git
+ depends = vapoursynth-plugin-fluxsmooth
+ depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-genericfilters-git
+ depends = vapoursynth-plugin-knlmeanscl
+ depends = vapoursynth-plugin-mvtools
+ depends = vapoursynth-plugin-nnedi3
+ depends = vapoursynth-plugin-sangnommod-git
+ depends = vapoursynth-plugin-scenechange
+ depends = vapoursynth-plugin-temporalsoften-git
+ source = havsfunc-r21.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r21.tar.gz
+ sha1sums = 0d6ca515f61361f8b4d4b85a25d74ceaa116856f
pkgname = vapoursynth-plugin-havsfunc
diff --git a/PKGBUILD b/PKGBUILD
index 31c6fa92f357..d71c6f6f886d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,38 +3,37 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r21
-pkgrel=1
+pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
-depends=('vapoursynth')
+depends=('vapoursynth-plugin-addgrain-git'
+ 'vapoursynth-plugin-awarpsharp2-git'
+ 'vapoursynth-plugin-bilateral-git'
+ 'vapoursynth-plugin-ctmf-git'
+ 'vapoursynth-plugin-dctfilter-git'
+ 'vapoursynth-plugin-deblock-git'
+ 'vapoursynth-plugin-dfttest-git'
+ 'vapoursynth-plugin-eedi2-git'
+ 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-flash3kyuu_deband-git'
+ 'vapoursynth-plugin-fluxsmooth'
+ 'vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-genericfilters-git'
+ 'vapoursynth-plugin-knlmeanscl'
+ 'vapoursynth-plugin-mvtools'
+ 'vapoursynth-plugin-nnedi3'
+ 'vapoursynth-plugin-sangnommod-git'
+ 'vapoursynth-plugin-scenechange'
+ 'vapoursynth-plugin-temporalsoften-git'
+ )
makedepends=('git')
-optdepends=('vapoursynth-plugin-addgrain-git: for QTGMC function (optional)'
- 'vapoursynth-plugin-awarpsharp2-git: for YAHR function'
- 'vapoursynth-plugin-bilateral-git: for logoNR function'
- 'vapoursynth-plugin-ctmf-git: for HQDeringmod function'
- 'vapoursynth-plugin-dctfilter-git: for Deblock_QED function'
- 'vapoursynth-plugin-deblock-git: for Deblock_QED function'
- 'vapoursynth-plugin-dfttest-git: for QTGMC function (optional)'
- 'vapoursynth-plugin-eedi2-git: for santiag function'
- 'vapoursynth-plugin-fft3dfilter-git: for QTGMC function (optional)'
- 'vapoursynth-plugin-flash3kyuu_deband-git: for SmoothLevels function'
- 'vapoursynth-plugin-fluxsmooth: for logoNR function'
- 'vapoursynth-plugin-fmtconv: for QTGMC function'
- 'vapoursynth-plugin-genericfilters-git: for HQDering function'
- 'vapoursynth-plugin-knlmeanscl: for QTGMC function (optional)'
- 'vapoursynth-plugin-mvtools: for QTGMC, GrainStabilizeMC and LSFmod function'
- 'vapoursynth-plugin-nnedi3: for QTGMC function'
- 'vapoursynth-plugin-sangnommod-git: for santiag function'
- 'vapoursynth-plugin-scenechange: for QTGMC function'
- 'vapoursynth-plugin-temporalsoften-git: for TemporalSoften function'
- )
-source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z")
-sha1sums=('d71683c92cfa0a1408c439af3452c2b4bb6a964e')
+source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")
+sha1sums=('0d6ca515f61361f8b4d4b85a25d74ceaa116856f')
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
package() {
- install -Dm644 "${_plug}.py" "${pkgdir}${_sites_packages}/${_plug}.py"
+ install -Dm644 "${_plug}-${pkgver}/${_plug}.py" "${pkgdir}${_sites_packages}/${_plug}.py"
}