wok-next diff x265/receipt @ rev 19887
libXaw3dXft: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 18:09:30 2017 +0200 (2017-10-07) |
parents | cf73576ccb13 |
children | c4e53a39395a |
line diff
1.1 --- a/x265/receipt Wed May 18 16:28:27 2016 +0200 1.2 +++ b/x265/receipt Sat Oct 07 18:09:30 2017 +0200 1.3 @@ -1,31 +1,33 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="x265" 1.8 -VERSION="1.9" 1.9 +VERSION="2.4" 1.10 CATEGORY="multimedia" 1.11 +SHORT_DESC="Free H.265/MPEG-H HEVC encoder" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -SHORT_DESC="free library for encoding H265/MPEG-H HEVC video streams" 1.15 WEB_SITE="http://www.videolan.org/developers/x265.html" 1.16 +#HOST_ARCH="i486 arm" 1.17 + 1.18 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.19 WGET_URL="http://ftp.videolan.org/pub/videolan/x265/$TARBALL" 1.20 -#HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="glibc-base" 1.23 BUILD_DEPENDS="cmake yasm" 1.24 +SPLIT="x265-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 cd $src/build 1.30 cmake -DCMAKE_INSTALL_PREFIX=/usr ../source && 1.31 - make && make DESTDIR=$DESTDIR install 1.32 + make && make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr/lib 1.39 - cp -a $install/usr/bin $fs/usr 1.40 - cp -a $install/usr/lib/*so* $fs/usr/lib/ 1.41 + case $PACKAGE in 1.42 + x265) copy @std;; 1.43 + *-dev) copy @dev;; 1.44 + esac 1.45 }