Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-ttf: sdl2-ttf-2.0.12.ebuild ChangeLog
Date: Mon, 02 Sep 2013 20:46:04
Message-Id: 20130902204558.7E3D02004C@flycatcher.gentoo.org
1 hasufell 13/09/02 20:45:58
2
3 Modified: sdl2-ttf-2.0.12.ebuild ChangeLog
4 Log:
5 fix build with newer glibc, fix typo
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.3 media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?r1=1.2&r2=1.3
15
16 Index: sdl2-ttf-2.0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sdl2-ttf-2.0.12.ebuild 2 Sep 2013 20:32:59 -0000 1.2
23 +++ sdl2-ttf-2.0.12.ebuild 2 Sep 2013 20:45:58 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v 1.2 2013/09/02 20:32:59 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v 1.3 2013/09/02 20:45:58 hasufell Exp $
29
30 EAPI=5
31 -inherit eutils
32 +inherit autotools eutils
33
34 MY_P=SDL2_ttf-${PV}
35 DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
36 @@ -15,7 +15,7 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE="static-libs X"
39
40 -REPEND="X? ( x11-libs/libXt )
41 +RDEPEND="X? ( x11-libs/libXt )
42 media-libs/libsdl2
43 >=media-libs/freetype-2.3"
44 DEPEND="${RDEPEND}"
45 @@ -23,6 +23,8 @@
46 S=${WORKDIR}/${MY_P}
47
48 src_prepare() {
49 + epatch "${FILESDIR}"/${P}-linking.patch
50 + eautoreconf
51 rm -r external || die
52 }
53
54 @@ -33,7 +35,7 @@
55 }
56
57 src_install() {
58 - emake DESTDIR="${D}" install || die
59 + emake DESTDIR="${D}" install
60 dodoc {CHANGES,README}.txt
61 use static-libs || prune_libtool_files
62 }
63
64
65
66 1.3 media-libs/sdl2-ttf/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/ChangeLog?rev=1.3&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/ChangeLog?rev=1.3&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/ChangeLog?r1=1.2&r2=1.3
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v
75 retrieving revision 1.2
76 retrieving revision 1.3
77 diff -u -r1.2 -r1.3
78 --- ChangeLog 2 Sep 2013 20:32:59 -0000 1.2
79 +++ ChangeLog 2 Sep 2013 20:45:58 -0000 1.3
80 @@ -1,6 +1,10 @@
81 # ChangeLog for media-libs/sdl2-ttf
82 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v 1.2 2013/09/02 20:32:59 hasufell Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v 1.3 2013/09/02 20:45:58 hasufell Exp $
85 +
86 + 02 Sep 2013; Julian Ospald <hasufell@g.o>
87 + +files/sdl2-ttf-2.0.12-linking.patch, sdl2-ttf-2.0.12.ebuild:
88 + fix build with newer glibc, fix typo
89
90 02 Sep 2013; Julian Ospald <hasufell@g.o> sdl2-ttf-2.0.12.ebuild:
91 fix dependencies