summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2010-04-11 01:32:47 +0000
committerMounir Lamouri <volkmar@gentoo.org>2010-04-11 01:32:47 +0000
commit3f890d6460c60fa8bca72b4cc4ce5342e9b95554 (patch)
tree2d2eb66d6ee6f6d1a399431ae07076ce3a1f4052 /app-emulation
parentSupport multiple ABIs. (diff)
downloadgentoo-2-3f890d6460c60fa8bca72b4cc4ce5342e9b95554.tar.gz
gentoo-2-3f890d6460c60fa8bca72b4cc4ce5342e9b95554.tar.bz2
gentoo-2-3f890d6460c60fa8bca72b4cc4ce5342e9b95554.zip
Version bump to 3.7.3, adding media-gfx/graphicsmagick to the deps.
Fixing bug 305457 and bug 314209. (Portage version: 15511-svn/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/playonlinux/ChangeLog11
-rw-r--r--app-emulation/playonlinux/playonlinux-3.7.3.ebuild (renamed from app-emulation/playonlinux/playonlinux-3.6.ebuild)13
2 files changed, 18 insertions, 6 deletions
diff --git a/app-emulation/playonlinux/ChangeLog b/app-emulation/playonlinux/ChangeLog
index 9b3b28da56a2..b5ba26c1d223 100644
--- a/app-emulation/playonlinux/ChangeLog
+++ b/app-emulation/playonlinux/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/playonlinux
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/ChangeLog,v 1.6 2009/11/16 20:27:45 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/ChangeLog,v 1.7 2010/04/11 01:32:47 volkmar Exp $
+
+*playonlinux-3.7.3 (11 Apr 2010)
+
+ 11 Apr 2010; Mounir Lamouri <volkmar@gentoo.org> -playonlinux-3.6.ebuild,
+ +playonlinux-3.7.3.ebuild:
+ Version bump to 3.7.3, adding media-gfx/graphicsmagick to the deps.
+ Fixing bug 305457 and bug 314209.
*playonlinux-3.7-r1 (16 Nov 2009)
diff --git a/app-emulation/playonlinux/playonlinux-3.6.ebuild b/app-emulation/playonlinux/playonlinux-3.7.3.ebuild
index 88825bb622a9..b235bf7761a5 100644
--- a/app-emulation/playonlinux/playonlinux-3.6.ebuild
+++ b/app-emulation/playonlinux/playonlinux-3.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.6.ebuild,v 1.1 2009/07/13 12:18:46 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-3.7.3.ebuild,v 1.1 2010/04/11 01:32:47 volkmar Exp $
EAPI="2"
@@ -18,11 +18,13 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="app-emulation/wine
+RDEPEND="
+ app-emulation/wine
app-arch/cabextract
app-arch/unzip
dev-python/wxpython:2.8
- media-gfx/imagemagick
+ || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
+ x11-apps/mesa-progs
x11-terms/xterm"
S=${WORKDIR}/${PN}
@@ -31,6 +33,9 @@ S=${WORKDIR}/${PN}
# Having a real install script and let playonlinux use standard filesystem
# architecture to prevent having everything installed into GAMES_DATADIR
# It will let using LANGUAGES easily
+# How to deal with Microsoft Fonts installation asked every time ?
+# How to deal with wine version installed ? (have a better mgmt of system one)
+# Look at debian pkg: http://packages.debian.org/sid/playonlinux
src_prepare() {
einfo "Removing temporary files..."