summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-10-21 18:17:42 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-10-21 18:17:42 +0000
commitc83c9307a94628ee46ecbee812145c69b9b40ed0 (patch)
treec00c58fa2e8c94185f3110f8e292224198968903 /media-tv
parentrepoman is being a pain and not working with me... (diff)
downloadgentoo-2-c83c9307a94628ee46ecbee812145c69b9b40ed0.tar.gz
gentoo-2-c83c9307a94628ee46ecbee812145c69b9b40ed0.tar.bz2
gentoo-2-c83c9307a94628ee46ecbee812145c69b9b40ed0.zip
add firmware for the cx18 driver (Hauppauge PVR-1600 / Conexant 23418 chip). Previously this was in the unstable pvr-firmware ebuild
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/cx18-firmware/ChangeLog11
-rw-r--r--media-tv/cx18-firmware/Manifest4
-rw-r--r--media-tv/cx18-firmware/cx18-firmware-20080628.ebuild22
-rw-r--r--media-tv/cx18-firmware/metadata.xml8
4 files changed, 45 insertions, 0 deletions
diff --git a/media-tv/cx18-firmware/ChangeLog b/media-tv/cx18-firmware/ChangeLog
new file mode 100644
index 000000000000..f888fbedb475
--- /dev/null
+++ b/media-tv/cx18-firmware/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-tv/cx18-firmware
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.1 2008/10/21 18:17:42 cardoe Exp $
+
+*cx18-firmware-20080628 (21 Oct 2008)
+
+ 21 Oct 2008; Doug Goldstein <cardoe@gentoo.org> +metadata.xml,
+ +cx18-firmware-20080628.ebuild:
+ add firmware for the cx18 driver (Hauppauge PVR-1600 / Conexant 23418
+ chip). Previously this was in the unstable pvr-firmware ebuild
+
diff --git a/media-tv/cx18-firmware/Manifest b/media-tv/cx18-firmware/Manifest
new file mode 100644
index 000000000000..15f18d960043
--- /dev/null
+++ b/media-tv/cx18-firmware/Manifest
@@ -0,0 +1,4 @@
+DIST cx18-firmware-20080628.tar.gz 230740 RMD160 6381e243c580ef758e691937bbdd674c074a2492 SHA1 53b64cfac6b697576b95b38da3bbb94a041300a8 SHA256 b19504b45d32c9410eebff77075e10ecccc4492a06510bda1eb80920b31fe98f
+EBUILD cx18-firmware-20080628.ebuild 623 RMD160 93f908c8c00abb3a68f625b21b73a8215dda0243 SHA1 298929053276228a01ded3de51c9cc28d7bd4209 SHA256 f729d320cd4ca48942b882601a7d4b3c1435f39619e4f76692ecb8cd2aeab2ff
+MISC ChangeLog 399 RMD160 c0683feff14a66c982ca2e115cc6aa62c7d40715 SHA1 a3f5404e5997ea039daac4ad9c0b62d5ad95f12c SHA256 b7d9e561e910c75a359f6640b54710044d140ed80d018c0a72c96ed55a39d7a7
+MISC metadata.xml 223 RMD160 785a95fc22d209a6b7a954fbe941ba9b282ab27e SHA1 22a56d0b05175aba38d35954600350f53c904627 SHA256 7c48c4a5867627c492cb197dadccd52216f51d153bb894b23f4df071450dfb7a
diff --git a/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild
new file mode 100644
index 000000000000..e2181b6284f8
--- /dev/null
+++ b/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.1 2008/10/21 18:17:42 cardoe Exp $
+
+DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards"
+HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
+SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz"
+
+RESTRICT="mirror"
+SLOT="0"
+LICENSE="Conexant-firmware"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ dodir /lib/firmware
+ insinto /lib/firmware
+ doins *.fw
+}
diff --git a/media-tv/cx18-firmware/metadata.xml b/media-tv/cx18-firmware/metadata.xml
new file mode 100644
index 000000000000..f0e49c8ab5fd
--- /dev/null
+++ b/media-tv/cx18-firmware/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>media-tv</herd>
+<maintainer>
+ <email>cardoe@gentoo.org</email>
+</maintainer>
+</pkgmetadata>