Magellan Linux

Contents of /trunk/extras/wine/wine-1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1605 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/wine/wine-1.0-r2.smage2,v 1.1 2008/08/13 18:33:45 niro Exp $
2
3 PNAME="wine"
4 PVER="1.0"
5 PBUILD="r2"
6
7 PCATEGORIE="app-emulation"
8 STATE="unstable"
9
10 DESCRIPTION="Wine is an Open Source implementation of the Windows API on top of X and Unix."
11 HOMEPAGE="http://www.winehq.com/"
12
13 DEPEND=">= virtual/opengl
14 >= x11-libs/libXcursor-1
15 >= x11-libs/libXrandr-1
16 >= x11-libs/libXi-1
17 >= x11-libs/libXmu-1
18 >= x11-libs/libXxf86vm-1
19 >= x11-apps/xmessage-1
20 >= media-libs/lcms-1.17
21 >= media-libs/alsa-lib-1.0.16
22 >= dev-libs/libxslt-1.1.22
23 >= dev-libs/libxml2-2.6.31
24 >= dev-libs/libusb-0.1.12
25 >= sys-apps/dbus-1.1
26 >= dev-libs/dbus-glib-0.74
27 >= sys-apps/hal-0.5.10
28 >= media-fonts/corefonts-1
29 >= media-gfx/fontforge-2008"
30
31 SDEPEND=">= x11-proto/inputproto-1
32 >= x11-proto/xextproto-1
33 >= x11-proto/xf86vidmodeproto-1
34 >= sys-dev/bison-2
35 >= sys-dev/flex-2.5.33"
36
37 SRCFILE="${PNAME}-${PVER}.tar.bz2"
38 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
39
40 sminclude mbuild
41
42 #
43 # FixMe: wine needs wine to compile successfully!
44 # sfnt2fnt does not run without libwine and the LDPATH seems to be wrong!
45 #
46 # maybe we need newer binutils which handle ORIGIN correctly
47 # -> fix targeted for mage090 branch
48 #
49
50 SRC_URI=(
51 sourceforge://${PNAME}/${SRCFILE}
52 mirror://${PNAME}/${SRCFILE}
53 )
54
55 src_compile()
56 {
57 cd ${SRCDIR}
58
59 export LDCONFIG=/bin/true
60 # fixme: $ORIGIN seems to be broken in glibc
61 # see: http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=225925
62 export LD_LIBRARY_PATH=${SRCDIR}/libs/wine
63 mconfigure --sysconfdir=/etc/wine --enable-opengl || die
64 mmake -j1 depend || die
65 mmake all || die
66 }

Properties

Name Value
svn:keywords Id