diff options
author | David Holm <dholm@gentoo.org> | 2004-08-03 09:07:09 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-08-03 09:07:09 +0000 |
commit | ec7c0a7780d6ba819604f5c5c7576d65ef981a86 (patch) | |
tree | e7e83a3f52d55e686218a7372aa1cba15764e31f /media-video/cinepaint | |
parent | add udev support (diff) | |
download | historical-ec7c0a7780d6ba819604f5c5c7576d65ef981a86.tar.gz historical-ec7c0a7780d6ba819604f5c5c7576d65ef981a86.tar.bz2 historical-ec7c0a7780d6ba819604f5c5c7576d65ef981a86.zip |
Version bumped and added to ~ppc
Diffstat (limited to 'media-video/cinepaint')
-rw-r--r-- | media-video/cinepaint/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cinepaint/Manifest | 4 | ||||
-rw-r--r-- | media-video/cinepaint/cinepaint-0.18.3.ebuild | 32 | ||||
-rw-r--r-- | media-video/cinepaint/files/digest-cinepaint-0.18.3 | 1 |
4 files changed, 42 insertions, 2 deletions
diff --git a/media-video/cinepaint/ChangeLog b/media-video/cinepaint/ChangeLog index 6f9c369600e4..adbe4a29f57b 100644 --- a/media-video/cinepaint/ChangeLog +++ b/media-video/cinepaint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/cinepaint # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.2 2004/06/25 00:38:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.3 2004/08/03 09:07:09 dholm Exp $ + +*cinepaint-0.18.3 (03 Aug 2004) + + 03 Aug 2004; David Holm <dholm@gentoo.org> +cinepaint-0.18.3.ebuild: + Version bumped and added to ~ppc. *cinepaint-0.18 (31 Jul 2003) diff --git a/media-video/cinepaint/Manifest b/media-video/cinepaint/Manifest index eef30e5da5ba..cde33181df76 100644 --- a/media-video/cinepaint/Manifest +++ b/media-video/cinepaint/Manifest @@ -1,3 +1,5 @@ +MD5 00f80b5c8d740ba915b14ba0400ee8fd ChangeLog 738 MD5 780189c0f68fb614342f4737d019f8c3 cinepaint-0.18.ebuild 734 -MD5 3b68d0601f3e646a99088baf3b2a9a9a ChangeLog 600 +MD5 51c74a677b47f27e6c0d77b5c4e09ce1 cinepaint-0.18.3.ebuild 896 MD5 18b54df1c9a511a226297daf13dccaec files/digest-cinepaint-0.18 67 +MD5 0f99a4352d9c27f40fe6b07cea9d759d files/digest-cinepaint-0.18.3 69 diff --git a/media-video/cinepaint/cinepaint-0.18.3.ebuild b/media-video/cinepaint/cinepaint-0.18.3.ebuild new file mode 100644 index 000000000000..12e1c48d9cc5 --- /dev/null +++ b/media-video/cinepaint/cinepaint-0.18.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.18.3.ebuild,v 1.1 2004/08/03 09:07:09 dholm Exp $ + +inherit eutils + +MY_PV=0.18-3 +S=${WORKDIR}/${PN}-${MY_PV} +DESCRIPTION="motion picture editing tool used for painting and retouching of movies" +SRC_URI="mirror://sourceforge/cinepaint/${PN}-${MY_PV}.tar.gz" +HOMEPAGE="http://cinepaint.sourceforge.net/" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +IUSE="png zlib" + +DEPEND="=x11-libs/gtk+-1* + png? ( >=media-libs/libpng-1.2 ) + zlib? ( sys-libs/zlib ) + media-libs/openexr + media-libs/tiff + media-libs/jpeg" + +src_compile(){ + econf --with-openexr-prefix=/usr || die "econf failed" + emake || die "emake failed" +} + +src_install(){ + einstall DESTDIR=${D} || die "einstall failed" + dodoc AUTHORS ChangeLog COPYING* README* NEWS +} diff --git a/media-video/cinepaint/files/digest-cinepaint-0.18.3 b/media-video/cinepaint/files/digest-cinepaint-0.18.3 new file mode 100644 index 000000000000..0dc079618087 --- /dev/null +++ b/media-video/cinepaint/files/digest-cinepaint-0.18.3 @@ -0,0 +1 @@ +MD5 0bee7d7fc8f352ddbcc6f4720ecc14cc cinepaint-0.18-3.tar.gz 6975799 |