Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-image: sdl-image-1.2.10-r1.ebuild ChangeLog
Date: Tue, 27 Jul 2010 02:35:04
Message-Id: 20100727023458.036032CF2B@corvid.gentoo.org
1 mr_bones_ 10/07/27 02:34:57
2
3 Modified: sdl-image-1.2.10-r1.ebuild ChangeLog
4 Log:
5 add USE=static-libs support
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.11 media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: sdl-image-1.2.10-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- sdl-image-1.2.10-r1.ebuild 23 Jul 2010 22:07:30 -0000 1.10
22 +++ sdl-image-1.2.10-r1.ebuild 27 Jul 2010 02:34:57 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.10-r1.ebuild,v 1.10 2010/07/23 22:07:30 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v 1.11 2010/07/27 02:34:57 mr_bones_ Exp $
28
29 EAPI=2
30 MY_P="${P/sdl-/SDL_}"
31 @@ -11,14 +11,13 @@
32 LICENSE="LGPL-2.1"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
35 -IUSE="gif jpeg tiff png"
36 +IUSE="gif jpeg png static-libs tiff"
37
38 DEPEND="sys-libs/zlib
39 media-libs/libsdl
40 png? ( >=media-libs/libpng-1.4 )
41 jpeg? ( virtual/jpeg )
42 tiff? ( media-libs/tiff )"
43 -RDEPEND="${DEPEND}"
44
45 S=${WORKDIR}/${MY_P}
46
47 @@ -27,6 +26,7 @@
48 --disable-jpg-shared \
49 --disable-png-shared \
50 --disable-tif-shared \
51 + $(use_enable static-libs static) \
52 $(use_enable gif) \
53 $(use_enable jpeg jpg) \
54 $(use_enable tiff tif) \
55 @@ -45,4 +45,8 @@
56 emake DESTDIR="${D}" install || die "make install failed"
57 dobin .libs/showimage || die "dobin failed"
58 dodoc CHANGES README
59 + if ! use static-libs ; then
60 + find "${D}" -type f -name '*.la' -exec rm {} + \
61 + || die "la removal failed"
62 + fi
63 }
64
65
66
67 1.75 media-libs/sdl-image/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/ChangeLog?rev=1.75&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/ChangeLog?rev=1.75&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-image/ChangeLog?r1=1.74&r2=1.75
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v
76 retrieving revision 1.74
77 retrieving revision 1.75
78 diff -u -r1.74 -r1.75
79 --- ChangeLog 23 Jul 2010 22:07:30 -0000 1.74
80 +++ ChangeLog 27 Jul 2010 02:34:57 -0000 1.75
81 @@ -1,6 +1,10 @@
82 # ChangeLog for media-libs/sdl-image
83 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.74 2010/07/23 22:07:30 ssuominen Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.75 2010/07/27 02:34:57 mr_bones_ Exp $
86 +
87 + 27 Jul 2010; Michael Sterrett <mr_bones_@g.o>
88 + sdl-image-1.2.10-r1.ebuild:
89 + add USE=static-libs support
90
91 23 Jul 2010; Samuli Suominen <ssuominen@g.o>
92 sdl-image-1.2.10-r1.ebuild: