wineasio: rebuild against wine>=1.6 (unbuildable right now).
This commit is contained in:
parent
26ca10b185
commit
a1fa2289b6
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'wineasio'
|
||||
pkgname=wineasio
|
||||
version="0.9.0.git"
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://sourceforge.net/projects/wineasio"
|
||||
makedepends="wine-unstable wine-unstable-devel jack-devel"
|
||||
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support."
|
||||
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
|
||||
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL"
|
||||
long_desc="
|
||||
|
@ -34,6 +34,6 @@ wineasio_package() {
|
|||
nonfree="yes"
|
||||
depends="jack"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue