diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-19 20:08:48 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-01-19 20:08:48 +0000 |
commit | fb5dbcdaa6dd579d597497264cfae31be7f23565 (patch) | |
tree | ac957223411f44f994768f6ce3f71242a416f6e8 /media-plugins/vdr-dvbhddevice | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-fb5dbcdaa6dd579d597497264cfae31be7f23565.tar.gz gentoo-2-fb5dbcdaa6dd579d597497264cfae31be7f23565.tar.bz2 gentoo-2-fb5dbcdaa6dd579d597497264cfae31be7f23565.zip |
bump
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-dvbhddevice')
-rw-r--r-- | media-plugins/vdr-dvbhddevice/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.2.3_p20140115.ebuild | 41 |
2 files changed, 49 insertions, 2 deletions
diff --git a/media-plugins/vdr-dvbhddevice/ChangeLog b/media-plugins/vdr-dvbhddevice/ChangeLog index c3b2859caa46..ff898ddafb5a 100644 --- a/media-plugins/vdr-dvbhddevice/ChangeLog +++ b/media-plugins/vdr-dvbhddevice/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2013/04/14 13:42:52 hd_brummy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.3 2014/01/19 20:08:48 hd_brummy Exp $ + +*vdr-dvbhddevice-0.2.3_p20140115 (19 Jan 2014) + + 19 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-dvbhddevice-0.2.3_p20140115.ebuild: + bump *vdr-dvbhddevice-0.0.9_p20130409 (14 Apr 2013) diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.2.3_p20140115.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.2.3_p20140115.ebuild new file mode 100644 index 000000000000..b3f5c28dea8f --- /dev/null +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.2.3_p20140115.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 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.2.3_p20140115.ebuild,v 1.1 2014/01/19 20:08:48 hd_brummy Exp $ + +EAPI=5 + +inherit vdr-plugin-2 + +HG_REVISION="60c58ae453d0" +HG_REVISION_DATE="20140115" + +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.2.3_p${HG_REVISION_DATE}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-1.7.39" +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 +} |