pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/sdl12-compat
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 27 14:12:30 UTC 2025
Modified Files:
pkgsrc/devel/sdl12-compat: Makefile distinfo
Removed Files:
pkgsrc/devel/sdl12-compat/patches: patch-CMakeLists.txt
patch-include_SDL_SDL__config.h
Log Message:
sdl12-compat: updated to 1.2.68
1.2.68
Corrected SDL_SetPalette's return value.
Fixes to headers to help compiling apps against sdl12-compat
Sync dr_mp3 with upstream.
Fixes to SDL_LoadWAV_RW
Reworked screen surface implementation to work more like real SDL-1.2
Fixed blank screens in Mark of the Ninja and Trine
Fixes to mouse tracking in relative mode when scaling
Add quirk to clamp video bitdepth, which fixes Hyperspace Delivery Boy
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/sdl12-compat/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/sdl12-compat/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/sdl12-compat/patches/patch-CMakeLists.txt \
pkgsrc/devel/sdl12-compat/patches/patch-include_SDL_SDL__config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/sdl12-compat/Makefile
diff -u pkgsrc/devel/sdl12-compat/Makefile:1.10 pkgsrc/devel/sdl12-compat/Makefile:1.11
--- pkgsrc/devel/sdl12-compat/Makefile:1.10 Wed Feb 12 06:44:40 2025
+++ pkgsrc/devel/sdl12-compat/Makefile Thu Feb 27 14:12:30 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/02/12 06:44:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/27 14:12:30 adam Exp $
-DISTNAME= sdl12-compat-1.2.52
-PKGREVISION= 6
+DISTNAME= sdl12-compat-1.2.68
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsdl-org/}
GITHUB_TAG= release-${PKGVERSION_NOREV}
@@ -11,16 +10,13 @@ HOMEPAGE= https://github.com/libsdl-org/
COMMENT= SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes
LICENSE= zlib
-USE_CMAKE= yes
-
CONFLICTS+= SDL-[0-9]*
PKGCONFIG_OVERRIDE+= sdl12_compat.pc.in
-post-install:
- ${RM} ${DESTDIR}${PREFIX}/include/SDL/*.orig
-
+BUILDLINK_DEPMETHOD.SDL2= build
.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"
. include "../../graphics/MesaLib/buildlink3.mk"
Index: pkgsrc/devel/sdl12-compat/distinfo
diff -u pkgsrc/devel/sdl12-compat/distinfo:1.1 pkgsrc/devel/sdl12-compat/distinfo:1.2
--- pkgsrc/devel/sdl12-compat/distinfo:1.1 Fri Apr 1 10:43:05 2022
+++ pkgsrc/devel/sdl12-compat/distinfo Thu Feb 27 14:12:30 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/01 10:43:05 nia Exp $
+$NetBSD: distinfo,v 1.2 2025/02/27 14:12:30 adam Exp $
-BLAKE2s (sdl12-compat-1.2.52.tar.gz) = d8abf6a0bfa94472c664208232c654ea358aff157f4c14f8c508b887d7801479
-SHA512 (sdl12-compat-1.2.52.tar.gz) = cd8f34f61ee9c6d0bd635f4c7a6f3cfb6bb570976f3bf843f1e3893b3a86d087a40bdf5f6bb2de16c9534ec42bc846b6ff599ac557c3b088c447e6106e2558f9
-Size (sdl12-compat-1.2.52.tar.gz) = 421046 bytes
-SHA1 (patch-CMakeLists.txt) = ca6c1fc0c32c4e68f6d1f9bcf988f5bcdbecfa5b
-SHA1 (patch-include_SDL_SDL__config.h) = 96eb020bb246e111d4240f94f68a1f5e49222070
+BLAKE2s (sdl12-compat-1.2.68.tar.gz) = 793a906f7234217b43da61953d50ff9756d97bb9dcf97218ca158b18d47dc152
+SHA512 (sdl12-compat-1.2.68.tar.gz) = d0e71e75f312402bf075f6553d9fd6493a3db9dd42719bb753287a35e6c40ee37c6092b157ff2384f3055400a3113645595d1269590cd50ea1e0c8f247240858
+Size (sdl12-compat-1.2.68.tar.gz) = 460180 bytes
Home |
Main Index |
Thread Index |
Old Index