diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/advancemame/advancemame.SlackBuild | 3 | ||||
-rw-r--r-- | games/advancemame/advancemame.info | 6 | ||||
-rw-r--r-- | games/curseofwar/README | 5 | ||||
-rw-r--r-- | games/curseofwar/curseofwar.info | 2 | ||||
-rw-r--r-- | games/scummvm/scummvm.SlackBuild | 2 | ||||
-rw-r--r-- | games/scummvm/scummvm.info | 6 | ||||
-rw-r--r-- | games/vectoroids/vectoroids.SlackBuild | 43 | ||||
-rw-r--r-- | games/vectoroids/vectoroids.info | 8 | ||||
-rw-r--r-- | games/xroar/xroar.SlackBuild | 3 | ||||
-rw-r--r-- | games/xroar/xroar.info | 6 | ||||
-rw-r--r-- | games/xu4/xu4.SlackBuild | 3 | ||||
-rw-r--r-- | games/xu4/xu4.info | 6 |
12 files changed, 60 insertions, 33 deletions
diff --git a/games/advancemame/advancemame.SlackBuild b/games/advancemame/advancemame.SlackBuild index 6996ea7ee2..afee2af8a1 100644 --- a/games/advancemame/advancemame.SlackBuild +++ b/games/advancemame/advancemame.SlackBuild @@ -8,6 +8,7 @@ # had no license, modified version released under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20250611 bkw: update for v5.0 # 20241101 bkw: update for v4.0, new homepage # 20240320 bkw: update for v3.10 # 20220401 bkw: BUILD=3, add SlackBuild to doc dir @@ -31,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=advancemame -VERSION=${VERSION:-4.0} +VERSION=${VERSION:-5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/advancemame/advancemame.info b/games/advancemame/advancemame.info index 2ad2dfbcf1..0fd56ac990 100644 --- a/games/advancemame/advancemame.info +++ b/games/advancemame/advancemame.info @@ -1,8 +1,8 @@ PRGNAM="advancemame" -VERSION="4.0" +VERSION="5.0" HOMEPAGE="https://www.advancemame.it/" -DOWNLOAD="https://github.com/amadvance/advancemame/releases/download/v4.0/advancemame-4.0.tar.gz" -MD5SUM="9a4a4030bf7713da579fbb83dfe0bafe" +DOWNLOAD="https://github.com/amadvance/advancemame/releases/download/v5.0/advancemame-5.0.tar.gz" +MD5SUM="b52bf60e4ecaa5f740bff3155340a562" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/games/curseofwar/README b/games/curseofwar/README index 68a887720d..dcca22bc34 100644 --- a/games/curseofwar/README +++ b/games/curseofwar/README @@ -4,3 +4,8 @@ but focus on high-level strategic planning: Building infrastructure, securing resources, and moving your armies. The core game mechanics turns out to be quite close to WWI-WWII type of warfare, however, there is no explicit reference to any historical period. + +NOTE: +The SlackBuild produces the SDL version of the game, if you prefer the +ncurses version change make SDL=yes DESTDIR=$PKG install to make +DESTDIR=$PKG install. diff --git a/games/curseofwar/curseofwar.info b/games/curseofwar/curseofwar.info index 4460414ab3..cc510488fe 100644 --- a/games/curseofwar/curseofwar.info +++ b/games/curseofwar/curseofwar.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild index 1200761e1c..0056e7016c 100644 --- a/games/scummvm/scummvm.SlackBuild +++ b/games/scummvm/scummvm.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scummvm -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/scummvm/scummvm.info b/games/scummvm/scummvm.info index 7cdac7733a..f38cb0f1a6 100644 --- a/games/scummvm/scummvm.info +++ b/games/scummvm/scummvm.info @@ -1,8 +1,8 @@ PRGNAM="scummvm" -VERSION="2.9.0" +VERSION="2.9.1" HOMEPAGE="https://www.scummvm.org/" -DOWNLOAD="https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0.tar.xz" -MD5SUM="94817c627fb329b211d4bb4178a4c274" +DOWNLOAD="https://downloads.scummvm.org/frs/scummvm/2.9.1/scummvm-2.9.1.tar.xz" +MD5SUM="48ed0e0fc191169906ebe7d9b2724755" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/games/vectoroids/vectoroids.SlackBuild b/games/vectoroids/vectoroids.SlackBuild index ccf58afd80..6219dd140c 100644 --- a/games/vectoroids/vectoroids.SlackBuild +++ b/games/vectoroids/vectoroids.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250614 bkw: update for v1.1.2. this means SDL2, which lacks .s3m +# (mod) support on Slackware so I had to convert decision.s3m to an +# .ogg (with milkytracker and oggenc), then patch the code to load +# the .ogg. + # 20230107 bkw: BUILD=3, add doinst.sh, fix man page permission. # 20211016 bkw: BUILD=2 # - add icons and .desktop @@ -13,8 +18,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vectoroids -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.1.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,16 +42,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then +elif [ "$ARCH" = "x86_64" -o "$ARCH" = "aarch64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e @@ -55,15 +56,25 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz + +# 20250614 bkw: the git history is included in the tarball, and it's +# about 2.5x the size of the actual source. Don't waste time/space +# extracting it. +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz --exclude='*/.git/*' + cd $PRGNAM-$VERSION chown -R root:root . -find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ - \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + # Get rid of cruft accidentally left in the distribution tarball rm -rf data/images/.xvpics +# 20250614 bkw: PV never responded to my request to add mod support +# to 15.0's SDL2, and at this late date I wouldn't expect him to. +# Use an .ogg version of the soundtrack. +sed -i '/mus_game_name/s,s3m,ogg,' $PRGNAM.c + # Can't just override CFLAGS... sed -i -e "s/-O2/$SLKCFLAGS/" Makefile @@ -76,6 +87,11 @@ make install PREFIX=$PKG/usr BIN_PREFIX=$PKG/usr/games chmod 644 $PKG/usr/man/man6/*.6 gzip -9 $PKG/usr/man/man6/*.6 +# 20250614 bkw: put the converted music in the package. Thought about +# deleting the original .s3m, but it's small, and it's the "source" for +# the .ogg. +cat $CWD/decision.ogg > $PKG/usr/share/vectoroids/music/decision.ogg + # Upstream's icon.png is barely visible due to being vector # drawings on a transparent background. I made a hopefully nicer # icon like so: @@ -99,9 +115,10 @@ ln -s ../icons/hicolor/48x48/apps/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir -p $PKG/usr/share/applications cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp *.txt $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION +mkdir -p $PKGDOC +cp *.txt $PKGDOC +cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/games/vectoroids/vectoroids.info b/games/vectoroids/vectoroids.info index b375a8a9fe..81b71417aa 100644 --- a/games/vectoroids/vectoroids.info +++ b/games/vectoroids/vectoroids.info @@ -1,8 +1,10 @@ PRGNAM="vectoroids" -VERSION="1.1.0" +VERSION="1.1.2" HOMEPAGE="http://www.newbreedsoftware.com/vectoroids/" -DOWNLOAD="ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/vectoroids-1.1.0.tar.gz" -MD5SUM="c63ce56b09aa7da9a6e95d804e9ee314" +DOWNLOAD="https://tuxpaint.org/ftp/unix/x/vectoroids/src/vectoroids-1.1.2.tar.gz \ + https://slackware.uk/~urchlay/src/decision.ogg" +MD5SUM="12e4573caac77c1f5768367d25d43304 \ + 8f9a78bb9ce1ad53799613a3ac199dd0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/games/xroar/xroar.SlackBuild b/games/xroar/xroar.SlackBuild index e3756a9c89..3386e7e900 100644 --- a/games/xroar/xroar.SlackBuild +++ b/games/xroar/xroar.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250612 bkw: update for 1.8.2 # 20250121 bkw: update for 1.7.3 # 20241122 bkw: update for 1.7.1, remove gtkglext/sdl1/gtk2 support. # 20240926 bkw: update for 1.6.5 @@ -36,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xroar -VERSION=${VERSION:-1.7.3} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/xroar/xroar.info b/games/xroar/xroar.info index ad50161c52..7e8d1551e9 100644 --- a/games/xroar/xroar.info +++ b/games/xroar/xroar.info @@ -1,8 +1,8 @@ PRGNAM="xroar" -VERSION="1.7.3" +VERSION="1.8.2" HOMEPAGE="https://www.6809.org.uk/dragon/xroar.shtml" -DOWNLOAD="https://www.6809.org.uk/xroar/dl/xroar-1.7.3.tar.gz" -MD5SUM="c858129dab3e99ce611ceec761b0c70f" +DOWNLOAD="https://www.6809.org.uk/xroar/dl/xroar-1.8.2.tar.gz" +MD5SUM="39aabb557d32e5419af610ff6392d557" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="xroar-roms" diff --git a/games/xu4/xu4.SlackBuild b/games/xu4/xu4.SlackBuild index acd6add974..4e448dcf05 100644 --- a/games/xu4/xu4.SlackBuild +++ b/games/xu4/xu4.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250612 bkw: update for v1.4.3. # 20250122 bkw: update for v1.4.2. # 20240807 bkw: update for v1.4. # 20230712 bkw: update for v1.3. @@ -31,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xu4 -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/xu4/xu4.info b/games/xu4/xu4.info index bcb1508f80..cb1305c3d4 100644 --- a/games/xu4/xu4.info +++ b/games/xu4/xu4.info @@ -1,10 +1,10 @@ PRGNAM="xu4" -VERSION="1.4.2" +VERSION="1.4.3" HOMEPAGE="https://xu4.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/project/xu4/xu4/1.4/xu4-1.4.2.tar.gz \ +DOWNLOAD="https://downloads.sourceforge.net/project/xu4/xu4/1.4/xu4-1.4.3.tar.gz \ https://web.archive.org/web/20091209235819/http://www.thatfleminggent.com/ultima/ultima4.zip \ https://downloads.sourceforge.net/project/xu4/Ultima%204%20VGA%20Upgrade/1.3/u4upgrad.zip" -MD5SUM="c65deb2c38cbb4f5e69ebdcaf9d4984c \ +MD5SUM="111c4a5c4da9f21f649559dc22e67f24 \ f2006a5dbf175571912ef2594b6eb900 \ 4ce9c9cd9dab111275e0ebfde7a482c4" DOWNLOAD_x86_64="" |