Diff stellarium-23.2-r1 with a stellarium-23.3
/usr/portage/sci-astronomy/stellarium/stellarium-23.3.ebuild 2023-10-09 14:52:34.992368489 +0300 | ||
---|---|---|
8 | 8 | |
9 | 9 |
DESCRIPTION="3D photo-realistic skies in real time" |
10 | 10 |
HOMEPAGE="https://stellarium.org/ https://github.com/Stellarium/stellarium" |
11 |
MY_DSO_VERSION="3.19" |
|
11 |
MY_DSO_VERSION="3.20" |
|
12 | 12 |
SRC_URI=" |
13 | 13 |
https://github.com/Stellarium/stellarium/releases/download/v${PV}/${P}.tar.xz |
14 | 14 |
verify-sig? ( https://github.com/Stellarium/stellarium/releases/download/v${PV}/${P}.tar.xz.asc ) |
... | ... | |
101 | 101 | |
102 | 102 |
PATCHES=( |
103 | 103 |
"${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch" |
104 |
"${FILESDIR}/stellarium-0.22.2-ccache.patch" |
|
105 | 104 |
) |
106 | 105 | |
107 | 106 |
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/stellarium.asc |
... | ... | |
138 | 137 |
filter-lto # https://bugs.gentoo.org/862249 |
139 | 138 | |
140 | 139 |
local mycmakeargs=( |
140 |
-DCCACHE_PROGRAM=no |
|
141 | 141 |
-DCPM_LOCAL_PACKAGES_ONLY=yes |
142 | 142 |
-DENABLE_GPS="$(usex gps)" |
143 | 143 |
-DENABLE_MEDIA="$(usex media)" |