Diff synaesthesia-2.4-r1 with a synaesthesia-2.4-r2

/usr/portage/media-sound/synaesthesia/synaesthesia-2.4-r2.ebuild 2023-10-09 14:52:31.804368408 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
DESCRIPTION="a nice graphical accompaniment to music"
7
HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
8
SRC_URI="http://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
6
DESCRIPTION="Nice graphical accompaniment to music"
7
HOMEPAGE="https://www.logarithmic.net/pfh/synaesthesia"
8
SRC_URI="https://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
9 9

  
10 10
LICENSE="GPL-2"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~ppc x86"
13
IUSE="sdl svga"
12
KEYWORDS="~amd64 ~ppc ~x86"
14 13

  
15 14
RDEPEND="
16
	x11-libs/libXext
17
	x11-libs/libSM
18
	sdl? ( >=media-libs/libsdl-1.2 )
19
	svga? ( >=media-libs/svgalib-1.4.3 )"
15
	x11-libs/libX11
16
	|| ( media-libs/libsdl
17
		media-libs/svgalib )"
20 18
DEPEND="${RDEPEND}
21 19
	x11-base/xorg-proto"
22 20

  
23 21
PATCHES=(
24 22
	"${FILESDIR}"/${P}-respect-flags.patch
25 23
	"${FILESDIR}"/${P}-inline-keyword.patch
24
	"${FILESDIR}"/${P}-dropping-register.patch
26 25
)
Thank you!