pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/gearsystem gearsystem: update to 3.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/344f40359c19
branches: trunk
changeset: 455361:344f40359c19
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jul 04 07:47:39 2021 +0000
description:
gearsystem: update to 3.3.0
All platforms:
Many performance improvements.
Several bug fixes.
diffstat:
emulators/gearsystem/Makefile | 3 +-
emulators/gearsystem/Makefile.common | 4 +-
emulators/gearsystem/distinfo | 12 ++--
emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common | 27 +++++++--
4 files changed, 28 insertions(+), 18 deletions(-)
diffs (107 lines):
diff -r 02ca65b52d64 -r 344f40359c19 emulators/gearsystem/Makefile
--- a/emulators/gearsystem/Makefile Sun Jul 04 07:47:20 2021 +0000
+++ b/emulators/gearsystem/Makefile Sun Jul 04 07:47:39 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2020/08/18 17:57:46 leot Exp $
+# $NetBSD: Makefile,v 1.4 2021/07/04 07:47:39 nia Exp $
-PKGREVISION= 1
.include "Makefile.common"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 02ca65b52d64 -r 344f40359c19 emulators/gearsystem/Makefile.common
--- a/emulators/gearsystem/Makefile.common Sun Jul 04 07:47:20 2021 +0000
+++ b/emulators/gearsystem/Makefile.common Sun Jul 04 07:47:39 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2020/08/18 05:46:32 tnn Exp $
+# $NetBSD: Makefile.common,v 1.3 2021/07/04 07:47:39 nia Exp $
# used by emulators/gearsystem/Makefile
# used by emulators/libretro-gearsystem/Makefile
-DISTNAME= gearsystem-3.1.0
+DISTNAME= gearsystem-3.3.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=drhelius/}
GITHUB_PROJECT= Gearsystem
diff -r 02ca65b52d64 -r 344f40359c19 emulators/gearsystem/distinfo
--- a/emulators/gearsystem/distinfo Sun Jul 04 07:47:20 2021 +0000
+++ b/emulators/gearsystem/distinfo Sun Jul 04 07:47:39 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/06/02 13:25:00 nia Exp $
+$NetBSD: distinfo,v 1.2 2021/07/04 07:47:39 nia Exp $
-SHA1 (gearsystem-3.1.0.tar.gz) = 7f18fb9513cdde9e66d5bb7b023777797ba079f9
-RMD160 (gearsystem-3.1.0.tar.gz) = 259d0bf11044e2c7adf915193b5df742c7350996
-SHA512 (gearsystem-3.1.0.tar.gz) = 579c620780ce0f44aa7c6c3ec5257f6d4f3b257d8c736e472776280c7c4820b97cae6fb68836a7b78a46ee2b82ca60ae95ece751e55384e3bed9c2ec50533f11
-Size (gearsystem-3.1.0.tar.gz) = 11274822 bytes
-SHA1 (patch-platforms_desktop-shared_Makefile.common) = a22b4d53d1bf6e4e47cfafcc0e65747ef1fbe33d
+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
diff -r 02ca65b52d64 -r 344f40359c19 emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common
--- a/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common Sun Jul 04 07:47:20 2021 +0000
+++ b/emulators/gearsystem/patches/patch-platforms_desktop-shared_Makefile.common Sun Jul 04 07:47:39 2021 +0000
@@ -1,10 +1,22 @@
-$NetBSD: patch-platforms_desktop-shared_Makefile.common,v 1.1 2020/06/02 13:25:00 nia Exp $
+$NetBSD: patch-platforms_desktop-shared_Makefile.common,v 1.2 2021/07/04 07:47:39 nia Exp $
Avoid overriding variables we want to pass through pkgsrc.
---- platforms/desktop-shared/Makefile.common.orig 2020-05-23 18:52:56.000000000 +0000
+--- platforms/desktop-shared/Makefile.common.orig 2021-02-14 19:39:03.000000000 +0000
+++ platforms/desktop-shared/Makefile.common
-@@ -27,14 +27,14 @@ OBJS = $(addsuffix .o, $(basename $(notd
+@@ -1,11 +1,5 @@
+-
+-CXX = g++
+-#CXX = clang++
+-
+ EXE = gearsystem
+
+-GIT_VERSION := "$(shell git describe --abbrev=4 --dirty --always --tags)"
+-
+ EMULATOR_SRC=../../src
+ EMULATOR_DESKTOP_SHARED_SRC=../desktop-shared
+ EMULATOR_AUDIO_SRC=$(EMULATOR_SRC)/audio
+@@ -27,14 +21,14 @@ OBJS = $(addsuffix .o, $(basename $(notd
UNAME_S := $(shell uname -s)
@@ -14,15 +26,14 @@
DEBUG ?= 0
ifeq ($(DEBUG), 1)
-- CXXFLAGS +=-DDEBUG -g3
-+ CXXFLAGS +=-DDEBUG
+ CXXFLAGS +=-DDEBUG -g3 -fsanitize=address
else
- CXXFLAGS +=-DNDEBUG -O3
+ CXXFLAGS +=-DNDEBUG
endif
LIBS =
-@@ -48,7 +48,7 @@ ifeq ($(UNAME_S), Linux) #LINUX
+@@ -48,7 +42,7 @@ ifeq ($(UNAME_S), Linux) #LINUX
LIBS += -lGL -lGLEW -ldl `sdl2-config --libs`
CXXFLAGS += `sdl2-config --cflags`
@@ -31,7 +42,7 @@
endif
ifeq ($(UNAME_S), Darwin) #APPLE
-@@ -58,7 +58,7 @@ 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
@@ -40,7 +51,7 @@
endif
ifeq ($(findstring MINGW,$(UNAME_S)),MINGW)
-@@ -95,7 +95,7 @@ all: $(EXE)
+@@ -95,7 +89,7 @@ all: $(EXE)
@echo Build complete for $(ECHO_MESSAGE)
$(EXE): $(OBJS)
Home |
Main Index |
Thread Index |
Old Index