# ChangeLog for media-gfx/autotrace
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.52 2011/10/23 15:24:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.53 2011/10/23 16:42:27 ssuominen Exp $
+
+ 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -autotrace-0.31.1-r5.ebuild:
+ old
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> autotrace-0.31.1-r6.ebuild:
alpha/ia64/sparc stable wrt #386007
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r5.ebuild,v 1.9 2011/03/03 15:38:09 josejx Exp $
-
-EAPI=1
-inherit autotools eutils
-
-DESCRIPTION="Converts Bitmaps to vector-graphics"
-HOMEPAGE="http://autotrace.sourceforge.net/"
-SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz
- mirror://debian/pool/main/a/${PN}/${PN}_${PV}-13.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="+imagemagick"
-
-RDEPEND="media-libs/libexif
- >=media-libs/libpng-1.2.43-r2:0
- >=media-libs/ming-0.3.0
- >=media-gfx/pstoedit-3.45-r1
- imagemagick? ( >=media-gfx/imagemagick-6 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${PN}_${PV}-13.diff
- epatch "${FILESDIR}"/${P}-swf-output.patch
- epatch "${FILESDIR}"/${P}-m4.patch
- epatch "${FILESDIR}"/${P}-pkgconfig.patch # bug 283534
- # Fix building on PowerPC with Altivec
- epatch "${FILESDIR}"/${P}-bool.patch
-
- # Fix broken Debian patchset wrt bug 321525
- sed -i \
- -e 's:libpng12:libpng:' \
- configure.in || die
-
- eautoreconf
-}
-
-src_compile() {
- # Autotrace will autolink to ming if present. And fail to autoconf, and then
- # ./configure without pstoedit. Forcing on.
- econf \
- --disable-dependency-tracking \
- --with-ming \
- $(use_with imagemagick magick) \
- --with-pstoedit
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
# ChangeLog for media-gfx/gif2png
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.28 2011/10/23 16:15:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.29 2011/10/23 16:41:17 ssuominen Exp $
+
+ 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -gif2png-2.5.1.ebuild,
+ -gif2png-2.5.1-r1.ebuild, -files/gif2png-2.5.1-libpng.patch:
+ old
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> gif2png-2.5.4.ebuild:
sparc stable wrt #385975
+++ /dev/null
---- work/gif2png-2.5.1/gif2png.c.orig 2006-07-07 16:40:33.000000000 -0400
-+++ work/gif2png-2.5.1/gif2png.c 2006-07-07 16:43:25.000000000 -0400
-@@ -135,7 +135,7 @@
- unsigned long hist_maxvalue;
- int passcount;
- int errtype, errorcount = 0;
-- png_text software;
-+ png_text comment, software;
-
- /* these volatile declarations prevent gcc warnings ("variable might be
- * clobbered by `longjmp' or `vfork'") */
-@@ -517,10 +517,15 @@
- j = s->size;
- if (j > 0 && data[j-1] == '\0') /* some apps include a NULL in GIF comment */
- --j;
-- if (j<500) {
-- png_write_tEXt(png_ptr, "Comment", (png_charp)data, j);
-+ if (j<1000) {
-+ comment.compression = PNG_TEXT_COMPRESSION_NONE;
- } else {
-- png_write_zTXt(png_ptr, "Comment", (png_charp)data, j, 0);
-+ comment.compression = PNG_TEXT_COMPRESSION_zTXt;
-+ comment.key = "Comment";
-+ comment.text = data;
-+ comment.text_length = j;
-+
-+ png_set_text(png_ptr, info_ptr, &comment, 1);
- }
- break;
-
+++ /dev/null
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.1-r1.ebuild,v 1.6 2010/12/10 19:39:25 ranger Exp $
-
-inherit eutils
-
-DESCRIPTION="Converts images from gif format to png format"
-HOMEPAGE="http://catb.org/~esr/gif2png/"
-SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="media-libs/libpng"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # bug 139338 - gif2png won't compile with libpng-1.2.12
- epatch "${FILESDIR}"/${P}-libpng.patch
- epatch "${FILESDIR}"/${P}-overflow.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
+++ /dev/null
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.1.ebuild,v 1.16 2010/01/07 22:08:36 fauli Exp $
-
-inherit eutils
-
-DESCRIPTION="Converts images from gif format to png format"
-HOMEPAGE="http://catb.org/~esr/gif2png/"
-SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="media-libs/libpng"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # bug 139338 - gif2png won't compile with libpng-1.2.12
- epatch "${FILESDIR}"/${PN}-2.5.1-libpng.patch
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
# ChangeLog for media-gfx/ufraw
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.95 2011/10/23 16:35:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ChangeLog,v 1.96 2011/10/23 16:37:40 ssuominen Exp $
+
+ 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -ufraw-0.16.ebuild,
+ -ufraw-0.17.ebuild:
+ old
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> ufraw-0.18.ebuild:
alpha/ia64/sh/sparc stable wrt #386499
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.16.ebuild,v 1.17 2011/05/22 03:22:07 radhermit Exp $
-
-EAPI=2
-inherit fdo-mime gnome2-utils
-
-DESCRIPTION="RAW Image format viewer and GIMP plugin"
-HOMEPAGE="http://ufraw.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="contrast exif lensfun gimp gnome gtk hotpixels openmp timezone"
-
-RDEPEND="virtual/jpeg
- dev-libs/glib:2
- =media-libs/lcms-1*
- media-libs/tiff
- exif? ( >=media-gfx/exiv2-0.11 )
- gnome? ( gnome-base/gconf )
- gtk? ( >=x11-libs/gtk+-2.6:2
- >=media-gfx/gtkimageview-1.5.0 )
- gimp? ( >=x11-libs/gtk+-2.6:2
- >=media-gfx/gtkimageview-1.5.0
- >=media-gfx/gimp-2.0 )
- lensfun? ( >=media-libs/lensfun-0.2.3 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- local myconf
- use gimp && myconf="--with-gtk"
-
- econf \
- --without-cinepaint \
- $(use_enable contrast) \
- $(use_with exif exiv2) \
- $(use_with gimp) \
- $(use_enable gnome mime) \
- $(use_with gtk) \
- $(use_enable hotpixels) \
- $(use_with lensfun) \
- $(use_enable openmp) \
- $(use_enable timezone dst-correction) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README TODO || die
-}
-
-pkg_postinst() {
- if use gnome; then
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- gnome2_gconf_install
- fi
-}
-
-pkg_postrm() {
- if use gnome; then
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- fi
-}
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.17.ebuild,v 1.5 2011/05/22 03:22:07 radhermit Exp $
-
-EAPI=2
-inherit fdo-mime gnome2-utils eutils autotools
-
-DESCRIPTION="RAW Image format viewer and GIMP plugin"
-HOMEPAGE="http://ufraw.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="contrast fits gimp gnome gtk openmp timezone"
-
-RDEPEND="dev-libs/glib:2
- >=media-gfx/exiv2-0.11
- virtual/jpeg
- =media-libs/lcms-1*
- >=media-libs/lensfun-0.2.5
- media-libs/tiff
- fits? ( sci-libs/cfitsio )
- gnome? ( gnome-base/gconf )
- gtk? ( >=x11-libs/gtk+-2.6:2
- >=media-gfx/gtkimageview-1.5.0 )
- gimp? ( >=x11-libs/gtk+-2.6:2
- >=media-gfx/gtkimageview-1.5.0
- >=media-gfx/gimp-2.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-cfitsio-automagic.patch
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use gimp && myconf="--with-gtk"
-
- econf \
- --without-cinepaint \
- $(use_enable contrast) \
- $(use_with fits cfitsio) \
- $(use_with gimp) \
- $(use_enable gnome mime) \
- $(use_with gtk) \
- $(use_enable openmp) \
- $(use_enable timezone dst-correction) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README TODO || die
-}
-
-pkg_postinst() {
- if use gnome; then
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- gnome2_gconf_install
- fi
-}
-
-pkg_postrm() {
- if use gnome; then
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- fi
-}