pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/love11



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Thu Mar 14 04:05:37 UTC 2024

Modified Files:
        pkgsrc/games/love11: Makefile distinfo

Log Message:
games/love11: Update to 11.5

Changelog:

- Added "LOVE Loader" launcher on Android for easier loading of .love files.
- Changed iOS game selector to alphabetically sort the list of .love files.
- Changed JIT compilation on macOS arm64 (Apple Silicon) to be off by default,
  since performance and available JIT memory isn't reliable.
- Fixed inconsistent and buggy behaviour of 'pairs' by updating LuaJIT.
- Fixed "unexpected alignment" errors when running love on some 32 bit Linux
  systems.
- Fixed running fused games on Windows when the executable has been
  code-signed.
- Fixed undefined behaviour in love.data.hash's implementation.
- Fixed writing files when a symlink exists in the save directory's path.
- Fixed love.threaderror not being called if the error message is an empty
  string.
- Fixed a race condition when a Thread is destroyed immediately after
  Thread:start.
- Fixed unexpectedly slow first frames on macOS.
- Fixed love.joystick.setGamepadMapping when replacing an existing mapping.
- Fixed love.joystick.getGamepadMappingString.
- Fixed duplicate platform fields in love.joystick.saveGamepadMappings.
- Fixed DistanceJoint type information.
- Fixed time drift in Source:tell after a Source loops.
- Fixed audio not always pausing when the app is minimized on Android.
- Fixed RecordingDevice:start to return false instead of hard-crashing on iOS.
- Fixed identical frames in Ogg Theora videos being skipped.
- Fixed love.font.newBMFontRasterizer's single file parameter variant.
- Fixed the original window size not always being restored when exiting
  fullscreen on Linux.
- Fixed some cases of framerate hitches in Windows when vsync is enabled in
  windowed mode.
- Fixed colors appearing over-saturated on P3 displays in macOS.
- Fixed textures looking washed out when gamma-correct rendering is used on
  some Android devices.
- Fixed images with mipmaps when ANGLE is used with an AMD GPU.
- Fixed line rendering when duplicate points are used in the line.
- Fixed line rendering with miter and bevel line join modes when antiparallel
  lines are formed.
- Fixed a crash when calling Text:add with an empty string parameter.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/love11/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/love11/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/love11/Makefile
diff -u pkgsrc/games/love11/Makefile:1.15 pkgsrc/games/love11/Makefile:1.16
--- pkgsrc/games/love11/Makefile:1.15   Tue Jan 30 14:22:00 2024
+++ pkgsrc/games/love11/Makefile        Thu Mar 14 04:05:37 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2024/01/30 14:22:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2024/03/14 04:05:37 charlotte Exp $
 
-DISTNAME=      love-11.4-linux-src
+DISTNAME=      love-11.5-linux-src
 PKGNAME=       ${DISTNAME:S/-linux-src//:S/love/love11/}
-PKGREVISION=   6
 CATEGORIES=    games lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=love2d/}
 GITHUB_PROJECT=        love

Index: pkgsrc/games/love11/distinfo
diff -u pkgsrc/games/love11/distinfo:1.4 pkgsrc/games/love11/distinfo:1.5
--- pkgsrc/games/love11/distinfo:1.4    Tue Mar 29 16:47:53 2022
+++ pkgsrc/games/love11/distinfo        Thu Mar 14 04:05:37 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/03/29 16:47:53 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2024/03/14 04:05:37 charlotte Exp $
 
-BLAKE2s (love-11.4-linux-src.tar.gz) = 0cd92e882146f6a2df87f05d35e038cda09959c8e352d3b955766a588608e728
-SHA512 (love-11.4-linux-src.tar.gz) = a1669e353c216b0f8de862eef877a178618499c38b5ad91143ee64e543affea8fccb13af4ea4957d8698c65dd703e45095ae1069601c4d0ff98d34d71d70ffd3
-Size (love-11.4-linux-src.tar.gz) = 2925931 bytes
+BLAKE2s (love-11.5-linux-src.tar.gz) = e3085a8ea69b7b5c428919497d0bd61694f270513e7f0ed6caf7e35e89731105
+SHA512 (love-11.5-linux-src.tar.gz) = 86fe29939e0d48317e742c99c80b1805821f91539c37d1701207585593b10e3a12f335dac9c25069e0de61a7c6af7c6d5e30bc36826c29f963df8f64084a9a5b
+Size (love-11.5-linux-src.tar.gz) = 2937716 bytes
 SHA1 (patch-src_libraries_physfs_physfs_platform_unix.c) = 2a22ef68fa86e2c96d084eb8dce493ab1f4b1009



Home | Main Index | Thread Index | Old Index