Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: ChangeLog gst-plugins-theora-0.10.35.ebuild
Date: Sun, 02 Dec 2012 18:29:02
Message-Id: 20121202182852.A0B582171D@flycatcher.gentoo.org
1 eva 12/12/02 18:28:52
2
3 Modified: ChangeLog gst-plugins-theora-0.10.35.ebuild
4 Log:
5 Add src_prepare due to eclass changes.
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.179 media-plugins/gst-plugins-theora/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.179&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.179&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?r1=1.178&r2=1.179
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v
19 retrieving revision 1.178
20 retrieving revision 1.179
21 diff -u -r1.178 -r1.179
22 --- ChangeLog 2 Dec 2012 17:48:01 -0000 1.178
23 +++ ChangeLog 2 Dec 2012 18:28:52 -0000 1.179
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-plugins/gst-plugins-theora
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.178 2012/12/02 17:48:01 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.179 2012/12/02 18:28:52 eva Exp $
29 +
30 + 02 Dec 2012; Gilles Dartiguelongue <eva@g.o>
31 + gst-plugins-theora-0.10.35.ebuild:
32 + Add src_prepare due to eclass changes.
33
34 02 Dec 2012; Gilles Dartiguelongue <eva@g.o>
35 gst-plugins-theora-0.10.36.ebuild:
36
37
38
39 1.9 media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild?r1=1.8&r2=1.9
44
45 Index: gst-plugins-theora-0.10.35.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- gst-plugins-theora-0.10.35.ebuild 17 May 2012 15:11:39 -0000 1.8
52 +++ gst-plugins-theora-0.10.35.ebuild 2 Dec 2012 18:28:52 -0000 1.9
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v 1.8 2012/05/17 15:11:39 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v 1.9 2012/12/02 18:28:52 eva Exp $
58
59 EAPI=2
60
61 -inherit gst-plugins-base
62 +inherit gst-plugins-base gst-plugins10
63
64 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
65 IUSE=""
66 @@ -12,3 +12,9 @@
67 RDEPEND=">=media-libs/libtheora-1.1[encode]
68 media-libs/libogg"
69 DEPEND="${RDEPEND}"
70 +
71 +src_prepare() {
72 + gst-plugins10_system_link \
73 + gst-libs/gst/tag:gstreamer-tag \
74 + gst-libs/gst/video:gstreamer-video
75 +}