From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95C5B15808A for ; Mon, 3 Jan 2022 17:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A4652BC05B; Mon, 3 Jan 2022 17:54:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5CB82BC028 for ; Mon, 3 Jan 2022 17:54:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14C39342F18 for ; Mon, 3 Jan 2022 17:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CB927F for ; Mon, 3 Jan 2022 17:54:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1641232429.0081b0005972e65842f1f44d2a57e01b7bf5685d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0081b0005972e65842f1f44d2a57e01b7bf5685d X-VCS-Branch: master Date: Mon, 3 Jan 2022 17:54:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32cbb39c-a31e-4213-852f-33c4515dfe7d X-Archives-Hash: 54586d71a3496cae022862bf984207f8 commit: 0081b0005972e65842f1f44d2a57e01b7bf5685d Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 3 17:53:29 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 3 17:53:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0081b000 media-sound/strawberry: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/strawberry/strawberry-9999.ebuild | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index 83b0bbf5f703..3649ac2be758 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,12 +8,12 @@ inherit cmake flag-o-matic plocale xdg PLOCALES="ca cs de es fi fr hu id it ja ko nb nl pl pt_BR ru sv uk zh_CN" DESCRIPTION="Modern music player and library organizer based on Clementine and Qt" -HOMEPAGE="https://www.strawbs.org/" +HOMEPAGE="https://www.strawberrymusicplayer.org/" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/jonaski/strawberry.git" + EGIT_REPO_URI="https://github.com/strawberrymusicplayer/strawberry" inherit git-r3 else - SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~ppc64 ~x86" fi @@ -27,10 +27,8 @@ BDEPEND=" virtual/pkgconfig " COMMON_DEPEND=" - app-crypt/qca:2[qt5(+)] dev-db/sqlite:= dev-libs/glib:2 - dev-libs/libxml2 dev-libs/protobuf:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 @@ -39,11 +37,9 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 media-libs/alsa-lib - >=media-libs/libmygpo-qt-1.0.9[qt5(+)] >=media-libs/taglib-1.11.1_p20181028 - sys-libs/zlib - virtual/glu x11-libs/libX11 cdda? ( dev-libs/libcdio:= ) gstreamer? ( @@ -70,10 +66,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} >=dev-cpp/gtest-1.8.0 dev-libs/boost - dev-qt/qtopengl:5 dev-qt/qttest:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 " DOCS=( Changelog README.md )