From owner-svn-ports-head@freebsd.org Fri Jun 28 17:47:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A4E615C724E; Fri, 28 Jun 2019 17:47:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC3CE81D72; Fri, 28 Jun 2019 17:47:25 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBFC221CA; Fri, 28 Jun 2019 17:47:25 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5SHlPur011751; Fri, 28 Jun 2019 17:47:25 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5SHlMXh011739; Fri, 28 Jun 2019 17:47:22 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201906281747.x5SHlMXh011739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 28 Jun 2019 17:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505292 - in head/games/pinball: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/games/pinball: . files X-SVN-Commit-Revision: 505292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EC3CE81D72 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2019 17:47:26 -0000 Author: thierry Date: Fri Jun 28 17:47:22 2019 New Revision: 505292 URL: https://svnweb.freebsd.org/changeset/ports/505292 Log: There is no more activity on the SourceForce site, switch to a more active fork on GitHub. Update to their latest release. Added: head/games/pinball/files/patch-Makefile.am - copied, changed from r505291, head/games/pinball/files/patch-Makefile.in head/games/pinball/files/patch-configure.ac - copied, changed from r505291, head/games/pinball/files/patch-configure head/games/pinball/files/patch-data_hurd_ModuleHurd.cpp (contents, props changed) head/games/pinball/files/patch-src_Makefile.am (contents, props changed) head/games/pinball/files/patch-test_Makefile.am (contents, props changed) Deleted: head/games/pinball/files/patch-Makefile.in head/games/pinball/files/patch-base_Config.cpp head/games/pinball/files/patch-configure head/games/pinball/files/patch-data_Makefile.in head/games/pinball/files/patch-src_Makefile.in Modified: head/games/pinball/Makefile head/games/pinball/distinfo head/games/pinball/files/patch-base_Behavior.h head/games/pinball/files/patch-base__TextureUtil.cpp head/games/pinball/files/patch-data__tux__ModuleTux.cpp head/games/pinball/files/patch-src__EyeBehavior.cpp head/games/pinball/files/patch-src__Loader.cpp head/games/pinball/pkg-plist Modified: head/games/pinball/Makefile ============================================================================== --- head/games/pinball/Makefile Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/Makefile Fri Jun 28 17:47:22 2019 (r505292) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= pinball -PORTVERSION= 0.3.1 -PORTREVISION= 22 +PORTVERSION= 0.3.4 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Emilia Pinball is a free pinball game @@ -13,34 +11,27 @@ COMMENT= Emilia Pinball is a free pinball game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl gmake localbase:ldflags libtool:keepla # .la needed for plugin loading +LIB_DEPENDS= libltdl.so:devel/libltdl + +USE_GITHUB= yes +GH_ACCOUNT= sergiomb2 + +USES= autoreconf gl gettext gmake localbase:ldflags libtool:keepla # .la needed for plugin loading +USES+= sdl USE_XORG= ice sm USE_GL= gl glu +USE_SDL= image mixer sdl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-debug CPPFLAGS+= -DRZR_LIBSTATIC +MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS -.if defined(WITH_ALLEGRO) -BROKEN= support with Allegro is (temporarily?) broken as of version 0.3.1 -LIB_DEPENDS+= liballeg.so:devel/allegro -CONFIGURE_ARGS+= --with-allegro -USE_GL+= glu -.else -USES+= sdl -USE_SDL= image mixer sdl -.endif - -# For gmake>=3.82 -pre-configure: - ${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \ - ${REINPLACE_CMD} -e 's,^dnl,# dnl,' - -post-install: +post-install.orig: ${MV} ${STAGEDIR}/var/games/pinball/professor/highscores \ ${STAGEDIR}/var/games/pinball/professor/highscores.sample ${MV} ${STAGEDIR}/var/games/pinball/tux/highscores \ Modified: head/games/pinball/distinfo ============================================================================== --- head/games/pinball/distinfo Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/distinfo Fri Jun 28 17:47:22 2019 (r505292) @@ -1,2 +1,3 @@ -SHA256 (pinball-0.3.1.tar.gz) = ba47989f7fb6e294faa95285563220c8b01c3dbb9aa1bc29828eb7e832855cb8 -SIZE (pinball-0.3.1.tar.gz) = 6082982 +TIMESTAMP = 1561318996 +SHA256 (sergiomb2-pinball-0.3.4_GH0.tar.gz) = c5b7a3992fd681c0d9a907461c2c68a8d868e9e15178534529ce7b9366698542 +SIZE (sergiomb2-pinball-0.3.4_GH0.tar.gz) = 24822463 Copied and modified: head/games/pinball/files/patch-Makefile.am (from r505291, head/games/pinball/files/patch-Makefile.in) ============================================================================== --- head/games/pinball/files/patch-Makefile.in Fri Jun 28 16:22:17 2019 (r505291, copy source) +++ head/games/pinball/files/patch-Makefile.am Fri Jun 28 17:47:22 2019 (r505292) @@ -1,7 +1,6 @@ ---- Makefile.in.orig 2003-12-10 12:35:31.000000000 +0100 -+++ Makefile.in 2014-04-13 21:03:05.000000000 +0200 -@@ -107,7 +107,7 @@ - install_sh = @install_sh@ +--- Makefile.am.orig 2018-03-24 23:40:31 UTC ++++ Makefile.am +@@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libltdl addon base data src test @@ -9,12 +8,8 @@ EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop -@@ -243,7 +243,7 @@ - else \ - local_target="$$target"; \ - fi; \ -- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ -+ ($(MAKE) -C $$subdir $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ - done; \ - if test "$$dot_seen" = "no"; then \ +@@ -10,4 +10,3 @@ pininclude_HEADERS = pinconfig.h + + bin_SCRIPTS = pinball-config + +-ACLOCAL_AMFLAGS = -I libltdl/m4 Modified: head/games/pinball/files/patch-base_Behavior.h ============================================================================== --- head/games/pinball/files/patch-base_Behavior.h Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/files/patch-base_Behavior.h Fri Jun 28 17:47:22 2019 (r505292) @@ -1,4 +1,4 @@ ---- base/Behavior.h.orig 2003-11-20 16:46:16.000000000 +0000 +--- base/Behavior.h.orig 2018-03-24 23:40:31 UTC +++ base/Behavior.h @@ -10,6 +10,7 @@ #ifndef BEHAVIOR_H Modified: head/games/pinball/files/patch-base__TextureUtil.cpp ============================================================================== --- head/games/pinball/files/patch-base__TextureUtil.cpp Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/files/patch-base__TextureUtil.cpp Fri Jun 28 17:47:22 2019 (r505292) @@ -1,6 +1,6 @@ ---- ./base/TextureUtil.cpp.orig Thu Nov 20 17:46:16 2003 -+++ ./base/TextureUtil.cpp Fri Dec 12 21:14:17 2003 -@@ -54,6 +54,7 @@ +--- base/TextureUtil.cpp.orig 2018-03-24 23:40:31 UTC ++++ base/TextureUtil.cpp +@@ -54,6 +54,7 @@ extern "C" { #if EM_USE_ALLEGRO #include @@ -8,7 +8,7 @@ BITMAP * backbuffer = NULL; ZBUFFER * zbuffer = NULL; #endif // EM_USE_ALLEGRO -@@ -333,9 +334,10 @@ +@@ -333,9 +334,10 @@ int TextureUtil::genTexture( char const * const filena EmTexture * const texture) { //cout<<"+ Texture::genTexture : "<&5 --echo "$as_me: error: this package needs a convenience libltdl" >&2;} -- { (exit 1); exit 1; }; } ;; -- "") enable_ltdl_convenience=yes -- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; -- esac -- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la -- LTDLINCL='-I${top_srcdir}/''libltdl' -- # For backwards non-gettext consistent compatibility... -- INCLTDL="$LTDLINCL" -- - # Check whether --enable-shared or --disable-shared was given. - if test "${enable_shared+set}" = set; then - enableval="$enable_shared" -@@ -11061,7 +11049,7 @@ - - - # Check whether --with-debug or --without-debug was given. --if test "${with_debug+set}" = set; then -+if test "set${with_debug}" = "set"; then - withval="$with_debug" - use_debug="yes" - else -@@ -11788,8 +11776,8 @@ - s,@CPP@,$CPP,;t t - s,@EGREP@,$EGREP,;t t - s,@LIBTOOL@,$LIBTOOL,;t t --s,@INCLTDL@,$INCLTDL,;t t --s,@LIBLTDL@,$LIBLTDL,;t t -+s,@INCLTDL@,,;t t -+s,@LIBLTDL@,,;t t - s,@EM_DATADIR@,$EM_DATADIR,;t t - s,@EM_LIBDIR@,$EM_LIBDIR,;t t - s,@EM_BUILD_ROOT@,$EM_BUILD_ROOT,;t t + dnl this is a c++ program + dnl CFLAGS="-g -W -Wall -O2" Modified: head/games/pinball/files/patch-data__tux__ModuleTux.cpp ============================================================================== --- head/games/pinball/files/patch-data__tux__ModuleTux.cpp Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/files/patch-data__tux__ModuleTux.cpp Fri Jun 28 17:47:22 2019 (r505292) @@ -1,5 +1,5 @@ ---- data/tux/ModuleTux.cpp.orig Thu Nov 20 17:46:17 2003 -+++ data/tux/ModuleTux.cpp Fri Dec 12 21:30:15 2003 +--- data/tux/ModuleTux.cpp.orig 2018-03-24 23:40:31 UTC ++++ data/tux/ModuleTux.cpp @@ -7,6 +7,7 @@ ***************************************************************************/ @@ -8,11 +8,12 @@ #include "Behavior.h" #include "Group.h" #include "Pinball.h" -@@ -15,7 +16,6 @@ +@@ -15,7 +16,7 @@ #include "Score.h" #include "Keyboard.h" #include "Table.h" -#include "Config.h" ++#include - #define MISSION_TEXT_TIMEOUT 6000 - #define INFO_TEXT_TIME 600 + #include + Added: head/games/pinball/files/patch-data_hurd_ModuleHurd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pinball/files/patch-data_hurd_ModuleHurd.cpp Fri Jun 28 17:47:22 2019 (r505292) @@ -0,0 +1,10 @@ +--- data/hurd/ModuleHurd.cpp.orig 2018-03-24 23:40:31 UTC ++++ data/hurd/ModuleHurd.cpp +@@ -24,6 +24,7 @@ + #include "Keyboard.h" + #include "Table.h" + #include "Config.h" ++#include + + #include + Added: head/games/pinball/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pinball/files/patch-src_Makefile.am Fri Jun 28 17:47:22 2019 (r505292) @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2018-03-24 23:40:31 UTC ++++ src/Makefile.am +@@ -10,7 +10,7 @@ bin_PROGRAMS = pinball + AM_CPPFLAGS = -I../base -I../addon @INCLTDL@ + + pinball_LDADD = \ +- libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ ++ libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ @LIBINTL@ + + pinball_LDFLAGS = -export-dynamic + Modified: head/games/pinball/files/patch-src__EyeBehavior.cpp ============================================================================== --- head/games/pinball/files/patch-src__EyeBehavior.cpp Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/files/patch-src__EyeBehavior.cpp Fri Jun 28 17:47:22 2019 (r505292) @@ -1,6 +1,6 @@ ---- src/EyeBehavior.cpp.orig Thu Nov 20 17:46:17 2003 -+++ src/EyeBehavior.cpp Thu Dec 11 21:02:38 2003 -@@ -56,6 +56,7 @@ +--- src/EyeBehavior.cpp.orig 2018-03-24 23:40:31 UTC ++++ src/EyeBehavior.cpp +@@ -56,6 +56,7 @@ void EyeBehavior::onTick() { EmAssert(table->getBall(2) != NULL, "Ball3 group NULL"); EmAssert(this->getParent() != NULL, "Parent group NULL"); @@ -8,9 +8,9 @@ // shortcuts for changing view F1, F2, F2, F4 // now F5 F6 F7 F8 // I changed to F5 F6 F7 F8 to use the Alt+F4 quit shortcut //!rzr if (Keyboard::isKeyDown(SDLK_F5)) { -@@ -67,6 +68,7 @@ - } else if (Keyboard::isKeyDown(SDLK_F8)) { - Config::getInstance()->setView(3); +@@ -71,6 +72,7 @@ void EyeBehavior::onTick() { + } else if (Keyboard::isKeyDown(SDLK_F10)) { //rotated screen + Config::getInstance()->setView(5); } +#endif Modified: head/games/pinball/files/patch-src__Loader.cpp ============================================================================== --- head/games/pinball/files/patch-src__Loader.cpp Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/files/patch-src__Loader.cpp Fri Jun 28 17:47:22 2019 (r505292) @@ -1,5 +1,5 @@ ---- ./src/Loader.cpp.orig Thu Nov 20 17:46:17 2003 -+++ ./src/Loader.cpp Fri Dec 12 21:31:48 2003 +--- src/Loader.cpp.orig 2018-03-24 23:40:31 UTC ++++ src/Loader.cpp @@ -17,6 +17,7 @@ #include Added: head/games/pinball/files/patch-test_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pinball/files/patch-test_Makefile.am Fri Jun 28 17:47:22 2019 (r505292) @@ -0,0 +1,11 @@ +--- test/Makefile.am.orig 2018-03-24 23:40:31 UTC ++++ test/Makefile.am +@@ -6,7 +6,7 @@ testdatadir = $(pkgdatadir) + noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest + + AM_CPPFLAGS = -I../base -I../addon -I../src @INCLTDL@ +-LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ ++LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ @LIBINTL@ + + testlib_LTLIBRARIES = libModuleTest.la + Modified: head/games/pinball/pkg-plist ============================================================================== --- head/games/pinball/pkg-plist Fri Jun 28 16:22:17 2019 (r505291) +++ head/games/pinball/pkg-plist Fri Jun 28 17:47:22 2019 (r505292) @@ -62,11 +62,26 @@ include/pinball/TextureUtil.h include/pinball/TransformVisitor.h include/pinball/Visitor.h include/pinball/pinconfig.h +lib/pinball/libModuleGnu.a +lib/pinball/libModuleGnu.la +lib/pinball/libModuleGnu.so +lib/pinball/libModuleGnu.so.0 +lib/pinball/libModuleGnu.so.0.0.0 +lib/pinball/libModuleHurd.a +lib/pinball/libModuleHurd.la +lib/pinball/libModuleHurd.so +lib/pinball/libModuleHurd.so.0 +lib/pinball/libModuleHurd.so.0.0.0 lib/pinball/libModuleProfessor.a lib/pinball/libModuleProfessor.la lib/pinball/libModuleProfessor.so lib/pinball/libModuleProfessor.so.0 lib/pinball/libModuleProfessor.so.0.0.0 +lib/pinball/libModuleProfessor2.a +lib/pinball/libModuleProfessor2.la +lib/pinball/libModuleProfessor2.so +lib/pinball/libModuleProfessor2.so.0 +lib/pinball/libModuleProfessor2.so.0.0.0 lib/pinball/libModuleTest.a lib/pinball/libModuleTest.la lib/pinball/libModuleTest.so @@ -81,8 +96,66 @@ lib/pinball/libemilia_addon.a lib/pinball/libemilia_base.a lib/pinball/libemilia_pin.a %%PORTDOCS%%%%DOCSDIR%%/README +share/locale/de_DE/LC_MESSAGES/pinball.mo +share/locale/fr_FR/LC_MESSAGES/pinball.mo +share/locale/pt_PT/LC_MESSAGES/pinball.mo %%DATADIR%%/font_34.png %%DATADIR%%/font_35.pcx +%%DATADIR%%/gnu/bump.ogg +%%DATADIR%%/gnu/bumpsoft.wav +%%DATADIR%%/gnu/flip2b.ogg +%%DATADIR%%/gnu/flip2br.ogg +%%DATADIR%%/gnu/free_all.ogg +%%DATADIR%%/gnu/free_letter.ogg +%%DATADIR%%/gnu/freeball.ogg +%%DATADIR%%/gnu/freedom0.ogg +%%DATADIR%%/gnu/freedom1.ogg +%%DATADIR%%/gnu/freedom2.ogg +%%DATADIR%%/gnu/freedom3.ogg +%%DATADIR%%/gnu/gnu.png +%%DATADIR%%/gnu/gnu2b.png +%%DATADIR%%/gnu/gnu_all.ogg +%%DATADIR%%/gnu/gnu_letter.ogg +%%DATADIR%%/gnu/gplv1.ogg +%%DATADIR%%/gnu/gplv2.ogg +%%DATADIR%%/gnu/gplv3.ogg +%%DATADIR%%/gnu/hit-freeball-target.ogg +%%DATADIR%%/gnu/hit-freedom-target.ogg +%%DATADIR%%/gnu/knockdown.ogg +%%DATADIR%%/gnu/lock.ogg +%%DATADIR%%/gnu/multiball.wav +%%DATADIR%%/gnu/music.ogg +%%DATADIR%%/gnu/nudge.wav +%%DATADIR%%/gnu/pinball.pbl +%%DATADIR%%/gnu/plunger.wav +%%DATADIR%%/gnu/raise-stopper.ogg +%%DATADIR%%/gnu/reset_knockdowns.ogg +%%DATADIR%%/gnu/shoot.ogg +%%DATADIR%%/gnu/tiles.png +%%DATADIR%%/gnu/tiles2.png +%%DATADIR%%/gnu/tiles3.png +%%DATADIR%%/hurd/Wood.jpg +%%DATADIR%%/hurd/bump.wav +%%DATADIR%%/hurd/bumphard.wav +%%DATADIR%%/hurd/bumpsoft.wav +%%DATADIR%%/hurd/flip.wav +%%DATADIR%%/hurd/floor-room.jpg +%%DATADIR%%/hurd/floor.png +%%DATADIR%%/hurd/floor3.png +%%DATADIR%%/hurd/game.ogg +%%DATADIR%%/hurd/gameover.wav +%%DATADIR%%/hurd/gnu.png +%%DATADIR%%/hurd/hurd.png +%%DATADIR%%/hurd/intro.ogg +%%DATADIR%%/hurd/label.png +%%DATADIR%%/hurd/loop.wav +%%DATADIR%%/hurd/nudge.wav +%%DATADIR%%/hurd/pinball.pbl +%%DATADIR%%/hurd/shoot.wav +%%DATADIR%%/hurd/sub.png +%%DATADIR%%/hurd/tiles.png +%%DATADIR%%/hurd/tiles2.png +%%DATADIR%%/hurd/up.wav %%DATADIR%%/pinball.xpm %%DATADIR%%/professor/bump.wav %%DATADIR%%/professor/bumphard.wav @@ -96,6 +169,28 @@ lib/pinball/libemilia_pin.a %%DATADIR%%/professor/pinball.pbl %%DATADIR%%/professor/professor.ogg %%DATADIR%%/professor/professor.png +%%DATADIR%%/professor2/blue.png +%%DATADIR%%/professor2/blue2.png +%%DATADIR%%/professor2/bump.wav +%%DATADIR%%/professor2/bumper.png +%%DATADIR%%/professor2/bumphard.wav +%%DATADIR%%/professor2/bumpsoft.wav +%%DATADIR%%/professor2/flip.wav +%%DATADIR%%/professor2/floor-room.jpg +%%DATADIR%%/professor2/gameover.wav +%%DATADIR%%/professor2/intro.ogg +%%DATADIR%%/professor2/introp.ogg +%%DATADIR%%/professor2/label.png +%%DATADIR%%/professor2/nudge.wav +%%DATADIR%%/professor2/pinball.pbl +%%DATADIR%%/professor2/professor.ogg +%%DATADIR%%/professor2/professor.png +%%DATADIR%%/professor2/shoot.wav +%%DATADIR%%/professor2/tiles.png +%%DATADIR%%/professor2/triangle.png +%%DATADIR%%/professor2/up.wav +%%DATADIR%%/professor2/wall.jpg +%%DATADIR%%/professor2/wheel.png %%DATADIR%%/splash.png %%DATADIR%%/splash.png.pcx %%DATADIR%%/tux/bump.wav @@ -110,7 +205,6 @@ lib/pinball/libemilia_pin.a %%DATADIR%%/tux/floor3.png %%DATADIR%%/tux/game.ogg %%DATADIR%%/tux/gameover.wav -%%DATADIR%%/tux/intro.mid %%DATADIR%%/tux/intro.ogg %%DATADIR%%/tux/lock.wav %%DATADIR%%/tux/loop.wav @@ -122,8 +216,3 @@ lib/pinball/libemilia_pin.a %%DATADIR%%/tux/tiles.png %%DATADIR%%/tux/tiles.png.pcx %%DATADIR%%/tux/up.wav -@sample(,games,664) /var/games/pinball/professor/highscores.sample -@sample(,games,664) /var/games/pinball/tux/highscores.sample -@dir(,games,775) /var/games/pinball/tux -@dir(,games,775) /var/games/pinball/professor -@dir /var/games/pinball