From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 11:00:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1B7865B929; Sun, 1 Aug 2021 11:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gcypm4LGbz3Nvc; Sun, 1 Aug 2021 11:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D1042EA3; Sun, 1 Aug 2021 11:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 171B0WqJ024629; Sun, 1 Aug 2021 11:00:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171B0WRT024628; Sun, 1 Aug 2021 11:00:32 GMT (envelope-from git) Date: Sun, 1 Aug 2021 11:00:32 GMT Message-Id: <202108011100.171B0WRT024628@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 43f89c81129b - main - audio/strawberry: Change default audio option and add LIB_DEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43f89c81129bc2ad3b1bc21a70646d7bd75c374d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 11:00:32 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=43f89c81129bc2ad3b1bc21a70646d7bd75c374d commit 43f89c81129bc2ad3b1bc21a70646d7bd75c374d Author: Daniel Menelkir AuthorDate: 2021-08-01 10:59:04 +0000 Commit: Li-Wen Hsu 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