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-amr: gst-plugins-amr-1.0.10.ebuild ChangeLog
Date: Sun, 01 Sep 2013 18:41:39
Message-Id: 20130901184134.D778B2004C@flycatcher.gentoo.org
1 eva 13/09/01 18:41:34
2
3 Modified: ChangeLog
4 Added: gst-plugins-amr-1.0.10.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.6 media-plugins/gst-plugins-amr/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 26 Aug 2013 22:42:23 -0000 1.5
24 +++ ChangeLog 1 Sep 2013 18:41:34 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/gst-plugins-amr
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.5 2013/08/26 22:42:23 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.6 2013/09/01 18:41:34 eva Exp $
30 +
31 +*gst-plugins-amr-1.0.10 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gst-plugins-amr-1.0.10.ebuild:
35 + Version bump.
36
37 *gst-plugins-amr-1.0.8 (26 Aug 2013)
38
39
40
41
42 1.1 media-plugins/gst-plugins-amr/gst-plugins-amr-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-amr-1.0.10.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/gst-plugins-amr/gst-plugins-amr-1.0.10.ebuild,v 1.1 2013/09/01 18:41:34 eva Exp $
52
53 EAPI="5"
54
55 inherit gst-plugins-ugly
56
57 DESCRIPTION="GStreamer plugin for AMRNB/AMRWB codec"
58 HOMEPAGE="http://gstreamer.freedesktop.org/"
59
60 LICENSE="GPL-2"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="media-libs/opencore-amr"
65 DEPEND="${RDEPEND}"
66
67 GST_PLUGINS_BUILD="amrnb amrwb"
68 GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"