summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-14 20:01:41 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-14 20:01:41 +0000
commit6409447a70120461a61e8a5410bb19a59cded4aa (patch)
treeba59fde9f485ed9b9b7d98bada4c5f8da982ccfb /media-gfx/graphicsmagick
parent+ security fix for clear_fpu macro in -r8 (masked) (diff)
downloadhistorical-6409447a70120461a61e8a5410bb19a59cded4aa.tar.gz
historical-6409447a70120461a61e8a5410bb19a59cded4aa.tar.bz2
historical-6409447a70120461a61e8a5410bb19a59cded4aa.zip
Bump version and add metadata.xml.
Diffstat (limited to 'media-gfx/graphicsmagick')
-rw-r--r--media-gfx/graphicsmagick/ChangeLog8
-rw-r--r--media-gfx/graphicsmagick/Manifest5
-rw-r--r--media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.21
-rw-r--r--media-gfx/graphicsmagick/graphicsmagick-1.1.2.ebuild94
-rw-r--r--media-gfx/graphicsmagick/metadata.xml5
5 files changed, 111 insertions, 2 deletions
diff --git a/media-gfx/graphicsmagick/ChangeLog b/media-gfx/graphicsmagick/ChangeLog
index 42d06537d187..cae643a48a98 100644
--- a/media-gfx/graphicsmagick/ChangeLog
+++ b/media-gfx/graphicsmagick/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/graphicsmagick
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.3 2004/06/08 12:32:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.4 2004/06/14 20:01:41 kloeri Exp $
+
+*graphicsmagick-1.1.2 (14 Jun 2004)
+
+ 14 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> +metadata.xml,
+ +graphicsmagick-1.1.2.ebuild:
+ Bump version and add metadata.xml.
08 Jun 2004; David Holm <dholm@gentoo.org> graphicsmagick-1.0.6.ebuild:
Added to ~ppc.
diff --git a/media-gfx/graphicsmagick/Manifest b/media-gfx/graphicsmagick/Manifest
index bce6c93e6487..e354be758db1 100644
--- a/media-gfx/graphicsmagick/Manifest
+++ b/media-gfx/graphicsmagick/Manifest
@@ -1,3 +1,6 @@
-MD5 e31a76b9cf1849722653fbf96a492299 ChangeLog 617
MD5 ea8fde45b1982628e6a8046fde7709b9 graphicsmagick-1.0.6.ebuild 2523
+MD5 a89e839b1d8b18a40894e32178f836e4 graphicsmagick-1.1.2.ebuild 2531
+MD5 eae2172901a7cc6b7a6e37fc9267a2b9 metadata.xml 197
+MD5 e93da27d01cb71d7b96e661ffae53d35 ChangeLog 792
+MD5 e8a8eb8d32898a5a8bd3bafca30f35cf files/digest-graphicsmagick-1.1.2 74
MD5 28bcb1e625a5c8fa5f3b40d749c0a52f files/digest-graphicsmagick-1.0.6 74
diff --git a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.2 b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.2
new file mode 100644
index 000000000000..b03585e85cf5
--- /dev/null
+++ b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.2
@@ -0,0 +1 @@
+MD5 bd2941c4512c9162267044898fe72d9f GraphicsMagick-1.1.2.tar.bz2 4827803
diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.1.2.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.1.2.ebuild
new file mode 100644
index 000000000000..cc7adde1be3a
--- /dev/null
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.1.2.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.1.2.ebuild,v 1.1 2004/06/14 20:01:41 kloeri Exp $
+
+inherit libtool flag-o-matic perl-module
+replace-flags k6-3 i586
+replace-flags k6-2 i586
+replace-flags k6 i586
+
+IUSE="X gs jbig jp2 jpeg lcms lzw perl png tiff truetype wmf xml2"
+
+MY_PN=GraphicsMagick
+MY_P=${MY_PN}-${PV}
+
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A collection of tools and libraries for many image formats"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+HOMEPAGE="http://www.graphicsmagick.org/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-apps/sed-4
+ >=app-arch/bzip2-1
+ sys-libs/zlib
+ X? ( virtual/x11
+ >=app-text/dgs-0.5.9.1 )
+ gs? ( >=app-text/ghostscript-7.05 )
+ jbig? ( media-libs/jbigkit )
+ jp2? ( media-libs/jasper )
+ jpeg? ( >=media-libs/jpeg-6b )
+ lcms? ( >=media-libs/lcms-1.06 )
+ perl? ( dev-lang/perl )
+ png? ( media-libs/libpng )
+ tiff? ( >=media-libs/tiff-3.5.5 )
+ xml2? ( >=dev-libs/libxml2-2.4.10 )
+ truetype? ( =media-libs/freetype-2* )
+ wmf? ( >=media-libs/libwmf-0.2.5 )"
+
+src_compile() {
+ local myconf=""
+ use X || myconf="${myconf} --with-x=no"
+ use jbig || myconf="${myconf} --without-jbig"
+ use jp2 || myconf="${myconf} --without-jp2"
+ use jpeg || myconf="${myconf} --without-jpeg"
+ use lcms || myconf="${myconf} --without-lcms"
+ use lzw && myconf="${myconf} --enable-lzw"
+ use png || myconf="${myconf} --with-png=no"
+ use tiff || myconf="${myconf} --without-tiff"
+ use truetype || myconf="${myconf} --without-ttf"
+ use wmf || myconf="${myconf} --without-wmf"
+ use xml2 || myconf="${myconf} --without-xml"
+
+ # Netscape is still used ? More people should have Mozilla
+ sed -i 's:netscape:mozilla:g' configure
+
+ econf \
+ --enable-shared \
+ --with-quantum-depth=16 \
+ --with-threads \
+ --with-bzlib \
+ --without-perl \
+ ${myconf} || die
+
+ # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues
+ if [ `use perl` ] ; then
+ cd PerlMagick
+ perl-module_src_prep
+ perl-module_src_compile
+ cd ..
+ fi
+
+ emake || die "compile problem"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ if [ `use perl` ] ; then
+ cd PerlMagick
+ perl-module_src_install
+ cd ..
+ fi
+
+ dosym /usr/lib/${MY_P}/ /usr/lib/GraphicsMagick
+
+ mydoc="*.txt"
+
+ rm -f ${D}/usr/share/GraphicsMagick/*.txt
+
+ dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick-config
+ dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick++-config
+}
diff --git a/media-gfx/graphicsmagick/metadata.xml b/media-gfx/graphicsmagick/metadata.xml
new file mode 100644
index 000000000000..0e26460eae7c
--- /dev/null
+++ b/media-gfx/graphicsmagick/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>kloeri@gentoo.org</email></maintainer>
+</pkgmetadata>