forked from ports/contrib
mpd: 0.22.2 -> 0.22.3
This commit is contained in:
parent
92acf49648
commit
a8f1d08e51
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32lTjnQR2sUtO3IXPYzSp9bJtFpuxYZlb14V7IIPzJO/PDXa96XwpcdzUfI1dz/0sP/49Nqc37rbHInfJXoUfAo=
|
||||
SHA256 (Pkgfile) = dfb14d440d743a209a5db45344cc0166a1eb5c71c56db79b339fb5212968d6f4
|
||||
RWSagIOpLGJF365xNm8QEWN1ilMKJDCBlZrTp4e9JKNa/o/52OZM1GJJVYZab1n446xtcUF8J9gYBmPgui8KdL0lDLeKr4RI+QE=
|
||||
SHA256 (Pkgfile) = 5e73d05c4cb4fcaced699284559fcf0fab2516bebc8417ed264497ae0cc69f05
|
||||
SHA256 (.footprint) = fbed54c68de1c373369d75e82e5ae5c6fb470a1841286a16a135ce21deb42de9
|
||||
SHA256 (mpd-0.22.2.tar.xz) = 361b5b2f0797f14d2a7df64e63ae758e71b22aba08050df7ea7f2854f2918d36
|
||||
SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf
|
||||
SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: faad2 flac audiofile python3-sphinx
|
||||
|
||||
name=mpd
|
||||
version=0.22.2
|
||||
version=0.22.3
|
||||
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)
|
||||
@ -13,9 +13,9 @@ source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz
|
||||
build() {
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/mpd \
|
||||
--buildtype=plain \
|
||||
-Db_ndebug=true \
|
||||
--sysconfdir=/etc/mpd \
|
||||
-Dmpcdec=disabled \
|
||||
-Ddocumentation=disabled
|
||||
meson compile -C build -j ${JOBS-1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user