Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-satip: ChangeLog vdr-satip-1.0.2-r1.ebuild vdr-satip-1.0.2.ebuild
Date: Mon, 02 Feb 2015 20:51:34
Message-Id: 20150202205130.C22C210EB1@oystercatcher.gentoo.org
1 hd_brummy 15/02/02 20:51:30
2
3 Modified: ChangeLog
4 Added: vdr-satip-1.0.2-r1.ebuild
5 Removed: vdr-satip-1.0.2.ebuild
6 Log:
7 added config file, suggested by tinitus@vdr-portal
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
10
11 Revision Changes Path
12 1.2 media-plugins/vdr-satip/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 20 Jan 2015 11:40:00 -0000 1.1
25 +++ ChangeLog 2 Feb 2015 20:51:30 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/vdr-satip
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/ChangeLog,v 1.1 2015/01/20 11:40:00 hd_brummy Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/ChangeLog,v 1.2 2015/02/02 20:51:30 hd_brummy Exp $
31 +
32 +*vdr-satip-1.0.2-r1 (02 Feb 2015)
33 +
34 + 02 Feb 2015; Joerg Bornkessel <hd_brummy@g.o> -vdr-satip-1.0.2.ebuild,
35 + +vdr-satip-1.0.2-r1.ebuild, +files/confd:
36 + added config file, suggested by tinitus@vdr-portal
37
38 *vdr-satip-1.0.2 (20 Jan 2015)
39
40
41
42
43 1.1 media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vdr-satip-1.0.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild,v 1.1 2015/02/02 20:51:30 hd_brummy Exp $
53
54 EAPI=5
55
56 inherit vdr-plugin-2
57
58 DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
59 HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
60 SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
61
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 LICENSE="GPL-2"
65 IUSE=""
66
67 DEPEND=">=media-video/vdr-2
68 >=net-misc/curl-7.36
69 || ( dev-libs/tinyxml
70 dev-libs/pugixml )"
71 RDEPEND="${DEPEND}"
72
73 src_prepare() {
74 vdr-plugin-2_src_prepare
75
76 if has_version "dev-libs/tinyxml" ; then
77 sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
78 #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
79 fi
80 }