Diff lib3ds-1.3.0-r2 with a lib3ds-2.0.0_rc1-r1
| /usr/portage/media-libs/lib3ds/lib3ds-2.0.0_rc1-r1.ebuild 2024-12-25 14:59:49.731270106 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 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=7 |
| 5 | 5 | |
| 6 | 6 |
inherit autotools |
| 7 | 7 | |
| 8 |
MY_PV="20080909" |
|
| 9 |
MY_P="${PN}-${MY_PV}"
|
|
| 10 | ||
| 8 | 11 |
DESCRIPTION="library for managing 3D-Studio Release 3 and 4 .3DS files" |
| 9 | 12 |
HOMEPAGE="https://code.google.com/p/lib3ds/" |
| 10 |
SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
|
|
| 13 |
SRC_URI="https://lib3ds.googlecode.com/files/${MY_P}.zip"
|
|
| 11 | 14 | |
| 12 | 15 |
LICENSE="LGPL-2.1+" |
| 13 | 16 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ppc ppc64 x86" |
|
| 17 |
KEYWORDS="amd64 arm arm64 ppc ppc64 x86" |
|
| 15 | 18 |
IUSE="static-libs" |
| 16 | 19 | |
| 17 | 20 |
BDEPEND="app-arch/unzip" |
| 18 | 21 | |
| 19 |
PATCHES=( |
|
| 20 |
"${FILESDIR}"/${P}-pkgconfig.patch
|
|
| 21 |
"${FILESDIR}"/${P}-mesh.c.patch
|
|
| 22 |
) |
|
| 22 |
S="${WORKDIR}/${MY_P}"
|
|
| 23 | 23 | |
| 24 | 24 |
src_prepare() {
|
| 25 | 25 |
default |