wok-next annotate libva/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 953234057bb6
children 6248a81ea3e2
rev   line source
al@19660 1 # SliTaz package receipt.
al@19660 2
al@19660 3 PACKAGE="libva"
al@19660 4 VERSION="1.7.1"
al@19660 5 CATEGORY="x-window"
al@19660 6 SHORT_DESC="Userspace Video Acceleration (VA) library"
al@19660 7 MAINTAINER="al.bobylev@gmail.com"
al@19660 8 LICENSE="other"
al@19660 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/vaapi/"
al@19660 10
al@19660 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19660 12 WGET_URL="http://www.freedesktop.org/software/vaapi/releases/libva/$TARBALL"
al@19660 13
al@19660 14 DEPENDS="libdrm libxcb mesa xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
al@19660 15 xorg-libXfixes"
al@19660 16 BUILD_DEPENDS="libdrm-dev xorg-libX11-dev xorg-libXext-dev xorg-libXfixes-dev \
al@19660 17 mesa-dev expat-dev xorg-libxshmfence-dev"
al@19660 18
al@19660 19 # Rules to configure and make the package.
al@19660 20 compile_rules()
al@19660 21 {
al@19660 22 ./configure \
al@19660 23 --sysconfdir=/etc \
al@19660 24 --localstatedir=/var \
al@19660 25 $CONFIGURE_ARGS &&
al@19660 26 make && make install
al@19660 27 }
al@19660 28
al@19660 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19660 30 genpkg_rules()
al@19660 31 {
al@19783 32 copy bin/ *.so*
al@19660 33 }