Up to [NetBSD] / pkgsrc / misc / stellarium
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.
Add pod2man to USE_TOOLS.
Update to stellarium 0.11.1 ChangeLog since 0.11.0: 0.11.1 [2011-11-04] Bug fix release. Added: - new skyculture: Arabic - new moons and rings (LP: #815484, #834336) - new translations for landscapes and sky cultures (LP: #849292) - possibility to observate geo-orbiting satellites (LP: #837274) - new cities (LP: #856343, #860206) Fixed: - misspelling on a star name (LP: #884795) - location window: map pointer position is updated on longitude/latitude change. - location window: fixed checking "Use as default" changing the name of the selected location to "New Location" (LP: #881613) - Solar System Editor plug-in: a bug in the parsing of MPC lists: the epoch's Julian Day value was wrong by 0.5 JD (LP: #836839) - Solar System Editor plug-in: crash while trying to browse for a local file (LP: #837396) - Historical Supernovae plug-in: a bug in plug-in name (LP: #803157) - Historical Supernovae plug-in: a bug in selected instead of nearby stars (LP: #835815) - doesn't load localised description of skyculture/landscape if applanguage=system_default (LP: #845924) - add/remove landscapes dialog bug in OSX 10.6.8 (LP: #812008) - horizon line setting not saved (LP: #811945) - orbital period totally wrong for Himalia (LP: #806174) - flag_show_fps = false & flag_show_fov = flase (LP: #728294) - 0.11.0 will crash if a landscape is selected with misspelled planet name (LP: #835422) - crash on selecting off-Earth location in the Location window (LP: #834886) - 0.11.0 crashes when switching language while location window is open (LP: #824936) - 0.11.0 crashes when trying using custom distortion file (LP: #871313)
Recursive bump for graphics/freetype2 buildlink addition.
Update stellarium to 0.11.0. Changes since 0.10.6: New feature: atmosphere refraction support. New plugin: Historical supernova. New translatable strings: landscapes. New moons of solar system planets (LP: #730686). New feature: using different symbols for nebula icons. TimeZone plug-in: fixed a bug preventing the saving of custom time zones. (LP: #720107) Ocular plug-in: Corrected the calculation of CCD FOV. Ocular plug-in: Implemented rotating the CCD bounding box. Ocular plug-in: Made Telrad & CCD mutually exclusive. Ocular plug-in: Implemented better binoculars support (LP: #695568). Ocular plug-in: Redesign dialog. SVMT plug-in: Adding QtWebKit dependency. Satellite plug-in: improve of code. Solar System Editor plug-in: fixed MPES online search and updated hard-coded URLs (LP: #725870). Skycultures: two new skyculture descriptions in Norwegian (Bokmål). Redesign search tool (LP: #730687). Improved texture manager. Various problems resolved (LP: #730069, #772206, #683255, #657455, #785574, #515311, #730075, #711887, #688978, #616748, #589634)
recursive bump from gettext-lib shlib bump.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Fix building on Mac OS X
Changes 0.10.6: * New feature for installing landscapes from ZIP archives. * New plugin: Solar System editor. * New plugin: Time Zone manual override. * New translatable strings: stars and nebulae. * Selected plugins loaded by default. * Fixed on change of sky culture. * Fixed clearing of single constellation selection. * Fixed constellation art engine, removing distortion of images. * Changed GUI styles (all dialogs now use "Title Bar", the two different tabbed widget implementations are styled consistently). * Changed Solar System engine, allowing "Comets" and "Minor planets" to be handled as classes of objects separate from "Planets". * Translatable plugin names, descriptions and some other strings. * Oculars plugin: now uses a configuration file instead of SQL. * Oculars plugin: added manual override of keyboard shortcuts. * Oculars plugin: CCD sensors formula fixed. * Satellites plugin: added new orbit prediction engine. * Satellites plugin: added trajectory visualization. * Satellites plugin: fixed problems leaving satellite TLEs out of date. * Satellites plugin: can now update TLEs from a local file. * Satellites plugin: satellite visibility can now be saved from satellites dialog. * Telescope control plugin: fixed bad serial port names on Windows. * Telescope control plugin: fixed telescopes disappearance on startup. * Telescope control plugin: added manual equinox/epoch override. * Various rendering problems resolved. * SQLite dependency dropped. The Qt SQLite driver no longer needs to be packaged with Stellarium.
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Add perl to tools so pod2man is available during the build.
update to 0.10.5 changes: -fixes -startup speed increase pkgsrc change: added data for C/2009 R1 (McNaught) which should be visible these days
Changes 0.10.4: * Bug fix release. * Fixed unpredictable openGL related crashes on win32. * Fixed run on MacOSX Tiger/Leopard/Snow Leopard. * Disable OpenGL shaders by default for stars and atmosphere. User activate it by setting use_glshaders = true in the [main] section of the config.ini * Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored if it is not used properly. * Improved OpenGLES2 support (not finished yet). * Added Qt widgets flags on the main windows to avoid filling background (this boosted the program a lot on linux).
Second try at jpeg-8 recursive PKGREVISION bump.
Recursive PKGREVISION bump for jpeg update to 8.
bump revision because of graphics/jpeg update
update to 0.10.2 Version 0.10.2 is based on the recent release of QT 4.5, which should fix startup problems which some users experienced with version 0.10.1. This change should also solve some Mac rendering bugs and speed up the GUI elements of the program. A new projection mode is now available, called "Hammer-Aitoff", which allows for very wide fields of view (up to 360 degrees). This release also includes many bug fixes and some general performance tweaks. (The note about qt-4.5 is misleading. It works with 4.4 as well.)
Needs msgfmt.
update to 0.10.1 changes: Added reset all config options button. Added code for uncompressing gzip files (borrowed from from libkde) Allowed for gzip compressed JSON files. Fixed flip buttons bug. Fixed min FPS feature. Implemented screenshots inverted colors feature + associated GUI. Re-coded grid display from scratch. It is now much faster and much more robust. Refactored large part of the Navigator and Projector classes. Added a StelPainter class allowing many optimizations and simpler API. Re-added telescope control key bindings. Improved the doxygen developers documentation. Added Simbad lookup to the search window. Fixed ecliptic line rendering. Fixed grid rendering bugs. Added ZIP archive support with code copied from KDE SVN. Fixed sun's magnitude bug. Added automatic star catalog downloader to GUI. Star catalog settings are now defined in a config file. Converted system-dependent star catalog memory mapping code to QFile::map(). Added log file for debugging output. Prepends system specs, such as memory and CPU information. Imported KdeWin32 code for POSIX emulation on Windows. Fixed build with Qt 4.5. Fixed full screen problems at init. Optimized VecXX contructors (no more default values). Added translations for Albanian and Bosnian. Fixed many bugs.
Changes 0.10.0: * Global switch to Qt. Don't support SDL main application anymore. * The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView. * Removed deprecated sources from the core of stellarium. * Continued API cleaning and simplifications. * Performed large refactorings to use portable Qt API. * Re-organized the source files into sub-directories. * Migrated config file parsing to a QSettings based implementation. * Exposed some methods as slots so that they can be scripted in the future. * Created the new Qt-based GUI button bars. * Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView using style sheets. * Moved stars/planets halo rendering into SkyDrawer. * Implemented dynamic eye adaptation for bright objects. * Optimized atmosphere computation and others, speed can be increased up to a factor of 2. * Implemented light pollution following the Bortle scale index. * Improved and optimized stars rendering (updated colors, sizes and added large halo for very bright ones, use GL lists for drawing stars by bunch) * Created a new SkyTile class supporting lazy dynamic multi-resolution images loading and display. Image trees can be stored as JSON files. * Startup is much faster. * Migrated the previous nebula textures to the new format. * Added a LocationManager for managing observing locations and cleaned the code of observer. * Changed key bindings, use F1.. F6 for opening dialogs. * Tab completion on the search dialog. * Added descriptions for the sky cultures and improved the ones for landscapes. * Added a new mars landscape. * Fixed many bugs.
Use USE_CMAKE.
fix fallout from boost and cmake updates: -prefix uses of "exception" with "std::" to avoid conflict with a similar definition in new "boost" -set a cmake var to get an rpath into the installed executable (seems that cmake's behaviour changed)
Add DESTDIR support.
update to 0.9.1 This is primarily a bug fix and stabilization release. Apart from bug fixes, users can expect to see improved start-up times and a new sky culture (Tupi-Guarani) as well as some progress with translations and overall stability.
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Bump PKGREVISION due to boost update to 1.34.1.
update to 0.9.0 changes: -Larger star catalogue, New sky cultures, New projections, Some new nebula textureS -Better accuracy of planetary positions, more precise positioning of nebula textures -New orbital calculation class making it possible to add comet objects -Fly to planets by pressing control-G when one is selected -Landscape locations - can set the location according to the landscape -Places of interest improved -New landscape: Garching, (near Munich, Germany) -Data file layout change -minor bug fixes, and significant changes to the code base pkgsrc visible change: uses cmake
Mark as BROKEN_IN pkgsrc-2006Q4, based on ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
Explicitly depend on freetype2. Bump revision.
Changes 0.8.2: Re-enabled some script recording features (select, pan/tilt, zoom) Fixed win95/98 missing .dll bug. Applied patch for sun C/C++ compiler to work. Hopefully fixed buggy text display using patch from David ZH.R. Huang Applied patch for MacOSX compilation. Display real language names instead of two letters codes in the GUI. Removed HR landscape and added Ocean instead. Many bug fixes from sf.net. Added new translations for af vi he mt bg th ar and updated the others.
Changes 0.8.1: * radial texture for planetary rings * telescope control using external telescope server programs * minimum_fps patch by nuisance78 * image flipping * Automatically get locale codes on win32 (works sometimes) * Many bugs fixes, thanks to bug reporters on sf.net!
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) for SDL shlib changes.
Uses C++.
Update HOMEPAGE.
update to 0.8.0 changes: -multilingual interface -accuracy and speed is greatly enhanced -more objects from the NGC catalogue -list of world cities: easily select your location -home planet setting -spherical landscapes -night vision mode -interface improvements -default font is now the Bitstream Vera Truetype font -constellation boundaries -spheric mirror projection
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
update to 0.7.1 new major release, lots of features added, and some bugfixes see http://www.stellarium.org/changelog.txt for details
Recursive revision bump / recommended bump for gettext ABI change.
Convert aalib to options framework, adding an 'x11' option, and remove aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
Reset MAINTAINER -- he stopped working on pkgsrc.
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Initial import of stellarium-0.6.0 from pkgsrc-wip, contributed by Michal Pasternak. Stellarium is a free software. It renders 3D photo-realistic skies in real time. With stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Initial revision