Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365281 - app-text/ghostscript-gpl-9.02 version bump
Summary: app-text/ghostscript-gpl-9.02 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Printing Team
URL: http://ghostscript.com/News.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 07:18 UTC by Andrew Savchenko
Modified: 2011-05-10 18:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2011-04-29 07:18:29 UTC
Hello,

ghostscript-9.02 was released a month ago, there is a hope it will fix some of long-standing bugs. So, please, update in portage.
Comment 1 Rafał Mużyło 2011-04-29 10:44:28 UTC
While there are already separate bugs about it, I think it's a good point for revisiting the issue of adding ghostpdl to portage (while the site wasn't updated, it's on 9.02 too).
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-05-08 14:31:41 UTC
1. Replace the current cups-filters.patch in patchset with new one from Fedora:

http://pkgs.fedoraproject.org/gitweb/?p=ghostscript.git;a=blob;f=ghostscript-cups-filters.patch;hb=HEAD

2. Insert new 'dbus' communication support in the ebuild:

--- ghostscript-gpl-9.01.ebuild	2011-03-27 15:19:15.000000000 +0300
+++ ghostscript-gpl-9.02.ebuild	2011-05-08 17:32:10.000000000 +0300
@@ -18,7 +18,7 @@
 LICENSE="GPL-3 CPL-1.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="bindist cups djvu gtk idn jpeg2k X"
+IUSE="bindist cups dbus djvu gtk idn jpeg2k X"
 
 COMMON_DEPEND="app-text/libpaper
 	media-libs/freetype:2
@@ -29,6 +29,7 @@
 	>=sys-libs/zlib-1.2.3
 	!bindist? ( djvu? ( app-text/djvu ) )
 	cups? ( >=net-print/cups-1.3.8 )
+	dbus? ( sys-apps/dbus )
 	gtk? ( x11-libs/gtk+:2 )
 	idn? ( net-dns/libidn )
 	jpeg2k? ( media-libs/jasper )
@@ -134,6 +135,7 @@
 
 	econf \
 		$(use_enable cups) \
+		$(use_enable dbus) \
 		$(use_enable gtk) \
 		$(use_with cups pdftoraster) \
 		$(use_with idn libidn) \
Comment 3 Timo Gurr (RETIRED) gentoo-dev 2011-05-10 18:55:37 UTC
Thanks, new version committed to CVS.