Magellan Linux

Contents of /trunk/extras/wine/wine-1.1.35-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4785 - (show annotations) (download)
Sun Dec 27 23:40:05 2009 UTC (14 years, 4 months ago) by niro
File size: 2544 byte(s)
-with-out-ldap
1 # $Id$
2
3 PNAME="wine"
4 PVER="1.1.35"
5 PBUILD="r1"
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 # todo:
14 # libgphoto2, capi, gsm, jack, mpg123, sane, ncurses, openldap
15 DEPEND=">= virtual/opengl
16 >= x11-libs/libXcursor-1.1
17 >= x11-libs/libXrandr-1.3
18 >= x11-libs/libXi-1.3
19 >= x11-libs/libXmu-1
20 >= x11-libs/libXxf86vm-1.1
21 >= x11-libs/libXinerama-1.1
22 >= x11-libs/libXcomposite-0.4.1
23 >= x11-apps/xmessage-1
24 >= media-libs/lcms-1.18
25 >= media-libs/alsa-lib-1.0.21
26 >= media-libs/freetype-2.3.9
27 >= media-libs/fontconfig-2.7
28 >= media-libs/libjpeg-7
29 >= media-libs/libpng-1.2.40
30 >= media-libs/openal-1.9
31 >= media-libs/nas-1.9
32 >= dev-libs/libxslt-1.1.26
33 >= dev-libs/libxml2-2.7
34 >= dev-libs/openssl-0.9.8
35 >= dev-lang/perl-5.10
36 >= dev-perl/xml-simple-2.18
37 >= sys-apps/dbus-1.3
38 >= dev-libs/dbus-glib-0.82
39 >= sys-apps/hal-0.5.13
40 >= media-fonts/corefonts-2
41 >= media-gfx/fontforge-200909
42 >= net-print/cups-1.4
43 >= net-fs/samba-2.4
44 >= app-crypt/gnutls-2.8"
45
46 SDEPEND=">= x11-proto/inputproto-2
47 >= x11-proto/xextproto-7.1
48 >= x11-proto/xf86vidmodeproto-2.3
49 >= x11-proto/xineramaproto-1.2
50 >= sys-dev/bison-2.4
51 >= sys-dev/flex-2.5.35"
52
53 SRCFILE="${PNAME}-${PVER}.tar.bz2"
54 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
55
56 sminclude mbuild
57
58 #
59 # FixMe: wine needs wine to compile successfully!
60 # sfnt2fnt does not run without libwine and the LDPATH seems to be wrong!
61 #
62 # maybe we need newer binutils which handle ORIGIN correctly
63 # -> fix targeted for mage090 branch
64 #
65
66 SRC_URI=(
67 sourceforge://${PNAME}/${SRCFILE}
68 mirror://${PNAME}/${SRCFILE}
69 )
70
71 src_compile()
72 {
73 cd ${SRCDIR}
74
75 export LDCONFIG=/bin/true
76 # fixme: $ORIGIN seems to be broken in glibc
77 # see: http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=225925
78 export LD_LIBRARY_PATH=${SRCDIR}/libs/wine
79
80 mconfigure \
81 --sysconfdir=/etc/wine \
82 --disable-tests \
83 --disable-win64 \
84 --with-x \
85 --with-pthread \
86 --with-opengl \
87 --with-alsa \
88 --with-cms \
89 --with-cups \
90 --with-fontconfig \
91 --with-gnutls \
92 --with-hal \
93 --with-jpeg \
94 --with-nas \
95 --with-openal \
96 --with-openssl \
97 --with-png \
98 --with-freetype \
99 --with-xcomposite \
100 --with-xinerama \
101 --with-xml \
102 --with-xslt \
103 \
104 --without-capi \
105 --without-curses \
106 --without-esd \
107 --without-gphoto \
108 --without-gsm \
109 --without-jack \
110 --without-ldap \
111 --without-mpg123 \
112 --without-oss \
113 --without-sane \
114 || die
115
116 mmake -j1 depend || die
117 mmake all || die
118 }

Properties

Name Value
svn:keywords Id