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

Evangelos Foutras foutrelis at archlinux.org
Fri Aug 25 17:56:29 UTC 2017


    Date: Friday, August 25, 2017 @ 17:56:29
  Author: foutrelis
Revision: 303522

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-i686/PKGBUILD
    (from rev 303521, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
    (from rev 303521, graphicsmagick/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   61 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   61 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)

Copied: graphicsmagick/repos/staging-i686/PKGBUILD (from rev 303521, graphicsmagick/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-08-25 17:56:29 UTC (rev 303522)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Anton Leontiev <bunder at t-25.ru>
+
+pkgname=graphicsmagick
+pkgver=1.3.26
+pkgrel=2
+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=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
+sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
+
+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 -r "${pkgdir}"/usr/lib/perl5/*/core_perl
+	rm "${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
+}

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 303521, graphicsmagick/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-08-25 17:56:29 UTC (rev 303522)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Anton Leontiev <bunder at t-25.ru>
+
+pkgname=graphicsmagick
+pkgver=1.3.26
+pkgrel=2
+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=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
+sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
+
+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 -r "${pkgdir}"/usr/lib/perl5/*/core_perl
+	rm "${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
+}



More information about the arch-commits mailing list