wok-next view libvdpau-va-gl/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libvdpau-va-gl"
4 VERSION="0.4.2"
5 CATEGORY="x-window"
6 SHORT_DESC="VDPAU driver with OpenGL/VAAPI backend"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/i-rinat/libvdpau-va-gl"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libvdpau-va-gl"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/i-rinat/libvdpau-va-gl/releases/download/v$VERSION/$TARBALL"
14 TARBALL_SHA1="a9ae1851a6f12312a98fc89d12bcb2de1f2af9c8"
16 BUILD_DEPENDS="cmake libx11-dev libva-dev mesa-dev"
17 DEPENDS="libva libx11 mesa"
19 compile_rules() {
20 mkdir build
21 cd build
23 cmake \
24 -DCMAKE_BUILD_TYPE=Release \
25 -DCMAKE_INSTALL_PREFIX=/usr \
26 .. &&
27 make &&
28 make install || return 1
30 install -Dm755 $stuff/xorg.sh $install/etc/profile.d/xorg.sh
31 }