libvdpau-sunxi: use versioned releases instead of git
This commit is contained in:
parent
0d84e3e0f6
commit
54dc8a03dd
|
@ -1,19 +0,0 @@
|
|||
# Template file for 'libvdpau-sunxi-git'
|
||||
pkgname=libvdpau-sunxi-git
|
||||
version=20140127
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config git"
|
||||
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}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'libvdpau-sunxi'
|
||||
pkgname=libvdpau-sunxi
|
||||
version=0.2
|
||||
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"
|
||||
distfiles="https://github.com/linux-sunxi/libvdpau-sunxi/archive/v${version}.tar.gz"
|
||||
checksum="732d427d2eb874bbd86ea870d1133ab07948830d017a3d1ec9525a7581c91932"
|
||||
|
||||
only_for_archs="armv7l"
|
||||
replaces="libvdpau-sunxi-git>=0"
|
Loading…
Reference in New Issue