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-osdpip: ChangeLog vdr-osdpip-0.1.2.ebuild
Date: Sun, 31 Mar 2013 12:52:42
Message-Id: 20130331125238.AF9E42171D@flycatcher.gentoo.org
1 hd_brummy 13/03/31 12:52:38
2
3 Modified: ChangeLog
4 Added: vdr-osdpip-0.1.2.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
9
10 Revision Changes Path
11 1.18 media-plugins/vdr-osdpip/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 22 Jan 2013 12:52:50 -0000 1.17
24 +++ ChangeLog 31 Mar 2013 12:52:38 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/vdr-osdpip
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.17 2013/01/22 12:52:50 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.18 2013/03/31 12:52:38 hd_brummy Exp $
30 +
31 +*vdr-osdpip-0.1.2 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Joerg Bornkessel <hd_brummy@g.o>
34 + +vdr-osdpip-0.1.2.ebuild:
35 + bump
36
37 22 Jan 2013; Alexis Ballier <aballier@g.o> vdr-osdpip-0.1.1-r1.ebuild,
38 +files/vdr-osdpip-0.1.1-ffmpeg-1.patch:
39
40
41
42 1.1 media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vdr-osdpip-0.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2.ebuild,v 1.1 2013/03/31 12:52:38 hd_brummy Exp $
52
53 EAPI="4"
54
55 VERSION="961" # every bump, new version
56
57 inherit vdr-plugin-2 flag-o-matic
58
59 DESCRIPTION="VDR plugin: Show another channel in the OSD"
60 HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip"
61 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
62
63 KEYWORDS="~amd64 ~x86"
64 SLOT="0"
65 LICENSE="GPL-2"
66 IUSE=""
67
68 DEPEND=">=media-video/vdr-1.7.27
69 >=media-libs/libmpeg2-0.5.1
70 >=virtual/ffmpeg-0.6.90"
71 RDEPEND="${DEPEND}"
72
73 src_prepare() {
74 vdr-plugin-2_src_prepare
75
76 # UINT64_C is needed by ffmpeg headers
77 append-cxxflags -D__STDC_CONSTANT_MACROS
78 }