View | Details | Raw Unified | Return to bug 249480 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/playerctl/Makefile (-13 / +13 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	playerctl
4
PORTNAME=	playerctl
5
DISTVERSIONPREFIX=	v
5
DISTVERSION=	2.3.1
6
DISTVERSION=	2.1.1
7
CATEGORIES=	multimedia audio
6
CATEGORIES=	multimedia audio
7
MASTER_SITES=	https://github.com/altdesktop/${PORTNAME}/releases/download/v${DISTVERSION}/
8
8
9
MAINTAINER=	aly@aaronly.me
9
MAINTAINER=	aly@aaronly.me
10
COMMENT=	MPRIS command-line controller and library
10
COMMENT=	MPRIS command-line controller and library
Lines 12-35 COMMENT= MPRIS command-line controller and library Link Here
12
LICENSE=	LGPL3+
12
LICENSE=	LGPL3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		gnome meson pkgconfig
15
USES=		gnome meson pkgconfig tar:xz
16
USE_CSTD=	c99
16
USE_CSTD=	c99
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
20
19
21
USE_GITHUB=	yes
20
MESON_ARGS+=	-Dbash-completions=true -Dzsh-completions=true
22
GH_ACCOUNT=	altdesktop
21
22
PLIST_SUB=	VERSION=${DISTVERSION}
23
23
24
OPTIONS_DEFINE=	DOC INTROSPECTION
24
OPTIONS_DEFINE=			DOC INTROSPECTION
25
OPTIONS_SUB=	yes
25
OPTIONS_SUB=			yes
26
26
27
DOC_DESC=	Build GTK documentation
27
DOC_DESC=			Build GTK documentation
28
DOC_BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
28
DOC_BUILD_DEPENDS=		gtkdoc-scan:textproc/gtk-doc
29
DOC_MESON_TRUE=	gtk-doc
29
DOC_MESON_TRUE=			gtk-doc
30
30
31
INTROSPECTION_DESC=	Build GObject Introspection
31
INTROSPECTION_DESC=		Build GObject Introspection
32
INTROSPECTION_USE=	gnome=introspection:build
32
INTROSPECTION_USE=		gnome=introspection:build
33
INTROSPECTION_MESON_TRUE=	introspection
33
INTROSPECTION_MESON_TRUE=	introspection
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)b/multimedia/playerctl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588651281
1
TIMESTAMP = 1608451320
2
SHA256 (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 9eb810c1fd8e1afa5c76cecd34a2d22cc95e2029afe502025db8a38bce13e68d
2
SHA256 (playerctl-2.3.1.tar.xz) = 36fbd2d168e1ba94d538022f358dc08818b90a4e8ea7eb4150eaaa8837630ed9
3
SIZE (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 63956
3
SIZE (playerctl-2.3.1.tar.xz) = 60292
(-)b/multimedia/playerctl/pkg-plist (-2 / +3 lines)
Lines 10-18 include/playerctl/playerctl.h Link Here
10
lib/libplayerctl.a
10
lib/libplayerctl.a
11
lib/libplayerctl.so
11
lib/libplayerctl.so
12
lib/libplayerctl.so.2
12
lib/libplayerctl.so.2
13
lib/libplayerctl.so.2.1.1
13
lib/libplayerctl.so.%%VERSION%%
14
libdata/pkgconfig/playerctl.pc
14
libdata/pkgconfig/playerctl.pc
15
man/man1/playerctl.1.gz
15
man/man1/playerctl.1.gz
16
share/bash-completion/completions/playerctl.bash
16
share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service
17
share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service
17
%%INTROSPECTION%%share/gir-1.0/Playerctl-2.0.gir
18
%%INTROSPECTION%%share/gir-1.0/Playerctl-2.0.gir
18
%%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayer.html
19
%%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayer.html
Lines 33-35 share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service Link Here
33
%%DOC%%share/gtk-doc/html/playerctl/style.css
34
%%DOC%%share/gtk-doc/html/playerctl/style.css
34
%%DOC%%share/gtk-doc/html/playerctl/up-insensitive.png
35
%%DOC%%share/gtk-doc/html/playerctl/up-insensitive.png
35
%%DOC%%share/gtk-doc/html/playerctl/up.png
36
%%DOC%%share/gtk-doc/html/playerctl/up.png
36
- 
37
share/zsh/site-functions/_playerctl

Return to bug 249480