mpd-0.23.6
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>service</IsA>
|
||||
<License>GPL-2</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>multimedia.stream</PartOf>
|
||||
<Summary>Music Player Daemon.</Summary>
|
||||
<Description>
|
||||
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.
|
||||
</Description>
|
||||
<Archive sha1sum="65e75a3c53e08501b0a9f27bbd2b345fc3424e4d" type="tarxz">
|
||||
https://musicpd.org/download/mpd/0.23/mpd-0.23.5.tar.xz
|
||||
<Archive sha1sum="6cb3be3dfe686ac4945b7fc2c671c3d269fa320d" type="tarxz">
|
||||
https://musicpd.org/download/mpd/0.23/mpd-0.23.6.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
@@ -149,23 +149,27 @@
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<!-- <Path fileType="data">/usr/lib/tmpfiles.d/</Path> -->
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/mpd.conf">tmpfiles.conf</AdditionalFile> -->
|
||||
<!-- <AdditionalFile owner="root" permission="0644" target="."></AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<!--
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
-->
|
||||
<!-- <COMAR script="service.py">System.Service</COMAR> -->
|
||||
<!-- <COMAR script="package.py">System.Package</COMAR> -->
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2022-04-16</Date>
|
||||
<Version>0.23.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-12-02</Date>
|
||||
<Version>0.23.5</Version>
|
||||
@@ -245,4 +249,3 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user