Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinepaint: ChangeLog cinepaint-0.22.0.ebuild cinepaint-0.22.1.ebuild
Date: Tue, 25 Mar 2008 22:12:52
Message-Id: E1JeHNx-0006Nt-7P@stork.gentoo.org
1 aballier 08/03/25 22:12:49
2
3 Modified: ChangeLog cinepaint-0.22.0.ebuild
4 Added: cinepaint-0.22.1.ebuild
5 Log:
6 Version bump for bug #184657 and add missing deps for bug #205579
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.19 media-video/cinepaint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 27 Nov 2007 12:22:57 -0000 1.18
23 +++ ChangeLog 25 Mar 2008 22:12:48 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/cinepaint
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.18 2007/11/27 12:22:57 zzam Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.19 2008/03/25 22:12:48 aballier Exp $
30 +
31 +*cinepaint-0.22.1 (25 Mar 2008)
32 +
33 + 25 Mar 2008; Alexis Ballier <aballier@g.o> cinepaint-0.22.0.ebuild,
34 + +cinepaint-0.22.1.ebuild:
35 + Version bump for bug #184657 and add missing deps for bug #205579
36
37 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
38 cinepaint-0.21.1.ebuild:
39
40
41
42 1.3 media-video/cinepaint/cinepaint-0.22.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild?r1=1.2&r2=1.3
47
48 Index: cinepaint-0.22.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- cinepaint-0.22.0.ebuild 25 Apr 2007 20:47:25 -0000 1.2
55 +++ cinepaint-0.22.0.ebuild 25 Mar 2008 22:12:48 -0000 1.3
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild,v 1.2 2007/04/25 20:47:25 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild,v 1.3 2008/03/25 22:12:48 aballier Exp $
62
63 inherit eutils versionator flag-o-matic
64
65 @@ -14,7 +14,7 @@
66 LICENSE="GPL-2"
67 IUSE="gimpprint png zlib"
68
69 -DEPEND=">=x11-libs/gtk+-2.0
70 +RDEPEND=">=x11-libs/gtk+-2.0
71 png? ( >=media-libs/libpng-1.2 )
72 zlib? ( sys-libs/zlib )
73 gimpprint? ( >=media-gfx/gimp-print-5.0.0 )
74 @@ -22,7 +22,13 @@
75 >=media-libs/lcms-1.16
76 media-libs/tiff
77 media-libs/jpeg
78 - x11-libs/fltk"
79 + x11-libs/fltk
80 + x11-libs/libXmu
81 + x11-libs/libXinerama
82 + x11-libs/libXpm"
83 +DEPEND="${RDEPEND}
84 + dev-util/pkgconfig
85 + x11-proto/xineramaproto"
86
87 src_unpack() {
88 unpack ${A}
89
90
91
92 1.1 media-video/cinepaint/cinepaint-0.22.1.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild?rev=1.1&content-type=text/plain
96
97 Index: cinepaint-0.22.1.ebuild
98 ===================================================================
99 # Copyright 1999-2008 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild,v 1.1 2008/03/25 22:12:48 aballier Exp $
102
103 inherit eutils versionator flag-o-matic
104
105 MY_PV=$(replace_version_separator 2 '-')
106 S=${WORKDIR}/${PN}-${MY_PV}
107 DESCRIPTION="motion picture editing tool used for painting and retouching of movies"
108 SRC_URI="mirror://sourceforge/cinepaint/${PN}-${MY_PV}.tar.gz"
109 HOMEPAGE="http://cinepaint.sourceforge.net/"
110 SLOT="0"
111 KEYWORDS="~amd64 ~ppc ~x86"
112 LICENSE="GPL-2"
113 IUSE="gimpprint png zlib"
114
115 RDEPEND=">=x11-libs/gtk+-2.0
116 png? ( >=media-libs/libpng-1.2 )
117 zlib? ( sys-libs/zlib )
118 gimpprint? ( >=media-gfx/gimp-print-5.0.0 )
119 media-libs/openexr
120 >=media-libs/lcms-1.16
121 media-libs/tiff
122 media-libs/jpeg
123 x11-libs/fltk
124 x11-libs/libXmu
125 x11-libs/libXinerama
126 x11-libs/libXpm"
127 DEPEND="${RDEPEND}
128 dev-util/pkgconfig
129 x11-proto/xineramaproto"
130
131 src_compile(){
132 econf $(use_enable gimpprint print) --enable-gtk2 || die "econf failed"
133 emake || die "emake failed"
134 }
135
136 src_install(){
137 emake DESTDIR="${D}" install || die "emake install failed"
138 dodoc AUTHORS ChangeLog README NEWS
139 }
140
141
142
143 --
144 gentoo-commits@l.g.o mailing list