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 | dc66267f71f3d34ce7b8168a7850516b8662fded (patch) | |
tree | 9a4c5535073e0e89c8289f3de5687784609656f3 /media-video/cinepaint | |
parent | add udev support (Manifest recommit) (diff) | |
download | gentoo-2-dc66267f71f3d34ce7b8168a7850516b8662fded.tar.gz gentoo-2-dc66267f71f3d34ce7b8168a7850516b8662fded.tar.bz2 gentoo-2-dc66267f71f3d34ce7b8168a7850516b8662fded.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..f12aa17e2d95 100644 --- a/media-video/cinepaint/Manifest +++ b/media-video/cinepaint/Manifest @@ -1,3 +1,5 @@ +MD5 8c72b6ee937f1def7150aeed3c361948 ChangeLog 741 MD5 780189c0f68fb614342f4737d019f8c3 cinepaint-0.18.ebuild 734 -MD5 3b68d0601f3e646a99088baf3b2a9a9a ChangeLog 600 +MD5 ccc7c49fb018319369b87d09afc83fe7 cinepaint-0.18.3.ebuild 897 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 |