diff options
author | Eric Bavier <bavier@member.fsf.org> | 2021-05-21 22:34:57 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2021-05-21 22:37:54 -0500 |
commit | a1a7a33b17706b51c455fb1a193226bf51e3a705 (patch) | |
tree | ea5b489d74b23ba4d4de6b90e22793f1f85e45d1 /gnu/packages/patches | |
parent | 8aab6e0dfbf0815eb295220e23cd58347697fb18 (diff) | |
download | guix-a1a7a33b17706b51c455fb1a193226bf51e3a705.tar guix-a1a7a33b17706b51c455fb1a193226bf51e3a705.tar.gz |
gnu: pinball: Update to 3.1.20201218.
* gnu/packages/games.scm (pinball): Update to 3.1.20201218.
[source]: Tarballs no longer published on sourceforge, so use git-fetch.
[native-inputs]: New field for bootstrapping inputs.
[inputs]: Add libltdl.
[arguments]: Add custom 'bootstrap' phase.
* gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source.
* gnu/packages/patches/pinball-const-fix.patch,
gnu/packages/patches/pinball-cstddef.patch,
gnu/packages/patches/pinball-missing-separators.patch,
gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/pinball-const-fix.patch | 11 | ||||
-rw-r--r-- | gnu/packages/patches/pinball-cstddef.patch | 38 | ||||
-rw-r--r-- | gnu/packages/patches/pinball-missing-separators.patch | 101 | ||||
-rw-r--r-- | gnu/packages/patches/pinball-src-deps.patch | 24 | ||||
-rw-r--r-- | gnu/packages/patches/pinball-system-ltdl.patch | 24 |
5 files changed, 8 insertions, 190 deletions
diff --git a/gnu/packages/patches/pinball-const-fix.patch b/gnu/packages/patches/pinball-const-fix.patch deleted file mode 100644 index 6d7b75dd48..0000000000 --- a/gnu/packages/patches/pinball-const-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pinball-0.3.1/base/Config.cpp 2009-10-13 18:33:38.000000000 +0200 -+++ pinball-0.3.1/base/Config.cpp 2009-10-13 18:37:12.000000000 +0200 -@@ -416,7 +416,7 @@ - m_sDataDir = string(EM_DATADIR) + "/"; - m_sExeDir = "./"; - if ( *( m_sDataDir.c_str() ) != '/' ) { -- char* ptr=0; -+ const char* ptr=0; - char* ptrw = 0; - //cout<<"relative to exe file"<<endl; - ptr = (strrchr(argv0,'/')); // unix /cygwin / check win32 diff --git a/gnu/packages/patches/pinball-cstddef.patch b/gnu/packages/patches/pinball-cstddef.patch deleted file mode 100644 index e43a132d84..0000000000 --- a/gnu/packages/patches/pinball-cstddef.patch +++ /dev/null @@ -1,38 +0,0 @@ -Description: Add missing inlcudes of cstddef, fixing FTBFS13.1 -Author: Regis Boudin <regis@debian.org> -Bug-Debian: http://bugs.debian.org/624953 -Bug-Debian: http://bugs.debian.org/640726 - ---- pinball-0.3.1/base/Behavior.cpp -+++ pinball-0.3.1/base/Behavior.cpp -@@ -10,6 +10,8 @@ - #include "Behavior.h" - #include "Group.h" - -+#include <cstddef> -+ - Behavior::Behavior() { - //EM_COUT("Behavior::Behavior", 1); - p_Light = NULL; ---- pinball-0.3.1/base/SignalSender.cpp -+++ pinball-0.3.1/base/SignalSender.cpp -@@ -12,6 +12,8 @@ - #include "Group.h" - #include "Behavior.h" - -+#include <cstddef> -+ - SignalSender * SignalSender::p_SignalSender = NULL; - - SignalSender::SignalSender() { ---- pinball-0.3.1/base/BehaviorVisitor.cpp -+++ pinball-0.3.1/base/BehaviorVisitor.cpp -@@ -10,6 +10,8 @@ - #include "Behavior.h" - #include "Group.h" - -+#include <cstddef> -+ - BehaviorVisitor * BehaviorVisitor::p_BehaviorVisitor = NULL; - - BehaviorVisitor::BehaviorVisitor() { diff --git a/gnu/packages/patches/pinball-missing-separators.patch b/gnu/packages/patches/pinball-missing-separators.patch deleted file mode 100644 index eb00314a3d..0000000000 --- a/gnu/packages/patches/pinball-missing-separators.patch +++ /dev/null @@ -1,101 +0,0 @@ -From: Markus Koschany <apo@gambaru.de> -Date: Sun, 3 Aug 2014 22:50:46 +0200 -Subject: missing separators - -Bug: https://bugs.debian.org/750082 - ---- - src/Makefile.am | 14 +++++++------- - src/Makefile.in | 14 +++++++------- - test/Makefile.am | 2 +- - test/Makefile.in | 2 +- - 4 files changed, 16 insertions(+), 16 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index fbd7e8f..96768d3 100755 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -29,7 +29,7 @@ Script.cpp \ - StateBehavior.cpp \ - Table.cpp - --dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES) -+# libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES) - - pininclude_HEADERS = \ - ArmBehavior.h \ -@@ -56,10 +56,10 @@ Table.h - # libemilia_pin.a libemilia_addon.a libemilia_base.a libltdlc.a - wpinball.exe: ${pinball_OBJECTS} ${pinball_DEPENDENCIES} - ${GCCLOCALDIR}g++ -g -W -Wall -O2 -o$@ $^ \ -- -lSDL_mixer -lvorbisfile -lvorbis -logg -lsmpeg \ -- -lSDL_image -lSDLmain -lSDL \ -- -lglu32 -lopengl32 -ljpeg -lpng \ -- -lwinmm -luser32 -lgdi32 -ldxguid \ -- -lmingw32 -lSDLmain -lSDL -mwindows \ -- -L${GCCLOCALDIR}../lib -+ -lSDL_mixer -lvorbisfile -lvorbis -logg -lsmpeg \ -+ -lSDL_image -lSDLmain -lSDL \ -+ -lglu32 -lopengl32 -ljpeg -lpng \ -+ -lwinmm -luser32 -lgdi32 -ldxguid \ -+ -lmingw32 -lSDLmain -lSDL -mwindows \ -+ -L${GCCLOCALDIR}../lib - # !-rzr : # have to solve it later # -lstdc++ -diff --git a/src/Makefile.in b/src/Makefile.in -index ea7651b..8e95cd6 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -505,7 +505,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ - uninstall-pinincludeHEADERS uninstall-pinlibLIBRARIES - - --dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES) -+ dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES) - - # !+rzr : This trick workaround a bad generated rule (under Linux mingw32) - # src/ litool returns: -L/usr/local//lib /usr/lib/libjpeg.so -@@ -514,12 +514,12 @@ dnl libemilia_pin_la_SOURCES = $(libemilia_pin_a_SOURCES) - # libemilia_pin.a libemilia_addon.a libemilia_base.a libltdlc.a - wpinball.exe: ${pinball_OBJECTS} ${pinball_DEPENDENCIES} - ${GCCLOCALDIR}g++ -g -W -Wall -O2 -o$@ $^ \ -- -lSDL_mixer -lvorbisfile -lvorbis -logg -lsmpeg \ -- -lSDL_image -lSDLmain -lSDL \ -- -lglu32 -lopengl32 -ljpeg -lpng \ -- -lwinmm -luser32 -lgdi32 -ldxguid \ -- -lmingw32 -lSDLmain -lSDL -mwindows \ -- -L${GCCLOCALDIR}../lib -+ -lSDL_mixer -lvorbisfile -lvorbis -logg -lsmpeg \ -+ -lSDL_image -lSDLmain -lSDL \ -+ -lglu32 -lopengl32 -ljpeg -lpng \ -+ -lwinmm -luser32 -lgdi32 -ldxguid \ -+ -lmingw32 -lSDLmain -lSDL -mwindows \ -+ -L${GCCLOCALDIR}../lib - # !-rzr : # have to solve it later # -lstdc++ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. -diff --git a/test/Makefile.am b/test/Makefile.am -index d87cf34..ea3ffc9 100755 ---- a/test/Makefile.am -+++ b/test/Makefile.am -@@ -4,7 +4,7 @@ testlibdir = $(EM_LIBDIR) - testdatadir = $(pkgdatadir) - - noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest --dnl noinst_PROGRAMS = unittest -+# noinst_PROGRAMS = unittest - - INCLUDES = -I../base -I../addon -I../src @INCLTDL@ - LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ -diff --git a/test/Makefile.in b/test/Makefile.in -index 6ba2646..47654dc 100644 ---- a/test/Makefile.in -+++ b/test/Makefile.in -@@ -621,7 +621,7 @@ uninstall-am: uninstall-info-am uninstall-testlibLTLIBRARIES - mostlyclean-generic mostlyclean-libtool tags uninstall \ - uninstall-am uninstall-info-am uninstall-testlibLTLIBRARIES - --dnl noinst_PROGRAMS = unittest -+# noinst_PROGRAMS = unittest - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/gnu/packages/patches/pinball-src-deps.patch b/gnu/packages/patches/pinball-src-deps.patch deleted file mode 100644 index 3ab806bae9..0000000000 --- a/gnu/packages/patches/pinball-src-deps.patch +++ /dev/null @@ -1,24 +0,0 @@ -Fixes error during make: - -"No rule to make target '../src/libemilia_pin.a', needed by 'pinball'. Stop." - ---- pinball-0.3.1/src/Makefile.in 2003-12-10 05:34:47.000000000 -0600 -+++ pinball-0.3.1/src/Makefile.in 2016-01-31 22:29:13.134519889 -0600 -@@ -116,7 +116,7 @@ - - INCLUDES = -I../base -I../addon @INCLTDL@ - --pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ -+pinball_LDADD = libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ - pinball_LDFLAGS = -export-dynamic - - pinball_SOURCES = Pinball.cpp -@@ -174,7 +174,7 @@ - - am_pinball_OBJECTS = Pinball.$(OBJEXT) - pinball_OBJECTS = $(am_pinball_OBJECTS) --pinball_DEPENDENCIES = ../src/libemilia_pin.a ../addon/libemilia_addon.a \ -+pinball_DEPENDENCIES = libemilia_pin.a ../addon/libemilia_addon.a \ - ../base/libemilia_base.a - - DEFS = @DEFS@ diff --git a/gnu/packages/patches/pinball-system-ltdl.patch b/gnu/packages/patches/pinball-system-ltdl.patch index 0495880940..fb45eee827 100644 --- a/gnu/packages/patches/pinball-system-ltdl.patch +++ b/gnu/packages/patches/pinball-system-ltdl.patch @@ -1,18 +1,10 @@ ---- pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100 -+++ pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100 -@@ -22,14 +22,12 @@ - [ --with-cxxflags=CXXFLAGS use CXXFLAGS as compile time arguments.], - [CXXFLAGS=$with_cxxflags; export CXXFLAGS]) +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,6 @@ + AUTOMAKE_OPTIONS = gnu --AC_CONFIG_SUBDIRS(libltdl) -- - dnl Checks for programs. - AC_PROG_CC - AC_PROG_CXX - AC_PROG_INSTALL - AC_LIBTOOL_DLOPEN --AC_LIBLTDL_CONVENIENCE -+LTDL_INIT - AC_PROG_LIBTOOL +-SUBDIRS = libltdl addon base data src test ++SUBDIRS = addon base data src test + + EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop - AC_SUBST(INCLTDL) |