Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC] Wine package
@ 2015-01-02 17:02 André Hentschel
  2015-01-02 18:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: André Hentschel @ 2015-01-02 17:02 UTC (permalink / raw)
  To: buildroot

Hi,
I'm working on the Wine package for upstream buildroot.
I attached Config.in and wine.mk for early review, so i don't start totally wrong.
Note that it's not complete wrt to dependency checking.

For cross compilation wine needs its own tools compiled for the host architecture, therefor there is host-wine.
As there's no easy way to only build the wine tools i disabled as much as possible.

Are stable or up-to-date (development) versions preferred? Wine 1.6.2 (latest stable) is one year old...
-------------- next part --------------
config BR2_PACKAGE_WINE
	bool "Wine"
	depends on BR2_INET_IPV6
	depends on BR2_TOOLCHAIN_HAS_THREADS
	# Wine has much CPU specific code
	depends on BR2_i386 || BR2_x86_64
	help
	  Wine is a compatibility layer capable of running
	  Windows applications on Linux. Instead of simulating internal
	  Windows logic like a virtual machine or emulator,
	  Wine translates Windows API calls into POSIX calls on-the-fly,
	  eliminating the performance and memory penalties of other methods.

	  http://www.winehq.org

comment "Wine needs a toolchain w/ IPv6, threads"
	depends on BR2_i386 || BR2_x86_64
	depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine.mk
Type: text/x-makefile
Size: 4234 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150102/b11261be/attachment.bin>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-03 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 17:02 [Buildroot] [RFC] Wine package André Hentschel
2015-01-02 18:13 ` Thomas Petazzoni
2015-01-02 18:56   ` André Hentschel
2015-01-02 19:29     ` Thomas Petazzoni
2015-01-03 16:38       ` André Hentschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox