19 lines
532 B
Text
19 lines
532 B
Text
# Template file for 'libvdpau-sunxi-git'
|
|
pkgname=libvdpau-sunxi-git
|
|
version=20140127
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libvdpau-devel"
|
|
short_desc="Experimental VDPAU for Allwinner sunxi SoCs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="https://github.com/linux-sunxi/libvdpau-sunxi"
|
|
|
|
only_for_archs="armv7l"
|
|
provides="libvdpau-sunxi-1.0_1"
|
|
replaces="libvdpau-sunix>=0"
|
|
|
|
do_fetch() {
|
|
git clone git://github.com/linux-sunxi/libvdpau-sunxi ${pkgname}-${version}
|
|
}
|