diff --git a/multimedia/sound/mpg123/actions.py b/multimedia/sound/mpg123/actions.py
index c542b36254..9fd4df5bca 100644
--- a/multimedia/sound/mpg123/actions.py
+++ b/multimedia/sound/mpg123/actions.py
@@ -15,16 +15,19 @@ def setup():
cpu = "x86-64" if get.ARCH() == "x86_64" else "sse"
pisitools.dosed("configure", "-faltivec")
- options = '--with-audio="alsa oss" \
- --with-cpu=%s \
+ options = '--with-cpu=%s \
--with-optimization=2 \
--enable-network=yes \
--disable-ltdl-install' % cpu
if get.buildTYPE() == "emul32":
- options += " --with-cpu=i586"
+ options += " --with-audio='alsa oss pulse sdl' --with-cpu=i586"
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
+ else:
+ options += " --with-audio='alsa oss pulse sdl jack' \
+ "
+
autotools.configure(options)
def build():
diff --git a/multimedia/sound/mpg123/pspec.xml b/multimedia/sound/mpg123/pspec.xml
index 2a6d8e1283..fca77e1749 100644
--- a/multimedia/sound/mpg123/pspec.xml
+++ b/multimedia/sound/mpg123/pspec.xml
@@ -13,17 +13,21 @@
app:console
Console MP3 player
mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer.
- mirrors://sourceforge/mpg123/mpg123-1.29.3.tar.bz2
+ mirrors://sourceforge/mpg123/mpg123-1.30.0.tar.bz2
+ libsdl2-devel
alsa-lib-devel
+ pulseaudio-libs-devel
mpg123
+ libsdl2
alsa-lib
libtool-ltdl
+ pulseaudio-libs
/usr/bin
@@ -52,11 +56,15 @@
32-bit shared libraries for mpg123
emul32
+ libsdl2-32bit
alsa-lib-32bit
+ pulseaudio-libs-32bit
mpg123
+ libsdl2-32bit
alsa-lib-32bit
+ pulseaudio-libs-32bit
/usr/lib32
@@ -64,6 +72,13 @@
+
+ 2022-06-27
+ 1.30.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-12-13
1.29.3