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 84610158087 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 A4D622BC158; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 417B92BC00D 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 DF517342E11 for ; Mon, 3 Jan 2022 17:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71206275 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: <1641232428.8388e3e3c1ddc7093150fd0772a95394de99151e.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-1.0.0-r2.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8388e3e3c1ddc7093150fd0772a95394de99151e 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: 4c336e29-a302-47ee-b796-f9d2e73082a5 X-Archives-Hash: 68f73bf5f3730638c954b2def196be4f commit: 8388e3e3c1ddc7093150fd0772a95394de99151e Author: Jonas Kvinge jkvinge net> AuthorDate: Sun Jan 2 20:58:56 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 3 17:53:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8388e3e3 media-sound/strawberry: Fix URLs and remove unused dependencies Signed-off-by: Jonas Kvinge jkvinge.net> Closes: https://github.com/gentoo/gentoo/pull/23635 Signed-off-by: Lars Wendler gentoo.org> media-sound/strawberry/strawberry-1.0.0-r2.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/media-sound/strawberry/strawberry-1.0.0-r2.ebuild b/media-sound/strawberry/strawberry-1.0.0-r2.ebuild index 7fb0814fa2d5..87b653cae8d7 100644 --- a/media-sound/strawberry/strawberry-1.0.0-r2.ebuild +++ b/media-sound/strawberry/strawberry-1.0.0-r2.ebuild @@ -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 @@ -40,10 +38,8 @@ COMMON_DEPEND=" dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets: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,8 @@ 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 )