Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild
Date: Sun, 04 May 2008 04:21:03
Message-Id: E1JsVie-0007Fc-H1@stork.gentoo.org
1 zzam 08/05/04 04:21:00
2
3 Modified: ChangeLog
4 Added: vdr-osdpip-0.0.10.ebuild
5 Log:
6 Version bumped. This version has own support for newer ffmpeg.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.7 media-plugins/vdr-osdpip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 28 Apr 2008 19:17:57 -0000 1.6
23 +++ ChangeLog 4 May 2008 04:21:00 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/vdr-osdpip
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.6 2008/04/28 19:17:57 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.7 2008/05/04 04:21:00 zzam Exp $
29 +
30 +*vdr-osdpip-0.0.10 (04 May 2008)
31 +
32 + 04 May 2008; Matthias Schwarzott <zzam@g.o>
33 + +vdr-osdpip-0.0.10.ebuild:
34 + Version bumped. This version has own support for newer ffmpeg.
35
36 *vdr-osdpip-0.0.9 (28 Apr 2008)
37
38
39
40
41 1.1 media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vdr-osdpip-0.0.10.ebuild
47 ===================================================================
48 # Copyright 2003-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.1 2008/05/04 04:21:00 zzam Exp $
51
52 inherit vdr-plugin
53
54 DESCRIPTION="VDR plugin: Show another channel in the OSD"
55 HOMEPAGE="http://www.magoa.net/linux"
56 SRC_URI="http://home.arcor.de/andreas.regel/files/osdpip/${P}.tgz"
57
58 KEYWORDS="~amd64 ~x86"
59 SLOT="0"
60 LICENSE="GPL-2"
61 IUSE=""
62
63 DEPEND=">=media-video/vdr-1.4.0
64 >=media-libs/libmpeg2-0.4.0
65 >=media-video/ffmpeg-0.4.8
66 "
67
68 #PATCHES=("${FILESDIR}/${P}-vdr-1.5.0.diff")
69
70 src_unpack() {
71 vdr-plugin_src_unpack
72
73 sed -i Makefile \
74 -e 's+^FFMDIR.*$+FFMDIR = /usr/include/ffmpeg+' \
75 -e 's+-I\$(FFMDIR)/libavcodec+-I$(FFMDIR)+' \
76 -e 's+-L\$(FFMDIR)/libavcodec++'
77
78 if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
79 #epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
80 sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/'
81 fi
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list