[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-06-02 Thread Florian Pritz
Date: Saturday, June 2, 2012 @ 06:26:13
  Author: bluewind
Revision: 160480

db-move: moved graphicsmagick from [testing] to [extra] (i686)

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 160459, graphicsmagick/repos/testing-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/testing-i686/

--+
 PKGBUILD |  115 +++--
 1 file changed, 60 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-02 10:26:10 UTC (rev 160479)
+++ extra-i686/PKGBUILD 2012-06-02 10:26:13 UTC (rev 160480)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.15
-pkgrel=1
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --with-perl \
-   --enable-shared \
-   --disable-static \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 160459, 
graphicsmagick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-02 10:26:13 UTC (rev 160480)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and 

[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-06-02 Thread Florian Pritz
Date: Saturday, June 2, 2012 @ 06:26:14
  Author: bluewind
Revision: 160481

db-move: moved graphicsmagick from [testing] to [extra] (x86_64)

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 160459, graphicsmagick/repos/testing-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/testing-x86_64/

--+
 PKGBUILD |  115 +++--
 1 file changed, 60 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-02 10:26:13 UTC (rev 160480)
+++ extra-x86_64/PKGBUILD   2012-06-02 10:26:14 UTC (rev 160481)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.15
-pkgrel=1
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --with-perl \
-   --enable-shared \
-   --disable-static \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 160459, 
graphicsmagick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-02 10:26:14 UTC (rev 160481)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   

[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:17
  Author: bluewind
Revision: 159840

db-move: moved graphicsmagick from [staging] to [testing] (i686)

Added:
  graphicsmagick/repos/testing-i686/
  graphicsmagick/repos/testing-i686/PKGBUILD
(from rev 159819, graphicsmagick/repos/staging-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-i686/

--+
 PKGBUILD |   60 
 1 file changed, 60 insertions(+)

Copied: graphicsmagick/repos/testing-i686/PKGBUILD (from rev 159819, 
graphicsmagick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-27 07:42:17 UTC (rev 159840)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-05-27 Thread Florian Pritz
Date: Sunday, May 27, 2012 @ 03:42:18
  Author: bluewind
Revision: 159841

db-move: moved graphicsmagick from [staging] to [testing] (x86_64)

Added:
  graphicsmagick/repos/testing-x86_64/
  graphicsmagick/repos/testing-x86_64/PKGBUILD
(from rev 159819, graphicsmagick/repos/staging-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-x86_64/

--+
 PKGBUILD |   60 
 1 file changed, 60 insertions(+)

Copied: graphicsmagick/repos/testing-x86_64/PKGBUILD (from rev 159819, 
graphicsmagick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-27 07:42:18 UTC (rev 159841)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.15
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   # fix typemap bug
+   # https://rt.cpan.org/Public/Bug/Display.html?id=70150
+   # 
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
+   echo 'Graphics::Magick T_PTROBJ'  typemap
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:49:21
  Author: ibiru
Revision: 148757

db-move: moved graphicsmagick from [testing] to [extra] (i686)

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 148654, graphicsmagick/repos/testing-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/testing-i686/

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 11:49:19 UTC (rev 148756)
+++ extra-i686/PKGBUILD 2012-02-05 11:49:21 UTC (rev 148757)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.13
-pkgrel=1
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
-
-build() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-perl \
---enable-shared \
---disable-static \
---with-gs-font-dir=/usr/share/fonts/Type1 \
-
-  make
-}
-
-package() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Install MIT license
-  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 148654, 
graphicsmagick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 11:49:21 UTC (rev 148757)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:49:24
  Author: ibiru
Revision: 148758

db-move: moved graphicsmagick from [testing] to [extra] (x86_64)

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 148654, graphicsmagick/repos/testing-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/testing-x86_64/

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 11:49:21 UTC (rev 148757)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:49:24 UTC (rev 148758)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.13
-pkgrel=1
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
- 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
-
-build() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-perl \
---enable-shared \
---disable-static \
---with-gs-font-dir=/usr/share/fonts/Type1 \
-
-  make
-}
-
-package() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Install MIT license
-  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 148654, 
graphicsmagick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:49:24 UTC (rev 148758)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:49
  Author: ibiru
Revision: 148138

db-move: moved graphicsmagick from [staging] to [testing] (i686)

Added:
  graphicsmagick/repos/testing-i686/
  graphicsmagick/repos/testing-i686/PKGBUILD
(from rev 148047, graphicsmagick/repos/staging-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-i686/

--+
 PKGBUILD |   55 +++
 1 file changed, 55 insertions(+)

Copied: graphicsmagick/repos/testing-i686/PKGBUILD (from rev 148047, 
graphicsmagick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:46:49 UTC (rev 148138)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:46:50
  Author: ibiru
Revision: 148139

db-move: moved graphicsmagick from [staging] to [testing] (x86_64)

Added:
  graphicsmagick/repos/testing-x86_64/
  graphicsmagick/repos/testing-x86_64/PKGBUILD
(from rev 148047, graphicsmagick/repos/staging-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/staging-x86_64/

--+
 PKGBUILD |   55 +++
 1 file changed, 55 insertions(+)

Copied: graphicsmagick/repos/testing-x86_64/PKGBUILD (from rev 148047, 
graphicsmagick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:46:50 UTC (rev 148139)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --with-perl \
+   --enable-shared \
+   --disable-static \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   # Install MIT license
+   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:14
  Author: bisson
Revision: 145788

db-move: moved graphicsmagick from [testing] to [extra] (i686)

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 145787, graphicsmagick/repos/testing-i686/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/testing-i686/

--+
 PKGBUILD |  103 -
 1 file changed, 55 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-01 01:35:49 UTC (rev 145787)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:14 UTC (rev 145788)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.12
-pkgrel=2
-pkgdesc=Image processing system
-arch=('i686' 'x86_64')
-url=http://www.graphicsmagick.org/;
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms' 'libsm' 
-   'libtiff' 'libwmf' 'libxml2' 'libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-history/1.3/GraphicsMagick-${pkgver}.tar.gz)
-md5sums=('2cf6e2eea0d7af3019c9a89b81aad624')   

 
-
-build() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  ./configure --prefix=/usr --with-perl --enable-shared 
--with-gs-font-dir=/usr/share/fonts/Type1
-  make
-}
-
-package() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Install MIT license
-  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 145787, 
graphicsmagick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-01 01:38:14 UTC (rev 145788)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+  cd ${srcdir}/GraphicsMagick-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-perl \
+--enable-shared \
+--disable-static \
+--with-gs-font-dir=/usr/share/fonts/Type1 \
+
+  make
+}
+
+package() {
+  cd ${srcdir}/GraphicsMagick-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Install MIT license
+  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
+
+  # Install perl bindings
+  # The patching was introduced in order to build perl module without 
installing package itself and
+  # not to introduce unnecessary path into LD_RUN_PATH
+  cd PerlMagick
+  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+  make
+  make install
+
+  # Remove perllocal.pod and .packlist
+  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}



[arch-commits] Commit in graphicsmagick/repos (3 files)

2011-12-31 Thread Gaetan Bisson
Date: Saturday, December 31, 2011 @ 20:38:15
  Author: bisson
Revision: 145789

db-move: moved graphicsmagick from [testing] to [extra] (x86_64)

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 145787, graphicsmagick/repos/testing-x86_64/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/testing-x86_64/

--+
 PKGBUILD |  103 -
 1 file changed, 55 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-01 01:38:14 UTC (rev 145788)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:15 UTC (rev 145789)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.12
-pkgrel=2
-pkgdesc=Image processing system
-arch=('i686' 'x86_64')
-url=http://www.graphicsmagick.org/;
-license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms' 'libsm' 
-   'libtiff' 'libwmf' 'libxml2' 'libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-history/1.3/GraphicsMagick-${pkgver}.tar.gz)
-md5sums=('2cf6e2eea0d7af3019c9a89b81aad624')   

 
-
-build() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  ./configure --prefix=/usr --with-perl --enable-shared 
--with-gs-font-dir=/usr/share/fonts/Type1
-  make
-}
-
-package() {
-  cd ${srcdir}/GraphicsMagick-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Install MIT license
-  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
-
-  # Install perl bindings
-  # The patching was introduced in order to build perl module without 
installing package itself and
-  # not to introduce unnecessary path into LD_RUN_PATH
-  cd PerlMagick
-  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-  make
-  make install
-
-  # Remove perllocal.pod and .packlist
-  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
-  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 145787, 
graphicsmagick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-01 01:38:15 UTC (rev 145789)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.13
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('perl')
+depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
+ 'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('b85b21785bb072fd795f7fc6ac902cffae4e96e6')
+
+build() {
+  cd ${srcdir}/GraphicsMagick-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-perl \
+--enable-shared \
+--disable-static \
+--with-gs-font-dir=/usr/share/fonts/Type1 \
+
+  make
+}
+
+package() {
+  cd ${srcdir}/GraphicsMagick-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Install MIT license
+  install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/$pkgname/Copyright.txt
+
+  # Install perl bindings
+  # The patching was introduced in order to build perl module without 
installing package itself and
+  # not to introduce unnecessary path into LD_RUN_PATH
+  cd PerlMagick
+  sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
+  sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
+  make
+  make install
+
+  # Remove perllocal.pod and .packlist
+  rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+  rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
+}