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

Return to bug 248662