Date: Wednesday, June 1, 2016 @ 00:38:00 Author: bisson Revision: 268812
archrelease: copy trunk to testing-i686, testing-x86_64 Added: graphicsmagick/repos/testing-i686/PKGBUILD (from rev 268811, graphicsmagick/trunk/PKGBUILD) graphicsmagick/repos/testing-x86_64/PKGBUILD (from rev 268811, graphicsmagick/trunk/PKGBUILD) Deleted: graphicsmagick/repos/testing-i686/PKGBUILD graphicsmagick/repos/testing-x86_64/PKGBUILD -------------------------+ /PKGBUILD | 122 ++++++++++++++++++++++++++++++++++++++++++++++ testing-i686/PKGBUILD | 61 ----------------------- testing-x86_64/PKGBUILD | 61 ----------------------- 3 files changed, 122 insertions(+), 122 deletions(-) Deleted: testing-i686/PKGBUILD =================================================================== --- testing-i686/PKGBUILD 2016-05-31 22:37:12 UTC (rev 268811) +++ testing-i686/PKGBUILD 2016-05-31 22:38:00 UTC (rev 268812) @@ -1,61 +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.23 -pkgrel=3 -pkgdesc='Image processing system' -url='http://www.graphicsmagick.org/' -arch=('i686' 'x86_64') -license=('MIT') -optdepends=('jasper: jp2 module' - 'libpng: png module' - 'libwmf: wmf module' - 'libxml2: msl, svg, url modules' - 'libtiff: ps2, ps3, tiff modules' - 'ghostscript: pdf, ps modules') -makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff') -depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") -sha1sums=('9075a6030d305d675847cbd6755c0c2318623854') - -options=('!emptydirs' 'libtool') - -build() { - cd "${srcdir}/GraphicsMagick-${pkgver}" - ./configure \ - --prefix=/usr \ - --enable-shared \ - --with-modules \ - --with-perl \ - --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-quantum-depth=16 \ - --with-threads - 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/testing-i686/PKGBUILD (from rev 268811, graphicsmagick/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-05-31 22:38:00 UTC (rev 268812) @@ -0,0 +1,61 @@ +# $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.24 +pkgrel=1 +pkgdesc='Image processing system' +url='http://www.graphicsmagick.org/' +arch=('i686' 'x86_64') +license=('MIT') +optdepends=('jasper: jp2 module' + 'libpng: png module' + 'libwmf: wmf module' + 'libxml2: msl, svg, url modules' + 'libtiff: ps2, ps3, tiff modules' + 'ghostscript: pdf, ps modules') +makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff') +depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") +sha1sums=('4f208b7bda9f139ca22d9921758452bb9915334e') + +options=('!emptydirs' 'libtool') + +build() { + cd "${srcdir}/GraphicsMagick-${pkgver}" + ./configure \ + --prefix=/usr \ + --enable-shared \ + --with-modules \ + --with-perl \ + --with-gs-font-dir=/usr/share/fonts/Type1 \ + --with-quantum-depth=16 \ + --with-threads + 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" +} Deleted: testing-x86_64/PKGBUILD =================================================================== --- testing-x86_64/PKGBUILD 2016-05-31 22:37:12 UTC (rev 268811) +++ testing-x86_64/PKGBUILD 2016-05-31 22:38:00 UTC (rev 268812) @@ -1,61 +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.23 -pkgrel=3 -pkgdesc='Image processing system' -url='http://www.graphicsmagick.org/' -arch=('i686' 'x86_64') -license=('MIT') -optdepends=('jasper: jp2 module' - 'libpng: png module' - 'libwmf: wmf module' - 'libxml2: msl, svg, url modules' - 'libtiff: ps2, ps3, tiff modules' - 'ghostscript: pdf, ps modules') -makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff') -depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") -sha1sums=('9075a6030d305d675847cbd6755c0c2318623854') - -options=('!emptydirs' 'libtool') - -build() { - cd "${srcdir}/GraphicsMagick-${pkgver}" - ./configure \ - --prefix=/usr \ - --enable-shared \ - --with-modules \ - --with-perl \ - --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-quantum-depth=16 \ - --with-threads - 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/testing-x86_64/PKGBUILD (from rev 268811, graphicsmagick/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-05-31 22:38:00 UTC (rev 268812) @@ -0,0 +1,61 @@ +# $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.24 +pkgrel=1 +pkgdesc='Image processing system' +url='http://www.graphicsmagick.org/' +arch=('i686' 'x86_64') +license=('MIT') +optdepends=('jasper: jp2 module' + 'libpng: png module' + 'libwmf: wmf module' + 'libxml2: msl, svg, url modules' + 'libtiff: ps2, ps3, tiff modules' + 'ghostscript: pdf, ps modules') +makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff') +depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz") +sha1sums=('4f208b7bda9f139ca22d9921758452bb9915334e') + +options=('!emptydirs' 'libtool') + +build() { + cd "${srcdir}/GraphicsMagick-${pkgver}" + ./configure \ + --prefix=/usr \ + --enable-shared \ + --with-modules \ + --with-perl \ + --with-gs-font-dir=/usr/share/fonts/Type1 \ + --with-quantum-depth=16 \ + --with-threads + 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" +}