Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-dxr3: vdr-dxr3-0.2.13.ebuild
Date: Mon, 03 Dec 2012 07:25:27
Message-Id: 20121203072516.4707D2171D@flycatcher.gentoo.org
1 ssuominen 12/12/03 07:25:16
2
3 Modified: vdr-dxr3-0.2.13.ebuild
4 Log:
5 Cosmetic change to change filesize to ensure redigesting goes thru. Expected 966 and got 969 in .13.ebuild
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.5 media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild?r1=1.4&r2=1.5
15
16 Index: vdr-dxr3-0.2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- vdr-dxr3-0.2.13.ebuild 2 Dec 2012 08:34:26 -0000 1.4
23 +++ vdr-dxr3-0.2.13.ebuild 3 Dec 2012 07:25:16 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild,v 1.4 2012/12/02 08:34:26 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dxr3/vdr-dxr3-0.2.13.ebuild,v 1.5 2012/12/03 07:25:16 ssuominen Exp $
29
30 EAPI="4"
31
32 @@ -28,7 +28,7 @@
33 vdr-plugin-2_src_prepare
34
35 cd "${S}"
36 - sed -i Makefile -e 's:^FFMDIR =.*$:FFMDIR=/usr/include/ffmpeg:'
37 + sed -i -e 's:^FFMDIR =.*$:FFMDIR=/usr/include/ffmpeg:' Makefile
38
39 # UINT64_C is needed by ffmpeg headers
40 append-flags -D__STDC_CONSTANT_MACROS