Commit graph

21 commits

Author SHA1 Message Date
Alexey Dokuchaev
bb1f0bdb26 Update Qt4-based (legacy) Stellarium to version 0.12.9.
TIMESTAMP (stellarium-0.12.9.tar.gz) = 1491135990
2017-06-26 15:28:45 +00:00
Alexey Dokuchaev
1fa8b79a3e - Reduce the diffs with `astro/stellarium', by using some option helpers
and clarifying LICENSE (GPLv2+)
- Drop currently no-op attempt of in-place patching 's|std::free|::free|'
2016-03-29 16:17:59 +00:00
Alexey Dokuchaev
5dc681e805 - Update to version 0.12.6 (all of our patches were integrated upstream)
- Remove GTK'ish INSTALLS_ICONS knob, as it pulls dependencies that might
  be uncalled in pure X11 or Qt-based environments
2015-05-15 05:57:50 +00:00
Alexey Dokuchaev
5bf47db3ba Reduce the differences between two ports. 2015-01-21 13:00:33 +00:00
John Marino
ae39ea9dd3 astro/stellarium-qt4: Bring back a patch that should not have been removed
No need to bump -- the patch fixed the build on DragonFly alone, and this
version has never been published to dports.  It was removed under the
flag, "our changes have been moved upstream", but docs are still broken
on DragonFly.
2015-01-19 14:05:17 +00:00
Alexey Dokuchaev
e2881573f1 Merge upstream patch that fixes saving of screenshots when $HOME/Pictures
directory does not yet exist.  While it might deem a minor issue, bump
port revision; the port is fast to build even on relatively slow hardware.

Launchpad bug #:	1410263
Bazaar revision:	0.12/5816
2015-01-15 07:40:48 +00:00
Alexey Dokuchaev
b36f6b72e0 Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES). 2015-01-14 16:06:30 +00:00
Alexey Dokuchaev
bef5158bb7 Unbreak fetching of those textures.
Submitted by:	Rainer Hurling
Pointyhat to:	danfe
2015-01-14 14:40:44 +00:00
Alexey Dokuchaev
fb061a4da7 Use more neutral way to describe optional textures, since different people
may adhere to different definitions of "high-resolution".
2015-01-14 14:20:20 +00:00
Alexey Dokuchaev
9adc2ee656 - Update legacy branch (based on Qt 4.x) to version 0.12.5
- Remove all our patches that were integrated upstream
- Prevent Clang 3.5 from generating endless loop by correctly accessing
  QSharedPointer<T>-wrapped T* data instead of treating it as POD type
- Enable high-resolution textures by default (size difference is marginal)
- Bid portscout to track 0.12.x versions only from now on
- Pacify portlint(1) by moving PKGNAMESUFFIX where it belongs
- Register conflicts with 0.13.x package while here
2015-01-14 11:02:21 +00:00
Alexey Dokuchaev
7c87e39899 Fix the logic so it actually works as intended. 2015-01-14 10:15:06 +00:00
Alexey Dokuchaev
99e812ed93 Improve the way we use optional high-resolution textures:
- Forget about Milky Way texture for now as it causes rendering artifacts;
- While most of those textures are indeed better than the ones provided by
  default (e.g., Jupiter and Ganymede), some of those are actually worse
  (e.g. Venus).  Use simple file size-based logic to decide if a texture
  is worth a replacement.
2015-01-14 08:51:31 +00:00
Alexey Dokuchaev
461b1d009b Allow to install optional high-resolution textures; these are supported by
0.12.x versions and first two of 0.13.x; have to revisit it upon update to
0.13.2 (coming soon).
2015-01-12 16:22:16 +00:00
Alexey Dokuchaev
f40aab8981 - Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)
- Add missing pkg-plist entries in `stellarium/pkg-plist' for them
2015-01-12 03:22:17 +00:00
Baptiste Daroussin
7bf7f7675b Cleanup plist 2014-12-09 07:39:38 +00:00
John Marino
1328122a63 astro/stellarium-qt4: Trivial patch to install manpages correctly on DF 2014-11-03 09:43:25 +00:00
Baptiste Daroussin
4988946cd5 Cleanup plist 2014-10-19 23:19:41 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Alexey Dokuchaev
7baaa3bae1 Forgotten part of r363973. 2014-08-04 08:29:06 +00:00
Alexey Dokuchaev
880cead396 - Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)

Reported by:	QAT
2014-08-04 08:27:39 +00:00
Alexey Dokuchaev
87a30f18c3 Update Stellarium to version 0.13.0. It's a new major release, and is based
on Qt version 5 now; for those who are not comfortable with upgrading to the
new version of Qt, `astro/stellarium-qt4' port is available, serving version
0.12.4.  Add an UPDATING entry to alert users about this.

While here, make scripting support optional in `astro/stellarium-qt4', since
it allows to use one less dependency.  Unfortunately, this is not applicable
to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script
unconditionally.

Relax USE_GL knob for both ports: only libGL itself is required, not libGLU.
2014-08-02 19:48:36 +00:00