summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2009-05-12 18:57:50 +0000
committerJoe Peterson <lavajoe@gentoo.org>2009-05-12 18:57:50 +0000
commit4db1681120fba2d26995aa453434a0782424ec96 (patch)
treef017a2ebf371fdf363a175bf993b45060d049009 /games-simulation/secondlife-bin
parentRevbump. echangelog: Update category/package when creating the initial Change... (diff)
downloadgentoo-2-4db1681120fba2d26995aa453434a0782424ec96.tar.gz
gentoo-2-4db1681120fba2d26995aa453434a0782424ec96.tar.bz2
gentoo-2-4db1681120fba2d26995aa453434a0782424ec96.zip
Add music streaming (64-bit) patch to latest RC
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/secondlife-bin')
-rw-r--r--games-simulation/secondlife-bin/ChangeLog7
-rw-r--r--games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch11
-rw-r--r--games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild4
3 files changed, 19 insertions, 3 deletions
diff --git a/games-simulation/secondlife-bin/ChangeLog b/games-simulation/secondlife-bin/ChangeLog
index caa3322014d0..57832d9ff3c1 100644
--- a/games-simulation/secondlife-bin/ChangeLog
+++ b/games-simulation/secondlife-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-simulation/secondlife-bin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.19 2009/05/11 16:05:24 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.20 2009/05/12 18:57:50 lavajoe Exp $
+
+ 12 May 2009; Joe Peterson <lavajoe@gentoo.org>
+ +files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch,
+ secondlife-bin-1.23_rc1:
+ Add music streaming (64-bit) patch to latest RC
*secondlife-bin-1.23_rc1 (11 May 2009)
diff --git a/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch b/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch
new file mode 100644
index 000000000000..3341f4306c24
--- /dev/null
+++ b/games-simulation/secondlife-bin/files/secondlife-bin-1.23_rc1-amd64-audio-streaming-fix.patch
@@ -0,0 +1,11 @@
+--- secondlife.old 2009-03-06 16:05:19.000000000 -0700
++++ secondlife 2009-04-16 12:21:50.000000000 -0600
+@@ -5,7 +5,7 @@
+ ## testing phase; you should not usually need to touch them.
+
+ ## - Avoids using any OpenAL audio driver.
+-#export LL_BAD_OPENAL_DRIVER=x
++export LL_BAD_OPENAL_DRIVER=x
+ ## - Avoids using any FMOD audio driver.
+ #export LL_BAD_FMOD_DRIVER=x
+
diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild
index 2b1d621c9d73..178c612866b2 100644
--- a/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild
+++ b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild,v 1.1 2009/05/11 16:05:24 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild,v 1.2 2009/05/12 18:57:50 lavajoe Exp $
inherit eutils multilib games versionator
@@ -76,7 +76,7 @@ src_unpack() {
# On 64-bit systems, we need to uncomment LL_BAD_OPENAL_DRIVER=x
# to fix streaming audio.
- #use amd64 && epatch "${FILESDIR}"/${P}-amd64-audio-streaming-fix.patch
+ use amd64 && epatch "${FILESDIR}"/${P}-amd64-audio-streaming-fix.patch
}
src_install() {