wok-next diff libheif/receipt @ rev 20785
gpgme: add gnupg, since build can not find gpgconf and gpg
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 07:02:52 2018 +0000 (2018-06-09) |
parents | |
children | a3c581bf52b8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libheif/receipt Sat Jun 09 07:02:52 2018 +0000 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="libheif" 1.7 +VERSION="1.1.0" 1.8 +CATEGORY="video" 1.9 +SHORT_DESC="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL3" 1.12 +WEB_SITE="http://www.libde265.org/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/strukturag/libheif/archive/v$VERSION.tar.gz" 1.16 + 1.17 +BUILD_DEPENDS="automake libtool libde265-dev x265-dev libjpeg-turbo-dev \ 1.18 +libpng16-dev" 1.19 +SPLIT="libheif-dev" 1.20 + 1.21 +compile_rules() { 1.22 + ./autogen.sh && 1.23 + ./configure $CONFIGURE_ARGS && 1.24 + make && 1.25 + make install 1.26 +} 1.27 + 1.28 +genpkg_rules() { 1.29 + case $PACKAGE in 1.30 + libheif) 1.31 + copy @std 1.32 + DEPENDS="libde265 libjpeg-turbo libpng16 x265" 1.33 + ;; 1.34 + *-dev) 1.35 + copy @dev 1.36 + ;; 1.37 + esac 1.38 +}