mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
wineasio: rebuild against wine>=1.6 (unbuildable right now).
This commit is contained in:
parent
26ca10b185
commit
a1fa2289b6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'wineasio'
|
# Template file for 'wineasio'
|
||||||
pkgname=wineasio
|
pkgname=wineasio
|
||||||
version="0.9.0.git"
|
version="0.9.0.git"
|
||||||
revision=2
|
revision=3
|
||||||
homepage="http://sourceforge.net/projects/wineasio"
|
homepage="http://sourceforge.net/projects/wineasio"
|
||||||
makedepends="wine-unstable wine-unstable-devel jack-devel"
|
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
|
||||||
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support."
|
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL"
|
license="LGPL"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
@ -34,6 +34,6 @@ wineasio_package() {
|
||||||
nonfree="yes"
|
nonfree="yes"
|
||||||
depends="jack"
|
depends="jack"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue