diff options
author | Sardem FF7 <sardemff7.pub@gmail.com> | 2011-04-23 09:46:18 +0200 |
---|---|---|
committer | Sardem FF7 <sardemff7.pub@gmail.com> | 2011-04-23 09:46:18 +0200 |
commit | 12a5eb1a125c0b5fb6d573e62c8453a362044290 (patch) | |
tree | b42ff7873f858c82a78e4e1b5a949f9c38cc464e | |
parent | Update tmp fix (diff) | |
download | sardemff7-12a5eb1a125c0b5fb6d573e62c8453a362044290.tar.gz sardemff7-12a5eb1a125c0b5fb6d573e62c8453a362044290.tar.bz2 sardemff7-12a5eb1a125c0b5fb6d573e62c8453a362044290.zip |
Bump w_scan for linux > 2.6.38 without V4L
-rw-r--r-- | media-tv/w_scan/Manifest | 2 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20110410.ebuild | 28 | ||||
-rw-r--r-- | profiles/categories | 1 |
3 files changed, 31 insertions, 0 deletions
diff --git a/media-tv/w_scan/Manifest b/media-tv/w_scan/Manifest new file mode 100644 index 0000000..9d9f5b4 --- /dev/null +++ b/media-tv/w_scan/Manifest @@ -0,0 +1,2 @@ +EBUILD w_scan-20110410.ebuild 647 RMD160 d5a6acc258b7ada8a4f7ca07438551835503fd1e SHA1 683dade7f915a2d631a6a2a9f361ec2ce2640395 SHA256 299a69fa1c9c4aeef2bd9de69dce32bb8fe128dcf21177530a69d041ec0b8b8a +DIST w_scan-20110410.tar.bz2 483929 RMD160 7b0b09e55692337ded26c21ea802d22d667e005d SHA1 45a1526eb5616c3d831340f59c7fde21f3429a7b SHA256 d8c793d5f7502c57f27959b2185afc1ea385edb998d5d4a12650738535567b70 diff --git a/media-tv/w_scan/w_scan-20110410.ebuild b/media-tv/w_scan/w_scan-20110410.ebuild new file mode 100644 index 0000000..31425b9 --- /dev/null +++ b/media-tv/w_scan/w_scan-20110410.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit eutils + +DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S channels without prior knowledge of frequencies and modulations" +HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html" +SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="~media-tv/linuxtv-dvb-headers-5" +RDEPEND="" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + + insinto /usr/share/w_scan + doins pci.ids pci.classes usb.ids usb.classes + + dodoc README +} diff --git a/profiles/categories b/profiles/categories index 82209fd..2c8b82b 100644 --- a/profiles/categories +++ b/profiles/categories @@ -3,6 +3,7 @@ dev-util games-emulation gnome-extra media-gfx +media-tv meta-sync net-libs www-client |