mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
timg: update to 1.4.2.
This commit is contained in:
parent
638c4e3cef
commit
fe9d66b5a8
1 changed files with 7 additions and 14 deletions
|
@ -1,21 +1,14 @@
|
|||
# Template file for 'timg'
|
||||
pkgname=timg
|
||||
version=0.9.9
|
||||
version=1.4.2
|
||||
revision=1
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
make_build_args="WITH_VIDEO_DECODING=1 MAGICK_CXXFLAGS=-I${XBPS_CROSS_BASE}/usr/include/GraphicsMagick"
|
||||
hostmakedepends="pkg-config libgraphicsmagick-devel"
|
||||
makedepends="libgraphicsmagick-devel ffmpeg-devel"
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_OPENSLIDE_SUPPORT=off -Wno-dev"
|
||||
hostmakedepends="pkg-config git pandoc"
|
||||
makedepends="libgraphicsmagick-devel ffmpeg-devel libjpeg-turbo-devel libexif-devel"
|
||||
short_desc="24-bit color image & video viewer for terminal"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
maintainer="33KK <g33kk@pm.me>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/hzeller/timg"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=f43df657e93d47a1184a81c0976e67978cbdce21a83be5ec1df83403cda24caf
|
||||
|
||||
do_install() {
|
||||
vman ../man/timg.1.gz
|
||||
vbin timg
|
||||
}
|
||||
checksum=7607efaffbed0b65b3c824956de421b155a4f14243e7a752b19454f88bf9d563
|
||||
|
|
Loading…
Add table
Reference in a new issue