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 sci-astronomy/stellarium: metadata.xml ChangeLog stellarium-0.10.3.ebuild
Date: Wed, 03 Feb 2010 07:08:24
Message-Id: E1NcZLT-0000Lt-6r@stork.gentoo.org
1 mr_bones_ 10/02/03 07:08:15
2
3 Modified: metadata.xml ChangeLog
4 Added: stellarium-0.10.3.ebuild
5 Log:
6 version bump; adds star catalog install (bug #280246) and works with newer QT (bug #297247)
7 (Portage version: 2.1.7.16/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sci-astronomy/stellarium/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 24 Dec 2004 04:23:30 -0000 1.1
23 +++ metadata.xml 3 Feb 2010 07:08:14 -0000 1.2
24 @@ -1,8 +1,11 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<maintainer>
30 -<email>mr_bones_@g.o</email>
31 -</maintainer>
32 + <herd>sci</herd>
33 + <maintainer>
34 + <email>mr_bones_@g.o</email>
35 + </maintainer>
36 + <use>
37 + <flag name="stars">Install extra star catalogs</flag>
38 + </use>
39 </pkgmetadata>
40
41
42
43 1.55 sci-astronomy/stellarium/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.55&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.55&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.54&r2=1.55
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
52 retrieving revision 1.54
53 retrieving revision 1.55
54 diff -u -r1.54 -r1.55
55 --- ChangeLog 13 Nov 2009 18:04:08 -0000 1.54
56 +++ ChangeLog 3 Feb 2010 07:08:14 -0000 1.55
57 @@ -1,6 +1,13 @@
58 # ChangeLog for sci-astronomy/stellarium
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.54 2009/11/13 18:04:08 mr_bones_ Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.55 2010/02/03 07:08:14 mr_bones_ Exp $
63 +
64 +*stellarium-0.10.3 (03 Feb 2010)
65 +
66 + 03 Feb 2010; Michael Sterrett <mr_bones_@g.o>
67 + +stellarium-0.10.3.ebuild, metadata.xml:
68 + version bump; adds star catalog install (bug #280246) and works with newer
69 + QT (bug #297247)
70
71 13 Nov 2009; Michael Sterrett <mr_bones_@g.o>
72 stellarium-0.10.2.ebuild:
73
74
75
76 1.1 sci-astronomy/stellarium/stellarium-0.10.3.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.3.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.3.ebuild?rev=1.1&content-type=text/plain
80
81 Index: stellarium-0.10.3.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.3.ebuild,v 1.1 2010/02/03 07:08:14 mr_bones_ Exp $
86
87 EAPI=2
88 inherit cmake-utils eutils
89
90 DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
91 HOMEPAGE="http://www.stellarium.org/"
92 SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz
93 stars? (
94 mirror://sourceforge/stellarium/stars_4_1v0_0.cat
95 mirror://sourceforge/stellarium/stars_5_2v0_0.cat
96 mirror://sourceforge/stellarium/stars_6_2v0_0.cat
97 mirror://sourceforge/stellarium/stars_7_2v0_0.cat
98 mirror://sourceforge/stellarium/stars_8_2v0_0.cat
99 )"
100
101 LICENSE="GPL-2 BitstreamVera"
102 SLOT="0"
103 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
104 IUSE="nls stars"
105 RESTRICT="test"
106
107 RDEPEND="virtual/opengl
108 virtual/glu
109 media-libs/libpng
110 media-libs/freetype:2
111 media-libs/jpeg
112 >=x11-libs/qt-core-4.6.0:4
113 x11-libs/qt-gui:4
114 x11-libs/qt-opengl:4
115 x11-libs/qt-script:4
116 x11-libs/qt-svg:4
117 x11-libs/qt-test:4
118 nls? ( virtual/libintl )"
119 DEPEND="${RDEPEND}
120 dev-libs/boost
121 >=dev-util/cmake-2.4.7
122 nls? ( sys-devel/gettext )
123 x11-libs/libXt"
124
125 src_configure() {
126 mycmakeargs=$(cmake-utils_use_enable nls NLS)
127 CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
128 }
129
130 src_install() {
131 emake DESTDIR="${D}" install || die "emake install failed"
132 if use stars ; then
133 insinto /usr/share/${PN}/stars/default
134 doins "${DISTDIR}"/stars_[45678]_[12]v0_0*.cat || die "doins failed"
135 fi
136 newicon doc/images/stellarium-logo.png ${PN}.png
137 make_desktop_entry ${PN} Stellarium ${PN} "Education;Science;Astronomy;"
138 dodoc AUTHORS ChangeLog README
139 }