diff --git a/multimedia/stream/mpd/actions.py b/multimedia/stream/mpd/actions.py index 3171cf6d7e..12305b4f49 100644 --- a/multimedia/stream/mpd/actions.py +++ b/multimedia/stream/mpd/actions.py @@ -4,8 +4,7 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools +from pisi.actionsapi import mesontools, pisitools j = ''.join([ ' -Ddocumentation=enabled', @@ -94,16 +93,13 @@ j = ''.join([ ]) def setup(): -# pisitools.ldflags.add("-lbsd") -# pisitools.cxxflags.add("-lbsd") - mesontools.configure(j) + mesontools.configure(j, build_dir="_mpd_build_") def build(): - mesontools.build() + mesontools.build("-C _mpd_build_") def install(): - mesontools.install() - pisitools.insinto("/etc", "doc/mpdconf.example", "mpd.conf") - - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.md") + mesontools.install("-C _mpd_build_") + pisitools.insinto("/etc", "doc/mpdconf.example", "mpd.conf") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/multimedia/stream/mpd/pspec.xml b/multimedia/stream/mpd/pspec.xml index 87d7f1e96b..8b3a94ff0b 100644 --- a/multimedia/stream/mpd/pspec.xml +++ b/multimedia/stream/mpd/pspec.xml @@ -1,293 +1,296 @@ - - mpd - https://www.musicpd.org/ - - PisiLinux Community - admins@pisilinux.org - - 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.15.tar.xz - - - meson - cmake - fmt-devel - curl-devel - flac-devel - yajl-devel - lame-devel - zlib-devel - dbus-devel - boost-devel - expat-devel - samba-devel - icu4c-devel - avahi-devel - faad2-devel - libao-devel - shine-devel - libmms-devel - mpg123-devel - sqlite-devel - openal-devel - ffmpeg-devel - libgme-devel - libmad-devel - libogg-devel - libnfs-devel - libcdio-devel - libopus-devel - libsoxr-devel - libupnp-devel - twolame-devel - wavpack-devel - zziplib-devel - libpcre2-devel - alsa-lib-devel - libshout-devel - liburing-devel - pipewire-devel - libmpcdec-devel - libgcrypt-devel - audiofile-devel - libid3tag-devel - libmikmod-devel - libvorbis-devel - cyrus-sasl-devel - fluidsynth-devel - libmodplug-devel - libsndfile-devel - libopenmpt-devel - libmpdclient-devel - libsamplerate-devel - libchromaprint-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - - python3-six - python3-Babel - python3-sphinx - python3-certifi - python3-requests - python3-imagesize - python3-snowballstemmer - python3-sphinx-alabaster-theme - python3-sphinxcontrib-websupport - - - - - + + mpd + https://www.musicpd.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app + multimedia.stream + Music Player Daemon. + Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. + https://musicpd.org/download/mpd/0.23/mpd-0.23.17.tar.xz + + meson + cmake + fmt-devel + curl-devel + flac-devel + yajl-devel + lame-devel + zlib-devel + dbus-devel + boost-devel + expat-devel + samba-devel + icu4c-devel + avahi-devel + faad2-devel + libao-devel + shine-devel + libmms-devel + mpg123-devel + sqlite-devel + openal-devel + ffmpeg-devel + libgme-devel + libmad-devel + libogg-devel + libnfs-devel + libcdio-devel + libopus-devel + libsoxr-devel + libupnp-devel + twolame-devel + wavpack-devel + zziplib-devel + libpcre2-devel + alsa-lib-devel + libshout-devel + liburing-devel + pipewire-devel + libmpcdec-devel + libgcrypt-devel + audiofile-devel + libid3tag-devel + libmikmod-devel + libvorbis-devel + cyrus-sasl-devel + fluidsynth-devel + libmodplug-devel + libsndfile-devel + libopenmpt-devel + libmpdclient-devel + libsamplerate-devel + libchromaprint-devel + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + python3-six + python3-Babel + python3-sphinx + python3-certifi + python3-requests + python3-imagesize + python3-snowballstemmer + python3-sphinx-alabaster-theme + python3-sphinxcontrib-websupport + + + + + - - mpd - - curl - flac - yajl - lame - zlib - dbus - boost - expat - samba - icu4c - avahi - faad2 - libao - shine - libmms - mpg123 - sqlite - openal - ffmpeg - libgme - libmad - libogg - libnfs - libcdio - libopus - libsoxr - libupnp - twolame - wavpack - zziplib - libpcre2 - alsa-lib - libshout - liburing - pipewire - libmpcdec - libgcrypt - audiofile - libid3tag - libmikmod - libvorbis - avahi-libs - fluidsynth - libmodplug - libsndfile - libopenmpt - libmpdclient - libsamplerate - libchromaprint - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - - - /etc - /usr/bin - /usr/share/icons - /usr/share/man - /usr/share/doc - - - - - - - - - + + mpd + + curl + flac + yajl + lame + zlib + dbus + boost + expat + samba + icu4c + avahi + faad2 + libao + shine + libmms + mpg123 + sqlite + openal + ffmpeg + libgme + libmad + libogg + libnfs + libcdio + libopus + libsoxr + libupnp + twolame + wavpack + zziplib + libpcre2 + alsa-lib + libshout + liburing + pipewire + libmpcdec + libgcrypt + audiofile + libid3tag + libmikmod + libvorbis + avahi-libs + fluidsynth + libmodplug + libsndfile + libopenmpt + libmpdclient + libsamplerate + libchromaprint + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/share/icons + /usr/share/man + /usr/share/doc + + + + + + + + + - - - 2024-10-24 - 0.23.15 - Rebuild. - fury - uglyside@yandex.ru - - - 2023-10-30 - 0.23.12 - Rebuild. - fury - uglyside@yandex.ru - - - 2023-01-27 - 0.23.12 - Version bump. - fury - uglyside@yandex.ru - - - 2022-12-31 - 0.23.10 - Version bump. - fury - uglyside@yandex.ru - - - 2022-07-29 - 0.23.8 - Version bump. - fury - uglyside@yandex.ru - - - 2022-05-14 - 0.23.7 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-16 - 0.23.6 - Version bump. - fury - uglyside@yandex.ru - - - 2021-12-02 - 0.23.5 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-23 - 0.23.4 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-23 - 0.23.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-10-17 - 0.23 - Version bump. - fury - uglyside@yandex.ru - - - 2021-09-07 - 0.22.11 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-11 - 0.22.9 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-29 - 0.22.8 - Version bump. - fury - uglyside@yandex.ru - - - 2021-05-20 - 0.22.7 - Version bump. - fury - uglyside@yandex.ru - - - 2021-03-12 - 0.22.6 - Version bump. - fury - uglyside@yandex.ru - - - 2021-01-22 - 0.22.4 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-13 - 0.22.3 - First Beta release. - fury - uglyside@yandex.ru - - + + + 2025-02-04 + 0.23.17 + Version bump. + fury + uglyside@yandex.ru + + + 2024-10-24 + 0.23.15 + Rebuild. + fury + uglyside@yandex.ru + + + 2023-10-30 + 0.23.12 + Rebuild. + fury + uglyside@yandex.ru + + + 2023-01-27 + 0.23.12 + Version bump. + fury + uglyside@yandex.ru + + + 2022-12-31 + 0.23.10 + Version bump. + fury + uglyside@yandex.ru + + + 2022-07-29 + 0.23.8 + Version bump. + fury + uglyside@yandex.ru + + + 2022-05-14 + 0.23.7 + Version bump. + fury + uglyside@yandex.ru + + + 2022-04-16 + 0.23.6 + Version bump. + fury + uglyside@yandex.ru + + + 2021-12-02 + 0.23.5 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-23 + 0.23.4 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-23 + 0.23.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-10-17 + 0.23 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-07 + 0.22.11 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-11 + 0.22.9 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-29 + 0.22.8 + Version bump. + fury + uglyside@yandex.ru + + + 2021-05-20 + 0.22.7 + Version bump. + fury + uglyside@yandex.ru + + + 2021-03-12 + 0.22.6 + Version bump. + fury + uglyside@yandex.ru + + + 2021-01-22 + 0.22.4 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-13 + 0.22.3 + First Beta release. + fury + uglyside@yandex.ru + +