summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-22 13:24:58 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-22 13:24:58 +0000
commit0ab4b64324698ecc76d757e3134212856b15e263 (patch)
tree65bbe2e353bc9cfd61522c3cbb638c53aa799d43 /media-sound/vsound
parentamd64 stable wrt #199978 (diff)
downloadgentoo-2-0ab4b64324698ecc76d757e3134212856b15e263.tar.gz
gentoo-2-0ab4b64324698ecc76d757e3134212856b15e263.tar.bz2
gentoo-2-0ab4b64324698ecc76d757e3134212856b15e263.zip
amd64 stable wrt #199979
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/vsound')
-rw-r--r--media-sound/vsound/ChangeLog5
-rw-r--r--media-sound/vsound/vsound-0.6-r1.ebuild25
2 files changed, 16 insertions, 14 deletions
diff --git a/media-sound/vsound/ChangeLog b/media-sound/vsound/ChangeLog
index 7940691fd876..0f13ba1e35a0 100644
--- a/media-sound/vsound/ChangeLog
+++ b/media-sound/vsound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/vsound
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/ChangeLog,v 1.15 2007/03/12 04:27:15 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/ChangeLog,v 1.16 2007/11/22 13:24:58 drac Exp $
+
+ 22 Nov 2007; Samuli Suominen <drac@gentoo.org> vsound-0.6-r1.ebuild:
+ amd64 stable wrt #199979
*vsound-0.6-r1 (12 Mar 2007)
diff --git a/media-sound/vsound/vsound-0.6-r1.ebuild b/media-sound/vsound/vsound-0.6-r1.ebuild
index 436b9959030b..aec2c311e553 100644
--- a/media-sound/vsound/vsound-0.6-r1.ebuild
+++ b/media-sound/vsound/vsound-0.6-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/media-sound/vsound/vsound-0.6-r1.ebuild,v 1.1 2007/03/12 04:27:15 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild,v 1.2 2007/11/22 13:24:58 drac Exp $
inherit eutils
@@ -8,17 +8,16 @@ DESCRIPTION="A virtual audio loopback cable"
HOMEPAGE="http://www.vsound.org"
SRC_URI="http://www.vsound.org/${P}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
LICENSE="GPL-2"
SLOT="0"
-
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
+
DEPEND=">=media-sound/sox-12.17.1"
src_unpack() {
unpack ${A}
cd "${S}"
-
epatch "${FILESDIR}"/${P}-stdout.patch
}
@@ -28,13 +27,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use this program to, for instance, record audio from realplayer:"
- einfo " vsound realplay realmediafile.rm"
- einfo
- einfo "Or, to listen to realmediafile.rm at the same time:"
- einfo " vsound -d realplay realmediafile.rm"
- einfo
- einfo "See ${HOMEPAGE} or /usr/share/doc/${PF}/README.gz for more info"
- einfo
+ elog
+ elog "To use this program to, for instance, record audio from realplayer:"
+ elog "vsound realplay realmediafile.rm"
+ elog
+ elog "Or, to listen to realmediafile.rm at the same time:"
+ elog "vsound -d realplay realmediafile.rm"
+ elog
+ elog "See ${HOMEPAGE} or /usr/share/doc/${PF}/README.bz2 for more info"
+ elog
}