summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2007-02-16 06:56:50 +0000
committerPeter Volkov <pva@gentoo.org>2007-02-16 06:56:50 +0000
commit51d3ec0b9b7814c23028f9517c911a01e8423acc (patch)
tree7dfa0301a736ca049e10d2fe1cd464fe453a507b /app-emulation/e-uae
parentVersion bump #167078 by Jisakiel. (diff)
downloadgentoo-2-51d3ec0b9b7814c23028f9517c911a01e8423acc.tar.gz
gentoo-2-51d3ec0b9b7814c23028f9517c911a01e8423acc.tar.bz2
gentoo-2-51d3ec0b9b7814c23028f9517c911a01e8423acc.zip
Added warning about sdl-sound. Ustream suggests not to use it in Linux.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emulation/e-uae')
-rw-r--r--app-emulation/e-uae/ChangeLog6
-rw-r--r--app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild7
-rw-r--r--app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/app-emulation/e-uae/ChangeLog b/app-emulation/e-uae/ChangeLog
index 24d7bf586c8b..299a7e84ed5d 100644
--- a/app-emulation/e-uae/ChangeLog
+++ b/app-emulation/e-uae/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/e-uae
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.29 2007/02/11 20:44:33 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.30 2007/02/16 06:56:50 pva Exp $
+
+ 16 Feb 2007; <pva@gentoo.org> e-uae-0.8.29_pre20061116-r1.ebuild,
+ e-uae-0.8.29_pre20070126.ebuild:
+ Added warning about sdl-sound. Ustream suggests not to use it in Linux.
*e-uae-0.8.29_pre20070126 (11 Feb 2007)
diff --git a/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild b/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild
index 83ea7c30ee70..8fa0c2d1c333 100644
--- a/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild
+++ b/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild,v 1.1 2007/02/11 19:49:22 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.29_pre20061116-r1.ebuild,v 1.2 2007/02/16 06:56:50 pva Exp $
inherit eutils flag-o-matic
@@ -50,12 +50,15 @@ pkg_setup() {
myconf="--with-alsa --without-sdl-sound"
elif use sdl-sound ; then
if ! use sdl ; then
- ewarn "sdl-sound is not enabled because sdl is switched off. Leaving"
+ ewarn "sdl-sound is not enabled because sdl USE flag is disabled. Leaving"
ewarn "sound on oss autodetection."
myconf="--without-alsa --without-sdl-sound"
ebeep
else
elog "Choosing sdl-sound as sound target to use."
+ ewarn "E-UAE with the SDL audio back-end doesn't work correctly in Linux."
+ ewarn "Better use alsa... You've been warned ;)"
+ ebeep
myconf="--without-alsa --with-sdl-sound"
fi
elif use oss ; then
diff --git a/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild b/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild
index 3821758b1dbb..d5b8a309b7ab 100644
--- a/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild
+++ b/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild,v 1.1 2007/02/11 20:44:33 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.29_pre20070126.ebuild,v 1.2 2007/02/16 06:56:50 pva Exp $
inherit eutils flag-o-matic
@@ -50,12 +50,15 @@ pkg_setup() {
myconf="--with-alsa --without-sdl-sound"
elif use sdl-sound ; then
if ! use sdl ; then
- ewarn "sdl-sound is not enabled because sdl is switched off. Leaving"
+ ewarn "sdl-sound is not enabled because sdl USE flag is disabled. Leaving"
ewarn "sound on oss autodetection."
myconf="--without-alsa --without-sdl-sound"
ebeep
else
elog "Choosing sdl-sound as sound target to use."
+ ewarn "E-UAE with the SDL audio back-end doesn't work correctly in Linux."
+ ewarn "Better use alsa... You've been warned ;)"
+ ebeep
myconf="--without-alsa --with-sdl-sound"
fi
elif use oss ; then