summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 11:53:35 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 11:53:35 +0000
commita941193bb2348c2de002145c1cc0b29fed60fe08 (patch)
tree36b22784045841d64f8f07e787ad1d10f7ec08a5 /media-plugins/vdr-dvbhddevice
parentCorrect name of installed man pages. (diff)
downloadgentoo-2-a941193bb2348c2de002145c1cc0b29fed60fe08.tar.gz
gentoo-2-a941193bb2348c2de002145c1cc0b29fed60fe08.tar.bz2
gentoo-2-a941193bb2348c2de002145c1cc0b29fed60fe08.zip
new package
(Portage version: 2.1.11.50/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'media-plugins/vdr-dvbhddevice')
-rw-r--r--media-plugins/vdr-dvbhddevice/ChangeLog10
-rw-r--r--media-plugins/vdr-dvbhddevice/metadata.xml9
-rw-r--r--media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild41
3 files changed, 60 insertions, 0 deletions
diff --git a/media-plugins/vdr-dvbhddevice/ChangeLog b/media-plugins/vdr-dvbhddevice/ChangeLog
new file mode 100644
index 000000000000..5cde802c87c8
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/vdr-dvbhddevice
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.1 2013/03/31 11:53:35 hd_brummy Exp $
+
+*vdr-dvbhddevice-0.0.8_p20130302 (31 Mar 2013)
+
+ 31 Mar 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-dvbhddevice-0.0.8_p20130302.ebuild, +metadata.xml:
+ new package
+
diff --git a/media-plugins/vdr-dvbhddevice/metadata.xml b/media-plugins/vdr-dvbhddevice/metadata.xml
new file mode 100644
index 000000000000..94d2eca26f15
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>media-tv</herd>
+ <maintainer>
+ <email>vdr@gentoo.org</email>
+ <name>Gentoo VDR Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild
new file mode 100644
index 000000000000..8ca860c96dd9
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild,v 1.1 2013/03/31 11:53:35 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+HG_REVISION="946fc7bd41fa"
+HG_REVISION_DATE="20130302"
+
+DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
+S2-6400 DVB Card"
+HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
+SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
+-> dvbhddevice-0.0.8_p${HG_REVISION_DATE}.tar.gz"
+
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.7.38"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
+
+src_prepare() {
+ vdr-plugin-2_src_prepare
+
+ fix_vdr_libsi_include dvbhdffdevice.c
+}
+
+src_install() {
+ vdr-plugin-2_src_install
+
+ doheader dvbhdffdevice.h hdffcmd.h
+
+ insinto /usr/include/libhdffcmd
+ doins libhdffcmd/*.h
+}