libvdpau-tegra: Fix drawing problems on tegra30 (!311)
This commit is contained in:
parent
a169c1335a
commit
e752240ee7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Robert Yang <decatf@gmail.com>
|
||||
pkgname=libvdpau-tegra
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="VDPAU backend driver for NVIDIA Tegra 20/30 SoC's"
|
||||
url="https://github.com/grate-driver/libvdpau-tegra"
|
||||
arch="armhf armv7"
|
||||
|
@ -27,7 +27,7 @@ makedepends="
|
|||
util-macros
|
||||
xorgproto
|
||||
"
|
||||
_commit="46f30de86f29a0dbc8671a11240385343ae54f53"
|
||||
_commit="10910a2d9e1d6205aa60d4947fe3cf00a330e72a"
|
||||
source="https://github.com/grate-driver/libvdpau-tegra/archive/$_commit.tar.gz"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$_commit
|
||||
|
@ -56,4 +56,4 @@ package() {
|
|||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="b49306d077cee811e94a8cb8c2c36588ae3e6b1df2e24fbed6ae7e5c2ac7b12c0d6e3a96b26e97ea8579e914f5fd2fc88009830563738913ab21c61144db0202 46f30de86f29a0dbc8671a11240385343ae54f53.tar.gz"
|
||||
sha512sums="f5c887e3abcca40d5b48fe45097017896716759e6d34dcb26a5ebe80fd34d07c9644221d7ea4ab774d3e71246b49cc5b436eb1a3866e0e42b958cdf92581a713 10910a2d9e1d6205aa60d4947fe3cf00a330e72a.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue