diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-09-17 19:59:54 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-09-17 19:59:54 +0000 |
commit | bdbc742e3ef2da298d7808ca72df609ba154f0c2 (patch) | |
tree | 4ba3a7c09c84dd7c385c8726b1633cfc093425f2 /media-tv | |
parent | buried, use kde-base/superkaramba (diff) | |
download | gentoo-2-bdbc742e3ef2da298d7808ca72df609ba154f0c2.tar.gz gentoo-2-bdbc742e3ef2da298d7808ca72df609ba154f0c2.tar.bz2 gentoo-2-bdbc742e3ef2da298d7808ca72df609ba154f0c2.zip |
Added a new snapshot.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'media-tv')
3 files changed, 102 insertions, 1 deletions
diff --git a/media-tv/linuxtv-dvb-apps/ChangeLog b/media-tv/linuxtv-dvb-apps/ChangeLog index d66dba83d524..e71819d22c6b 100644 --- a/media-tv/linuxtv-dvb-apps/ChangeLog +++ b/media-tv/linuxtv-dvb-apps/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/linuxtv-dvb-apps # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.16 2006/07/12 12:03:09 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.17 2006/09/17 19:59:54 zzam Exp $ + +*linuxtv-dvb-apps-1.1.1.20060917 (17 Sep 2006) + + 17 Sep 2006; Matthias Schwarzott <zzam@gentoo.org> + +linuxtv-dvb-apps-1.1.1.20060917.ebuild: + Added a new snapshot. 12 Jul 2006; Matthias Schwarzott <zzam@gentoo.org> linuxtv-dvb-apps-1.1.0_p20060423.ebuild, -linuxtv-dvb-apps-1.1.1.ebuild: diff --git a/media-tv/linuxtv-dvb-apps/files/digest-linuxtv-dvb-apps-1.1.1.20060917 b/media-tv/linuxtv-dvb-apps/files/digest-linuxtv-dvb-apps-1.1.1.20060917 new file mode 100644 index 000000000000..f3c284ef817a --- /dev/null +++ b/media-tv/linuxtv-dvb-apps/files/digest-linuxtv-dvb-apps-1.1.1.20060917 @@ -0,0 +1,3 @@ +MD5 88c0dffec60847cfb85fab0a07f0282c linuxtv-dvb-apps-20060917.tar.bz2 278797 +RMD160 7d4478f0baa698ed62327993c5d9fd2e51c852f8 linuxtv-dvb-apps-20060917.tar.bz2 278797 +SHA256 535f9d68e5f49650f12ec39aa3b7f4c9a5a07af9a7cd7addc210d8083743aaf0 linuxtv-dvb-apps-20060917.tar.bz2 278797 diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild new file mode 100644 index 000000000000..adb109a8a711 --- /dev/null +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v 1.1 2006/09/17 19:59:54 zzam Exp $ + + +inherit eutils versionator + +MY_P="${PN}-$(get_version_component_range 4)" + +IUSE="usb" +SLOT="0" +HOMEPAGE="http://www.linuxtv.org/" +DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..." +LICENSE="GPL-2" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +KEYWORDS="~amd64 ~x86" + +DEPEND="usb? ( >=dev-libs/libusb-0.1.10a )" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_unpack() +{ + unpack ${A} + + cd ${S} + # disables compilation of ttusb_dec_reset which requires libusb + if ! use usb; then + sed -i util/Makefile \ + -e '/ttusb_dec_reset/d' \ + -e '/dib3000-watch/d' + fi + + # do not compile test-progs + sed -i Makefile -e '/-C test/d' +} + +src_compile() +{ + # interferes with variable in Makefile + unset ARCH + + emake bindir=/usr/bin datadir=/usr/share libdir=/usr/lib || die "failed to compile" +} + +src_install() +{ + # interferes with variable in Makefile + unset ARCH + + insinto /usr/bin + emake bindir=/usr/bin datadir=/usr/share libdir=/usr/lib prefix=${D}/usr \ + DESTDIR=${D} INSTDIR=${T} install || die "install failed" + + # rename scan to dvbscan + mv ${D}/usr/bin/scan ${D}/usr/bin/dvbscan + + # install scan-files + local dir + for dir in dvb-{s,c,t} atsc; do + insinto /usr/share/dvb/scan/${dir} + doins ${S}/util/scan/${dir}/* + done + + # install zap-files + for dir in dvb-{s,c,t} atsc; do + insinto /usr/share/dvb/zap/${dir} + doins ${S}/util/szap/channels-conf/${dir}/* + done + + # install remote-key files + insinto /usr/share/dvb/av7110_loadkeys + doins ${S}/util/av7110_loadkeys/*.rc* + + # install Documentation + dodoc README TODO INSTALL + newdoc util/scan/README README.dvbscan + newdoc util/szap/README README.zap + newdoc util/av7110_loadkeys/README README.av7110_loadkeys + + use usb && newdoc util/ttusb_dec_reset/README README.ttusb_dec_reset +} + +pkg_postinst() +{ + einfo "Please read the documentation in /usr/share/doc/${PF}." + einfo "The channel lists and other files are installed in" + einfo "/usr/share/dvb" + einfo + einfo "The scanning utility is now installed as dvbscan." +} |