diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-02-25 20:30:51 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-02-25 20:30:51 +0000 |
commit | a8cb7073c54cfdd3e9e8a7f95935b70ac2d91bb3 (patch) | |
tree | 6160aa5f9eab3792ce3d39464980243bb77e8a6b /media-gfx/imagemagick | |
parent | Assigning correct blame (diff) | |
download | gentoo-2-a8cb7073c54cfdd3e9e8a7f95935b70ac2d91bb3.tar.gz gentoo-2-a8cb7073c54cfdd3e9e8a7f95935b70ac2d91bb3.tar.bz2 gentoo-2-a8cb7073c54cfdd3e9e8a7f95935b70ac2d91bb3.zip |
new version; removed older
Diffstat (limited to 'media-gfx/imagemagick')
-rw-r--r-- | media-gfx/imagemagick/ChangeLog | 4 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-5.3.4-r1 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-5.4.0 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-5.4.3 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.3.4-r1.ebuild | 50 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.4.0.ebuild | 58 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.4.3.ebuild | 76 |
7 files changed, 80 insertions, 111 deletions
diff --git a/media-gfx/imagemagick/ChangeLog b/media-gfx/imagemagick/ChangeLog index 318f65013d71..55a361750f0c 100644 --- a/media-gfx/imagemagick/ChangeLog +++ b/media-gfx/imagemagick/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for media-gfx/imagemagick # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.1 2002/02/01 21:53:29 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.2 2002/02/25 20:30:51 azarah Exp $ + +*imagemagick-5.4.3 (25 Feb 2002) *imagemagick-5.4.1 (1 Feb 2002) diff --git a/media-gfx/imagemagick/files/digest-imagemagick-5.3.4-r1 b/media-gfx/imagemagick/files/digest-imagemagick-5.3.4-r1 deleted file mode 100644 index 7dd8a150882b..000000000000 --- a/media-gfx/imagemagick/files/digest-imagemagick-5.3.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 39c762e1a492798bf119b3814d653518 ImageMagick-5.3.4.tar.gz 3335228 diff --git a/media-gfx/imagemagick/files/digest-imagemagick-5.4.0 b/media-gfx/imagemagick/files/digest-imagemagick-5.4.0 deleted file mode 100644 index 6ecfbc6b8750..000000000000 --- a/media-gfx/imagemagick/files/digest-imagemagick-5.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb39eff9695e377df23e8ff7c0a624e8 ImageMagick-5.4.0.tar.gz 3611781 diff --git a/media-gfx/imagemagick/files/digest-imagemagick-5.4.3 b/media-gfx/imagemagick/files/digest-imagemagick-5.4.3 new file mode 100644 index 000000000000..4ef65ae91cd5 --- /dev/null +++ b/media-gfx/imagemagick/files/digest-imagemagick-5.4.3 @@ -0,0 +1 @@ +MD5 58538db9c27fcdd21c5fd4e4514914af ImageMagick-5.4.3-5.tar.gz 3903273 diff --git a/media-gfx/imagemagick/imagemagick-5.3.4-r1.ebuild b/media-gfx/imagemagick/imagemagick-5.3.4-r1.ebuild deleted file mode 100644 index 42e236357604..000000000000 --- a/media-gfx/imagemagick/imagemagick-5.3.4-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.3.4-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ - -P=ImageMagick-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A collection of tools and libraries for many image formats" -SRC_URI="ftp://ftp.fifi.org/pub/ImageMagick/${A}" -HOMEPAGE="http://www.imagemagick.org" - -DEPEND="virtual/glibc sys-devel/gcc >=app-text/dgs-0.5.9.1 - perl? ( >=sys-devel/perl-5 ) - >=sys-apps/bzip2-1 - >=media-libs/freetype-2.0 - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.7 - virtual/x11 - virtual/lpr" - -RDEPEND="virtual/glibc sys-devel/gcc >app-text/dgs-0.5.9.1 - >=sys-apps/bzip2-1 - >=media-libs/tiff-3.5.5 - >=media-libs/freetype-2.0 - >=media-libs/libpng-1.0.7" - -src_compile() { - local myconf - if [ -z "`use perl`" ] ; then - myconf="--without-perl" - fi - try ./configure \ - --prefix=/usr --build=${CHOST} --enable-shared --enable-static \ - --without-xml --without-lcms --enable-lzw --with-ttf --without-fpx \ - --without-gslib --without-hdf --without-jbig --without-wmf - --enable-shared --with-threads --mandir=/usr/man $myconf - try pmake - -} - -src_install () { - - try make prefix=${D}/usr PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - mandir=${D}/usr/man install - -} - diff --git a/media-gfx/imagemagick/imagemagick-5.4.0.ebuild b/media-gfx/imagemagick/imagemagick-5.4.0.ebuild deleted file mode 100644 index cf39162f43ce..000000000000 --- a/media-gfx/imagemagick/imagemagick-5.4.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.0.ebuild,v 1.2 2001/12/12 18:16:34 gbevin Exp $ - -P=ImageMagick-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="A collection of tools and libraries for many image formats" -SRC_URI="ftp://ftp.fifi.org/pub/ImageMagick/${P}.tar.gz" -HOMEPAGE="http://www.imagemagick.org" - -DEPEND="virtual/glibc sys-devel/gcc >=app-text/dgs-0.5.9.1 - perl? ( >=sys-devel/perl-5 ) - >=sys-apps/bzip2-1 - >=media-libs/freetype-2.0 - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.7 - virtual/x11 - virtual/lpr" - -RDEPEND="virtual/glibc sys-devel/gcc >app-text/dgs-0.5.9.1 - >=sys-apps/bzip2-1 - >=media-libs/tiff-3.5.5 - >=media-libs/freetype-2.0 - >=media-libs/libpng-1.0.7" - -src_compile() { - - local myconf - use perl || myconf="--without-perl" - - ./configure \ - --prefix=/usr --enable-shared --enable-static --without-xml --without-lcms \ - --enable-lzw --with-ttf --without-fpx --without-gslib --without-hdf \ - --without-jbig --without-wmf --with-threads --mandir=/usr/share/man \ - --build=${CHOST} ${myconf} || die "bad configure" - - emake || die "compile problem" -} - -src_install () { - - make \ - prefix=${D}/usr \ - PREFIX=${D}/usr \ - INSTALLPRIVLIB=${D}/usr/lib/perl5 \ - INSTALLSCRIPT=${D}/usr/bin \ - INSTALLSITELIB=${D}/usr/lib/perl5/site_perl \ - INSTALLBIN=${D}/usr/bin \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - mandir=${D}/usr/share/man \ - MagickSharePath=${D}/usr/share/ImageMagick/ \ - pkgdocdir=${D}/usr/share/ImageMagick/ \ - install || die "install problem" - - dodoc Copyright.txt PLATFORMS.txt QuickStart.txt README.txt TODO.txt -} diff --git a/media-gfx/imagemagick/imagemagick-5.4.3.ebuild b/media-gfx/imagemagick/imagemagick-5.4.3.ebuild new file mode 100644 index 000000000000..b45eebc5dc13 --- /dev/null +++ b/media-gfx/imagemagick/imagemagick-5.4.3.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.3.ebuild,v 1.1 2002/02/25 20:30:51 azarah Exp $ + +MY_P=ImageMagick-${PV}-5 +S=${WORKDIR}/ImageMagick-${PV} +DESCRIPTION="A collection of tools and libraries for many image formats" +SRC_URI="ftp://ftp.fifi.org/pub/ImageMagick/${MY_P}.tar.gz" +HOMEPAGE="http://www.imagemagick.org/" + +DEPEND="virtual/glibc + virtual/lpr + X? ( virtual/x11 ) + >=app-text/dgs-0.5.9.1 + >=sys-apps/bzip2-1 + >=sys-libs/zlib-1.1.3 + >=media-libs/freetype-2.0 + >=media-libs/jpeg-6b + >=media-libs/tiff-3.5.5 + >=media-libs/libpng-1.0.7 + gs? ( >=app-text/ghostscript-6.50 ) + lcms? ( >=media-libs/lcms-1.06 ) + perl? ( >=sys-devel/perl-5 ) + xml2? ( >=dev-libs/libxml2-2.4.10 )" + + +src_compile() { + + local myconf="" + use perl || myconf="--without-perl" + use lcms || myconf="${myconf} --without-lcms" + use xml2 || myconf="${myconf} --without-xml" + use X || myconf="${myconf} --with-x=no" + + # Netscape is still used ? More people should have Mozilla + cp configure configure.orig + sed -e 's:netscape:mozilla:g' configure.orig > configure + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-shared \ + --enable-static \ + --enable-lzw \ + --with-ttf \ + --without-fpx \ + --without-gslib \ + --without-hdf \ + --without-jbig \ + --without-wmf \ + --with-threads \ + --build=${CHOST} \ + ${myconf} || die "bad configure" + + emake || die "compile problem" +} + +src_install() { + + make prefix=${D}/usr \ + PREFIX=${D}/usr \ + INSTALLPRIVLIB=${D}/usr/lib/perl5 \ + INSTALLSCRIPT=${D}/usr/bin \ + INSTALLSITELIB=${D}/usr/lib/perl5/site_perl \ + INSTALLBIN=${D}/usr/bin \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + mandir=${D}/usr/share/man \ + MagickSharePath=${D}/usr/share/ImageMagick/ \ + pkgdocdir=${D}/usr/share/doc/${PF}/html \ + install || die "install problem" + + rm -f ${D}/usr/share/ImageMagick/*.txt + + dodoc Copyright.txt PLATFORMS.txt QuickStart.txt README.txt TODO.txt +} |