git: 43f89c81129b - main - audio/strawberry: Change default audio option and add LIB_DEPEND
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Aug 1 11:00:32 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43f89c81129bc2ad3b1bc21a70646d7bd75c374d
commit 43f89c81129bc2ad3b1bc21a70646d7bd75c374d
Author: Daniel Menelkir <menelkir at itroll.org>
AuthorDate: 2021-08-01 10:59:04 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-08-01 11:00:24 +0000
audio/strawberry: Change default audio option and add LIB_DEPEND
* Changed the default options for audio to ALSA
* Added databases/qt5-sqldrivers-sqlite3 as a LIB_DEPEND.
It'll be installed automatically if you use something like KDE,
but straberry will fail to load if you use a minimalist WM for example.
PR: 257440
---
audio/strawberry/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile
index e0355aa3b638..34497736cf03 100644
--- a/audio/strawberry/Makefile
+++ b/audio/strawberry/Makefile
@@ -1,6 +1,6 @@
PORTNAME= strawberry
DISTVERSION= 0.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://files.jkvinge.net/packages/strawberry/
@@ -24,7 +24,8 @@ USES= compiler:c++11-lang cmake desktop-file-utils gnome \
USE_GNOME= glib20
USE_GSTREAMER1= yes
USE_QT= buildtools_build concurrent core dbus gui network \
- linguisttools qmake_build sql testlib_build widgets x11extras
+ linguisttools qmake_build sql sql-sqlite3 testlib_build \
+ widgets x11extras
USE_XORG= ice sm x11 xcb xext
INSTALLS_ICONS= yes
@@ -45,7 +46,7 @@ TEST_TARGET= strawberry_test
OPTIONS_DEFINE= AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
SUBSONIC TIDAL VLC
-OPTIONS_DEFAULT= PULSEAUDIO MOODBAR
+OPTIONS_DEFAULT= ALSA MOODBAR
OPTIONS_MULTI= SOUND
OPTIONS_MULTI_SOUND= ALSA PULSEAUDIO
More information about the dev-commits-ports-all
mailing list