Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169818 Details for
Bug 239012
sci-astronomy/stellarium-0.10.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Stellarium beta1 ebuild v0.10.0
stellarium-0.10.0.ebuild (text/plain), 2.17 KB, created by
Raphaël Droz
on 2008-10-25 15:16:44 UTC
(
hide
)
Description:
Stellarium beta1 ebuild v0.10.0
Filename:
MIME Type:
Creator:
Raphaël Droz
Created:
2008-10-25 15:16:44 UTC
Size:
2.17 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.0.ebuild,v 1.5 2008/10/25 17:10:10 mr_bones_ Exp $ > >EAPI=1 >inherit toolchain-funcs eutils qt4 > >DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." >HOMEPAGE="http://www.stellarium.org/" >SRC_URI="mirror://sourceforge/stellarium/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="nls sound" ># seems that stellarium 0.10 lets the plugins use a sound library ># for example to hear the sound of some stellar objects > >RDEPEND="virtual/opengl > virtual/glu > media-libs/libpng > media-libs/freetype:2 > dev-libs/boost > media-libs/jpeg > net-misc/curl > || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-script:4 x11-libs/qt-opengl:4 ) >=x11-libs/qt-4.4.1 ) > sound? ( media-libs/sdl-mixer ) > nls? ( virtual/libintl )" >DEPEND="${RDEPEND} > >=dev-util/cmake-2.4.7 > nls? ( sys-devel/gettext ) > x11-libs/libXt" > ># bug #186194 >QT4_BUILT_WITH_USE_CHECK="opengl" > >src_unpack() { > unpack ${A} > cd "${S}" > if ! use nls ; then > sed -i -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' CMakeLists.txt || die "sed failed" > elif [ -n "$LINGUAS" ]; then > # as some translations are not complete, should we put 'en' language everytime ? > if [ ${#LINGUAS[*]} -eq 1 ]; then > # 5th line : if we find this language in the list, remove all others > sed -i "5{/${LINGUAS}/s/.*/${LINGUAS}/}" po/stellarium/CMakeLists.txt po/stellarium-skycultures/CMakeLists.txt\ > || die "cannot set linguas" > # else strip-linguas -i po/stellarium > # or we should foreach $LINGUAS and 5th line of both files > # notice : both may not have the same language list > fi > else > ewarn "Use of nls without setting \$LINGUAS is a non-sense" > fi >} > >src_compile() { > CC=$(tc-getCC) \ > CXX=$(tc-getCXX) \ > cmake -DCMAKE_INSTALL_PREFIX=/usr || die "cmake failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > use nls || rm -rf "${D}/usr/share/locale" > newicon data/icon.bmp ${PN}.bmp > make_desktop_entry ${PN} Stellarium /usr/share/pixmaps/${PN}.bmp "Education;Science;Astronomy;" > dodoc AUTHORS ChangeLog README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 239012
:
167774
| 169818