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-libs/libass: ChangeLog libass-0.9.13.ebuild
Date: Tue, 02 Aug 2011 08:44:50
Message-Id: 20110802084440.9C9E02004C@flycatcher.gentoo.org
1 aballier 11/08/02 08:44:40
2
3 Modified: ChangeLog
4 Added: libass-0.9.13.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.43 media-libs/libass/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 3 Jun 2011 05:41:23 -0000 1.42
24 +++ ChangeLog 2 Aug 2011 08:44:40 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/libass
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.42 2011/06/03 05:41:23 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.43 2011/08/02 08:44:40 aballier Exp $
30 +
31 +*libass-0.9.13 (02 Aug 2011)
32 +
33 + 02 Aug 2011; Alexis Ballier <aballier@g.o> +libass-0.9.13.ebuild:
34 + version bump
35
36 *libass-0.9.12 (03 Jun 2011)
37
38
39
40
41 1.1 media-libs/libass/libass-0.9.13.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.9.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.9.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libass-0.9.13.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.9.13.ebuild,v 1.1 2011/08/02 08:44:40 aballier Exp $
51
52 EAPI=4
53
54 DESCRIPTION="Library for SSA/ASS subtitles rendering"
55 HOMEPAGE="http://code.google.com/p/libass/"
56 SRC_URI="http://libass.googlecode.com/files/${P}.tar.xz"
57
58 LICENSE="ISC"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
61 IUSE="+enca +fontconfig static-libs"
62
63 RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.4.2 )
64 >=media-libs/freetype-2.2.1:2
65 virtual/libiconv
66 enca? ( app-i18n/enca )"
67
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 DOCS="Changelog"
72
73 src_configure() {
74 econf \
75 $(use_enable enca) \
76 $(use_enable fontconfig) \
77 $(use_enable static-libs static)
78 }
79
80 src_install() {
81 default
82
83 find "${ED}" -name '*.la' -delete
84 }