Mercurial > hg > portage
changeset 162:69c1065aa018
update graphicsmagick to 1.3.7
author | holger |
---|---|
date | Fri, 18 Sep 2009 13:03:34 +0200 |
parents | 6897d1d484be |
children | f5d4e7d39897 |
files | media-gfx/graphicsmagick/Manifest media-gfx/graphicsmagick/graphicsmagick-1.3.6.ebuild media-gfx/graphicsmagick/graphicsmagick-1.3.7.ebuild |
diffstat | 3 files changed, 103 insertions(+), 103 deletions(-) [+] |
line wrap: on
line diff
--- a/media-gfx/graphicsmagick/Manifest Thu Sep 10 18:40:55 2009 +0200 +++ b/media-gfx/graphicsmagick/Manifest Fri Sep 18 13:03:34 2009 +0200 @@ -1,2 +1,2 @@ -DIST GraphicsMagick-1.3.6.tar.bz2 6556163 RMD160 9c20aeecd4e351fcdfb695845076c89647e991bf SHA1 fd6bbc6682a2ee5a64380991f1fe151d3e8a6d54 SHA256 c2fcef43cf4018c19880e0302f234dc45eb31d79d254df8b236781b161755712 -EBUILD graphicsmagick-1.3.6.ebuild 2557 RMD160 134523d4abe69b21c2a0d63030d8dd67a742ee0b SHA1 ef9c110c5b645fe477bf7649f47095b5e37c36e6 SHA256 d05786fc02ff248cb5eff30edd5f3e3c20c6d5b8d50706d9c70694e612db259a +DIST GraphicsMagick-1.3.7.tar.bz2 6581207 RMD160 56a7408d2f3fc15be2859a0d5b3c42e0549faf0c SHA1 e65c4d799704245216821374f66de5796795c263 SHA256 0d2e8f81574efc7e16c05b72fc9a62a2ba333d6fa196bdb72f8fda8ce7a585fc +EBUILD graphicsmagick-1.3.7.ebuild 2557 RMD160 134523d4abe69b21c2a0d63030d8dd67a742ee0b SHA1 ef9c110c5b645fe477bf7649f47095b5e37c36e6 SHA256 d05786fc02ff248cb5eff30edd5f3e3c20c6d5b8d50706d9c70694e612db259a
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.6.ebuild Thu Sep 10 18:40:55 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,101 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit flag-o-matic perl-app - -MY_P=${P/graphicsm/GraphicsM} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bzip2 cxx debug fpx imagemagick jbig +jpeg +jpeg2k lcms openmp - perl +png q16 q32 +svg +threads tiff +truetype X wmf zlib" - -DEPEND="bzip2? ( app-arch/bzip2 ) - fpx? ( media-libs/libfpx ) - virtual/ghostscript - jbig? ( media-libs/jbigkit ) - jpeg? ( media-libs/jpeg ) - jpeg2k? ( >=media-libs/jasper-1.701.0 ) - lcms? ( media-libs/lcms ) - media-video/mpeg2vidcodec - openmp? ( sys-devel/gcc[openmp] ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng ) - svg? ( dev-libs/libxml2 ) - tiff? ( >=media-libs/tiff-3.8.2 ) - truetype? ( >=media-libs/freetype-2.0 ) - wmf? ( media-libs/libwmf ) - X? ( x11-libs/libXext - x11-libs/libSM - x11-libs/libX11 - x11-libs/libICE ) - imagemagick? ( !media-gfx/imagemagick )" -RDEPEND=${DEPEND} -S=${WORKDIR}/${MY_P} - -src_configure() { - local quantumDepth="--with-quantum-depth=" - if use q16 ; then - quantumDepth="${quantumDepth}16" - elif use q32 ; then - quantumDepth="${quantumDepth}32" - else - quantumDepth="${quantumDepth}8" - fi - - use debug && filter-flags -fomit-frame-pointer - - econf \ - ${quantumDepth} \ - $( use_enable imagemagick magick-compat ) \ - $( use_enable openmp ) \ - $( use_with bzip2 bzlib ) \ - $( use_with fpx ) \ - $( use_with jbig ) \ - $( use_with jpeg ) \ - $( use_with jpeg2k jp2 ) \ - $( use_with lcms ) \ - $( use_with cxx magick-plus-plus ) \ - $( use_with perl ) \ - $( use_with png ) \ - $( use_with tiff ) \ - $( use_with truetype ttf ) \ - $( use_with X x ) \ - $( use_with svg xml ) \ - $( use_with wmf ) \ - $( use_with zlib ) \ - $( use_with threads ) \ - $( use_enable debug ccmalloc ) \ - $( use_enable debug prof ) \ - $( use_enable debug gcov ) \ - --disable-gprof \ - --enable-largefile \ - --without-included-ltdl \ - --without-gslib \ - --without-dps \ - --without-umem \ - --without-trio \ - --with-modules \ - --enable-shared -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc README.txt ChangeLog* || die "dodoc failed." - - # Fix perllocal.pod file collision - use perl && fixlocalpod -} - -pkg_postinst() { - elog "For RAW image suport please install media-gfx/dcraw." - elog "To read gnuplot files please install sci-visualization/gnuplot." -}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.7.ebuild Fri Sep 18 13:03:34 2009 +0200 @@ -0,0 +1,101 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit flag-o-matic perl-app + +MY_P=${P/graphicsm/GraphicsM} + +DESCRIPTION="A collection of tools and libraries for many image formats" +HOMEPAGE="http://www.graphicsmagick.org/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bzip2 cxx debug fpx imagemagick jbig +jpeg +jpeg2k lcms openmp + perl +png q16 q32 +svg +threads tiff +truetype X wmf zlib" + +DEPEND="bzip2? ( app-arch/bzip2 ) + fpx? ( media-libs/libfpx ) + virtual/ghostscript + jbig? ( media-libs/jbigkit ) + jpeg? ( media-libs/jpeg ) + jpeg2k? ( >=media-libs/jasper-1.701.0 ) + lcms? ( media-libs/lcms ) + media-video/mpeg2vidcodec + openmp? ( sys-devel/gcc[openmp] ) + perl? ( dev-lang/perl ) + png? ( media-libs/libpng ) + svg? ( dev-libs/libxml2 ) + tiff? ( >=media-libs/tiff-3.8.2 ) + truetype? ( >=media-libs/freetype-2.0 ) + wmf? ( media-libs/libwmf ) + X? ( x11-libs/libXext + x11-libs/libSM + x11-libs/libX11 + x11-libs/libICE ) + imagemagick? ( !media-gfx/imagemagick )" +RDEPEND=${DEPEND} +S=${WORKDIR}/${MY_P} + +src_configure() { + local quantumDepth="--with-quantum-depth=" + if use q16 ; then + quantumDepth="${quantumDepth}16" + elif use q32 ; then + quantumDepth="${quantumDepth}32" + else + quantumDepth="${quantumDepth}8" + fi + + use debug && filter-flags -fomit-frame-pointer + + econf \ + ${quantumDepth} \ + $( use_enable imagemagick magick-compat ) \ + $( use_enable openmp ) \ + $( use_with bzip2 bzlib ) \ + $( use_with fpx ) \ + $( use_with jbig ) \ + $( use_with jpeg ) \ + $( use_with jpeg2k jp2 ) \ + $( use_with lcms ) \ + $( use_with cxx magick-plus-plus ) \ + $( use_with perl ) \ + $( use_with png ) \ + $( use_with tiff ) \ + $( use_with truetype ttf ) \ + $( use_with X x ) \ + $( use_with svg xml ) \ + $( use_with wmf ) \ + $( use_with zlib ) \ + $( use_with threads ) \ + $( use_enable debug ccmalloc ) \ + $( use_enable debug prof ) \ + $( use_enable debug gcov ) \ + --disable-gprof \ + --enable-largefile \ + --without-included-ltdl \ + --without-gslib \ + --without-dps \ + --without-umem \ + --without-trio \ + --with-modules \ + --enable-shared +} + +src_install() { + emake DESTDIR="${D}" install || die "Installation failed" + dodoc README.txt ChangeLog* || die "dodoc failed." + + # Fix perllocal.pod file collision + use perl && fixlocalpod +} + +pkg_postinst() { + elog "For RAW image suport please install media-gfx/dcraw." + elog "To read gnuplot files please install sci-visualization/gnuplot." +}