Update package version to 1.2.14

This commit is contained in:
2025-09-09 11:07:43 +03:00
parent 34a382d9bf
commit a5c63df771
3 changed files with 18 additions and 1 deletions
+5
View File
@@ -10,6 +10,11 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
# Remove test that fails with GCC-15
sed -i 's/playmidi1//' test/Makefile.am
autoreconf -fi
}
# The build function is executed in the source directory