Update package version to 1.33.3

This commit is contained in:
2025-10-10 16:50:09 +03:00
parent 9c24fddca3
commit b42ea651b4
2 changed files with 14 additions and 14 deletions
+14 -4
View File
@@ -1,10 +1,20 @@
name: mpg123 name: mpg123
description: Fast console MPEG Audio Player and decoder library description: Fast console MPEG Audio Player and decoder library
version: 1.33.2 version: 1.33.3
revision: 1
url: https://mpg123.de/ url: https://mpg123.de/
license: LGPL2.1-only license: LGPL2.1-only
architecture: any architecture: any
depends: ["alsa-lib","jack","libpulse"]
optional_dependds: ["perl","sdl2-compat"]
make_depends: ["sdl2-compat"]
type: source type: source
depends:
- alsa-lib
- jack
- libpulse
make_depends:
- bzip2
- sdl2-compat
downloads:
- url: https://downloads.sourceforge.net/project/mpg123/mpg123/${BPM_PKG_VERSION}/mpg123-${BPM_PKG_VERSION}.tar.bz2
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 6a0c6472dd156e213c2068f40115ebbb73978c2d873e66bae2a250e2d2198d26
-10
View File
@@ -2,16 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
DOWNLOAD="https://downloads.sourceforge.net/mpg123/mpg123-${BPM_PKG_VERSION}.tar.bz2"
FILENAME="${DOWNLOAD##*/}"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
}
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {