Revision: 26745 http://sourceforge.net/p/gar/code/26745 Author: jake_goerzen Date: 2021-04-07 02:09:22 +0000 (Wed, 07 Apr 2021) Log Message: ----------- stellarium: update to 0.12.8
Modified Paths: -------------- csw/mgar/pkg/stellarium/trunk/Makefile csw/mgar/pkg/stellarium/trunk/checksums Modified: csw/mgar/pkg/stellarium/trunk/Makefile =================================================================== --- csw/mgar/pkg/stellarium/trunk/Makefile 2021-03-31 08:32:26 UTC (rev 26744) +++ csw/mgar/pkg/stellarium/trunk/Makefile 2021-04-07 02:09:22 UTC (rev 26745) @@ -1,7 +1,6 @@ # : Makefile 9089 2010-03-11 08:34:46Z wahwah $ -# NOTE: Qt QTSCRIPT library not found on unstable10s (sparc) but builds on x86 NAME = stellarium -VERSION = 0.11.4 +VERSION = 0.12.8 GARTYPE = v2 DESCRIPTION = Planetarium with a realistic 3D sky just like seeing with naked eye @@ -11,7 +10,7 @@ It is being used in planetarium projectors. Just set your coordinates and go. endef -MASTER_SITES = $(SF_MIRROR) +MASTER_SITES = https://github.com/Stellarium/stellarium/releases/download/v0.12.8/ DISTFILES = $(NAME)-$(VERSION).tar.gz # File name regex to get notifications about upstream software releases @@ -20,7 +19,7 @@ RUNTIME_DEP_PKGS_CSWstellarium += CSWlibqtcore4 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibqtopengl4 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibz1 -RUNTIME_DEP_PKGS_CSWstellarium += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWstellarium += CSWlibintl9 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibqtnetwork4 RUNTIME_DEP_PKGS_CSWstellarium += CSWmesa @@ -27,9 +26,10 @@ RUNTIME_DEP_PKGS_CSWstellarium += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibqtgui4 RUNTIME_DEP_PKGS_CSWstellarium += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWstellarium += CSWlibqtscript4 -PATCHFILES += 0001-avoid-compiler-confusion-change-int-to-float.patch +NOGITPATCH = 1 + +#PATCHFILES += 0001-avoid-compiler-confusion-change-int-to-float.patch PATCHFILES += 0002-add-detect-solaris-and-undef-FS.patch # need to override until we can figure out how to pass -Bdirect to cmake build @@ -38,10 +38,10 @@ CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libQtGui.so.4 CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libQtNetwork.so.4 CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libQtOpenGL.so.4 -CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libQtScript.so.4 -CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libintl.so.8 +#CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libQtScript.so.4 +CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libintl.so.9 CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libstdc++.so.6 -CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libGLU.so.1 +#CHECKPKG_OVERRIDES_CSWstellarium += no-direct-binding|/opt/csw/bin/stellarium|is|not|directly|bound|to|soname|libGLU.so.1 CONFIGURE_ARGS = $(DIRPATHS) @@ -59,11 +59,14 @@ configure-custom: mkdir $(WORKSRC)/build cd $(WORKSRC)/build && \ - /opt/csw/bin/cmake \ + /opt/csw/bin/cmake VERBOSE=1 \ -DCMAKE_INSTALL_PREFIX=/opt/csw \ -DCMAKE_INCLUDE_PATH=/opt/csw/include \ -DCMAKE_LIBRARY_PATH=/opt/csw/lib \ -DCMAKE_SHARED_LINKER_FLAGS=-Bdirect \ + -DCMAKE_EXE_LINKER_FLAGS=-Bdirect \ + -DENABLE_SCRIPTING=0 \ + -DCMAKE_SYSTEM_NAME=SunOS \ -DCMAKE_C_COMPILER=gcc \ -DCMAKE_CXX_COMPILER=g++ .. @$(MAKECOOKIE) Modified: csw/mgar/pkg/stellarium/trunk/checksums =================================================================== --- csw/mgar/pkg/stellarium/trunk/checksums 2021-03-31 08:32:26 UTC (rev 26744) +++ csw/mgar/pkg/stellarium/trunk/checksums 2021-04-07 02:09:22 UTC (rev 26745) @@ -1 +1 @@ -f5b409745f393d80003d57fd276142f4 stellarium-0.11.4.tar.gz +bf160f9a4a8e1336866356fc5e86cf72 stellarium-0.12.8.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.