mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
media-libs/vips: treeclean
Signed-off-by: ston <ston.jia@qq.com>
This commit is contained in:
parent
203a461b1a
commit
4cb3d5b71d
@ -1 +0,0 @@
|
||||
DIST vips-8.14.1.tar.xz 18650864 BLAKE2B cf6f76bde0bc8a843c3f8f69eb1646bce91cacfb1ce51c0992665687233c2673f904bac8182a1027079fa2d2def7902106b88a47b79d0faeec26ac9af4660f4b SHA512 95321ce29c8f5afdce99d9c0b13f8a2a674510eb0015e90c1638073f502dcd72f22d4c91dc7473e914c9a8c5ebf543db49593599766fc6630eafa4ff00bfbfe2
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE
|
||||
pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<use>
|
||||
<flag name="fits">Enable support for the FITS image format
|
||||
through
|
||||
<pkg>sci-libs/cfitsio</pkg></flag>
|
||||
<flag name="matio">Enable support for reading images from
|
||||
Matlab files through
|
||||
<pkg>sci-libs/matio</pkg></flag>
|
||||
<!--<flag name="openslide">Enable support for reading images from OpenSlide files through <pkg>media-libs/openslide</pkg>(currently conflicts with jpeg-turbo)</flag>-->
|
||||
<flag name="gsf">Enable support for creating image pyramids
|
||||
with dzsave</flag>
|
||||
<flag name="heif">Enable support for HEIC images</flag>
|
||||
<flag name="pango">Enable support for text rendering</flag>
|
||||
<!--<flag name="nsgif">Enable support for nsgif load</flag>-->
|
||||
<flag name="imagequant">Enable support for 8bpp PNG via
|
||||
<pkg>media-gfx/libimagequant</pkg></flag>
|
||||
</use>
|
||||
<maintainer type="person">
|
||||
<email>ston.jia@qq.com</email>
|
||||
<name>ston</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">libvips/libvips</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,76 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="VIPS Image Processing Library"
|
||||
SRC_URI="https://github.com/libvips/libvips/releases/download/v${PV}/${P}.tar.xz"
|
||||
HOMEPAGE="https://libvips.github.io/libvips/"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="1"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="doc exif fftw fits heif gsf graphicsmagick imagemagick imagequant jpeg lcms openexr orc pango pdf png svg static-libs tiff webp zlib matio"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.6:2
|
||||
dev-libs/expat:=
|
||||
fftw? ( sci-libs/fftw:3.0= )
|
||||
imagemagick? (
|
||||
graphicsmagick? ( media-gfx/graphicsmagick )
|
||||
!graphicsmagick? ( media-gfx/imagemagick )
|
||||
)
|
||||
imagequant? ( media-gfx/libimagequant:= )
|
||||
exif? ( >=media-libs/libexif-0.6 )
|
||||
fits? ( sci-libs/cfitsio )
|
||||
heif? ( >=media-libs/libheif-1.3.0:= )
|
||||
jpeg? ( media-libs/libjpeg-turbo:0= )
|
||||
gsf? ( gnome-extra/libgsf:= )
|
||||
lcms? ( media-libs/lcms )
|
||||
openexr? ( >=media-libs/openexr-1.2.2:= )
|
||||
orc? ( >=dev-lang/orc-0.4.11 )
|
||||
pango? ( x11-libs/pango )
|
||||
pdf? ( app-text/poppler[cairo] )
|
||||
png? ( >=media-libs/libpng-1.2.9:0= )
|
||||
svg? ( gnome-base/librsvg )
|
||||
tiff? ( media-libs/tiff:0= )
|
||||
webp? ( media-libs/libwebp )
|
||||
zlib? ( sys-libs/zlib )
|
||||
matio? ( sci-libs/matio )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
doc? (
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
)
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use doc gtk_doc)
|
||||
$(meson_feature fftw)
|
||||
$(meson_feature imagemagick magick)
|
||||
$(meson_feature imagequant)
|
||||
$(meson_feature exif)
|
||||
$(meson_feature fits cfitsio)
|
||||
$(meson_feature heif)
|
||||
$(meson_feature jpeg)
|
||||
$(meson_feature gsf)
|
||||
$(meson_feature lcms)
|
||||
$(meson_feature openexr)
|
||||
$(meson_feature orc)
|
||||
$(meson_feature pango pangocairo)
|
||||
$(meson_feature pdf poppler)
|
||||
$(meson_feature png)
|
||||
$(meson_feature svg rsvg)
|
||||
$(meson_feature tiff)
|
||||
$(meson_feature webp)
|
||||
$(meson_feature zlib)
|
||||
$(meson_feature matio)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user