[arch-commits] Commit in gd/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Aug 11 09:14:34 UTC 2016


    Date: Thursday, August 11, 2016 @ 09:14:34
  Author: pierre
Revision: 273588

upgpkg: gd 2.2.3-3

Fix FS#50312

Modified:
  gd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-10 23:08:40 UTC (rev 273587)
+++ PKGBUILD	2016-08-11 09:14:34 UTC (rev 273588)
@@ -1,13 +1,14 @@
 # $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=gd
 pkgver=2.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('i686' 'x86_64')
 url="http://www.libgd.org/"
 license=('custom')
-depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff' 'libwebp')
+depends=('fontconfig' 'libxpm' 'libwebp')
 optdepends=('perl: bdftogd script')
 source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz")
 md5sums=('14e4134c129b4c166c3a0549a32ef340')
@@ -16,9 +17,7 @@
   cd libgd-${pkgver}
   ./configure \
     --prefix=/usr \
-    --disable-rpath \
-    --with-vpx=/usr \
-    --with-tiff=/usr
+    --disable-rpath
   make
 }
 



More information about the arch-commits mailing list