Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mediastreamer-x264: mediastreamer-x264-1.1.7.ebuild ChangeLog metadata.xml
Date: Tue, 28 Apr 2009 13:18:53
Message-Id: E1LynCw-0005Tl-Br@stork.gentoo.org
1 volkmar 09/04/28 13:18:46
2
3 Added: mediastreamer-x264-1.1.7.ebuild ChangeLog
4 metadata.xml
5 Log:
6 initial commit
7 (Portage version: 2.1.6.7/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.1 media-plugins/mediastreamer-x264/mediastreamer-x264-1.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/mediastreamer-x264-1.1.7.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/mediastreamer-x264-1.1.7.ebuild?rev=1.1&content-type=text/plain
14
15 Index: mediastreamer-x264-1.1.7.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-x264/mediastreamer-x264-1.1.7.ebuild,v 1.1 2009/04/28 13:18:46 volkmar Exp $
20
21 EAPI="2"
22
23 inherit multilib
24
25 MY_P="msx264-${PV}"
26
27 DESCRIPTION="mediastreamer plugin: add H264 support"
28 HOMEPAGE="http://www.linphone.org/"
29 SRC_URI="http://download.savannah.nongnu.org/releases/linphone/plugins/sources/${MY_P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~ppc"
34 IUSE=""
35
36 DEPEND=">=media-libs/mediastreamer-2.1.0
37 >=media-libs/x264-0.0.20080819
38 media-video/ffmpeg"
39 RDEPEND="${DEPEND}
40 media-libs/mediastreamer[video]"
41
42 S=${WORKDIR}/${MY_P}
43
44 src_configure() {
45 # strict: don't want -Werror
46 # hacked-x264: x264 is not patched with multislicing
47 econf \
48 --libdir=/usr/$(get_libdir) \
49 --disable-strict \
50 --disable-hacked-x264 \
51 --disable-dependency-tracking
52 }
53
54 src_install() {
55 emake DESTDIR="${D}" install || die "emake install failed"
56
57 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
58 }
59
60
61
62 1.1 media-plugins/mediastreamer-x264/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for media-plugins/mediastreamer-x264
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-x264/ChangeLog,v 1.1 2009/04/28 13:18:46 volkmar Exp $
72
73 *mediastreamer-x264-1.1.7 (28 Apr 2009)
74
75 28 Apr 2009; Mounir Lamouri <volkmar@g.o> +metadata.xml,
76 +mediastreamer-x264-1.1.7.ebuild:
77 Initial commit
78
79
80
81
82 1.1 media-plugins/mediastreamer-x264/metadata.xml
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/metadata.xml?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mediastreamer-x264/metadata.xml?rev=1.1&content-type=text/plain
86
87 Index: metadata.xml
88 ===================================================================
89 <?xml version="1.0" encoding="UTF-8"?>
90 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 <pkgmetadata>
92 <herd>voip</herd>
93 <maintainer>
94 <email>volkmar@g.o</email>
95 <name>Mounir Lamouri</name>
96 </maintainer>
97 </pkgmetadata>