git: 0d68921b25dd - main - audio/musicpc: update to 0.34
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 May 2022 17:43:05 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d68921b25dd097059333a176cc8a25c47345a9b commit 0d68921b25dd097059333a176cc8a25c47345a9b Author: Zsolt Udvari <uzsolt@uzsolt.hu> AuthorDate: 2022-05-13 08:16:04 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-15 17:40:40 +0000 audio/musicpc: update to 0.34 ChangeLog: https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.34/NEWS * add commands "albumart", "readpicture" * don't print status after error * custom status format * support grouping "list" results * meson: auto-build libmpdclient if not available * require libmpdclient 2.16 or newer * require MPD 0.21 or newer PR: 263938 Reported by: uzsolt@uzsolt.hu (maintainer) --- audio/musicpc/Makefile | 12 ++++++------ audio/musicpc/distinfo | 6 +++--- audio/musicpc/files/patch-meson.build | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile index 960b60930b97..d76c002af03d 100644 --- a/audio/musicpc/Makefile +++ b/audio/musicpc/Makefile @@ -1,8 +1,7 @@ # Created by: Mark Reidel <ports@mark.reidle.info> PORTNAME= musicpc -DISTVERSION= 0.33 -PORTREVISION= 1 +DISTVERSION= 0.34 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} @@ -13,23 +12,24 @@ COMMENT= Command line client for the musicpd LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig tar:xz MESON_ARGS= --mandir=${MANPREFIX} +PORTDOCS= * + OPTIONS_DEFINE= DOCS ICONV OPTIONS_DEFAULT= DOCS ICONV -DOCS_USES= python:env DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} +DOCS_USES= python:env DOCS_MESON_ENABLED= documentation ICONV_USES= iconv -ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} ICONV_MESON_ENABLED= iconv - -PORTDOCS= * +ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} .include <bsd.port.mk> diff --git a/audio/musicpc/distinfo b/audio/musicpc/distinfo index 2981d85ddbf2..a3a141a0e7db 100644 --- a/audio/musicpc/distinfo +++ b/audio/musicpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572698875 -SHA256 (mpc-0.33.tar.xz) = 4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 -SIZE (mpc-0.33.tar.xz) = 45044 +TIMESTAMP = 1652348508 +SHA256 (mpc-0.34.tar.xz) = 691e3f3654bc10d022bb0310234d0bc2d8c075a698f09924d9ebed8f506fda20 +SIZE (mpc-0.34.tar.xz) = 47940 diff --git a/audio/musicpc/files/patch-meson.build b/audio/musicpc/files/patch-meson.build index affb303363ac..e3856b636402 100644 --- a/audio/musicpc/files/patch-meson.build +++ b/audio/musicpc/files/patch-meson.build @@ -1,12 +1,12 @@ ---- meson.build.orig 2019-10-31 15:01:59 UTC +--- meson.build.orig 2022-05-12 09:46:08 UTC +++ meson.build @@ -1,4 +1,4 @@ -project('mpc', 'c', +project('musicpc', 'c', - version: '0.33', + version: '0.34', meson_version: '>= 0.47', default_options: [ -@@ -111,13 +111,13 @@ executable('mpc', +@@ -124,13 +124,13 @@ executable('mpc', install: true )