Diff sdl_audiolib-0_p20220622-r1 with a sdl_audiolib-9999
| /usr/portage/media-libs/sdl_audiolib/sdl_audiolib-9999.ebuild 2024-12-25 15:56:41.366866861 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 9 | 9 |
inherit git-r3 |
| 10 | 10 |
EGIT_REPO_URI="https://github.com/realnc/SDL_audiolib.git" |
| 11 | 11 |
else |
| 12 |
SDLAUDIO_COMMIT="b66a66fedf8f65cacc5ce2ff8ed8d10649c6de31" |
|
| 12 |
SDLAUDIO_COMMIT="" |
|
| 13 | 13 |
SRC_URI="https://github.com/realnc/SDL_audiolib/archive/${SDLAUDIO_COMMIT}.tar.gz -> ${P}.tar.gz"
|
| 14 | 14 |
S="${WORKDIR}/${PN/sdl/SDL}-${SDLAUDIO_COMMIT}"
|
| 15 |
KEYWORDS="~amd64 ~ppc64 ~x86" |
|
| 15 |
KEYWORDS="~amd64 ~x86" |
|
| 16 | 16 |
fi |
| 17 | 17 | |
| 18 | 18 |
DESCRIPTION="Audio decoding, resampling and mixing library for SDL" |