diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:45:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:10:58 +0200 |
commit | ef01a7b97e977fdfcaf4fb06f03cbf2cee64a553 (patch) | |
tree | 2d4ca2a289e82c9123ed7787523f4d7e23e4a84e /media-sound/qmmp | |
parent | media-sound/csound: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-ef01a7b97e977fdfcaf4fb06f03cbf2cee64a553.tar.gz gentoo-ef01a7b97e977fdfcaf4fb06f03cbf2cee64a553.tar.bz2 gentoo-ef01a7b97e977fdfcaf4fb06f03cbf2cee64a553.zip |
media-sound/qmmp: EAPI 8 bump, switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/qmmp')
-rw-r--r-- | media-sound/qmmp/qmmp-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 19f9dc5369fe..9a67e9ecb2a7 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake xdg DESCRIPTION="Qt5-based audio player with winamp/xmms skins support" -HOMEPAGE="http://qmmp.ylsoftware.com" -if [[ ${PV} != 9999 ]]; then - SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2 +HOMEPAGE="https://qmmp.ylsoftware.com" +if [[ ${PV} != *9999* ]]; then + SRC_URI="https://qmmp.ylsoftware.com/files/${P}.tar.bz2 mirror://sourceforge/${PN}-dev/files/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else @@ -74,7 +74,7 @@ RDEPEND=" dev-qt/qtopengl:5 media-libs/libprojectm:= ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) + pulseaudio? ( media-libs/libpulse ) qtmedia? ( dev-qt/qtmultimedia:5 ) scrobbler? ( net-misc/curl ) shout? ( media-libs/libshout ) |