From 1b532d7be6c59c0c20364c7676e3750ca4a0bec0 Mon Sep 17 00:00:00 2001 From: FlipnotypicalRodent32 Date: Sun, 26 Jan 2025 02:21:14 -0600 Subject: [PATCH 1/3] New package: furnace The other two branches got old enough to deserve a new one. --- tur/furnace/build.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tur/furnace/build.sh diff --git a/tur/furnace/build.sh b/tur/furnace/build.sh new file mode 100644 index 0000000000..cce39281ce --- /dev/null +++ b/tur/furnace/build.sh @@ -0,0 +1,28 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/tildearrow/furnace/ +TERMUX_PKG_DESCRIPTION="A multi-system chiptune tracker compatible with DefleMask modules" +TERMUX_PKG_LICENSE="GPL-2.0" +TERMUX_PKG_MAINTAINER="@FlipnotypicalRodent32" +TERMUX_PKG_VERSION=0.6.7 +TERMUX_PKG_SRCURL=https://github.com/tildearrow/furnace/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=94180a50ff9009c7d29f93c2ea64363ecea0f88e8eea3709221cb1a6e5e7b808 +TERMUX_PKG_DEPENDS="fftw, fmt, freetype, libsndfile, portaudio, sdl2, zlib" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +-DBUILD_GUI=ON +-DWITH_LOCALE=ON +-DUSE_RTMIDI=OFF +-DUSE_SDL2=ON +-DUSE_SNDFILE=ON +-DUSE_FREETYPE=ON +-DUSE_MOMO=ON +-DWITH_JACK=OFF +-DWITH_PORTAUDIO=ON +-DSYSTEM_FFTW=ON +-DSYSTEM_FMT=ON +-DSYSTEM_LIBSNDFILE=ON +-DSYSTEM_ZLIB=ON +-DSYSTEM_SDL2=ON +-DSYSTEM_FREETYPE=ON +-DWITH_DEMOS=OFF +-DWITH_INSTRUMENTS=ON +-DWITH_WAVETABLES=ON +" From eb042e5a1da4b32773de7d7015eeaa7afb6229d6 Mon Sep 17 00:00:00 2001 From: FlipnotypicalRodent Date: Mon, 26 May 2025 19:36:27 -0600 Subject: [PATCH 2/3] furnace: Update build.sh - It seems portaudio directory didn't contain a CMakeLists.txt file, so removing the dependency (hope it proceeds past the error) - Updated to 0.6.8.2 - Updated maintainer's name --- tur/furnace/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tur/furnace/build.sh b/tur/furnace/build.sh index cce39281ce..fa9e5e185b 100644 --- a/tur/furnace/build.sh +++ b/tur/furnace/build.sh @@ -1,11 +1,11 @@ TERMUX_PKG_HOMEPAGE=https://github.com/tildearrow/furnace/ TERMUX_PKG_DESCRIPTION="A multi-system chiptune tracker compatible with DefleMask modules" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_MAINTAINER="@FlipnotypicalRodent32" -TERMUX_PKG_VERSION=0.6.7 +TERMUX_PKG_MAINTAINER="@FlipnotypicalRodent" +TERMUX_PKG_VERSION=0.6.8.2 TERMUX_PKG_SRCURL=https://github.com/tildearrow/furnace/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=94180a50ff9009c7d29f93c2ea64363ecea0f88e8eea3709221cb1a6e5e7b808 -TERMUX_PKG_DEPENDS="fftw, fmt, freetype, libsndfile, portaudio, sdl2, zlib" +TERMUX_PKG_SHA256=e821cbdd3f0c7ca7cca99a80eb2c90e6732d7bba2410702caa4694bbde89eaa2 +TERMUX_PKG_DEPENDS="fftw, fmt, freetype, libsndfile, sdl2, zlib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -DBUILD_GUI=ON -DWITH_LOCALE=ON @@ -15,7 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -DUSE_FREETYPE=ON -DUSE_MOMO=ON -DWITH_JACK=OFF --DWITH_PORTAUDIO=ON +-DWITH_PORTAUDIO=OFF -DSYSTEM_FFTW=ON -DSYSTEM_FMT=ON -DSYSTEM_LIBSNDFILE=ON From ddd5703c862ad56c5039010ad066015f418cfcd4 Mon Sep 17 00:00:00 2001 From: FlipnotypicalRodent Date: Mon, 18 Aug 2025 17:12:32 -0600 Subject: [PATCH 3/3] furnace: Update build.sh - Updated to 0.6.8.3 --- tur/furnace/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tur/furnace/build.sh b/tur/furnace/build.sh index fa9e5e185b..e33c25244f 100644 --- a/tur/furnace/build.sh +++ b/tur/furnace/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/tildearrow/furnace/ TERMUX_PKG_DESCRIPTION="A multi-system chiptune tracker compatible with DefleMask modules" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@FlipnotypicalRodent" -TERMUX_PKG_VERSION=0.6.8.2 +TERMUX_PKG_VERSION=0.6.8.3 TERMUX_PKG_SRCURL=https://github.com/tildearrow/furnace/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=e821cbdd3f0c7ca7cca99a80eb2c90e6732d7bba2410702caa4694bbde89eaa2 +TERMUX_PKG_SHA256=c54b93dc7211a8e86828ea6b436628920df7a7dc87b130b3752f2251f5466e9c TERMUX_PKG_DEPENDS="fftw, fmt, freetype, libsndfile, sdl2, zlib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -DBUILD_GUI=ON