diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-04 14:59:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-04 14:59:11 +0000 |
commit | 244bc6bd4cf85a34656103b1a1a3f14d26c02714 (patch) | |
tree | b6c676c9542c2c652ee309782753472d419952cf /media-gfx/graphicsmagick | |
parent | Stable for amd64, wrt bug #427544 (diff) | |
download | gentoo-2-244bc6bd4cf85a34656103b1a1a3f14d26c02714.tar.gz gentoo-2-244bc6bd4cf85a34656103b1a1a3f14d26c02714.tar.bz2 gentoo-2-244bc6bd4cf85a34656103b1a1a3f14d26c02714.zip |
old
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/graphicsmagick')
-rw-r--r-- | media-gfx/graphicsmagick/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch | 36 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-1.3.13.ebuild | 117 |
3 files changed, 6 insertions, 154 deletions
diff --git a/media-gfx/graphicsmagick/ChangeLog b/media-gfx/graphicsmagick/ChangeLog index 9ede02297195..fdcb9c4a295b 100644 --- a/media-gfx/graphicsmagick/ChangeLog +++ b/media-gfx/graphicsmagick/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/graphicsmagick # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.106 2012/10/04 14:57:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.107 2012/10/04 14:59:10 ssuominen Exp $ + + 04 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> + -graphicsmagick-1.3.13.ebuild, + -files/graphicsmagick-1.3.13-lzma_configure.patch: + old 04 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> graphicsmagick-1.3.16-r1.ebuild: diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch deleted file mode 100644 index 78995df0add4..000000000000 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch +++ /dev/null @@ -1,36 +0,0 @@ -http://sourceforge.net/tracker/?func=detail&aid=3535309&group_id=73485&atid=537937 - ---- configure -+++ configure -@@ -1061,6 +1061,7 @@ - with_jp2 - with_lcms - with_lcms2 -+with_lzma - with_png - with_tiff - with_trio -@@ -20007,9 +20008,9 @@ - - # Disable LZMA (lzma library) - --# Check whether --with-bzlib was given. --if test "${with_bzlib+set}" = set; then : -- withval=$with_bzlib; with_lzma=$withval -+# Check whether --with-lzma was given. -+if test "${with_lzma+set}" = set; then : -+ withval=$with_lzma; with_lzma=$withval - else - with_lzma='yes' - fi ---- configure.ac -+++ configure.ac -@@ -694,7 +694,7 @@ - fi - - # Disable LZMA (lzma library) --AC_ARG_WITH(bzlib, -+AC_ARG_WITH(lzma, - [ --without-lzma disable LZMA support], - [with_lzma=$withval], - [with_lzma='yes']) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.13.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.13.ebuild deleted file mode 100644 index 69a9be397e9b..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.13.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.3.13.ebuild,v 1.7 2012/03/25 15:40:54 armin76 Exp $ - -EAPI=4 -inherit eutils toolchain-funcs - -MY_P=${P/graphicsm/GraphicsM} - -DESCRIPTION="Collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp perl png q16 q32 static-libs svg threads tiff truetype wmf X zlib" - -RDEPEND="app-text/ghostscript-gpl - >=sys-devel/libtool-2.2.6b - bzip2? ( app-arch/bzip2 ) - fpx? ( media-libs/libfpx ) - imagemagick? ( !media-gfx/imagemagick ) - jbig? ( media-libs/jbigkit ) - jpeg? ( virtual/jpeg ) - jpeg2k? ( >=media-libs/jasper-1.701.0 ) - lcms? ( media-libs/lcms:2 ) - lzma? ( app-arch/xz-utils ) - perl? ( dev-lang/perl ) - png? ( >=media-libs/libpng-1.2:0 ) - svg? ( dev-libs/libxml2 ) - tiff? ( >=media-libs/tiff-3.8.2:0 ) - truetype? ( >=media-libs/freetype-2.0 ) - wmf? ( media-libs/libwmf ) - X? ( - x11-libs/libSM - x11-libs/libXext - ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-lzma_configure.patch -} - -src_configure() { - local depth=8 - use q16 && depth=16 - use q32 && depth=32 - - local openmp=disable - if use openmp && tc-has-openmp; then - openmp=enable - fi - - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - --${openmp}-openmp \ - --enable-largefile \ - --enable-shared \ - $(use_enable static-libs static) \ - $(use_enable debug ccmalloc) \ - $(use_enable debug prof) \ - $(use_enable debug gcov) \ - $(use_enable imagemagick magick-compat) \ - $(use_with threads) \ - --without-included-ltdl \ - $(use_with modules) \ - --with-quantum-depth=${depth} \ - --without-frozenpaths \ - $(use_with cxx magick-plus-plus) \ - $(use_with perl) \ - --with-perl-options=INSTALLDIRS=vendor \ - $(use_with bzip2 bzlib) \ - $(use_with fpx) \ - --without-gslib \ - $(use_with jbig) \ - $(use_with jpeg) \ - $(use_with jpeg2k jp2) \ - --without-lcms \ - $(use_with lcms lcms2) \ - $(use_with lzma) \ - $(use_with png) \ - $(use_with tiff) \ - $(use_with truetype ttf) \ - $(use_with wmf) \ - --with-fontpath="${EPREFIX}"/usr/share/fonts \ - --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/default/ghostscript \ - --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts \ - $(use_with svg xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_compile() { - emake - use perl && emake perl-build -} - -src_test() { - emake check -} - -src_install() { - emake DESTDIR="${D}" install - - if use perl; then - emake -C PerlMagick DESTDIR="${D}" install - find "${ED}" -type f -name perllocal.pod -delete - find "${ED}" -depth -mindepth 1 -type d -empty -delete - fi - - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} |