Diff partio-1.5.4-r1 with a partio-1.14.6
/usr/portage/media-libs/partio/partio-1.14.6.ebuild 2023-10-09 14:52:31.708368406 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_7 ) |
|
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
7 | 7 |
inherit cmake python-single-r1 |
8 | 8 | |
9 | 9 |
if [[ ${PV} == *9999 ]]; then |
... | ... | |
11 | 11 |
EGIT_REPO_URI="https://github.com/wdas/partio.git" |
12 | 12 |
else |
13 | 13 |
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
14 |
KEYWORDS="amd64 x86" |
|
14 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" |
|
15 | 15 |
fi |
16 | 16 | |
17 | 17 |
DESCRIPTION="Library for particle IO and manipulation" |
18 |
HOMEPAGE="https://www.disneyanimation.com/technology/partio.html" |
|
18 |
HOMEPAGE="http://partio.us/" |
|
19 | 19 | |
20 | 20 |
LICENSE="BSD" |
21 | 21 |
SLOT="0" |
22 | 22 |
IUSE="doc" |
23 | 23 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
24 | 24 | |
25 |
RDEPEND="${PYTHON_DEPS} |
|
26 |
media-libs/freeglut |
|
27 |
media-libs/glu |
|
28 |
sys-libs/zlib |
|
29 |
virtual/opengl |
|
30 |
" |
|
31 | ||
32 |
DEPEND="${RDEPEND}" |
|
33 | ||
25 | 34 |
BDEPEND=" |
26 | 35 |
dev-lang/swig |
27 | 36 |
doc? ( |
... | ... | |
33 | 42 |
dev-texlive/texlive-latexextra |
34 | 43 |
) |
35 | 44 |
" |
36 |
RDEPEND="${PYTHON_DEPS} |
|
37 |
media-libs/freeglut |
|
38 |
sys-libs/zlib |
|
39 |
virtual/opengl |
|
40 |
" |
|
41 |
DEPEND="${RDEPEND}" |
|
42 | 45 | |
43 | 46 |
src_configure() { |
44 | 47 |
local mycmakeargs=( |