From efa56e4b71795917d34f60f3c79d151b6140cc0c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Jul 2010 07:00:41 +0000 Subject: main/ghostscript: move .so to -dev package ref #384 --- main/ghostscript/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ghostscript') diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 6373c076dd..75a6c2a067 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cameron Banta pkgname=ghostscript pkgver=8.71 -pkgrel=2 +pkgrel=3 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" license="GPL" -- cgit v1.2.3 From cbeb37ad9bde2f4f54c990a8f446db0517079c7f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Jul 2010 08:55:15 +0000 Subject: main/[various]: rebuild due to bad owner in package Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing fakeroot to break and owners got bad in all packages built after that. This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken packages needs to be rebuilt. fixes #387 --- main/ghostscript/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ghostscript') diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 75a6c2a067..8891e55c40 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cameron Banta pkgname=ghostscript pkgver=8.71 -pkgrel=3 +pkgrel=4 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" license="GPL" -- cgit v1.2.3 From 586e001852867e91c70b2d7dcadb63acf1e6734c Mon Sep 17 00:00:00 2001 From: Cameron Banta Date: Wed, 3 Nov 2010 18:11:14 +0000 Subject: main/ghostscript: upgrade to version 9.00 --- main/ghostscript/APKBUILD | 14 +++++--------- main/ghostscript/ghostscript-system-jasper.patch | 12 ++++++------ main/ghostscript/libpng14.patch | 24 ------------------------ 3 files changed, 11 insertions(+), 39 deletions(-) delete mode 100644 main/ghostscript/libpng14.patch (limited to 'main/ghostscript') diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 8891e55c40..b99fb9c070 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -1,24 +1,21 @@ # Contributor: Cameron Banta # Maintainer: Cameron Banta pkgname=ghostscript -pkgver=8.71 -pkgrel=4 +pkgver=9.00 +pkgrel=0 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" license="GPL" makedepends="autoconf automake jpeg-dev libpng-dev jasper-dev expat-dev zlib-dev tiff-dev libiconv-dev" subpackages="$pkgname-doc $pkgname-dev" source="http://ghostscript.com/releases/$pkgname-$pkgver.tar.gz - libpng14.patch ghostscript-system-jasper.patch" prepare() { cd "$srcdir/$pkgname-$pkgver" # force it to use system-libs - rm -rf jpeg libpng jasper expat tiff - - patch -Np1 -i "${srcdir}"/libpng14.patch || return 1 + rm -rf jpeg libpng jasper expat tiff zlib # fix build with systems jasper patch -Np1 -i "${srcdir}"/ghostscript-system-jasper.patch || return 1 @@ -70,6 +67,5 @@ package() { mv "$pkgdir/usr/share/$pkgname/$pkgver/examples" "$pkgdir/usr/share/doc/$pkgname" } -md5sums="51a522a5b4818bd3dc7c1c0e9dd22bad ghostscript-8.71.tar.gz -be94ee357986f7f63d1b470da5bdc99e libpng14.patch -03e27cd02471ab3b642c344fa06b623e ghostscript-system-jasper.patch" +md5sums="a402462478b4cdda3e1816899227b845 ghostscript-9.00.tar.gz +f5bc029b0ed05ac8d602bff0e1c021bd ghostscript-system-jasper.patch" diff --git a/main/ghostscript/ghostscript-system-jasper.patch b/main/ghostscript/ghostscript-system-jasper.patch index 444b76029f..dc704468cb 100644 --- a/main/ghostscript/ghostscript-system-jasper.patch +++ b/main/ghostscript/ghostscript-system-jasper.patch @@ -1,9 +1,9 @@ -diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c ---- ghostscript-8.64/base/sjpx.c.system-jasper 2008-08-21 00:22:49.000000000 +0100 -+++ ghostscript-8.64/base/sjpx.c 2009-02-04 11:35:56.000000000 +0000 -@@ -34,14 +34,6 @@ static void s_jpxd_set_defaults(stream_s +diff -up ghostscript-9.00/base/sjpx.c.system-jasper ghostscript-9.00/base/sjpx.c +--- ghostscript-9.00/base/sjpx.c.system-jasper 2010-08-17 15:31:58.000000000 +0100 ++++ ghostscript-9.00/base/sjpx.c 2010-09-23 09:59:46.747467642 +0100 +@@ -33,14 +33,6 @@ static void s_jpxd_set_defaults(stream_s private_st_jpxd_state(); /* creates a gc object for our state, - defined in sjpx.h */ + defined in sjpx.h */ -/* error reporting callback for the jpx library */ -static void @@ -16,7 +16,7 @@ diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c /* initialize the steam. this involves allocating the stream and image structures, and initializing the decoder. -@@ -59,7 +51,6 @@ s_jpxd_init(stream_state * ss) +@@ -56,7 +48,6 @@ s_jpxd_init(stream_state * ss) } status = jas_init(); diff --git a/main/ghostscript/libpng14.patch b/main/ghostscript/libpng14.patch deleted file mode 100644 index 7ee08af931..0000000000 --- a/main/ghostscript/libpng14.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nur ghostscript-8.70.orig/base/configure.ac ghostscript-8.70/base/configure.ac ---- ghostscript-8.70.orig/base/configure.ac 2009-07-27 19:59:50.000000000 +0300 -+++ ghostscript-8.70/base/configure.ac 2010-01-17 02:20:52.000000000 +0200 -@@ -402,7 +402,7 @@ - PNGDEVS="$PNGDEVS_ALL" - else - AC_MSG_RESULT([no]) -- AC_CHECK_LIB(png, png_check_sig, [ -+ AC_CHECK_LIB(png, png_sig_cmp, [ - AC_CHECK_HEADERS(png.h, [ - SHARE_LIBPNG=1 - PNGDEVS="$PNGDEVS_ALL" -diff -Nur ghostscript-8.70.orig/jbig2dec/configure.ac ghostscript-8.70/jbig2dec/configure.ac ---- ghostscript-8.70.orig/jbig2dec/configure.ac 2009-05-29 09:48:44.000000000 +0300 -+++ ghostscript-8.70/jbig2dec/configure.ac 2010-01-17 02:21:25.000000000 +0200 -@@ -34,7 +34,7 @@ - fi - dnl libpng requires pow() which may be in libm - AC_SEARCH_LIBS([pow], [m]) -- AC_CHECK_LIB([png], [png_check_sig], [ -+ AC_CHECK_LIB([png], [png_sig_cmp], [ - AC_CHECK_LIB([z], [deflate], [ - AC_DEFINE(HAVE_LIBPNG, 1, [Define if libpng is available (-lpng)]) - LIBS="-lpng -lz $LIBS" -- cgit v1.2.3 From da49ad32c469ea4e9426a6ac6d8c2e1db97edda6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 13 Dec 2010 16:00:16 +0000 Subject: main/*: add arch --- main/ghostscript/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/ghostscript') diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index b99fb9c070..a3848ca38e 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -5,6 +5,7 @@ pkgver=9.00 pkgrel=0 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" +arch="x86 x86_64" license="GPL" makedepends="autoconf automake jpeg-dev libpng-dev jasper-dev expat-dev zlib-dev tiff-dev libiconv-dev" subpackages="$pkgname-doc $pkgname-dev" -- cgit v1.2.3