diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2012-06-12 19:31:11 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2012-06-12 19:31:11 +0000 |
commit | a288e1518c631f871951ee08a6f4c1ffbfc34c60 (patch) | |
tree | a305889b0ef81423004d560ea03483b25f13bf51 /media-plugins | |
parent | Initial ebuild based on iwl3945-ucode by Shawn Nematbakhsh for ChromiumOS. (diff) | |
download | historical-a288e1518c631f871951ee08a6f4c1ffbfc34c60.tar.gz historical-a288e1518c631f871951ee08a6f4c1ffbfc34c60.tar.bz2 historical-a288e1518c631f871951ee08a6f4c1ffbfc34c60.zip |
eapi=4; vdr-plugin-2.eclass
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-premiereepg/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild | 25 | ||||
-rw-r--r-- | media-plugins/vdr-proxy/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild | 19 |
4 files changed, 60 insertions, 4 deletions
diff --git a/media-plugins/vdr-premiereepg/ChangeLog b/media-plugins/vdr-premiereepg/ChangeLog index 54840bec32f5..5cc775149ca7 100644 --- a/media-plugins/vdr-premiereepg/ChangeLog +++ b/media-plugins/vdr-premiereepg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-premiereepg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-premiereepg/ChangeLog,v 1.12 2011/01/17 21:42:59 hd_brummy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-premiereepg/ChangeLog,v 1.13 2012/06/12 19:31:11 hd_brummy Exp $ + +*vdr-premiereepg-0.2.0-r1 (12 Jun 2012) + + 12 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-premiereepg-0.2.0-r1.ebuild: + eapi=4; vdr-plugin-2.eclass 17 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-premiereepg-0.0.8.ebuild, -files/vdr-premiereepg-0.0.8-fix-epg.patch, diff --git a/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild b/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild new file mode 100644 index 000000000000..e7aa6bb782d9 --- /dev/null +++ b/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-premiereepg/vdr-premiereepg-0.2.0-r1.ebuild,v 1.1 2012/06/12 19:31:11 hd_brummy Exp $ + +EAPI="4" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: Support the extended EPG which is sent by german paytv Sky on their portal channels" +HOMEPAGE="http://www.muempf.de/index.html" +SRC_URI="http://www.muempf.de/down/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.4.1" +RDEPEND="${DEPEND}" + +src_prepare() { + vdr-plugin-2_src_prepare + + fix_vdr_libsi_include premiereepg.c +} diff --git a/media-plugins/vdr-proxy/ChangeLog b/media-plugins/vdr-proxy/ChangeLog index 4570d6b7631b..43e54641259b 100644 --- a/media-plugins/vdr-proxy/ChangeLog +++ b/media-plugins/vdr-proxy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-proxy -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-proxy/ChangeLog,v 1.8 2008/04/28 11:04:47 zzam Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-proxy/ChangeLog,v 1.9 2012/06/12 19:26:34 hd_brummy Exp $ + +*vdr-proxy-0.1.4-r1 (12 Jun 2012) + + 12 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-proxy-0.1.4-r1.ebuild: + eapi=4; vdr-plugin-2.eclass 28 Apr 2008; Matthias Schwarzott <zzam@gentoo.org> vdr-proxy-0.1.4.ebuild: Marked stable on x86. diff --git a/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild new file mode 100644 index 000000000000..ad4faebcaf4a --- /dev/null +++ b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild,v 1.1 2012/06/12 19:26:34 hd_brummy Exp $ + +EAPI="4" + +inherit vdr-plugin-2 + +IUSE="" +SLOT="0" + +DESCRIPTION="VDR Plugin Proxy - enable grouping of menu entries, online load/unload" +HOMEPAGE="http://urichter.cjb.net/vdr/?h=proxy" +SRC_URI="http://www.mathematik.uni-kassel.de/~urichter/vdr/files/${P}.tgz" +LICENSE="GPL-2" + +KEYWORDS="~x86" + +DEPEND=">=media-video/vdr-1.3.23" |