[mythtv] i've put ebuilds for cvs version of myth and associated modules up on the web

Richard Gibert lists at gibert.ca
Thu May 13 15:55:40 EDT 2004


On Thu, 2004-05-13 at 19:20 +0200, Henk Poley wrote:
*snip*
> 
> Care to fiddle a little and create a working nuvexport ebuild?
> 

Made this a while back but didn't bother contributing it since it's so
basic.

Richard
-------------- next part --------------
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE=""

DESCRIPTION="Converts MythTV's .nuv files to more standard formats"
HOMEPAGE="http://forevermore.net/mythtv/"
SRC_URI="http://forevermore.net/mythtv/files/${PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

RDEPEND="media-tv/mythtv
	dev-perl/DBI
	dev-perl/DBD-mysql
	media-video/transcode
	media-video/ffmpeg
	media-video/mjpegtools"

DEPEND="${RDEPEND}
	sys-apps/sed"

S=${WORKDIR}/${PN}

src_compile() {
	sed -e "s:/usr/local/bin/nuvexport:${D}/usr/bin/nuvexport:" \
		-e "s:/usr/local/bin/nuvinfo:${D}/usr/bin/nuvinfo:" \
		-e "s:/usr/local/share/nuvexport:${D}/usr/share/nuvexport:" \
		-i "install.sh" \
		&& einfo "install.sh patched" \
		|| die "sed failed"
}

src_install() {
	./install.sh &> /dev/null
}


More information about the mythtv-dev mailing list