Make dssi-vst, wine and wine-unstable use only_for_archs=i686.
This commit is contained in:
parent
ad198f70ba
commit
7bd1ad75f0
3 changed files with 6 additions and 6 deletions
|
@ -14,6 +14,8 @@ long_desc="
|
|||
most audio processing, although their user interfaces are slower because of
|
||||
the Windows emulation."
|
||||
|
||||
only_for_archs=i686
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run wine-unstable
|
||||
Add_dependency run libjack
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
__pkgname=wine
|
||||
pkgname=${__pkgname}-unstable
|
||||
version=1.3.31
|
||||
wrksrc=${__pkgname}-$version
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-x"
|
||||
configure_args="--with-x"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${version}.tar.bz2"
|
||||
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
||||
|
@ -16,13 +16,11 @@ long_desc="
|
|||
you can install and run these applications just like you would in
|
||||
Windows. (unstable)"
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="wine>=0"
|
||||
provides="wine-$version"
|
||||
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
||||
wrksrc=${__pkgname}-$version
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX OpenCL
|
||||
|
|
|
@ -14,8 +14,8 @@ long_desc="
|
|||
you can install and run these applications just like you would in
|
||||
Windows."
|
||||
|
||||
only_for_archs=i686
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in a new issue