summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb')
-rw-r--r--meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb b/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
index ff2b7d893b..dfb10bb1cd 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.25.10.bb
@@ -9,7 +9,8 @@ SECTION = "multimedia"
9LICENSE = "LGPLv2.1" 9LICENSE = "LGPLv2.1"
10LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3" 10LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
11 11
12SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" 12SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2 \
13 file://sdl2.patch"
13SRC_URI[md5sum] = "ea32caa61d41d8be797f0b04a1b43ad9" 14SRC_URI[md5sum] = "ea32caa61d41d8be797f0b04a1b43ad9"
14SRC_URI[sha256sum] = "6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023" 15SRC_URI[sha256sum] = "6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023"
15 16
@@ -27,7 +28,7 @@ PACKAGECONFIG[jack] = ",,jack"
27PACKAGECONFIG[openal] = ",,openal-soft" 28PACKAGECONFIG[openal] = ",,openal-soft"
28PACKAGECONFIG[portaudio] = ",,portaudio-v19" 29PACKAGECONFIG[portaudio] = ",,portaudio-v19"
29PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio" 30PACKAGECONFIG[pulseaudio] = "--with-default-audio=pulse,,pulseaudio"
30PACKAGECONFIG[sdl] = ",,libsdl" 31PACKAGECONFIG[sdl] = ",,libsdl2"
31 32
32# Following are possible sound output modules: 33# Following are possible sound output modules:
33# alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win32 win32_wasapi 34# alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win32 win32_wasapi