mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added extra/mpd
This commit is contained in:
parent
0aff4e1a02
commit
7474956ddf
4 changed files with 106 additions and 0 deletions
95
extra/mpd/PKGBUILD
Normal file
95
extra/mpd/PKGBUILD
Normal file
|
@ -0,0 +1,95 @@
|
|||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Gaetan Bisson <bisson@archlinux.org>
|
||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||
# Contributor: Ben <ben@benmazer.net>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - set b_lto=false in meson arguments
|
||||
|
||||
pkgname=mpd
|
||||
pkgver=0.21.25
|
||||
pkgrel=3
|
||||
pkgdesc="Flexible, powerful, server-side application for playing music"
|
||||
url="https://www.musicpd.org/"
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
depends=('bzip2' 'chromaprint' 'expat' 'gcc-libs' 'glibc' 'lame' 'libcdio'
|
||||
'libcdio-paranoia' 'libgcrypt' 'libgme' 'libmad' 'libmms' 'libmodplug'
|
||||
'libmpcdec' 'libnfs' 'libshout' 'libsidplayfp' 'libsoxr' 'libupnp' 'openal'
|
||||
'opus' 'smbclient' 'sqlite' 'wavpack' 'wildmidi' 'yajl' 'zlib' 'zziplib')
|
||||
makedepends=('alsa-lib' 'audiofile' 'avahi' 'boost' 'curl' 'dbus' 'faad2'
|
||||
'ffmpeg' 'flac' 'fluidsynth' 'icu' 'jack' 'libao' 'libid3tag' 'libmikmod'
|
||||
'libmpdclient' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile' 'libvorbis'
|
||||
'meson' 'mpg123' 'python-sphinx' 'systemd-libs' 'twolame')
|
||||
backup=("etc/${pkgname}.conf")
|
||||
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
|
||||
"${pkgname}.conf"
|
||||
"${pkgname}.sysusers"
|
||||
"${pkgname}.tmpfiles")
|
||||
sha512sums=('67e0cbf176d18cd63effab0d12b22bea846458cbaa383ead9078c4b5f2a472dbb1d7308af4d6898691e8864a911c808af5ca2c553d8233323b8aaedfdc7189fc'
|
||||
'SKIP'
|
||||
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
|
||||
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
|
||||
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
|
||||
b2sums=('9bc294850ddd2b5e1468d4988179f633c8fec14f7f99ffa2581d1aa30991a85ace8361a558e674f5c4b8e7471c9911dcb1286f61f1d42a2315ad05db4dfd9053'
|
||||
'SKIP'
|
||||
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
|
||||
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
|
||||
'd7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a')
|
||||
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max@blarg.de>
|
||||
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
sed -e '/\[Service\]/a User=mpd' \
|
||||
-i "systemd/system/mpd.service.in"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
# NOTE: sndio conflicts with alsa
|
||||
# TODO: package adplug
|
||||
# TODO: package shine
|
||||
meson --prefix /usr \
|
||||
--libexecdir lib \
|
||||
--sbindir bin \
|
||||
--buildtype plain \
|
||||
--auto-features enabled \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=false \
|
||||
-D b_pie=true \
|
||||
-D documentation=true \
|
||||
-D adplug=disabled \
|
||||
-D sndio=disabled \
|
||||
-D shine=disabled \
|
||||
-D tremor=disabled \
|
||||
build
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
ninja -C build test
|
||||
}
|
||||
|
||||
package() {
|
||||
depends+=('libFLAC.so' 'libao.so' 'libasound.so' 'libaudiofile.so'
|
||||
'libavahi-client.so' 'libavahi-common.so' 'libavcodec.so' 'libavformat.so'
|
||||
'libavutil.so' 'libcurl.so' 'libdbus-1.so' 'libfaad.so' 'libfluidsynth.so'
|
||||
'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so' 'libmikmod.so'
|
||||
'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so' 'libsamplerate.so'
|
||||
'libsndfile.so' 'libsystemd.so' 'libtwolame.so' 'libvorbis.so'
|
||||
'libvorbisenc.so')
|
||||
cd "${pkgname}-${pkgver}"
|
||||
DESTDIR="${pkgdir}" ninja -C build install
|
||||
install -vDm 644 "doc/${pkgname}conf.example" \
|
||||
-t "${pkgdir}/usr/share/doc/${pkgname}/"
|
||||
install -vDm 644 "doc/${pkgname}.conf.5" -t "${pkgdir}/usr/share/man/man5/"
|
||||
install -vDm 644 "doc/${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
|
||||
|
||||
install -vDm 644 "../${pkgname}.conf" -t "${pkgdir}/etc/"
|
||||
install -vDm 644 "../${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
|
||||
install -vDm 644 "../${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
|
||||
}
|
6
extra/mpd/mpd.conf
Normal file
6
extra/mpd/mpd.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# See: /usr/share/doc/mpd/mpdconf.example
|
||||
|
||||
pid_file "/run/mpd/mpd.pid"
|
||||
db_file "/var/lib/mpd/mpd.db"
|
||||
state_file "/var/lib/mpd/mpdstate"
|
||||
playlist_directory "/var/lib/mpd/playlists"
|
2
extra/mpd/mpd.sysusers
Normal file
2
extra/mpd/mpd.sysusers
Normal file
|
@ -0,0 +1,2 @@
|
|||
u mpd 45 - /var/lib/mpd
|
||||
m mpd audio
|
3
extra/mpd/mpd.tmpfiles
Normal file
3
extra/mpd/mpd.tmpfiles
Normal file
|
@ -0,0 +1,3 @@
|
|||
d /run/mpd 0755 mpd mpd
|
||||
d /var/lib/mpd 0755 mpd mpd
|
||||
d /var/lib/mpd/playlists 0755 mpd mpd
|
Loading…
Reference in a new issue