Diff SDL-2.548.0-r1 with a SDL-2.548.0-r2
| /usr/portage/dev-perl/SDL/SDL-2.548.0-r2.ebuild 2024-07-02 13:51:45.009851484 +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 |
| ... | ... | |
| 12 | 12 | |
| 13 | 13 |
LICENSE="GPL-2 OFL-1.1" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 ~hppa x86" |
|
| 15 |
KEYWORDS="amd64 ~hppa ~x86" |
|
| 16 | 16 | |
| 17 | 17 |
RDEPEND=" |
| 18 | 18 |
>=dev-perl/Alien-SDL-1.446 |
| ... | ... | |
| 44 | 44 | |
| 45 | 45 |
mydoc='CHANGELOG README TODO' |
| 46 | 46 | |
| 47 |
PATCHES=( "${FILESDIR}"/${PN}-2.546-pointer.patch )
|
|
| 47 |
PERL_RM_FILES=( |
|
| 48 |
# Hangs, see bug #892011 and https://aur.archlinux.org/packages/perl-sdl#comment-903413. |
|
| 49 |
t/core_video.t |
|
| 50 |
) |
|
| 51 | ||
| 52 |
PATCHES=( |
|
| 53 |
"${FILESDIR}"/${PN}-2.546-pointer.patch
|
|
| 54 |
"${FILESDIR}"/${PN}-2.546-implicit-func-decl.patch
|
|
| 55 |
"${FILESDIR}"/${PN}-2.548-perl537_sv_nv.patch
|
|
| 56 |
) |
|