Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 06:29:49 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553321 - head/audio/strawberry
Message-ID:  <202010260629.09Q6TnAV007291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Oct 26 06:29:49 2020
New Revision: 553321
URL: https://svnweb.freebsd.org/changeset/ports/553321

Log:
  audio/strawberry: Update to 0.8.2
  
  Update audio/strawberry to 0.8.2
  * Removed broken imobiledevice (iPhone) support.
  * QT6 ready.
  * Improvement of several interface options.
  
  PR:		248662
  Submitted by:	Daniel Menelkir (maintainer)

Modified:
  head/audio/strawberry/Makefile
  head/audio/strawberry/distinfo

Modified: head/audio/strawberry/Makefile
==============================================================================
--- head/audio/strawberry/Makefile	Mon Oct 26 06:13:33 2020	(r553320)
+++ head/audio/strawberry/Makefile	Mon Oct 26 06:29:49 2020	(r553321)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	strawberry
-DISTVERSION=	0.6.13
-PORTREVISION=	1
+DISTVERSION=	0.8.2
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
 		https://files.jkvinge.net/packages/strawberry/
@@ -30,7 +29,7 @@ USE_QT=		buildtools_build concurrent core dbus gui net
 USE_XORG=	ice sm x11 xcb xext
 INSTALLS_ICONS=	yes
 
-CMAKE_ARGS=	-DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF -DENABLE_XINE=OFF \
+CMAKE_ARGS=	-DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF \
 		-DENABLE_GSTREAMER:BOOL=true \
 		-DENABLE_TRANSLATIONS:BOOL=true
 
@@ -44,7 +43,7 @@ TEST_TARGET=	strawberry_test
 # error: member initializer 'transcode_dialog_' does not name a non-static data member or base class
 # transcode_dialog_([=]() {
 
-OPTIONS_DEFINE=		APPLEDEV AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
+OPTIONS_DEFINE=		AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
 			SUBSONIC TIDAL VLC
 
 APPLEDEV_IMPLIES=	IPOD
@@ -53,7 +52,6 @@ OPTIONS_DEFAULT=	PULSEAUDIO MOODBAR
 OPTIONS_MULTI=		SOUND
 OPTIONS_MULTI_SOUND=	ALSA PULSEAUDIO
 
-APPLEDEV_DESC=		Enable support for more recent Apple devices
 AUDIOCD_DESC=		Enable support for Audio CDs
 IPOD_DESC=		Enable support for iPod Classic
 MOODBAR_DESC=		Enable moodbar
@@ -62,11 +60,6 @@ MUSICBRAINZ_DESC=	Enable tag fetching from MusicBrainz
 SUBSONIC_DESC=		Enable support for Subsonic music streamer
 TIDAL_DESC=		Enable support for TIDAL music service
 VLC_DESC=		Multimedia support via (lib)vlc
-
-APPLEDEV_CMAKE_BOOL=	ENABLE_IMOBILEDEVICE
-APPLEDEV_LIB_DEPENDS=	libimobiledevice.so:comms/libimobiledevice \
-			libplist.so:devel/libplist \
-			libusbmuxd.so:comms/libusbmuxd
 
 ALSA_CMAKE_BOOL=	ENABLE_ALSA
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib

Modified: head/audio/strawberry/distinfo
==============================================================================
--- head/audio/strawberry/distinfo	Mon Oct 26 06:13:33 2020	(r553320)
+++ head/audio/strawberry/distinfo	Mon Oct 26 06:29:49 2020	(r553321)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596223522
-SHA256 (strawberry-0.6.13.tar.xz) = 0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29
-SIZE (strawberry-0.6.13.tar.xz) = 10156576
+TIMESTAMP = 1602849353
+SHA256 (strawberry-0.8.2.tar.xz) = 89fe3d06f190a7cf721f81b8cbb64b26842bceeb03e95f6a87f1e50a39803c9e
+SIZE (strawberry-0.8.2.tar.xz) = 10280568



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010260629.09Q6TnAV007291>