vdpauinfo: update to 0.1.
This commit is contained in:
parent
4a52f10a1b
commit
a53dc45418
1 changed files with 6 additions and 12 deletions
|
@ -1,25 +1,19 @@
|
||||||
# Template file for 'vdpauinfo'
|
# Template file for 'vdpauinfo'
|
||||||
pkgname=vdpauinfo
|
pkgname=vdpauinfo
|
||||||
version=0.0.6
|
version=0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="automake pkg-config libvdpau-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libvdpau-devel"
|
||||||
short_desc="Command line utility for querying the capabilities of a VDPAU device"
|
short_desc="Command line utility for querying the capabilities of a VDPAU device"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
|
homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
|
||||||
distfiles="http://cgit.freedesktop.org/~aplattner/$pkgname/snapshot/$pkgname-$version.tar.bz2"
|
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9a81a13780cbf668ac7d6d6449a4f12857891775cc945ffa9ff27f8ffd102b25
|
checksum=b0c856a6933e306f3f783717a29124c7d145d6027a3175e197249696f5d5019f
|
||||||
long_desc="
|
|
||||||
vdpauinfo queries the capabilities of a VDPAU device and shows them via
|
|
||||||
a command line utility."
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
vdpauinfo_package() {
|
vdpauinfo_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue