Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB-extra: ChangeLog DirectFB-extra-1.1.0.ebuild
Date: Sat, 10 May 2008 11:01:08
Message-Id: E1Jump7-0002eI-VW@stork.gentoo.org
1 vapier 08/05/10 11:01:05
2
3 Modified: ChangeLog
4 Added: DirectFB-extra-1.1.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.21 dev-libs/DirectFB-extra/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 2 Dec 2007 22:29:43 -0000 1.20
23 +++ ChangeLog 10 May 2008 11:01:05 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/DirectFB-extra
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.20 2007/12/02 22:29:43 vapier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.21 2008/05/10 11:01:05 vapier Exp $
30 +
31 +*DirectFB-extra-1.1.0 (10 May 2008)
32 +
33 + 10 May 2008; Mike Frysinger <vapier@g.o>
34 + +DirectFB-extra-1.1.0.ebuild:
35 + Version bump.
36
37 *DirectFB-extra-1.0.0-r1 (02 Dec 2007)
38
39
40
41
42 1.1 dev-libs/DirectFB-extra/DirectFB-extra-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: DirectFB-extra-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.1.0.ebuild,v 1.1 2008/05/10 11:01:05 vapier Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB"
56 HOMEPAGE="http://www.directfb.org/"
57 SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc -sparc ~x86"
62 IUSE="ffmpeg flash fusion imlib mmx mpeg quicktime svg xine zlib"
63
64 RDEPEND="~dev-libs/DirectFB-1.1.1
65 ffmpeg? ( media-video/ffmpeg )
66 flash? ( media-libs/libflash )
67 fusion? ( dev-libs/linux-fusion )
68 imlib? ( media-libs/imlib2 )
69 mpeg? ( media-libs/libmpeg3 )
70 quicktime? ( virtual/quicktime )
71 svg? ( x11-libs/libsvg-cairo )
72 xine? ( media-libs/xine-lib )
73 zlib? ( sys-libs/zlib )"
74 # avi? ( media-video/avifile )
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig"
77
78 src_unpack() {
79 unpack ${A}
80 cd "${S}"
81 epatch "${FILESDIR}"/${PN}-1.0.0-CFLAGS.patch
82 }
83
84 src_compile() {
85 # $(use_enable avi avifile)
86 econf \
87 $(use_enable ffmpeg) \
88 $(use_enable flash) \
89 $(use_enable fusion fusionsound) \
90 $(use_enable imlib imlib2) \
91 $(use_enable mmx) \
92 $(use_enable mpeg libmpeg3) \
93 $(use_enable quicktime openquicktime) \
94 $(use_enable svg) \
95 $(use_enable xine) \
96 $(use_enable zlib) \
97 --disable-avifile \
98 || die
99 emake || die "emake failed"
100 }
101
102 src_install() {
103 emake DESTDIR="${D}" install || die "make install failed"
104 dodoc AUTHORS ChangeLog NEWS README
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list