mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gmic to 1.5.9.0-1
This commit is contained in:
parent
21960651ee
commit
a85a0ed126
1 changed files with 2 additions and 3 deletions
|
@ -7,17 +7,16 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove -mtune=generic from makefile, replace with our CFLAGS
|
||||
|
||||
|
||||
pkgbase=gmic
|
||||
pkgname=("gmic" "gimp-plugin-gmic" "zart")
|
||||
pkgver=1.5.8.6
|
||||
pkgver=1.5.9.0
|
||||
pkgrel=1
|
||||
arch=("i686" "x86_64")
|
||||
url="http://gmic.sourceforge.net"
|
||||
license=("custom:CeCILL")
|
||||
makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz")
|
||||
md5sums=('0df62707961248869477c58f6c7d7605')
|
||||
md5sums=('b5b64887b48843e47641ebcf146f5ec7')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/gmic-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue