~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/ghostscript: cups driver needed for printing

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1404108211-6948-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1404108211
DKIM signature
missing
Download raw message
Patch: +3 -3
Without the 'cups' driver being enabled in ghostscript, cups cannot work.
---
 main/ghostscript/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD
index f61b15e..1df4836 100644
--- a/main/ghostscript/APKBUILD
+++ b/main/ghostscript/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=ghostscript
pkgver=9.10
pkgrel=0
pkgrel=1
pkgdesc="An interpreter for the PostScript language and for PDF"
url="http://ghostscript.com/"
arch="all"
license="GPL3"
makedepends="autoconf automake libjpeg-turbo-dev libpng-dev jasper-dev expat-dev
	zlib-dev tiff-dev freetype-dev libiconv-dev lcms-dev gtk+3.0-dev
	libtool"
	cups-dev libtool"
subpackages="$pkgname-doc $pkgname-dev $pkgname-gtk"
source="http://downloads.ghostscript.com/public/$pkgname-$pkgver.tar.gz"

@@ -64,7 +64,7 @@ build(){
		--with-jbig2dec \
		--without-omni \
		--enable-gtk \
		--with-drivers=FILES \
		--with-drivers=FILES,cups \
		--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
		--disable-compile-inits \
		|| return 1
-- 
2.0.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140701162458.37dead63@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1404108211-6948-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404224698
DKIM signature
missing
Download raw message
On Sun, 29 Jun 2014 23:03:31 -0700
Isaac Dunham <ibid.ag@gmail.com> wrote:

> Without the 'cups' driver being enabled in ghostscript, cups cannot work.
> ---
>  main/ghostscript/APKBUILD | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

applied and cherry-picked to 3.0-stable. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)