diff options
author | Tim Biermann <tbier@posteo.de> | 2020-09-24 20:53:34 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-09-24 20:53:34 +0000 |
commit | 13f2a22d5279cab19d44a51e22827ca8345a83c1 (patch) | |
tree | ee0c09e2ed3c700f4c917fcfe645eca2e73aa5d9 /mpd | |
parent | 58ad9aa586bd942de975368588305328b9c41509 (diff) | |
download | contrib-13f2a22d5279cab19d44a51e22827ca8345a83c1.tar.gz contrib-13f2a22d5279cab19d44a51e22827ca8345a83c1.tar.xz |
mpd: 0.21.26 -> 0.22
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/.footprint | 5 | ||||
-rw-r--r-- | mpd/.signature | 8 | ||||
-rw-r--r-- | mpd/Pkgfile | 17 |
3 files changed, 11 insertions, 19 deletions
diff --git a/mpd/.footprint b/mpd/.footprint index d5edacde1..395e948b0 100644 --- a/mpd/.footprint +++ b/mpd/.footprint @@ -12,8 +12,3 @@ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/mpd.svg -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/1/ --rwxr-xr-x root/root usr/share/man/1/mpd.1 -drwxr-xr-x root/root usr/share/man/5/ --rwxr-xr-x root/root usr/share/man/5/mpd.conf.5 diff --git a/mpd/.signature b/mpd/.signature index c202f38de..763ff9b82 100644 --- a/mpd/.signature +++ b/mpd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xqCSsjpaJich+ouwaPNbUzBlLCtXBuVIJmkjYRa3YnzNvrKTtf7pi/ea8/5Qy9ZuysgVlADQfcX4T/sFI+2Sgg= -SHA256 (Pkgfile) = 4b7d87a0796cb75d67112acdd47ba5f348703737bdc027a67761a60217b8d93e -SHA256 (.footprint) = f7cdce339573bdf6465644364bee3ba988799ace6e9bc11da20517eae3a56fc9 -SHA256 (mpd-0.21.26.tar.xz) = f9e68221c7a6829ec02f281eb313b2f24182020f5eb65ab22b337e6169ea4eea +RWSagIOpLGJF36fUMHpssVAgkIy8/CVJbRZksBLf98H055hT155vzHOJ0h1AAfLIn0TY4AIa2yGJB7ahdLmyc4iqKU3Gzsoznwo= +SHA256 (Pkgfile) = 25f578b3cddc1f3f76c434165f3326ebed62fb1d79115b789c15b9772652fc38 +SHA256 (.footprint) = fbed54c68de1c373369d75e82e5ae5c6fb470a1841286a16a135ce21deb42de9 +SHA256 (mpd-0.22.tar.xz) = 7de742d925d01bf52685cc6cbb31fdeb671e4992a448720897ef706e57e39076 SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3 diff --git a/mpd/Pkgfile b/mpd/Pkgfile index ab7974c45..ab23d5898 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -2,27 +2,24 @@ # URL: https://www.musicpd.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: boost ninja meson -# Optional: faad2 flac audiofile +# Optional: faad2 flac audiofile python3-sphinx name=mpd -version=0.21.26 +version=0.22 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) +#source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz mpd) build() { meson $name-$version build \ - --prefix=/usr \ - --sysconfdir=/etc/mpd \ - -Ddocumentation=false \ - -Dmpcdec=disabled + --prefix=/usr \ + --sysconfdir=/etc/mpd \ + -Dmpcdec=disabled ninja -C build -j ${JOBS-1} DESTDIR=$PKG meson install -C build install -Dm 0644 $SRC/$name-$version/doc/mpdconf.example $PKG/etc/mpd/mpd.conf install -D $SRC/mpd $PKG/etc/rc.d/mpd - install -D $SRC/$name-$version/doc/mpd.1 $PKG/usr/share/man/1/mpd.1 - install -D $SRC/$name-$version/doc/mpd.conf.5 $PKG/usr/share/man/5/mpd.conf.5 - rm -r $PKG/usr/share/doc } |