2012-09-15 21:29:36 +00:00
|
|
|
# Template file for 'wineasio'
|
2014-01-01 15:10:11 +00:00
|
|
|
nonfree="yes"
|
|
|
|
only_for_archs=i686
|
|
|
|
wrksrc=${pkgname}
|
|
|
|
|
2012-09-15 21:29:36 +00:00
|
|
|
pkgname=wineasio
|
2013-10-28 16:06:10 +00:00
|
|
|
version="0.9.2"
|
|
|
|
revision=1
|
2012-09-15 21:29:36 +00:00
|
|
|
homepage="http://sourceforge.net/projects/wineasio"
|
2013-10-28 16:06:10 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
|
2013-10-03 13:37:08 +00:00
|
|
|
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="jack"
|
2013-10-03 13:37:08 +00:00
|
|
|
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
2012-09-15 21:29:36 +00:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="LGPL"
|
|
|
|
long_desc="
|
|
|
|
WineASIO provides an ASIO to JACK driver for WINE. ASIO is the most common
|
|
|
|
Windows low-latency driver, so is commonly used in audio workstation programs."
|
|
|
|
|
2013-04-14 15:36:49 +00:00
|
|
|
do_build() {
|
2013-10-03 13:51:28 +00:00
|
|
|
local url="http://redthumb.info.tm/asio.h"
|
2012-09-15 21:29:36 +00:00
|
|
|
msg_normal " Fetching ${url} ...\n"
|
|
|
|
$XBPS_FETCH_CMD ${url}
|
2013-10-28 16:06:10 +00:00
|
|
|
make clean
|
2012-09-15 21:29:36 +00:00
|
|
|
make ${makejobs}
|
|
|
|
}
|
|
|
|
|
2013-04-14 15:36:49 +00:00
|
|
|
do_install() {
|
2012-09-15 21:29:36 +00:00
|
|
|
vinstall wineasio.dll.so 755 usr/lib/wine
|
|
|
|
}
|