Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.4.5.ebuild ChangeLog gst-plugins-vpx-1.2.3.ebuild gst-plugins-vpx-1.2.4.ebuild
Date: Tue, 03 Feb 2015 20:11:56
Message-Id: 20150203201152.B96EF10FCC@oystercatcher.gentoo.org
1 pacho 15/02/03 20:11:52
2
3 Modified: ChangeLog
4 Added: gst-plugins-vpx-1.4.5.ebuild
5 Removed: gst-plugins-vpx-1.2.3.ebuild
6 gst-plugins-vpx-1.2.4.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.41 media-plugins/gst-plugins-vpx/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.41&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.41&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.40&r2=1.41
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
22 retrieving revision 1.40
23 retrieving revision 1.41
24 diff -u -r1.40 -r1.41
25 --- ChangeLog 17 Oct 2014 19:19:02 -0000 1.40
26 +++ ChangeLog 3 Feb 2015 20:11:52 -0000 1.41
27 @@ -1,6 +1,12 @@
28 # ChangeLog for media-plugins/gst-plugins-vpx
29 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.40 2014/10/17 19:19:02 jer Exp $
31 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.41 2015/02/03 20:11:52 pacho Exp $
33 +
34 +*gst-plugins-vpx-1.4.5 (03 Feb 2015)
35 +
36 + 03 Feb 2015; Pacho Ramos <pacho@g.o> +gst-plugins-vpx-1.4.5.ebuild,
37 + -gst-plugins-vpx-1.2.3.ebuild, -gst-plugins-vpx-1.2.4.ebuild:
38 + Version bump, drop old
39
40 17 Oct 2014; Jeroen Roovers <jer@g.o> gst-plugins-vpx-1.2.4-r1.ebuild:
41 Stable for HPPA (bug #525564).
42
43
44
45 1.1 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gst-plugins-vpx-1.4.5.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v 1.1 2015/02/03 20:11:52 pacho Exp $
55
56 EAPI="5"
57 GST_ORG_MODULE=gst-plugins-good
58
59 inherit gstreamer
60
61 DESCRIPTION="GStreamer decoder for vpx video format"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
63 IUSE=""
64
65 # VP9 is under experimental, do not enable it now
66 RDEPEND=">=media-libs/libvpx-1.3.0[${MULTILIB_USEDEP}]"
67 DEPEND="${RDEPEND}"