wok-next view libva-intel-driver/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libva-intel-driver"
4 VERSION="1.7.1"
5 CATEGORY="x-window"
6 SHORT_DESC="VA Intel driver"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/vaapi/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.freedesktop.org/software/vaapi/releases/$PACKAGE/$TARBALL"
14 DEPENDS="libdrm libdrm-intel xorg-libpciaccess"
15 BUILD_DEPENDS="autoconf automake libtool python libdrm-dev libva-dev \
16 xorg-libpciaccess-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 autoreconf -fi &&
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cook_copy_files *.so
34 }