summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-02-04 09:23:32 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-02-04 09:23:32 +0000
commitf227e0e683372e6b0796792ff395ea887e3c89ee (patch)
tree88fd52aa22262a051b07f368bd6257de6ce15d13 /media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild
parentrework fix for segfault, thanks Michał Kiedrowicz <esqualante AT o2 DOT pl> ... (diff)
downloadgentoo-2-f227e0e683372e6b0796792ff395ea887e3c89ee.tar.gz
gentoo-2-f227e0e683372e6b0796792ff395ea887e3c89ee.tar.bz2
gentoo-2-f227e0e683372e6b0796792ff395ea887e3c89ee.zip
Removed, see bug #153667
Diffstat (limited to 'media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild')
-rw-r--r--media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild b/media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild
deleted file mode 100644
index 2fb54eb4ab4b..000000000000
--- a/media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nuppelvideo/nuppelvideo-0.53a.ebuild,v 1.3 2007/07/22 09:06:38 dberkholz Exp $
-
-inherit eutils toolchain-funcs linux-info
-
-DESCRIPTION="NuppelVideo is a simple low consuming and fast capture program for bttv-cards (BT8x8)"
-HOMEPAGE="http://www.linux.org/apps/AppId_6998.html"
-SRC_URI="mirror://gentoo/${P}.tbz2 http://dev.gentoo.org/~phosphan/${P}.tbz2"
-LICENSE="GPL-2 as-is"
-SLOT="0"
-
-IUSE=""
-
-KEYWORDS="~x86"
-DEPEND="x11-libs/libXext"
-RDEPEND="${DEPEND}
- media-sound/toolame
- media-video/mjpegtools
- media-video/vcdimager
- dev-lang/tk" # gets it wrong otherwise because of inherited eclasses
-
-src_compile() {
- get_version
- emake CC="$(tc-getCC)" V4LDIR="${KERNEL_DIR}/drivers/char" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dobin nuvrepairsync.tcl
- dodoc README LICENSE* Sound-Howto.txt
-}