summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-24 05:53:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-24 05:53:07 +0000
commit4c696f730e83d86fac9949e0b40f59b5fb8fb171 (patch)
tree75f518c3517cf82cdafc12aa3437f4f95d167f9d /app-emulation
parentupdated for new tiff and bug 66794 (diff)
downloadhistorical-4c696f730e83d86fac9949e0b40f59b5fb8fb171.tar.gz
historical-4c696f730e83d86fac9949e0b40f59b5fb8fb171.tar.bz2
historical-4c696f730e83d86fac9949e0b40f59b5fb8fb171.zip
ver bump #64065 and patch fix #61721
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/point2play/ChangeLog8
-rw-r--r--app-emulation/point2play/Manifest15
-rw-r--r--app-emulation/point2play/files/1.3.2-fix-sound-test.patch20
-rw-r--r--app-emulation/point2play/files/digest-point2play-1.3.21
-rw-r--r--app-emulation/point2play/point2play-1.3.2.ebuild40
5 files changed, 72 insertions, 12 deletions
diff --git a/app-emulation/point2play/ChangeLog b/app-emulation/point2play/ChangeLog
index 1ac1042f02d2..508089488726 100644
--- a/app-emulation/point2play/ChangeLog
+++ b/app-emulation/point2play/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/point2play
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.14 2004/08/14 06:35:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/ChangeLog,v 1.15 2004/10/24 05:53:07 vapier Exp $
+
+*point2play-1.3.2 (24 Oct 2004)
+
+ 24 Oct 2004; Mike Frysinger <vapier@gentoo.org>
+ +files/1.3.2-fix-sound-test.patch, +point2play-1.3.2.ebuild:
+ Version bump #64065 by Alex Rostovtsev and patch fix #61721 by fury.
*point2play-1.3.1 (14 Aug 2004)
diff --git a/app-emulation/point2play/Manifest b/app-emulation/point2play/Manifest
index 3dbae0691535..5fc03fb7bb92 100644
--- a/app-emulation/point2play/Manifest
+++ b/app-emulation/point2play/Manifest
@@ -1,11 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5eaedc9b09d767be65011762b864712d ChangeLog 2196
+MD5 83c8bf5bcae10737b3f29bcaad201032 ChangeLog 2414
MD5 086d7322b591c18822e6a6ef25213c3b metadata.xml 465
MD5 afb92d6ed181ea6907e0cde5347610d4 point2play-1.1.1-r1.ebuild 900
MD5 400674b12eb150b13879fb0a70b21641 point2play-1.3.1.ebuild 938
MD5 ef7e3a8d0f187b717cbb58737929ce1c point2play-1.2.2b-r2.ebuild 1019
+MD5 7ddbe964ee2805a0581ddfa8243e61a3 point2play-1.3.2.ebuild 941
MD5 e4ff3be195cda12b76cdca866100ecfb files/Point2Play 281
MD5 8f95e756e8e01ff5a51b2f52b32b2cbc files/1.1.1-python2.2.patch 1280
MD5 05ea2cfbc96c5b4ecc398ad829c45bba files/digest-point2play-1.1.1-r1 71
@@ -14,10 +12,5 @@ MD5 044d03f18bb0a1ef2b3ff377d3f6554c files/digest-point2play-1.3.1 71
MD5 9bd712e5ae698b12406c222a84481c5a files/1.3.1-fix-sound-test.patch 1110
MD5 04e6a404729841723f5e82c2128f9337 files/1.3-fix-sound-test.patch 1070
MD5 ea2e65abe17a6dd0a9b7a36742acbdbf files/digest-point2play-1.2.2b-r2 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBI4paHTu7gpaalycRAtXuAJ9/Fbrk+b9ARX4UPkYmtgZ2Mb5I2gCg3fZ0
-D7XAdny01gq7OHVt0bH+gB0=
-=sBVR
------END PGP SIGNATURE-----
+MD5 b4608c53b6fef98dfa39242ad07f191f files/digest-point2play-1.3.2 71
+MD5 d7589e80ac0d830c971c8f43268eb558 files/1.3.2-fix-sound-test.patch 1032
diff --git a/app-emulation/point2play/files/1.3.2-fix-sound-test.patch b/app-emulation/point2play/files/1.3.2-fix-sound-test.patch
new file mode 100644
index 000000000000..b7e90ce680c5
--- /dev/null
+++ b/app-emulation/point2play/files/1.3.2-fix-sound-test.patch
@@ -0,0 +1,20 @@
+--- usr/lib/transgaming_point2play/tests/test_sound.py.orig 2004-09-14 19:10:30.409212936 -0400
++++ usr/lib/transgaming_point2play/tests/test_sound.py 2004-09-14 19:15:05.541386488 -0400
+@@ -40,15 +40,13 @@
+ # OSS Portion of the test
+ #
+ try:
+- audio_out = ossaudiodev.open('/dev/dsp', 'w')
++ audio_out = ossaudiodev.open('w')
+ except IOError, e:
+ OSSResult = ((_('OSS Sound Support'), _('Unable to open /dev/dsp'), 'red'))
+
+ if audio_out:
+ try:
+- audio_out.setparameters(TestSound1.getframerate(), 16,
+- TestSound1.getnchannels(), ossaudiodev.AFMT_S16_LE, False)
+- #FIXME: use getsampwidth for 16 and AFMT_S16_LE
++ audio_out.setparameters(ossaudiodev.AFMT_S16_LE, TestSound1.getnchannels(), TestSound1.getframerate())
+ except:
+ audio_out.close()
+ OSSResult = ((_('OSS Sound Support'), _('Unable to play sound, your\nSound card may not be configured correctly'), 'red'))
diff --git a/app-emulation/point2play/files/digest-point2play-1.3.2 b/app-emulation/point2play/files/digest-point2play-1.3.2
new file mode 100644
index 000000000000..dddef0b2244c
--- /dev/null
+++ b/app-emulation/point2play/files/digest-point2play-1.3.2
@@ -0,0 +1 @@
+MD5 a9e7c130588201e8973147d58427470c point2play-small-1.3.2.tgz 824970
diff --git a/app-emulation/point2play/point2play-1.3.2.ebuild b/app-emulation/point2play/point2play-1.3.2.ebuild
new file mode 100644
index 000000000000..ad4c1fea0bf9
--- /dev/null
+++ b/app-emulation/point2play/point2play-1.3.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.2.ebuild,v 1.1 2004/10/24 05:53:07 vapier Exp $
+
+inherit eutils
+
+MY_P=${PN}-small-${PV}
+DESCRIPTION="graphical frontend for WineX"
+HOMEPAGE="http://www.transgaming.com/"
+SRC_URI="${MY_P}.tgz"
+
+LICENSE="point2play"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+RESTRICT="fetch"
+
+RDEPEND="virtual/x11
+ >=dev-lang/python-2.3
+ >=dev-python/pygtk-1.99.16
+ >=x11-themes/gtk-engines-metal-2.2.0"
+
+S=${WORKDIR}
+
+pkg_nofetch() {
+ einfo "Please download the appropriate Point2Play archive (${MY_P}.tgz)"
+ einfo "from ${HOMEPAGE} (requires a Transgaming subscription)"
+ echo
+ einfo "The archive should then be placed into ${DISTDIR}"
+}
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${PV}-fix-sound-test.patch
+}
+
+src_install() {
+ mv usr ${D}/
+ mv etc/X11/applnk ${D}/usr/share
+}