Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-image: sdl-image-1.2.7.ebuild ChangeLog
Date: Wed, 02 Sep 2009 05:26:07
Message-Id: E1MinAv-0007tN-2n@stork.gentoo.org
1 nyhm 09/09/02 10:34:49
2
3 Modified: sdl-image-1.2.7.ebuild ChangeLog
4 Log:
5 Don't control support for pnm with the png USE flag
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 media-libs/sdl-image/sdl-image-1.2.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild?r1=1.8&r2=1.9
14
15 Index: sdl-image-1.2.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- sdl-image-1.2.7.ebuild 30 Apr 2009 12:27:38 -0000 1.8
22 +++ sdl-image-1.2.7.ebuild 2 Sep 2009 10:34:48 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild,v 1.8 2009/04/30 12:27:38 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.7.ebuild,v 1.9 2009/09/02 10:34:48 nyhm Exp $
28
29 MY_P="${P/sdl-/SDL_}"
30 DESCRIPTION="image file loading library"
31 @@ -27,13 +27,14 @@
32 $(use_enable jpeg jpg) \
33 $(use_enable tiff tif) \
34 $(use_enable png) \
35 - $(use_enable png pnm) \
36 --enable-bmp \
37 --enable-lbm \
38 --enable-pcx \
39 + --enable-pnm \
40 --enable-tga \
41 --enable-xcf \
42 --enable-xpm \
43 + --enable-xv \
44 || die
45 emake || die "emake failed"
46 }
47
48
49
50 1.52 media-libs/sdl-image/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/ChangeLog?rev=1.52&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/ChangeLog?rev=1.52&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/ChangeLog?r1=1.51&r2=1.52
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v
59 retrieving revision 1.51
60 retrieving revision 1.52
61 diff -u -r1.51 -r1.52
62 --- ChangeLog 30 Apr 2009 15:12:37 -0000 1.51
63 +++ ChangeLog 2 Sep 2009 10:34:48 -0000 1.52
64 @@ -1,6 +1,9 @@
65 # ChangeLog for media-libs/sdl-image
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.51 2009/04/30 15:12:37 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.52 2009/09/02 10:34:48 nyhm Exp $
69 +
70 + 02 Sep 2009; Tristan Heaven <nyhm@g.o> sdl-image-1.2.7.ebuild:
71 + Don't control support for pnm with the png USE flag
72
73 30 Apr 2009; Michael Sterrett <mr_bones_@g.o>
74 -files/sdl-image-1.2.6-DOS.patch, -sdl-image-1.2.6-r1.ebuild: