Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61515 - Celestia 1.3.2 released
Summary: Celestia 1.3.2 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 07:41 UTC by Giacomo Perale
Modified: 2004-09-01 14:23 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
celestia-1.3.2.ebuild (celestia-1.3.2.ebuild,2.84 KB, text/plain)
2004-08-24 07:41 UTC, Giacomo Perale
Details
celestia/celestia-1.3.2.ebuild (celestia-1.3.2.ebuild,2.83 KB, text/plain)
2004-08-31 16:49 UTC, Bret Towe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Giacomo Perale 2004-08-24 07:41:18 UTC
Celestia 1.3.2 has been released today: http://www.shatters.net/celestia/
Comment 1 Giacomo Perale 2004-08-24 07:41:52 UTC
Created attachment 38095 [details]
celestia-1.3.2.ebuild

ebuild derived from pre20040731 in portage.
Comment 2 Bret Towe 2004-08-31 16:14:52 UTC
compiles fine here
i changed the deps in my copy tho they needed updating
here is what i ended up with:

DEPEND=">=media-libs/glut-3.7.1
	virtual/glu
	media-libs/jpeg
	media-libs/libpng
	gtk? (	>=x11-libs/gtk+-2.0
		>=x11-libs/gtkglext-1.0 )
	gnome? ( >=gnome-base/libgnomeui-2.0 )
	kde? ( >=kde-base/kdelibs-3.0.5 )"


btw Giacomo when you update an ebuild and dont provide a diff between old and new ebuilds
give us a short changelog in the message so we know whats different
Comment 3 Bret Towe 2004-08-31 16:49:43 UTC
Created attachment 38632 [details]
celestia/celestia-1.3.2.ebuild

updated ebuild
has correct deps for gtk/gnome
added lua (small dep and since no use flag for it not optional)
     for:  Celestia Extension Language support

another item that could be added is
--enable-hipparcos-dir=DIR	Specify location of HIPPARCOS/TYCHO stardata
but this would require another ebuild that would install this data
at this time i havnt a clue where to get this data so maybe should be added
to ebuild with comment and just commented out till we have an ebuild
that way users that do have this can do as they please a bit easier
Comment 4 Ernst Sjöstrand 2004-09-01 00:38:56 UTC
Shouldn't it be like this?!

gtk2? (	>=x11-libs/gtk+-2.0
		>=x11-libs/gtkglext-1.0 )
Comment 5 Disenchanted (RETIRED) gentoo-dev 2004-09-01 07:44:58 UTC
ebuild comitted as posted to comment #3

thanks to all
Comment 6 Bret Towe 2004-09-01 14:23:05 UTC
Ernst:
just for clarification
using gtk use flag is fine in this case if we had the choice of gtk1 or 2 then
yes that would be used but as we are just using gtk period no choice in the
matter about which version gtk generic use flag is fine