diff --git a/multimedia/stream/mpd/actions.py b/multimedia/stream/mpd/actions.py
index 59626f0ad5..a386af8653 100644
--- a/multimedia/stream/mpd/actions.py
+++ b/multimedia/stream/mpd/actions.py
@@ -7,90 +7,96 @@
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
+j = ''.join([
+ ' -Ddocumentation=enabled',
+ ' -Dfifo=false',
+ '',
+ ' -Dtcp=true',
+ ' -Ddsd=true',
+ ' -Dcue=true',
+ ' -Dpipe=true',
+ ' -Dhttpd=true',
+ ' -Depoll=true',
+ ' -Ddaemon=true',
+ ' -Dinotify=true',
+ ' -Deventfd=true',
+ ' -Dsignalfd=true',
+ ' -Drecorder=true',
+ ' -Ddatabase=true',
+ ' -Dneighbor=true',
+ ' -Dwave_encoder=true',
+ ' -Dlocal_socket=true',
+ '',
+ ' -Dao=enabled',
+ ' -Dgme=enabled',
+ ' -Dmad=enabled',
+ ' -Dmms=enabled',
+ ' -Dnfs=enabled',
+ ' -Dicu=enabled',
+ ' -Doss=enabled',
+ ' -Dfaad=enabled',
+ ' -Dflac=enabled',
+ ' -Dipv6=enabled',
+ ' -Dcurl=enabled',
+ ' -Dalsa=enabled',
+ ' -Dopus=enabled',
+ ' -Dlame=enabled',
+ ' -Djack=enabled',
+ ' -Dsoxr=enabled',
+ ' -Ddbus=enabled',
+ ' -Dpcre=enabled',
+ ' -Dyajl=enabled',
+ ' -Dzlib=enabled',
+ ' -Dzzip=enabled',
+ ' -Diconv=enabled',
+ ' -Dshout=enabled',
+ ' -Dbzip2=enabled',
+ ' -Dshine=enabled',
+ ' -Dpulse=enabled',
+ ' -Dexpat=enabled',
+ ' -Dopenal=enabled',
+ ' -Dmpg123=enabled',
+ ' -Dvorbis=enabled',
+ ' -Dudisks=enabled',
+ ' -Dwebdav=enabled',
+ ' -Dmpcdec=enabled',
+ ' -Dffmpeg=enabled',
+ ' -Dmikmod=enabled',
+ ' -Did3tag=enabled',
+ ' -Dsqlite=enabled',
+ ' -Dmodplug=enabled',
+ ' -Dwavpack=enabled',
+ ' -Dtwolame=enabled',
+ ' -Diso9660=enabled',
+ ' -Dsndfile=enabled',
+ ' -Dio_uring=enabled',
+ ' -Dsmbclient=enabled',
+ ' -Daudiofile=enabled',
+ ' -Dvorbisenc=enabled',
+ ' -Dfluidsynth=enabled',
+ ' -Dchromaprint=enabled',
+ ' -Dlibmpdclient=enabled',
+ ' -Dlibsamplerate=enabled',
+ ' -Dcdio_paranoia=enabled',
+ ' -Dsolaris_output=enabled',
+ '',
+ ' -Dupnp=pupnp',
+ ' -Dzeroconf=auto',
+ '',
+ ' -Dqobuz=disabled',
+ ' -Dsndio=disabled',
+ ' -Dadplug=disabled',
+ ' -Dtremor=disabled',
+ ' -Dsidplay=disabled',
+ ' -Dsystemd=disabled',
+ ' -Dwildmidi=disabled',
+ ' -Dsoundcloud=disabled '
+ ])
+
def setup():
pisitools.ldflags.add("-lbsd")
pisitools.cxxflags.add("-lbsd")
- mesontools.configure("-Ddocumentation=enabled -Dfifo=false \
- \
- -Dtcp=true \
- -Ddsd=true \
- -Dcue=true \
- -Dpipe=true \
- -Dhttpd=true \
- -Depoll=true \
- -Ddaemon=true \
- -Dinotify=true \
- -Deventfd=true \
- -Dsignalfd=true \
- -Drecorder=true \
- -Ddatabase=true \
- -Dneighbor=true \
- -Dwave_encoder=true \
- -Dlocal_socket=true \
- \
- -Dao=enabled \
- -Dgme=enabled \
- -Dmad=enabled \
- -Dmms=enabled \
- -Dnfs=enabled \
- -Dicu=enabled \
- -Doss=enabled \
- -Dfaad=enabled \
- -Dflac=enabled \
- -Dipv6=enabled \
- -Dcurl=enabled \
- -Dalsa=enabled \
- -Dopus=enabled \
- -Dlame=enabled \
- -Djack=enabled \
- -Dsoxr=enabled \
- -Ddbus=enabled \
- -Dpcre=enabled \
- -Dyajl=enabled \
- -Dzlib=enabled \
- -Dzzip=enabled \
- -Dqobuz=enabled \
- -Diconv=enabled \
- -Dshout=enabled \
- -Dbzip2=enabled \
- -Dshine=enabled \
- -Dpulse=enabled \
- -Dexpat=enabled \
- -Dopenal=enabled \
- -Dmpg123=enabled \
- -Dvorbis=enabled \
- -Dudisks=enabled \
- -Dwebdav=enabled \
- -Dmpcdec=enabled \
- -Dffmpeg=enabled \
- -Dmikmod=enabled \
- -Did3tag=enabled \
- -Dsqlite=enabled \
- -Dmodplug=enabled \
- -Dwavpack=enabled \
- -Dtwolame=enabled \
- -Diso9660=enabled \
- -Dsndfile=enabled \
- -Dsmbclient=enabled \
- -Daudiofile=enabled \
- -Dvorbisenc=enabled \
- -Dfluidsynth=enabled \
- -Dsoundcloud=enabled \
- -Dchromaprint=enabled \
- -Dlibmpdclient=enabled \
- -Dlibsamplerate=enabled \
- -Dcdio_paranoia=enabled \
- -Dsolaris_output=enabled \
- \
- -Dupnp=auto \
- -Dzeroconf=auto \
- \
- -Dsndio=disabled \
- -Dadplug=disabled \
- -Dtremor=disabled \
- -Dsidplay=disabled \
- -Dsystemd=disabled \
- -Dwildmidi=disabled")
+ mesontools.configure(j)
def build():
mesontools.build()
diff --git a/multimedia/stream/mpd/pspec.xml b/multimedia/stream/mpd/pspec.xml
index 54f8b2123e..2f4daa9a36 100644
--- a/multimedia/stream/mpd/pspec.xml
+++ b/multimedia/stream/mpd/pspec.xml
@@ -8,15 +8,15 @@
PisiLinux Community
admins@pisilinux.org
- GPLv2
- service
+ GPL-2
+ app
multimedia.stream
Music Player Daemon.
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
-
- https://musicpd.org/download/mpd/0.23/mpd-0.23.5.tar.xz
+
+ https://musicpd.org/download/mpd/0.23/mpd-0.23.6.tar.xz
meson
@@ -149,23 +149,27 @@
/etc
/usr/bin
-
/usr/share/icons
/usr/share/man
/usr/share/doc
-
+
-
+
+
+
+ 2022-04-16
+ 0.23.6
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-12-02
0.23.5
@@ -245,4 +249,3 @@
-