parent
7461c39ef1
commit
ceb05ea921
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mpd'
|
||||
pkgname=mpd
|
||||
version=0.21.24
|
||||
version=0.21.25
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
||||
-Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled
|
||||
-Dzzip=enabled -Dsmbclient=disabled -Dsystemd=disabled -Dqobuz=disabled
|
||||
-Dchromaprint=disabled -Dsoxr=enabled -Dshout=disabled -Dadplug=disabled
|
||||
-Dchromaprint=disabled -Dsoxr=enabled -Dadplug=disabled
|
||||
-Dfluidsynth=disabled -Dgme=disabled -Dwildmidi=disabled -Dsidplay=disabled
|
||||
-Dshine=disabled -Ddocumentation=true -Daudiofile=enabled -Dtremor=disabled
|
||||
-Dsolaris_output=disabled
|
||||
|
@ -14,7 +14,7 @@ configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
|||
-Dao=$(vopt_if libao enabled disabled) -Dmpcdec=$(vopt_if mpcdec enabled disabled)
|
||||
-Dsndio=$(vopt_if sndio enabled disabled) -Dpulse=$(vopt_if pulseaudio enabled disabled)
|
||||
-Dwavpack=$(vopt_if wavpack enabled disabled) -Dcdio_paranoia=$(vopt_if cdio enabled disabled)
|
||||
-Dopenal=$(vopt_if openal enabled disabled)"
|
||||
-Dopenal=$(vopt_if openal enabled disabled) -Dshout=$(vopt_if shoutcast enabled disabled)"
|
||||
conf_files="/etc/mpd.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
|
||||
|
@ -22,7 +22,7 @@ makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
|
|||
libmodplug-devel libmpdclient-devel libnfs-devel libsamplerate-devel
|
||||
libsoup-devel libupnp1.8-devel mpg123-devel opus-devel yajl-devel
|
||||
zziplib-devel libsoxr-devel audiofile-devel twolame-devel
|
||||
$(vopt_if cdio 'libcdio-paranoia-devel')
|
||||
$(vopt_if cdio 'libcdio-paranoia-devel') $(vopt_if shoutcast 'libshout-devel')
|
||||
$(vopt_if jack 'jack-devel') $(vopt_if lame 'lame-devel')
|
||||
$(vopt_if libao 'libao-devel') $(vopt_if mpcdec 'libmpcdec-devel')
|
||||
$(vopt_if pulseaudio 'pulseaudio-devel') $(vopt_if sndio 'sndio-devel')
|
||||
|
@ -35,7 +35,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.musicpd.org/"
|
||||
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
|
||||
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
|
||||
checksum=84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6
|
||||
checksum=20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||
|
||||
system_accounts="mpd"
|
||||
|
@ -47,10 +47,10 @@ make_dirs="
|
|||
/var/lib/mpd/playlists 0755 mpd mpd"
|
||||
|
||||
# Package build options
|
||||
build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal"
|
||||
build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal shoutcast"
|
||||
desc_option_cdio="Enable libcdio_paranoia input plugin"
|
||||
desc_option_openal="Enable OpenAL output plugin"
|
||||
build_options_default="jack pulseaudio libao sndio cdio"
|
||||
build_options_default="jack pulseaudio libao sndio cdio shoutcast"
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtest=true"
|
||||
|
|
Loading…
Reference in a new issue