diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-02 08:16:40 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-02 08:18:50 +0200 |
commit | d076df7ea3d181e92e29b76af78cf84b25f2921b (patch) | |
tree | d16d276496383f393e15e46001a60e09df1d685b /media-gfx/graphicsmagick | |
parent | media-gfx/graphicsmagick: Bump to version 1.3.24 (diff) | |
download | gentoo-d076df7ea3d181e92e29b76af78cf84b25f2921b.tar.gz gentoo-d076df7ea3d181e92e29b76af78cf84b25f2921b.tar.bz2 gentoo-d076df7ea3d181e92e29b76af78cf84b25f2921b.zip |
media-gfx/graphicsmagick: Removed old.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-gfx/graphicsmagick')
6 files changed, 0 insertions, 374 deletions
diff --git a/media-gfx/graphicsmagick/Manifest b/media-gfx/graphicsmagick/Manifest index ab41d97b00af..e78aef7ba11c 100644 --- a/media-gfx/graphicsmagick/Manifest +++ b/media-gfx/graphicsmagick/Manifest @@ -1,5 +1,3 @@ DIST GraphicsMagick-1.3.18.tar.xz 5124436 SHA256 fd48eebe200793e6f62a2b7d96413c94a8967ab56295605513898e2c8524b0ab SHA512 c04dbca467d2ac94d9c47818c7087954ceb54a736fdd062be6d499319037f4bbca3a779542d8acad262b59cb599521f895177574a21975f496ba57061b64b960 WHIRLPOOL d3b396d1cf3691f4aec1387066a55e4105e220cba22ef690234cb8724e955cc5dd4e39c269fddf610d61249850499facaaa54d2150660ed8f5126554a27c11dc -DIST GraphicsMagick-1.3.19.tar.xz 5153772 SHA256 de64372bb7bbff18cf14afd35c8239d9588592f053fd51a82f7239ad42174a54 SHA512 cdfbdc75356ade5037eab836739e7e59156d8b3555112d350f25e47072142e19d47ea9da718d93e40fd864c5bb88810737c078d6fbee9950b964f49519881f6e WHIRLPOOL d4cc6eba8472a5e25cbc9e6b49ec5e1449f1b44e2962936b35227c654d3712d65b4201938127e758be2a6f1818a099de04be4761fd115d3806749965f5c42282 -DIST GraphicsMagick-1.3.20.tar.xz 5206616 SHA256 35fa21da4c1479e08da8351c5b1e363adaca803a0064cfc83084363adce387c9 SHA512 59f5eece3a38a98aea43bfc2aefd9c2df458c7f836c8ac05e908c29ea1de295e3f26b63f8daeadac4f40094e5d50aa860472c48e7a52e9f694471d0dcc5bbe37 WHIRLPOOL 13bc6154fbb2224eefdb6f437179a279f8959b4ccff9dc8eb6ef2cec205774a2a7cac4093ac81d36ba22a9879edaca15576ecc56e91da0318b7fffe029a6aecc DIST GraphicsMagick-1.3.23.tar.xz 5355200 SHA256 fd2535a529528ec6f0bd493fed4395e08082faf940d51d7c18c25586a0a0e60d SHA512 40f0a2d96ea568cc6e52ae0003c2ad393b2cffc6eabb85db78cb22af00eafec3fa1e64ebb26eed4a271f7a54c35c3b985e99a3d0b404fd025f4dba156856c99a WHIRLPOOL a1745035437981205543652e472f1f8a24402555657f79357d87402635f4e10026051ca7850ff6d655ab6321360702f2be80bf5443ca3e83cc471a84382f0107 DIST GraphicsMagick-1.3.24.tar.xz 5372048 SHA256 52bfbacef4be3fbae756dbfd342e4843d2a446bef96450bfbe2c23ca60e180e0 SHA512 d55f8b7d96bc746e2b501ec6315f174f2ab5f6b31a1d138196bf17b506e6d0c2b91ee19f5dd0a2877cd47910aebdcf11158303e90b1b267c6082d462f8548684 WHIRLPOOL 5d666812748389b723dd939cf4f9f4dd5d0ec6a99510db7b0db49ab12e38fa844c8e4da60053566974f0f9174226dd21bd697a718d6f97d163346617701176fb diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.16-libpng14.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.16-libpng14.patch deleted file mode 100644 index bacf70e9ec24..000000000000 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.16-libpng14.patch +++ /dev/null @@ -1,65 +0,0 @@ - -# HG changeset patch -# User Glenn Randers-Pehrson <glennrp@simple...> -# Date 1343491548 18000 -# Node ID d6e469d02cd260b6531e86a8a6c8a5a2b9ff51cb -# Parent fe9e2eb655ce8b85abfd9b88d20a8a1648ad71e7 -coders/png.c: Some typecasts were inconsistent with libpng-1.4 and later. - -diff -r fe9e2eb655ce -r d6e469d02cd2 coders/png.c ---- a/coders/png.c Thu Jul 26 20:24:26 2012 -0500 -+++ b/coders/png.c Sat Jul 28 11:05:48 2012 -0500 -@@ -1360,7 +1360,11 @@ - } - - #ifdef PNG_USER_MEM_SUPPORTED --static png_voidp png_IM_malloc(png_structp png_ptr,png_uint_32 size) -+#if PNG_LIBPNG_VER >= 14000 -+static png_voidp png_IM_malloc(png_structp png_ptr,png_alloc_size_t size) -+#else -+static png_voidp png_IM_malloc(png_structp png_ptr,png_size_t size) -+#endif - { - (void) png_ptr; - return MagickAllocateMemory(png_voidp,(size_t) size); -@@ -6169,12 +6173,22 @@ - (void) printf("writing raw profile: type=%.1024s, length=%lu\n", - profile_type, (unsigned long)length); - } -- text=(png_textp) png_malloc(ping,(png_uint_32) sizeof(png_text)); -+#if PNG_LIBPNG_VER >= 14000 -+ text=(png_textp) png_malloc(ping,(png_alloc_size_t) sizeof(png_text)); -+#else -+ text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); -+#endif - description_length=strlen((const char *) profile_description); - allocated_length=(png_uint_32) (length*2 + (length >> 5) + 20 - + description_length); -- text[0].text=(png_charp) png_malloc(ping,allocated_length); -- text[0].key=(png_charp) png_malloc(ping, (png_uint_32) 80); -+#if PNG_LIBPNG_VER >= 14000 -+ text[0].text=(png_charp) png_malloc(ping, -+ (png_alloc_size_t) allocated_length); -+ text[0].key=(png_charp) png_malloc(ping, (png_alloc_size_t) 80); -+#else -+ text[0].text=(png_charp) png_malloc(ping, (png_size_t) allocated_length); -+ text[0].key=(png_charp) png_malloc(ping, (png_size_t) 80); -+#endif - text[0].key[0]='\0'; - (void) strcat(text[0].key, "Raw profile type "); - (void) strncat(text[0].key, (const char *) profile_type, 61); -@@ -7620,7 +7634,12 @@ - - if (*attribute->key == '[') - continue; -- text=(png_textp) png_malloc(ping,(png_uint_32) sizeof(png_text)); -+#if PNG_LIBPNG_VER >= 14000 -+ text=(png_textp) png_malloc(ping, -+ (png_alloc_size_t) sizeof(png_text)); -+#else -+ text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); -+#endif - text[0].key=attribute->key; - text[0].text=attribute->value; - text[0].text_length=strlen(attribute->value); - diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.17-freetype.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.17-freetype.patch deleted file mode 100644 index 3ae4ad49f00b..000000000000 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.17-freetype.patch +++ /dev/null @@ -1,32 +0,0 @@ -https://sourceforge.net/tracker/?func=detail&aid=3601612&group_id=73485&atid=537940 - ---- a/configure -+++ b/configure -@@ -26488,7 +26488,6 @@ - # directory as GraphicsMagick installation prefix. - #LDFLAGS="$LDFLAGS -L$LIB_DIR" - #CPPFLAGS="$CPPFLAGS -I$INCLUDE_DIR" --MAGICK_API_CPPFLAGS="-I$INCLUDE_DIR/GraphicsMagick $MAGICK_API_CPPFLAGS" - - # - # Find the X11 RGB database -@@ -29490,8 +29490,8 @@ - then - freetype_prefix=`${freetype_config} --prefix` - freetype_exec_prefix=`${freetype_config} --exec-prefix` -- LDFLAGS="$LDFLAGS -L${freetype_exec_prefix}/lib" -- CPPFLAGS="$CPPFLAGS -I${freetype_prefix}/include/freetype2" -+ LDFLAGS="$LDFLAGS `${PKG_CONFIG:-pkg-config} freetype2 --libs`" -+ CPPFLAGS="$CPPFLAGS `${PKG_CONFIG:-pkg-config} freetype2 --cflags`" - fi - - dnl First see if there is a library -@@ -35767,7 +35767,7 @@ - - MAGICK_API_CFLAGS=$CFLAGS - MAGICK_API_CPPFLAGS=`echo $MAGICK_API_CPPFLAGS | sed -e 's/ */ /g'` --MAGICK_API_LDFLAGS="-L$LIB_DIR $LDFLAGS" -+MAGICK_API_LDFLAGS="$LDFLAGS" - MAGICK_API_DEP_LIBS="$MAGICK_DEP_LIBS $MAGICK_API_LIBLTDL" - MAGICK_API_LIBS="-lGraphicsMagick $MAGICK_API_DEP_LIBS" - diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.19-freetype.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.19-freetype.patch deleted file mode 100644 index 4ef1fb997edc..000000000000 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.19-freetype.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://sourceforge.net/tracker/?func=detail&aid=3601612&group_id=73485&atid=537940 - ---- GraphicsMagick-1.3.19/configure.ac -+++ GraphicsMagick-1.3.19/configure.ac -@@ -2283,8 +2284,8 @@ - then - freetype_prefix=`${freetype_config} --prefix` - freetype_exec_prefix=`${freetype_config} --exec-prefix` -- LDFLAGS="$LDFLAGS -L${freetype_exec_prefix}/lib" -- CPPFLAGS="$CPPFLAGS -I${freetype_prefix}/include/freetype2" -+ LDFLAGS="$LDFLAGS `${PKG_CONFIG:-pkg-config} freetype2 --libs`" -+ CPPFLAGS="$CPPFLAGS `${PKG_CONFIG:-pkg-config} freetype2 --cflags`" - fi - - dnl First see if there is a library diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.19.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.19.ebuild deleted file mode 100644 index 3f5d217b51ed..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.19.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools 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 postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" - -RDEPEND=">=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 ) - lcms? ( media-libs/lcms:2 ) - lzma? ( app-arch/xz-utils ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng:0 ) - postscript? ( app-text/ghostscript-gpl ) - svg? ( dev-libs/libxml2 ) - tiff? ( media-libs/tiff:0 ) - truetype? ( - media-fonts/urw-fonts - >=media-libs/freetype-2 - ) - webp? ( media-libs/libwebp ) - 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}"/${PN}-1.3.19-freetype.patch - epatch "${FILESDIR}"/${PN}-1.3.19-flags.patch - epatch "${FILESDIR}"/${PN}-1.3.19-perl.patch - epatch "${FILESDIR}"/${PN}-1.3.18-powerpc.patch - - epatch_user #498942 - - eautoreconf -} - -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 prof) \ - $(use_enable debug gcov) \ - $(use_enable imagemagick magick-compat) \ - $(use_with threads) \ - $(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 postscript dps) \ - $(use_with fpx) \ - --without-gslib \ - $(use_with jbig) \ - $(use_with webp) \ - $(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/urw-fonts \ - --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts \ - $(use_with svg xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_compile() { - default - use perl && emake perl-build -} - -src_test() { - unset DISPLAY # some perl tests fail when DISPLAY is set - default -} - -src_install() { - default - - if use perl; then - emake -C PerlMagick DESTDIR="${D}" install - find "${ED}" -type f -name perllocal.pod -exec rm -f {} + - find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} + - fi - - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.20-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.20-r1.ebuild deleted file mode 100644 index 6cc10fe84eb6..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.20-r1.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools 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 postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" - -RDEPEND=">=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:0 ) - jpeg2k? ( media-libs/jasper ) - lcms? ( media-libs/lcms:2 ) - lzma? ( app-arch/xz-utils ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng:0 ) - postscript? ( app-text/ghostscript-gpl ) - svg? ( dev-libs/libxml2 ) - tiff? ( media-libs/tiff:0 ) - truetype? ( - media-fonts/urw-fonts - >=media-libs/freetype-2 - ) - webp? ( media-libs/libwebp ) - 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}"/${PN}-1.3.19-freetype.patch - epatch "${FILESDIR}"/${PN}-1.3.19-flags.patch - epatch "${FILESDIR}"/${PN}-1.3.19-perl.patch - epatch "${FILESDIR}"/${P}-powerpc.patch - - epatch_user #498942 - - eautoreconf -} - -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 prof) \ - $(use_enable debug gcov) \ - $(use_enable imagemagick magick-compat) \ - $(use_with threads) \ - $(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 postscript dps) \ - $(use_with fpx) \ - --without-gslib \ - $(use_with jbig) \ - $(use_with webp) \ - $(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/urw-fonts \ - --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts \ - $(use_with svg xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_compile() { - default - use perl && emake perl-build -} - -src_test() { - unset DISPLAY # some perl tests fail when DISPLAY is set - default -} - -src_install() { - default - - if use perl; then - emake -C PerlMagick DESTDIR="${D}" install - find "${ED}" -type f -name perllocal.pod -exec rm -f {} + - find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} + - fi - - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} |