View | Details | Raw Unified | Return to bug 237087
Collapse All | Expand All

(-)b/audio/deadbeef/Makefile (-2 / +6 lines)
Lines 2-11 Link Here
2
2
3
PORTNAME=	deadbeef
3
PORTNAME=	deadbeef
4
PORTVERSION=	0.7.2
4
PORTVERSION=	0.7.2
5
PORTREVISION=	19
5
PORTREVISION=	20
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	SF/${PORTNAME}/
7
MASTER_SITES=	SF/${PORTNAME}/
8
8
9
PATCH_SITES=	https://github.com/${PORTNAME}-Player/${PORTNAME}/commit/
10
PATCHFILES+=	37bf84d7be75.patch:-p1 # https://github.com/DeaDBeeF-Player/deadbeef/issues/1693
11
9
MAINTAINER=	danfe@FreeBSD.org
12
MAINTAINER=	danfe@FreeBSD.org
10
COMMENT=	Ultimate music player for Unix-like systems
13
COMMENT=	Ultimate music player for Unix-like systems
11
14
Lines 14-20 LICENSE_COMB= dual Link Here
14
17
15
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
16
USES=		compiler:c11 desktop-file-utils gettext gmake gnome iconv \
19
USES=		compiler:c11 desktop-file-utils gettext gmake gnome iconv \
17
		libtool pkgconfig shebangfix tar:bzip2
20
		libtool pkgconfig shebangfix tar:bzip2 xorg
18
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
19
CONFIGURE_ARGS=	--disable-alsa --disable-nullout --disable-static
22
CONFIGURE_ARGS=	--disable-alsa --disable-nullout --disable-static
20
CPPFLAGS+=	-I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \
23
CPPFLAGS+=	-I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \
Lines 25-30 CFLAGS+= -Wno-narrowing Link Here
25
LDFLAGS_i386=	-Wl,-z,notext
28
LDFLAGS_i386=	-Wl,-z,notext
26
LIBS+=		-L${LOCALBASE}/lib -lexecinfo -lintl
29
LIBS+=		-L${LOCALBASE}/lib -lexecinfo -lintl
27
USE_GNOME=	intltool
30
USE_GNOME=	intltool
31
USE_XORG=	x11
28
INSTALLS_ICONS=	yes
32
INSTALLS_ICONS=	yes
29
SHEBANG_FILES=	yasmwrapper.sh
33
SHEBANG_FILES=	yasmwrapper.sh
30
INSTALL_TARGET=	install-strip
34
INSTALL_TARGET=	install-strip
(-)b/audio/deadbeef/distinfo (-1 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1466336082
1
TIMESTAMP = 1617951660
2
SHA256 (deadbeef-0.7.2.tar.bz2) = 8a63abdf00c2f37c33e018ae0b39d391873e037434074b84bb47381bf283c884
2
SHA256 (deadbeef-0.7.2.tar.bz2) = 8a63abdf00c2f37c33e018ae0b39d391873e037434074b84bb47381bf283c884
3
SIZE (deadbeef-0.7.2.tar.bz2) = 4736472
3
SIZE (deadbeef-0.7.2.tar.bz2) = 4736472
4
SHA256 (37bf84d7be75.patch) = d549d1ce70ef164923c3111f5c636be9990c3f605158504c5441cf253f7681d8
5
SIZE (37bf84d7be75.patch) = 1011

Return to bug 237087