summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-03-13 17:13:33 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-03-13 17:14:52 +0100
commitc9916d983cbe06cbeff877e24ac5fa1bf045b0f1 (patch)
tree3a837f2326ace3379ca106c277383b770a5bd443 /media-sound
parentmedia-sound/strawberry: Bump to version 0.9.1 (diff)
downloadgentoo-c9916d983cbe06cbeff877e24ac5fa1bf045b0f1.tar.gz
gentoo-c9916d983cbe06cbeff877e24ac5fa1bf045b0f1.tar.bz2
gentoo-c9916d983cbe06cbeff877e24ac5fa1bf045b0f1.zip
media-sound/strawberry: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/strawberry/strawberry-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild
index 0d5281b6b697..3f39eabea722 100644
--- a/media-sound/strawberry/strawberry-9999.ebuild
+++ b/media-sound/strawberry/strawberry-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc64 ~x86"
fi
LICENSE="GPL-3"
@@ -87,7 +87,6 @@ REQUIRED_USE="
src_prepare() {
l10n_find_plocales_changes "src/translations" "" ".po"
- rm -r 3rdparty/taglib || die
cmake_src_prepare
}
@@ -107,7 +106,6 @@ src_configure() {
-DENABLE_LIBPULSE="$(usex pulseaudio)"
-DENABLE_UDISKS2="$(usex udisks)"
-DENABLE_VLC="$(usex vlc)"
- -DUSE_SYSTEM_TAGLIB=ON
-DWITH_QT6=OFF
)