summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/oss2jack/oss2jack-0.25.ebuild')
-rw-r--r--media-sound/oss2jack/oss2jack-0.25.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-sound/oss2jack/oss2jack-0.25.ebuild b/media-sound/oss2jack/oss2jack-0.25.ebuild
deleted file mode 100644
index 57b722c95..000000000
--- a/media-sound/oss2jack/oss2jack-0.25.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Tool to create virtual dsp to connect OSS-based apps to jack"
-HOMEPAGE="http://fort2.xdas.com/~kor/oss2jack/"
-SRC_URI="http://fort2.xdas.com/~kor/oss2jack/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="media-libs/libsamplerate
- media-sound/fusd-kor
- sys-apps/realtime-lsm"
-RDEPEND=${DEPEND}
-
-src_compile() {
- econf --with-fusd=/usr || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin "${S}"/src/oss2jack/oss2jack
- dodoc README
-}
-
-pkg_postinst() {
- elog "To use oss2jack you need to first start jackd"
- elog "and then run oss2jack to create the dsp device"
-}