summaryrefslogtreecommitdiff
path: root/community/gimp-refocus
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-23 01:23:27 -0700
committerroot <root@rshg054.dnsready.net>2013-07-23 01:23:27 -0700
commit113b1085958460c3c47be9d93c1b851f60d5d662 (patch)
tree27457555c3f1cf51a08dd7f25ee63d4303623b1b /community/gimp-refocus
parent5072cee45a3dc5638ba936dfb4e717bf918b6d06 (diff)
Tue Jul 23 01:22:55 PDT 2013
Diffstat (limited to 'community/gimp-refocus')
-rw-r--r--community/gimp-refocus/PKGBUILD4
-rw-r--r--community/gimp-refocus/refocus-gimp-2.0.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/gimp-refocus/PKGBUILD b/community/gimp-refocus/PKGBUILD
index 5cc3b5703..28a68328a 100644
--- a/community/gimp-refocus/PKGBUILD
+++ b/community/gimp-refocus/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gimp-refocus
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering"
arch=('i686' 'x86_64')
url="http://refocus.sourceforge.net/"
@@ -13,7 +13,7 @@ depends=('gimp')
source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz \
refocus-gimp-2.0.patch refocus-mirror-fix.patch refocus-gimp-preview.patch)
md5sums=('8d4eac4ef45c904fb5e73021696bec94'
- '8ef9dfe697cd20be2be14c1ee53a240a'
+ '1b7bc13154f483994af3846c7ee29ad7'
'532593cba030feab8ffa7800fc9cd782'
'6b55dbdc656646c765064cf21e1a3c57')
diff --git a/community/gimp-refocus/refocus-gimp-2.0.patch b/community/gimp-refocus/refocus-gimp-2.0.patch
index 259ee9f87..454b8d999 100644
--- a/community/gimp-refocus/refocus-gimp-2.0.patch
+++ b/community/gimp-refocus/refocus-gimp-2.0.patch
@@ -68,7 +68,7 @@ diff -u -u -r1.1.1.1 Makefile.am
refocus_SOURCES = refocus.c conv.c gimppreview.c prevman.c util.c matrix.c tilebuf.c bdclosure.c fwlapack.c
-refocus_LDADD = @GTK_LIBS@ -lgimp ${ldadd_atlas}
-+refocus_LDADD = @GIMP_LIBS@ ${ldadd_atlas}
++refocus_LDADD = @GIMP_LIBS@ ${ldadd_atlas} -lm
refocus_DEPENDENCIES=@LAPACK_LIB_DIR@/liblapack.a
test_matrix_SOURCES = matrix.c test-matrix.c fwlapack.c