summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-09-20 10:17:10 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-09-20 10:17:41 +0300
commit7285c4d827236b968f90a0c5cbba2a5421a56996 (patch)
tree86439fc7bd78721a647b408e6fbb2c974aaf384d /media-sound/synaesthesia
parentmedia-sound/synaesthesia: Dropping register keyword (diff)
downloadgentoo-7285c4d827236b968f90a0c5cbba2a5421a56996.tar.gz
gentoo-7285c4d827236b968f90a0c5cbba2a5421a56996.tar.bz2
gentoo-7285c4d827236b968f90a0c5cbba2a5421a56996.zip
media-sound/synaesthesia: update DESCRIPTION, HOMEPAGE, SRC_URI
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
index 3d9284eac3d3..2d4f83edc53c 100644
--- a/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
+++ b/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild
@@ -3,20 +3,18 @@
EAPI=8
-DESCRIPTION="a nice graphical accompaniment to music"
-HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
-SRC_URI="http://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
+DESCRIPTION="Nice graphical accompaniment to music"
+HOMEPAGE="https://www.logarithmic.net/pfh/synaesthesia"
+SRC_URI="https://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="sdl svga"
RDEPEND="
- x11-libs/libXext
- x11-libs/libSM
- sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( >=media-libs/svgalib-1.4.3 )"
+ x11-libs/libX11
+ || ( media-libs/libsdl
+ media-libs/svgalib )"
DEPEND="${RDEPEND}
x11-base/xorg-proto"