diff options
author | eroen <eroen@occam.eroen.eu> | 2012-12-07 21:00:37 +0100 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2012-12-07 21:00:37 +0100 |
commit | eb1ccf1d7ba8d73b7999e4add49a8a3ca2656ebb (patch) | |
tree | dfe44cef03ab2d4fefd58fde69627b2e9701ef17 /app-emulation/wine/metadata.xml | |
parent | spidermonkey does not build with -flto (diff) | |
download | eroen-eb1ccf1d7ba8d73b7999e4add49a8a3ca2656ebb.tar.gz eroen-eb1ccf1d7ba8d73b7999e4add49a8a3ca2656ebb.tar.bz2 eroen-eb1ccf1d7ba8d73b7999e4add49a8a3ca2656ebb.zip |
created wine-1.5.19 directly from wine-1.5.18 in portage
Diffstat (limited to 'app-emulation/wine/metadata.xml')
-rw-r--r-- | app-emulation/wine/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/wine/metadata.xml b/app-emulation/wine/metadata.xml new file mode 100644 index 0000000..0cbb443 --- /dev/null +++ b/app-emulation/wine/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>wine</herd> +<longdescription> +Wine is an Open Source implementation of the Windows API on top of X and Unix. + +Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, and Solaris. +</longdescription> +<use> + <flag name='capi'>Enable ISDN support via CAPI</flag> + <flag name='custom-cflags'>Bypass strip-flags; use are your own peril</flag> + <flag name='gecko'>Add support for the Gecko engine when using iexplore</flag> + <flag name='mono'>Add support for .NET using Wine's Mono add-on</flag> + <flag name='opencl'>Enable OpenCL support</flag> + <flag name='osmesa'>Add support for OpenGL in bitmaps using libOSMesa</flag> + <flag name='perl'>Install helpers written in perl (winedump/winemaker)</flag> + <flag name='samba'>Add support for NTLM auth. see + http://wiki.winehq.org/NtlmAuthSetupGuide and + http://wiki.winehq.org/NtlmSigningAndSealing</flag> + <flag name='udisks'>Support dynamic storage devices using <pkg>sys-fs/udisks</pkg></flag> + <flag name='win32'>Build a 32bit version of Wine (won't run Win64 binaries)</flag> + <flag name='win64'>Build a 64bit version of Wine (won't run Win32 binaries)</flag> +</use> +</pkgmetadata> |