diff options
| author | Timo Gurr <tgurr@exherbo.org> | 2012-02-14 03:07:23 (GMT) |
|---|---|---|
| committer | Timo Gurr <tgurr@exherbo.org> | 2012-02-14 03:07:23 (GMT) |
| commit | 8b86072ca30c7a752d1b50582d6f96778420aac8 (patch) | |
| tree | 6e4393b776f0c085190dd0b18eb16eb57f76efd3 | |
| parent | 831e0d1276074db610254e0e19e45859cf914e0e (diff) | |
Version bump to ghostscript-9.05.
| -rw-r--r-- | packages/app-text/ghostscript/ghostscript-9.05.exheres-0 (renamed from packages/app-text/ghostscript/ghostscript-9.04.exheres-0) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/app-text/ghostscript/ghostscript-9.04.exheres-0 b/packages/app-text/ghostscript/ghostscript-9.05.exheres-0 index fdcbf01..687916f 100644 --- a/packages/app-text/ghostscript/ghostscript-9.04.exheres-0 +++ b/packages/app-text/ghostscript/ghostscript-9.05.exheres-0 @@ -23,10 +23,10 @@ DEPENDENCIES=" dev-libs/expat dev-libs/libpaper media-libs/fontconfig - media-libs/freetype:2 + media-libs/freetype:2[>=2.4.2] media-libs/jbig2dec media-libs/jpeg - media-libs/lcms:0 + media-libs/lcms2 media-libs/libpng media-libs/tiff sys-libs/zlib @@ -34,7 +34,6 @@ DEPENDENCIES=" dbus? ( sys-apps/dbus ) gtk? ( x11-libs/gtk+:2 ) idn? ( net-dns/libidn ) - jpeg2000? ( media-libs/jasper ) X? ( x11-libs/libXext x11-libs/libXt @@ -45,7 +44,7 @@ DEPENDENCIES=" " src_prepare() { - edo rm -r ./{expat,freetype,jasper,jbig2dec,jpeg,lcms,libpng,tiff,zlib} + edo rm -r ./{expat,freetype,jasper,jbig2dec,jpeg,lcms{,2},libpng,tiff,zlib} edo rm -r ./Resource/Font edo rm -r ./Resource/CMap @@ -89,14 +88,15 @@ src_configure() { --with-jbig2dec \ --with-libpaper \ --with-system-libtiff \ + --without-jasper \ --without-luratech \ $(option_enable cups) \ $(option_enable dbus) \ $(option_enable gtk) \ + $(option_enable jpeg2000 openjpeg) \ $(option_with cups install-cups) \ $(option_with cups pdftoraster) \ $(option_with idn libidn) \ - $(option_with jpeg2000 jasper) \ $(option_with X x) edo cd "${WORK}/ijs" |
