From jake_goerzen at users.sourceforge.net Wed Apr 7 04:09:23 2021 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 07 Apr 2021 02:09:23 +0000 Subject: SF.net SVN: gar:[26745] csw/mgar/pkg/stellarium/trunk Message-ID: <1617761363.857854.11950@sfp-scm-1.v30.lw.sourceforge.com> 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. From jake_goerzen at users.sourceforge.net Wed Apr 7 18:22:14 2021 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 07 Apr 2021 16:22:14 +0000 Subject: SF.net SVN: gar:[26746] csw/mgar/pkg/stellarium/trunk Message-ID: <1617812534.335054.2752@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26746 http://sourceforge.net/p/gar/code/26746 Author: jake_goerzen Date: 2021-04-07 16:22:14 +0000 (Wed, 07 Apr 2021) Log Message: ----------- stellarium: update to 0.12.9 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-04-07 02:09:22 UTC (rev 26745) +++ csw/mgar/pkg/stellarium/trunk/Makefile 2021-04-07 16:22:14 UTC (rev 26746) @@ -1,6 +1,6 @@ # : Makefile 9089 2010-03-11 08:34:46Z wahwah $ NAME = stellarium -VERSION = 0.12.8 +VERSION = 0.12.9 GARTYPE = v2 DESCRIPTION = Planetarium with a realistic 3D sky just like seeing with naked eye @@ -10,7 +10,7 @@ It is being used in planetarium projectors. Just set your coordinates and go. endef -MASTER_SITES = https://github.com/Stellarium/stellarium/releases/download/v0.12.8/ +MASTER_SITES = https://github.com/Stellarium/stellarium/releases/download/v0.12.9/ DISTFILES = $(NAME)-$(VERSION).tar.gz # File name regex to get notifications about upstream software releases Modified: csw/mgar/pkg/stellarium/trunk/checksums =================================================================== --- csw/mgar/pkg/stellarium/trunk/checksums 2021-04-07 02:09:22 UTC (rev 26745) +++ csw/mgar/pkg/stellarium/trunk/checksums 2021-04-07 16:22:14 UTC (rev 26746) @@ -1 +1 @@ -bf160f9a4a8e1336866356fc5e86cf72 stellarium-0.12.8.tar.gz +ed95879c38e7370ed895df47ef7b1aac stellarium-0.12.9.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 14 16:46:52 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 14 Apr 2021 14:46:52 +0000 Subject: SF.net SVN: gar:[26747] csw/mgar/pkg/curl/trunk Message-ID: <1618411612.442700.9484@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26747 http://sourceforge.net/p/gar/code/26747 Author: dmichelsen Date: 2021-04-14 14:46:52 +0000 (Wed, 14 Apr 2021) Log Message: ----------- curl/trunk: Update to 7.76.1 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2021-04-07 16:22:14 UTC (rev 26746) +++ csw/mgar/pkg/curl/trunk/Makefile 2021-04-14 14:46:52 UTC (rev 26747) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.76.0 +VERSION = 7.76.1 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2021-04-07 16:22:14 UTC (rev 26746) +++ csw/mgar/pkg/curl/trunk/checksums 2021-04-14 14:46:52 UTC (rev 26747) @@ -1 +1 @@ -41178ceea57c863f883b6fe2c3ac276f curl-7.76.0.tar.xz +5296108646ca7f318b468a7a9d4a0eb2 curl-7.76.1.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Apr 18 10:42:44 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 18 Apr 2021 08:42:44 +0000 Subject: SF.net SVN: gar:[26748] csw/mgar/pkg/mtools/trunk Message-ID: <1618735364.802079.29264@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26748 http://sourceforge.net/p/gar/code/26748 Author: dmichelsen Date: 2021-04-18 08:42:44 +0000 (Sun, 18 Apr 2021) Log Message: ----------- mtools/trunk: Update to 4.0.27 Modified Paths: -------------- csw/mgar/pkg/mtools/trunk/Makefile csw/mgar/pkg/mtools/trunk/checksums Modified: csw/mgar/pkg/mtools/trunk/Makefile =================================================================== --- csw/mgar/pkg/mtools/trunk/Makefile 2021-04-14 14:46:52 UTC (rev 26747) +++ csw/mgar/pkg/mtools/trunk/Makefile 2021-04-18 08:42:44 UTC (rev 26748) @@ -1,5 +1,5 @@ NAME = mtools -VERSION = 4.0.25 +VERSION = 4.0.27 GARTYPE = v2 DESCRIPTION = Read/write/list/format DOS disks under Unix Modified: csw/mgar/pkg/mtools/trunk/checksums =================================================================== --- csw/mgar/pkg/mtools/trunk/checksums 2021-04-14 14:46:52 UTC (rev 26747) +++ csw/mgar/pkg/mtools/trunk/checksums 2021-04-18 08:42:44 UTC (rev 26748) @@ -1 +1 @@ -da790536eec92bac422d8a5bcec51fe1 mtools-4.0.25.tar.lz +1a0f30ce62a61b8bcc53228e0370ee9e mtools-4.0.27.tar.lz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Mon Apr 19 21:25:47 2021 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 19 Apr 2021 19:25:47 +0000 Subject: SF.net SVN: gar:[26749] csw/mgar/pkg Message-ID: <1618860347.85839.25483@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26749 http://sourceforge.net/p/gar/code/26749 Author: jake_goerzen Date: 2021-04-19 19:25:46 +0000 (Mon, 19 Apr 2021) Log Message: ----------- celestia: initial commit at version 1.6.1 Added Paths: ----------- csw/mgar/pkg/celestia/ csw/mgar/pkg/celestia/Makefile csw/mgar/pkg/celestia/branches/ csw/mgar/pkg/celestia/tags/ csw/mgar/pkg/celestia/trunk/ csw/mgar/pkg/celestia/trunk/Makefile csw/mgar/pkg/celestia/trunk/checksums csw/mgar/pkg/celestia/trunk/files/ csw/mgar/pkg/celestia/trunk/files/0001-one-big-patch.patch csw/mgar/pkg/celestia/trunk/files/0003-hardcode-zlib-compression.patch Added: csw/mgar/pkg/celestia/Makefile =================================================================== --- csw/mgar/pkg/celestia/Makefile (rev 0) +++ csw/mgar/pkg/celestia/Makefile 2021-04-19 19:25:46 UTC (rev 26749) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/celestia/trunk =================================================================== --- csw/mgar/pkg/celestia/trunk 2021-04-18 08:42:44 UTC (rev 26748) +++ csw/mgar/pkg/celestia/trunk 2021-04-19 19:25:46 UTC (rev 26749) Property changes on: csw/mgar/pkg/celestia/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/celestia/trunk/Makefile =================================================================== --- csw/mgar/pkg/celestia/trunk/Makefile (rev 0) +++ csw/mgar/pkg/celestia/trunk/Makefile 2021-04-19 19:25:46 UTC (rev 26749) @@ -0,0 +1,56 @@ +NAME = celestia +VERSION = 1.6.1 +GARTYPE = v2 + +DESCRIPTION = Real-time 3D visualization of space +define BLURB + Celestia is a free 3D astronomy program. Based on the Hipparcos Catalogue, + it allows users to display objects ranging in scale from artificial satellites + to entire galaxies in three dimensions using OpenGL. +endef + +MASTER_SITES = $(SF_MIRRORS) +MASTER_SITES += http://www.lua.org/ftp/ +DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES += lua-5.1.5.tar.gz + +# Build package on Solaris 10 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +PATCHFILES = 0001-one-big-patch.patch +PATCHFILES += 0003-hardcode-zlib-compression.patch + +GARCOMPILER = GNU + +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibz1 +RUNTIME_DEP_PKGS_CSWcelestia += CSWfreeglut +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibpng16-16 +RUNTIME_DEP_PKGS_CSWcelestia += CSWmesa +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcelestia += CSWlibjpeg7 + +CXXFLAGS = -std=c++11 +CPPFLAGS = -I../../../lua-5.1.5/include + +LDFLAGS = -L$(PWD)/$(WORKDIR)/lua-5.1.5/lib -L/opt/csw/lib -Bdirect -lintl -lGL + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-glut + +CHECKPKG_OVERRIDES_CSWcelestia += file-with-bad-content|/usr/local|root/opt/csw/bin/celestia +CHECKPKG_OVERRIDES_CSWcelestia += surplus-dependency|CSWlibz1 + +include gar/category.mk + +# ./configure needs this to find xgettext +PATH := /opt/csw/gnu:$(PATH) + +pre-configure-modulated: + # Celestia needs an older Lua (version 5.1) to build + # we will build our own version in the source tree and celestia + # will link against this static library. + cd $(WORKDIR) && gzip -dc /home/src/lua-5.1.5.tar.gz | tar -xf - + cd $(WORKDIR)/lua-5.1.5 && make solaris local + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/celestia/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/celestia/trunk/checksums =================================================================== --- csw/mgar/pkg/celestia/trunk/checksums (rev 0) +++ csw/mgar/pkg/celestia/trunk/checksums 2021-04-19 19:25:46 UTC (rev 26749) @@ -0,0 +1,2 @@ +02208982a431b984502fac909bf380f4 celestia-1.6.1.tar.gz +2e115fe26e435e33b0d5c022e4490567 lua-5.1.5.tar.gz Added: csw/mgar/pkg/celestia/trunk/files/0001-one-big-patch.patch =================================================================== --- csw/mgar/pkg/celestia/trunk/files/0001-one-big-patch.patch (rev 0) +++ csw/mgar/pkg/celestia/trunk/files/0001-one-big-patch.patch 2021-04-19 19:25:46 UTC (rev 26749) @@ -0,0 +1,151 @@ +From ac14b6dbc21c1d0705a47006564c95647d4f4546 Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Tue, 13 Apr 2021 23:55:37 +0200 +Subject: [PATCH] one-big-patch + +--- + src/celengine/astro.cpp | 7 ++++--- + src/celengine/frametree.h | 2 +- + src/celengine/image.cpp | 1 + + src/celengine/planetgrid.cpp | 1 + + src/celengine/skygrid.cpp | 2 +- + src/celengine/texture.cpp | 2 ++ + src/celmath/intersect.h | 9 +++++---- + 7 files changed, 15 insertions(+), 9 deletions(-) + +diff --git a/src/celengine/astro.cpp b/src/celengine/astro.cpp +index 989dead..5fae78c 100644 +--- a/src/celengine/astro.cpp ++++ b/src/celengine/astro.cpp +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include + #include "celestia.h" +@@ -521,12 +522,12 @@ const char* astro::Date::toCStr(Format format) const + cal_time.tm_min = minute; + cal_time.tm_sec = (int)seconds; + cal_time.tm_wday = wday; +- cal_time.tm_gmtoff = utc_offset; ++ //cal_time.tm_gmtoff = utc_offset; + #if defined(TARGET_OS_MAC) || defined(__FreeBSD__) + // tm_zone is a non-const string field on the Mac and FreeBSD (why?) + cal_time.tm_zone = const_cast(tzname.c_str()); + #else +- cal_time.tm_zone = tzname.c_str(); ++ //cal_time.tm_zone = tzname.c_str(); + #endif + + const char* strftime_format; +@@ -807,7 +808,7 @@ astro::TDBtoLocal(double tdb) + d.minute = localt->tm_min; + d.seconds = (int) localt->tm_sec; + d.wday = localt->tm_wday; +- #if defined(__GNUC__) && !defined(_WIN32) ++ #if defined(__GNUC__) && !defined(_WIN32) && !defined(__sun) + d.utc_offset = localt->tm_gmtoff; + d.tzname = localt->tm_zone; + #else +diff --git a/src/celengine/frametree.h b/src/celengine/frametree.h +index 2e1efa2..6794624 100644 +--- a/src/celengine/frametree.h ++++ b/src/celengine/frametree.h +@@ -49,7 +49,7 @@ public: + + bool isRoot() const + { +- return bodyParent == NULL; ++ return bodyParent == 0; + } + + bool updateRequired() const +diff --git a/src/celengine/image.cpp b/src/celengine/image.cpp +index a36b9c1..d32c98d 100644 +--- a/src/celengine/image.cpp ++++ b/src/celengine/image.cpp +@@ -8,6 +8,7 @@ + // of the License, or (at your option) any later version. + + #include ++#include + + #ifndef TARGET_OS_MAC + #define JPEG_SUPPORT +diff --git a/src/celengine/planetgrid.cpp b/src/celengine/planetgrid.cpp +index cc86cae..4de52ef 100644 +--- a/src/celengine/planetgrid.cpp ++++ b/src/celengine/planetgrid.cpp +@@ -12,6 +12,7 @@ + + #include + #include ++#include + #include + #include "planetgrid.h" + #include "body.h" +diff --git a/src/celengine/skygrid.cpp b/src/celengine/skygrid.cpp +index c759b0d..b66d75b 100644 +--- a/src/celengine/skygrid.cpp ++++ b/src/celengine/skygrid.cpp +@@ -36,7 +36,7 @@ const double POLAR_CROSS_SIZE = 0.01; + + // Grid line spacing tables + static const int MSEC = 1; +-static const int SEC = 1000; ++//static const int SEC = 1000; + static const int MIN = 60 * SEC; + static const int DEG = 60 * MIN; + static const int HR = 60 * MIN; +diff --git a/src/celengine/texture.cpp b/src/celengine/texture.cpp +index 0775204..8506532 100644 +--- a/src/celengine/texture.cpp ++++ b/src/celengine/texture.cpp +@@ -21,6 +21,8 @@ + #endif + #endif + ++#include ++ + #include + #include + #include +diff --git a/src/celmath/intersect.h b/src/celmath/intersect.h +index 38fb01f..0311fba 100644 +--- a/src/celmath/intersect.h ++++ b/src/celmath/intersect.h +@@ -15,6 +15,7 @@ + #include "ray.h" + #include "sphere.h" + #include "ellipsoid.h" ++#include "math.h" + + + template bool testIntersection(const Ray3& ray, +@@ -22,7 +23,7 @@ template bool testIntersection(const Ray3& ray, + T& distance) + { + Vector3 diff = ray.origin - sphere.center; +- T s = (T) 1.0 / square(sphere.radius); ++ T s = (T) 1.0 / sqrt(sphere.radius); + T a = ray.direction * ray.direction * s; + T b = ray.direction * diff * s; + T c = diff * diff * s - (T) 1.0; +@@ -73,9 +74,9 @@ template bool testIntersection(const Ray3& ray, + T& distance) + { + Vector3 diff = ray.origin - e.center; +- Vector3 s((T) 1.0 / square(e.axes.x), +- (T) 1.0 / square(e.axes.y), +- (T) 1.0 / square(e.axes.z)); ++ Vector3 s((T) 1.0 / sqrt(e.axes.x), ++ (T) 1.0 / sqrt(e.axes.y), ++ (T) 1.0 / sqrt(e.axes.z)); + Vector3 sdir(ray.direction.x * s.x, + ray.direction.y * s.y, + ray.direction.z * s.z); +-- +2.4.0 + Added: csw/mgar/pkg/celestia/trunk/files/0003-hardcode-zlib-compression.patch =================================================================== --- csw/mgar/pkg/celestia/trunk/files/0003-hardcode-zlib-compression.patch (rev 0) +++ csw/mgar/pkg/celestia/trunk/files/0003-hardcode-zlib-compression.patch 2021-04-19 19:25:46 UTC (rev 26749) @@ -0,0 +1,26 @@ +From 0df951ee0632d0c7b79336a3b5c0589635d38b7c Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Wed, 14 Apr 2021 00:23:32 +0200 +Subject: [PATCH 3/3] hardcode-zlib-compression + +--- + src/celestia/imagecapture.cpp | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/src/celestia/imagecapture.cpp b/src/celestia/imagecapture.cpp +index 92602da..d6bee2c 100644 +--- a/src/celestia/imagecapture.cpp ++++ b/src/celestia/imagecapture.cpp +@@ -181,7 +181,8 @@ bool CaptureGLBufferToPNG(const string& filename, + // png_init_io(png_ptr, out); + png_set_write_fn(png_ptr, (void*) out, PNGWriteData, NULL); + +- png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); ++ //png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); ++ png_set_compression_level(png_ptr, 3); + png_set_IHDR(png_ptr, info_ptr, + width, height, + 8, +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Apr 20 15:47:39 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 20 Apr 2021 13:47:39 +0000 Subject: SF.net SVN: gar:[26750] csw/mgar/pkg/less/trunk Message-ID: <1618926459.584429.14041@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26750 http://sourceforge.net/p/gar/code/26750 Author: dmichelsen Date: 2021-04-20 13:47:39 +0000 (Tue, 20 Apr 2021) Log Message: ----------- less/trunk: Update to 581 Modified Paths: -------------- csw/mgar/pkg/less/trunk/Makefile csw/mgar/pkg/less/trunk/checksums Modified: csw/mgar/pkg/less/trunk/Makefile =================================================================== --- csw/mgar/pkg/less/trunk/Makefile 2021-04-19 19:25:46 UTC (rev 26749) +++ csw/mgar/pkg/less/trunk/Makefile 2021-04-20 13:47:39 UTC (rev 26750) @@ -1,5 +1,5 @@ NAME = less -VERSION = 563 +VERSION = 581 GARTYPE = v2 DESCRIPTION = Less is a free, open-source file pager Modified: csw/mgar/pkg/less/trunk/checksums =================================================================== --- csw/mgar/pkg/less/trunk/checksums 2021-04-19 19:25:46 UTC (rev 26749) +++ csw/mgar/pkg/less/trunk/checksums 2021-04-20 13:47:39 UTC (rev 26750) @@ -1 +1 @@ -1ee44fa71447a845f6eef5b3f38d2781 less-563.tar.gz +6201df5b9dae2af9767fc220471471b3 less-581.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Apr 29 09:48:38 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 29 Apr 2021 07:48:38 +0000 Subject: SF.net SVN: gar:[26751] csw/mgar/pkg/sudo/trunk Message-ID: <1619682518.256638.1387@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26751 http://sourceforge.net/p/gar/code/26751 Author: dmichelsen Date: 2021-04-29 07:48:37 +0000 (Thu, 29 Apr 2021) Log Message: ----------- sudo/trunk: Update to 1.9.6p1 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums csw/mgar/pkg/sudo/trunk/files/map.sudo Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2021-04-20 13:47:39 UTC (rev 26750) +++ csw/mgar/pkg/sudo/trunk/Makefile 2021-04-29 07:48:37 UTC (rev 26751) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.5p2 +VERSION = 1.9.6p1 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2021-04-20 13:47:39 UTC (rev 26750) +++ csw/mgar/pkg/sudo/trunk/checksums 2021-04-29 07:48:37 UTC (rev 26751) @@ -1 +1 @@ -e6bc4c18c06346e6b3431637a2b5f3d5 sudo-1.9.5p2.tar.gz +334f8337d497f2f5df2db72448bd259d sudo-1.9.6p1.tar.gz Modified: csw/mgar/pkg/sudo/trunk/files/map.sudo =================================================================== --- csw/mgar/pkg/sudo/trunk/files/map.sudo 2021-04-20 13:47:39 UTC (rev 26750) +++ csw/mgar/pkg/sudo/trunk/files/map.sudo 2021-04-29 07:48:37 UTC (rev 26751) @@ -5,4 +5,4 @@ # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libresolv2/common/mapfile-vers libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2; # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/common/mapfile-vers -libnsl.so - SUNW_1.9 SUNWprivate_1.5 $ADDVERS=SUNW_1.9; +libnsl.so - SUNW_1.9.1 SUNWprivate_1.5 $ADDVERS=SUNW_1.9; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.