wok-next annotate libva-intel-driver/receipt @ rev 19941

gst0-ffmpeg*: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 19:06:21 2017 +0200 (2017-10-15)
parents 953234057bb6
children 1202145ed4ea
rev   line source
al@19660 1 # SliTaz package receipt.
al@19660 2
al@19660 3 PACKAGE="libva-intel-driver"
al@19660 4 VERSION="1.7.1"
al@19660 5 CATEGORY="x-window"
al@19660 6 SHORT_DESC="VA Intel driver"
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/$PACKAGE/$TARBALL"
al@19660 13
al@19660 14 DEPENDS="libdrm libdrm-intel xorg-libpciaccess"
al@19660 15 BUILD_DEPENDS="autoconf automake libtool python libdrm-dev libva-dev \
al@19660 16 xorg-libpciaccess-dev"
al@19660 17
al@19660 18 # Rules to configure and make the package.
al@19660 19 compile_rules()
al@19660 20 {
al@19660 21 autoreconf -fi &&
al@19660 22
al@19660 23 ./configure \
al@19660 24 --sysconfdir=/etc \
al@19660 25 --localstatedir=/var \
al@19660 26 $CONFIGURE_ARGS &&
al@19660 27 make && make install
al@19660 28 }
al@19660 29
al@19660 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19660 31 genpkg_rules()
al@19660 32 {
al@19783 33 copy *.so
al@19660 34 }