Merge pull request #7639 from newbluemoon/libcaca
libcaca: add (optional) support for imlib2
This commit is contained in:
commit
0bada6562f
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libcaca'
|
# Template file for 'libcaca'
|
||||||
pkgname=libcaca
|
pkgname=libcaca
|
||||||
version=0.99.beta19
|
version=0.99.beta19
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool automake pkg-config"
|
hostmakedepends="libtool automake pkg-config"
|
||||||
short_desc="Graphics library that outputs text instead of pixels"
|
short_desc="Graphics library that outputs text instead of pixels"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
makedepends="ncurses-devel $(vopt_if x11 libX11-devel)"
|
makedepends="ncurses-devel $(vopt_if x11 'libX11-devel imlib2-devel')"
|
||||||
homepage="http://caca.zoy.org/wiki/libcaca"
|
homepage="http://caca.zoy.org/wiki/libcaca"
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
distfiles="https://github.com/cacalabs/libcaca/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cacalabs/libcaca/archive/v${version}.tar.gz"
|
||||||
|
|
Loading…
Reference in New Issue