mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libsixel: add USE=static-libs support
This commit is contained in:
committed by
Mike Frysinger
parent
cbc6ad11e0
commit
e9c6c2c76b
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="6"
|
||||
|
||||
inherit bash-completion-r1
|
||||
inherit bash-completion-r1 ltprune
|
||||
|
||||
DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec"
|
||||
HOMEPAGE="https://github.com/saitoha/libsixel"
|
||||
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.g
|
||||
LICENSE="MIT public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ia64 x86"
|
||||
IUSE="curl gd gtk jpeg png"
|
||||
IUSE="curl gd gtk jpeg png static-libs"
|
||||
|
||||
RDEPEND="curl? ( net-misc/curl )
|
||||
gd? ( media-libs/gd )
|
||||
@@ -29,6 +29,7 @@ src_configure() {
|
||||
$(use_with gtk gdk-pixbuf2) \
|
||||
$(use_with jpeg) \
|
||||
$(use_with png) \
|
||||
$(use_enable static-libs static) \
|
||||
--with-bashcompletiondir=$(get_bashcompdir) \
|
||||
--disable-python
|
||||
}
|
||||
@@ -39,6 +40,7 @@ src_test() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files
|
||||
|
||||
cd images
|
||||
docompress -x /usr/share/doc/${PF}/images
|
||||
|
||||
Reference in New Issue
Block a user