forked from ports/contrib
mpd: 0.22.3 -> 0.22.4
This commit is contained in:
parent
7a7ec3adad
commit
975aae1278
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF365xNm8QEWN1ilMKJDCBlZrTp4e9JKNa/o/52OZM1GJJVYZab1n446xtcUF8J9gYBmPgui8KdL0lDLeKr4RI+QE=
|
||||
SHA256 (Pkgfile) = 5e73d05c4cb4fcaced699284559fcf0fab2516bebc8417ed264497ae0cc69f05
|
||||
RWSagIOpLGJF33ahTI4whHtGLxSwsPcdM/XkI3Hf8mjgFGhlyiy5U7qLWpVkqJzPfYHyJG23t3KC0IOO/+Nq4zkvu6BRPW6IaAU=
|
||||
SHA256 (Pkgfile) = f861593b46eac2297dbdfffbe98605d9bef8490f2aaf21cc3b0cc0421128e2b1
|
||||
SHA256 (.footprint) = fbed54c68de1c373369d75e82e5ae5c6fb470a1841286a16a135ce21deb42de9
|
||||
SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf
|
||||
SHA256 (mpd-0.22.4.tar.xz) = 891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0
|
||||
SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Music playback daemon
|
||||
# URL: https://www.musicpd.org/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: boost ninja meson
|
||||
# Optional: faad2 flac audiofile python3-sphinx
|
||||
# Depends on: boost meson ninja
|
||||
# Optional: audiofile faad2 flac python3-sphinx
|
||||
|
||||
name=mpd
|
||||
version=0.22.3
|
||||
version=0.22.4
|
||||
release=1
|
||||
#source=(https://www.musicpd.org/download/mpd/$version/$name-$version.tar.xz mpd)
|
||||
source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz mpd)
|
||||
@ -15,7 +15,6 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/mpd \
|
||||
--buildtype=plain \
|
||||
-Db_ndebug=true \
|
||||
-Dmpcdec=disabled \
|
||||
-Ddocumentation=disabled
|
||||
meson compile -C build -j ${JOBS-1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user