mpdscribble: update to 0.23,
- change build system to meson (upstream change), - add boost-devel and libgcrypt-devel to makedepends (new deps), - drop glib-devel from makedepends (dropped upstream), - add changelog.
This commit is contained in:
parent
256e756518
commit
0120afc992
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'mpdscribble'
|
||||
pkgname=mpdscribble
|
||||
version=0.22
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
version=0.23
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libmpdclient-devel glib-devel libcurl-devel"
|
||||
makedepends="libmpdclient-devel libcurl-devel boost-devel libgcrypt-devel"
|
||||
short_desc="MPD audio scrobbler (e.g. last.fm)"
|
||||
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/MusicPlayerDaemon/mpdscribble"
|
||||
distfiles="http://www.musicpd.org/download/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=1cde2b5f8c70f0e3e6f059d01bf0b0f2eac2b29fbcd14b01a8a5103e603feb41
|
||||
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpdscribble/master/NEWS"
|
||||
distfiles="https://www.musicpd.org/download/mpdscribble/${version}/mpdscribble-${version}.tar.xz"
|
||||
checksum=a3387ed9140eb2fca1ccaf9f9d2d9b5a6326a72c9bcd4119429790c534fec668
|
||||
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
make_dirs="/var/cache/mpdscribble/ 0755 root root"
|
||||
|
|
Loading…
Reference in a new issue