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-libs/gst-plugins-ugly: ChangeLog gst-plugins-ugly-1.2.0.ebuild
Date: Sun, 29 Sep 2013 18:48:42
Message-Id: 20130929184834.763802004C@flycatcher.gentoo.org
1 eva 13/09/29 18:48:34
2
3 Modified: ChangeLog
4 Added: gst-plugins-ugly-1.2.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.128 media-libs/gst-plugins-ugly/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.128&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.128&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?r1=1.127&r2=1.128
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
20 retrieving revision 1.127
21 retrieving revision 1.128
22 diff -u -r1.127 -r1.128
23 --- ChangeLog 1 Sep 2013 18:40:32 -0000 1.127
24 +++ ChangeLog 29 Sep 2013 18:48:34 -0000 1.128
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/gst-plugins-ugly
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.127 2013/09/01 18:40:32 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.128 2013/09/29 18:48:34 eva Exp $
30 +
31 +*gst-plugins-ugly-1.2.0 (29 Sep 2013)
32 +
33 + 29 Sep 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gst-plugins-ugly-1.2.0.ebuild:
35 + Version bump.
36
37 *gst-plugins-ugly-1.0.10 (01 Sep 2013)
38
39
40
41
42 1.1 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-ugly-1.2.0.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-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.0.ebuild,v 1.1 2013/09/29 18:48:34 eva Exp $
52
53 EAPI="5"
54
55 # order is important, gst-plugins10 after gst-plugins
56 inherit eutils flag-o-matic gst-plugins-ugly gst-plugins10
57
58 DESCRIPTION="Basepack of plugins for gstreamer"
59 HOMEPAGE="http://gstreamer.sourceforge.net"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
63 IUSE="+orc"
64
65 RDEPEND="
66 >=dev-libs/glib-2.32:2
67 >=media-libs/gstreamer-1:${SLOT}
68 >=media-libs/gst-plugins-base-1:${SLOT}
69 orc? ( >=dev-lang/orc-0.4.16 )
70 "
71 DEPEND="${RDEPEND}
72 >=dev-util/gtk-doc-am-1.12
73 "
74
75 src_configure() {
76 # gst doesnt handle optimisations well
77 strip-flags
78 replace-flags "-O3" "-O2"
79 filter-flags "-fprefetch-loop-arrays" # see bug 22249
80
81 gst-plugins10_src_configure
82 }
83
84 src_compile() {
85 default
86 }
87
88 src_install() {
89 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
90 default
91 prune_libtool_files --modules
92 }