pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/gearsystem



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug 24 13:50:08 UTC 2021

Modified Files:
        pkgsrc/emulators/gearsystem: Makefile Makefile.common distinfo
        pkgsrc/emulators/gearsystem/patches:
            patch-platforms_desktop-shared_Makefile.common

Log Message:
gearsystem: update to 3.4.0

changes:
    All platforms:
        BIOS support.
        3D glasses support (choose eye).
        Janggun mapper.
        Fix incorrect region detection.
        Many performance improvements.
        Several bug fixes.
    Windows , Linux and Mac (desktop):
        Fullscreen.
        Multi-line cheat input to add multiple cheats in batch.
        BSD support.
        Debugger: go-to address, double click in jumps, back, memory breakpoints.
    RetroArch (libretro):
        Apple TV
        macOS ARM
        OpenDingux


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/gearsystem/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/gearsystem/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/gearsystem/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common

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

Modified files:

Index: pkgsrc/emulators/gearsystem/Makefile
diff -u pkgsrc/emulators/gearsystem/Makefile:1.4 pkgsrc/emulators/gearsystem/Makefile:1.5
--- pkgsrc/emulators/gearsystem/Makefile:1.4    Sun Jul  4 07:47:39 2021
+++ pkgsrc/emulators/gearsystem/Makefile        Tue Aug 24 13:50:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/07/04 07:47:39 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/24 13:50:07 nia Exp $
 
 .include "Makefile.common"
 
@@ -11,19 +11,12 @@ UNLIMIT_RESOURCES+= datasize virtualsize
 
 USE_TOOLS+=    gmake
 
-BUILD_DIRS=    platforms/linux
+# Same as platforms/linux.
+BUILD_DIRS=    platforms/bsd
 
 MAKE_FLAGS+=   CXX=${CXX}
 MAKE_FLAGS+=   GIT_VERSION="pkgsrc"
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "Darwin"
-MAKE_FLAGS+=   UNAME_S="Linux"
-.else
-MAKE_FLAGS+=   UNAME_S="Darwin"
-.endif
-
 # alloca
 BUILDLINK_TRANSFORM+=  opt:-std=c++11:-std=gnu++11
 

Index: pkgsrc/emulators/gearsystem/Makefile.common
diff -u pkgsrc/emulators/gearsystem/Makefile.common:1.3 pkgsrc/emulators/gearsystem/Makefile.common:1.4
--- pkgsrc/emulators/gearsystem/Makefile.common:1.3     Sun Jul  4 07:47:39 2021
+++ pkgsrc/emulators/gearsystem/Makefile.common Tue Aug 24 13:50:07 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2021/07/04 07:47:39 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/08/24 13:50:07 nia Exp $
 # used by emulators/gearsystem/Makefile
 # used by emulators/libretro-gearsystem/Makefile
 
-DISTNAME=      gearsystem-3.3.0
+DISTNAME=      gearsystem-3.4.0
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=drhelius/}
 GITHUB_PROJECT=        Gearsystem

Index: pkgsrc/emulators/gearsystem/distinfo
diff -u pkgsrc/emulators/gearsystem/distinfo:1.2 pkgsrc/emulators/gearsystem/distinfo:1.3
--- pkgsrc/emulators/gearsystem/distinfo:1.2    Sun Jul  4 07:47:39 2021
+++ pkgsrc/emulators/gearsystem/distinfo        Tue Aug 24 13:50:07 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2021/07/04 07:47:39 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/08/24 13:50:07 nia Exp $
 
-SHA1 (gearsystem-3.3.0.tar.gz) = 89ccb9569f13afaeb2d1ecaad38eb527dbc453a7
-RMD160 (gearsystem-3.3.0.tar.gz) = 4a77dda9cdf774b52eb1e495051745ef610faee0
-SHA512 (gearsystem-3.3.0.tar.gz) = a7a30adab7a2beee492a240534db07fb2929d0852af306cebef11c728825210f647dc48fcb94c7118a9beb08d5b7d3959de8168329e34deac1e9abd1afe39f64
-Size (gearsystem-3.3.0.tar.gz) = 14499462 bytes
-SHA1 (patch-platforms_desktop-shared_Makefile.common) = 77b46c922aa6771b221c2f82da385d326a41604a
+SHA1 (gearsystem-3.4.0.tar.gz) = c061d89e00761d6da6635dce30aba3c3053345c0
+RMD160 (gearsystem-3.4.0.tar.gz) = 9bae3dc1a81212296bcb830323b3909c7c2b814f
+SHA512 (gearsystem-3.4.0.tar.gz) = b04dab15c0848f709e8bc048958dc91ab2cc6e0c72d2ef680b3bb26d525c4aeb5b896a6714908c52263bed7356af3e21e20748b23cd457a18918de3d4f698ed6
+Size (gearsystem-3.4.0.tar.gz) = 14570068 bytes
+SHA1 (patch-platforms_desktop-shared_Makefile.common) = 0616233d880b0cf232362efb495798074eb59c84

Index: pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common
diff -u pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common:1.2 pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common:1.3
--- pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common:1.2      Sun Jul  4 07:47:39 2021
+++ pkgsrc/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common  Tue Aug 24 13:50:07 2021
@@ -1,8 +1,8 @@
-$NetBSD: patch-platforms_desktop-shared_Makefile.common,v 1.2 2021/07/04 07:47:39 nia Exp $
+$NetBSD: patch-platforms_desktop-shared_Makefile.common,v 1.3 2021/08/24 13:50:07 nia Exp $
 
 Avoid overriding variables we want to pass through pkgsrc.
 
---- platforms/desktop-shared/Makefile.common.orig      2021-02-14 19:39:03.000000000 +0000
+--- platforms/desktop-shared/Makefile.common.orig      2021-08-13 21:24:47.000000000 +0000
 +++ platforms/desktop-shared/Makefile.common
 @@ -1,11 +1,5 @@
 -
@@ -11,7 +11,7 @@ Avoid overriding variables we want to pa
 -
  EXE = gearsystem
  
--GIT_VERSION := "$(shell git describe --abbrev=4 --dirty --always --tags)"
+-GIT_VERSION := "$(shell git describe --abbrev=7 --dirty --always --tags)"
 -
  EMULATOR_SRC=../../src
  EMULATOR_DESKTOP_SHARED_SRC=../desktop-shared
@@ -26,37 +26,10 @@ Avoid overriding variables we want to pa
  
  DEBUG ?= 0
  ifeq ($(DEBUG), 1)
-     CXXFLAGS +=-DDEBUG -g3 -fsanitize=address
+     CXXFLAGS +=-DDEBUG -g3
  else
--    CXXFLAGS +=-DNDEBUG -O3
+-    CXXFLAGS +=-DNDEBUG -O3 -flto
 +    CXXFLAGS +=-DNDEBUG
  endif
  
- LIBS =
-@@ -48,7 +42,7 @@ ifeq ($(UNAME_S), Linux) #LINUX
-       LIBS += -lGL -lGLEW -ldl `sdl2-config --libs`
- 
-       CXXFLAGS += `sdl2-config --cflags`
--      CFLAGS = $(CXXFLAGS)
-+      CFLAGS += $(CXXFLAGS)
- endif
- 
- ifeq ($(UNAME_S), Darwin) #APPLE
-@@ -58,7 +52,7 @@ ifeq ($(UNAME_S), Darwin) #APPLE
- 
-       CXXFLAGS += `sdl2-config --cflags`
-       CXXFLAGS += -I/usr/local/include -I/opt/local/include
--      CFLAGS = $(CXXFLAGS)
-+      CFLAGS += $(CXXFLAGS)
- endif
- 
- ifeq ($(findstring MINGW,$(UNAME_S)),MINGW)
-@@ -95,7 +89,7 @@ all: $(EXE)
-       @echo Build complete for $(ECHO_MESSAGE)
- 
- $(EXE): $(OBJS)
--      $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS)
-+      $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
- 
- clean:
-       rm -f $(EXE) $(OBJS)
+ SANITIZE ?= 0



Home | Main Index | Thread Index | Old Index