remove ia64 keywords
[gentoo-zh.git] / media-libs / openslide / openslide-20230904.ebuild
blob07383d05b6d912d2256756811abbf4730562a966
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit meson
8 DESCRIPTION="C library with simple interface to read virtual slides"
9 HOMEPAGE="http://openslide.org/"
10 EGIT_COMMIT="239d7bd9f603be159e6558464f311b5b243d12b1"
11 SRC_URI="https://github.com/openslide/openslide/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
12 KEYWORDS="~amd64 ~arm64 ~loong"
13 SLOT="0"
14 LICENSE="LGPL-2.1"
16 S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
18 DEPEND="
19 x11-libs/cairo
20 x11-libs/gdk-pixbuf
21 media-libs/openjpeg:2
22 sys-libs/zlib
24 RDEPEND="${DEPEND}"