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