diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-01-03 18:52:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-01-03 18:53:48 +0100 |
commit | 1d7adc01ee950f593cce821ca59dc240de1582c2 (patch) | |
tree | b8d711266ef5e3c50a41c7e293fa9b8cc7a82c4c /media-sound/strawberry | |
parent | media-sound/strawberry: Fix URLs and remove unused dependencies (diff) | |
download | gentoo-1d7adc01ee950f593cce821ca59dc240de1582c2.tar.gz gentoo-1d7adc01ee950f593cce821ca59dc240de1582c2.tar.bz2 gentoo-1d7adc01ee950f593cce821ca59dc240de1582c2.zip |
media-sound/strawberry: Revbump and fix of remaining dependency issues
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/strawberry')
-rw-r--r-- | media-sound/strawberry/strawberry-1.0.0-r3.ebuild (renamed from media-sound/strawberry/strawberry-1.0.0-r2.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/strawberry/strawberry-1.0.0-r2.ebuild b/media-sound/strawberry/strawberry-1.0.0-r3.ebuild index 87b653cae8d7..ab29187dd035 100644 --- a/media-sound/strawberry/strawberry-1.0.0-r2.ebuild +++ b/media-sound/strawberry/strawberry-1.0.0-r3.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 @@ -37,9 +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/taglib-1.11.1_p20181028 - sys-libs/zlib x11-libs/libX11 cdda? ( dev-libs/libcdio:= ) gstreamer? ( @@ -67,7 +67,6 @@ DEPEND="${COMMON_DEPEND} >=dev-cpp/gtest-1.8.0 dev-libs/boost dev-qt/qttest:5 - dev-qt/qtx11extras:5 " DOCS=( Changelog README.md ) |