summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-05 08:28:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-05 08:28:30 +0000
commit0803b987da8f709648c3f7024cb05ca199cba6e0 (patch)
treeb4e9d2f063866f3142be07a12c565c772446d554 /media-tv
parentAdd fix from upstream for segfault #287338 by Marcin Mirosław. (diff)
downloadgentoo-2-0803b987da8f709648c3f7024cb05ca199cba6e0.tar.gz
gentoo-2-0803b987da8f709648c3f7024cb05ca199cba6e0.tar.bz2
gentoo-2-0803b987da8f709648c3f7024cb05ca199cba6e0.zip
Use bundled copy of libopenal.so.0 (OpenAL Demo 0.0.8) because app-emulation/emul-linux-x86-sdl-20091004_rc1 will ship libopenal.so.1 (OpenAL Soft 1.9.563).
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/livestation/ChangeLog8
-rw-r--r--media-tv/livestation/livestation-2.7.0-r2.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog
index ee9115123b35..d1566db1be2f 100644
--- a/media-tv/livestation/ChangeLog
+++ b/media-tv/livestation/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-tv/livestation
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.4 2009/07/21 09:29:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.5 2009/10/05 08:28:30 ssuominen Exp $
+
+ 05 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+ livestation-2.7.0-r2.ebuild:
+ Use bundled copy of libopenal.so.0 (OpenAL Demo 0.0.8) because
+ app-emulation/emul-linux-x86-sdl-20091004_rc1 will ship libopenal.so.1
+ (OpenAL Soft 1.9.563).
*livestation-2.7.0-r2 (21 Jul 2009)
diff --git a/media-tv/livestation/livestation-2.7.0-r2.ebuild b/media-tv/livestation/livestation-2.7.0-r2.ebuild
index 7bc192018a18..e331b63375c6 100644
--- a/media-tv/livestation/livestation-2.7.0-r2.ebuild
+++ b/media-tv/livestation/livestation-2.7.0-r2.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/media-tv/livestation/livestation-2.7.0-r2.ebuild,v 1.2 2009/07/21 12:03:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-2.7.0-r2.ebuild,v 1.3 2009/10/05 08:28:30 ssuominen Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_install() {
dodir ${dest}
cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die "cp failed"
- rm -f lib/{libopenal.so.0,libXtst.so.6} || die "rm failed"
+ rm -f lib/libXtst.so.6 || die "rm failed"
exeinto ${dest}/lib
doexe lib/* || die "doexe failed"
dosym plugins/imageformats ${dest}/imageformats || die "dosym failed"