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

Collapse All | Expand All

(-)audio/strawberry/Makefile (-9 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	strawberry
3
PORTNAME=	strawberry
4
DISTVERSION=	0.6.13
4
DISTVERSION=	0.7.1
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
MASTER_SITES=	https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
6
MASTER_SITES=	https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
7
		https://files.jkvinge.net/packages/strawberry/
7
		https://files.jkvinge.net/packages/strawberry/
Lines 29-35 Link Here
29
USE_XORG=	ice sm x11 xcb xext
29
USE_XORG=	ice sm x11 xcb xext
30
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
31
31
32
CMAKE_ARGS=	-DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF -DENABLE_XINE=OFF \
32
CMAKE_ARGS=	-DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF  \
33
		-DENABLE_GSTREAMER:BOOL=true \
33
		-DENABLE_GSTREAMER:BOOL=true \
34
		-DENABLE_TRANSLATIONS:BOOL=true
34
		-DENABLE_TRANSLATIONS:BOOL=true
35
35
Lines 43-49 Link Here
43
# error: member initializer 'transcode_dialog_' does not name a non-static data member or base class
43
# error: member initializer 'transcode_dialog_' does not name a non-static data member or base class
44
# transcode_dialog_([=]() {
44
# transcode_dialog_([=]() {
45
45
46
OPTIONS_DEFINE=		APPLEDEV AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
46
OPTIONS_DEFINE=		AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
47
			SUBSONIC TIDAL VLC
47
			SUBSONIC TIDAL VLC
48
48
49
APPLEDEV_IMPLIES=	IPOD
49
APPLEDEV_IMPLIES=	IPOD
Lines 52-58 Link Here
52
OPTIONS_MULTI=		SOUND
52
OPTIONS_MULTI=		SOUND
53
OPTIONS_MULTI_SOUND=	ALSA PULSEAUDIO
53
OPTIONS_MULTI_SOUND=	ALSA PULSEAUDIO
54
54
55
APPLEDEV_DESC=		Enable support for more recent Apple devices
56
AUDIOCD_DESC=		Enable support for Audio CDs
55
AUDIOCD_DESC=		Enable support for Audio CDs
57
IPOD_DESC=		Enable support for iPod Classic
56
IPOD_DESC=		Enable support for iPod Classic
58
MOODBAR_DESC=		Enable moodbar
57
MOODBAR_DESC=		Enable moodbar
Lines 62-72 Link Here
62
TIDAL_DESC=		Enable support for TIDAL music service
61
TIDAL_DESC=		Enable support for TIDAL music service
63
VLC_DESC=		Multimedia support via (lib)vlc
62
VLC_DESC=		Multimedia support via (lib)vlc
64
63
65
APPLEDEV_CMAKE_BOOL=	ENABLE_IMOBILEDEVICE
66
APPLEDEV_LIB_DEPENDS=	libimobiledevice.so:comms/libimobiledevice \
67
			libplist.so:devel/libplist \
68
			libusbmuxd.so:comms/libusbmuxd
69
70
ALSA_CMAKE_BOOL=	ENABLE_ALSA
64
ALSA_CMAKE_BOOL=	ENABLE_ALSA
71
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
65
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
72
66
(-)audio/strawberry/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1596223522
1
TIMESTAMP = 1597454884
2
SHA256 (strawberry-0.6.13.tar.xz) = 0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29
2
SHA256 (strawberry-0.7.1.tar.xz) = 74d0178f18a83d8e0f8d42fd4308e71362000a54326423e4dcbfd3594006b927
3
SIZE (strawberry-0.6.13.tar.xz) = 10156576
3
SIZE (strawberry-0.7.1.tar.xz) = 10123748

Return to bug 248662