summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-09 23:45:03 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-09 23:45:03 +0000
commit97fa614785c078ce05b3cf3dbc873e68d40aab2f (patch)
tree2e95ef5e4034caafb2da5897bf315c0ca57aa554 /app-emulation
parentMark 2.2.0 stable on ia64 (diff)
downloadgentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.tar.gz
gentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.tar.bz2
gentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.zip
Depend on fontforge when USE=truetype so we can build the default fonts.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog12
-rw-r--r--app-emulation/wine/wine-0.9.1.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.2.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.3.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.4.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.5-r1.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.6.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.7.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.8-r1.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.9.ebuild4
-rw-r--r--app-emulation/wine/wine-0.9.ebuild4
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild3
-rw-r--r--app-emulation/wine/wine-20050111-r2.ebuild3
-rw-r--r--app-emulation/wine/wine-20050211.ebuild3
-rw-r--r--app-emulation/wine/wine-20050310-r1.ebuild3
-rw-r--r--app-emulation/wine/wine-20050419.ebuild3
-rw-r--r--app-emulation/wine/wine-20050524.ebuild3
-rw-r--r--app-emulation/wine/wine-20050628.ebuild3
-rw-r--r--app-emulation/wine/wine-20050725-r1.ebuild3
-rw-r--r--app-emulation/wine/wine-20050830.ebuild3
-rw-r--r--app-emulation/wine/wine-20050930.ebuild4
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
22 files changed, 53 insertions, 34 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index 2dbcd84ed6e2..ef8265c11c72 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.133 2006/03/06 04:43:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.134 2006/03/09 23:45:03 vapier Exp $
+
+ 09 Mar 2006; Mike Frysinger <vapier@gentoo.org> wine-0.9.ebuild,
+ wine-0.9.1.ebuild, wine-0.9.2.ebuild, wine-0.9.3.ebuild,
+ wine-0.9.4.ebuild, wine-0.9.5-r1.ebuild, wine-0.9.6.ebuild,
+ wine-0.9.7.ebuild, wine-0.9.8-r1.ebuild, wine-0.9.9.ebuild,
+ wine-9999.ebuild, wine-20041019-r3.ebuild, wine-20050111-r2.ebuild,
+ wine-20050211.ebuild, wine-20050310-r1.ebuild, wine-20050419.ebuild,
+ wine-20050524.ebuild, wine-20050628.ebuild, wine-20050725-r1.ebuild,
+ wine-20050830.ebuild, wine-20050930.ebuild:
+ Depend on fontforge when USE=truetype so we can build the default fonts.
06 Mar 2006; Mike Frysinger <vapier@gentoo.org>
+files/wine-0.9.9-flex.patch, wine-0.9.8-r1.ebuild, wine-0.9.9.ebuild:
diff --git a/app-emulation/wine/wine-0.9.1.ebuild b/app-emulation/wine/wine-0.9.1.ebuild
index 4b5aaee6d612..515d43ef55fb 100644
--- a/app-emulation/wine/wine-0.9.1.ebuild
+++ b/app-emulation/wine/wine-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.1.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.1.ebuild,v 1.9 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.2.ebuild b/app-emulation/wine/wine-0.9.2.ebuild
index e7e88c4ac688..4f99c5d0a9c4 100644
--- a/app-emulation/wine/wine-0.9.2.ebuild
+++ b/app-emulation/wine/wine-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.2.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.2.ebuild,v 1.9 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.3.ebuild b/app-emulation/wine/wine-0.9.3.ebuild
index 3d5f7deb5f6a..d475c0ea2c9f 100644
--- a/app-emulation/wine/wine-0.9.3.ebuild
+++ b/app-emulation/wine/wine-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.3.ebuild,v 1.10 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.4.ebuild b/app-emulation/wine/wine-0.9.4.ebuild
index 6d857542945e..4b4c108a2e7f 100644
--- a/app-emulation/wine/wine-0.9.4.ebuild
+++ b/app-emulation/wine/wine-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.4.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.4.ebuild,v 1.10 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.5-r1.ebuild b/app-emulation/wine/wine-0.9.5-r1.ebuild
index bccefc9cc719..a2a4e13560a4 100644
--- a/app-emulation/wine/wine-0.9.5-r1.ebuild
+++ b/app-emulation/wine/wine-0.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.5-r1.ebuild,v 1.6 2006/02/05 13:45:51 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.5-r1.ebuild,v 1.7 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.6.ebuild b/app-emulation/wine/wine-0.9.6.ebuild
index 34d65a2a4866..cbf20a0866b0 100644
--- a/app-emulation/wine/wine-0.9.6.ebuild
+++ b/app-emulation/wine/wine-0.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.6.ebuild,v 1.8 2006/03/03 01:01:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.6.ebuild,v 1.9 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.7.ebuild b/app-emulation/wine/wine-0.9.7.ebuild
index bed1e3484892..2cc7eb2afc7e 100644
--- a/app-emulation/wine/wine-0.9.7.ebuild
+++ b/app-emulation/wine/wine-0.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.7.ebuild,v 1.5 2006/03/03 01:01:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.7.ebuild,v 1.6 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.8-r1.ebuild b/app-emulation/wine/wine-0.9.8-r1.ebuild
index dccfc0128452..d8ac9b110fb1 100644
--- a/app-emulation/wine/wine-0.9.8-r1.ebuild
+++ b/app-emulation/wine/wine-0.9.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.5 2006/03/06 04:43:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.6 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.9.ebuild b/app-emulation/wine/wine-0.9.9.ebuild
index 7aed45d3f2b7..57bb9660b605 100644
--- a/app-emulation/wine/wine-0.9.9.ebuild
+++ b/app-emulation/wine/wine-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v 1.2 2006/03/06 04:43:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v 1.3 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-0.9.ebuild b/app-emulation/wine/wine-0.9.ebuild
index c8a87de409c1..67285855c5c0 100644
--- a/app-emulation/wine/wine-0.9.ebuild
+++ b/app-emulation/wine/wine-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.ebuild,v 1.9 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index 38e62553cfb9..812b0b062630 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.25 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.26 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups doc gif glut jack jpeg lcms nas ncurses opengl oss"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050111-r2.ebuild b/app-emulation/wine/wine-20050111-r2.ebuild
index afb9cb5c0756..e23474f3ecd2 100644
--- a/app-emulation/wine/wine-20050111-r2.ebuild
+++ b/app-emulation/wine/wine-20050111-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.10 2006/02/26 05:09:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.11 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -16,6 +16,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc lcms"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild
index 4b9bdf6499a8..3226d5868877 100644
--- a/app-emulation/wine/wine-20050211.ebuild
+++ b/app-emulation/wine/wine-20050211.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.23 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.24 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc lcms"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild
index a20007355872..16ab462c9dcd 100644
--- a/app-emulation/wine/wine-20050310-r1.ebuild
+++ b/app-emulation/wine/wine-20050310-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.16 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.17 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc lcms"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild
index 1594ebc1372f..0016b152d9b7 100644
--- a/app-emulation/wine/wine-20050419.ebuild
+++ b/app-emulation/wine/wine-20050419.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.18 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.19 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc lcms"
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild
index bc37cfe9a050..a75747322a47 100644
--- a/app-emulation/wine/wine-20050524.ebuild
+++ b/app-emulation/wine/wine-20050524.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.16 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.17 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses lcms" #do
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050628.ebuild b/app-emulation/wine/wine-20050628.ebuild
index e95dfb7bc6fc..189a085ff3fd 100644
--- a/app-emulation/wine/wine-20050628.ebuild
+++ b/app-emulation/wine/wine-20050628.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.11 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050628.ebuild,v 1.12 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses lcms" #do
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050725-r1.ebuild b/app-emulation/wine/wine-20050725-r1.ebuild
index a383f32414fc..2fc690ea7061 100644
--- a/app-emulation/wine/wine-20050725-r1.ebuild
+++ b/app-emulation/wine/wine-20050725-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050725-r1.ebuild,v 1.10 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses lcms" #do
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050830.ebuild b/app-emulation/wine/wine-20050830.ebuild
index 578337772943..3d4785c6b2e1 100644
--- a/app-emulation/wine/wine-20050830.ebuild
+++ b/app-emulation/wine/wine-20050830.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.8 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050830.ebuild,v 1.9 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -15,6 +15,7 @@ IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses lcms" #do
RESTRICT="test" #72375
RDEPEND=">=media-libs/freetype-2.0.0
+ media-gfx/fontforge
media-fonts/corefonts
ncurses? ( >=sys-libs/ncurses-5.2 )
jack? ( media-sound/jack-audio-connection-kit )
diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild
index df0a77d4784a..d5022d9c83a3 100644
--- a/app-emulation/wine/wine-20050930.ebuild
+++ b/app-emulation/wine/wine-20050930.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.13 2006/02/03 00:04:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.14 2006/03/09 23:45:03 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -39,7 +39,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index d0f98dab0fda..47be258c9960 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.9 2006/02/16 02:25:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.10 2006/03/09 23:45:03 vapier Exp $
ECVS_SERVER="cvs.winehq.org:/home/wine"
ECVS_MODULE="wine"
@@ -44,7 +44,7 @@ RDEPEND=">=media-libs/freetype-2.0.0
glut? ( virtual/glut )
lcms? ( media-libs/lcms )
xml2? ( dev-libs/libxml2 dev-libs/libxslt )
- truetype? ( media-libs/freetype )
+ truetype? ( media-libs/freetype media-gfx/fontforge )
scanner? ( media-gfx/sane-backends )
amd64? (
>=app-emulation/emul-linux-x86-xlibs-2.1