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-libs/gst-plugins-ugly: gst-plugins-ugly-1.4.5.ebuild ChangeLog gst-plugins-ugly-1.2.4.ebuild gst-plugins-ugly-0.10.19.ebuild gst-plugins-ugly-1.2.3.ebuild
Date: Tue, 03 Feb 2015 17:45:05
Message-Id: 20150203174459.2BD5F10FA5@oystercatcher.gentoo.org
1 pacho 15/02/03 17:44:59
2
3 Modified: ChangeLog
4 Added: gst-plugins-ugly-1.4.5.ebuild
5 Removed: gst-plugins-ugly-1.2.4.ebuild
6 gst-plugins-ugly-0.10.19.ebuild
7 gst-plugins-ugly-1.2.3.ebuild
8 Log:
9 Version bump, drop old
10
11 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
12
13 Revision Changes Path
14 1.165 media-libs/gst-plugins-ugly/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.165&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.165&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?r1=1.164&r2=1.165
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
23 retrieving revision 1.164
24 retrieving revision 1.165
25 diff -u -r1.164 -r1.165
26 --- ChangeLog 11 Oct 2014 12:44:06 -0000 1.164
27 +++ ChangeLog 3 Feb 2015 17:44:59 -0000 1.165
28 @@ -1,6 +1,13 @@
29 # ChangeLog for media-libs/gst-plugins-ugly
30 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.164 2014/10/11 12:44:06 maekke Exp $
32 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.165 2015/02/03 17:44:59 pacho Exp $
34 +
35 +*gst-plugins-ugly-1.4.5 (03 Feb 2015)
36 +
37 + 03 Feb 2015; Pacho Ramos <pacho@g.o> +gst-plugins-ugly-1.4.5.ebuild,
38 + -gst-plugins-ugly-0.10.19.ebuild, -gst-plugins-ugly-1.2.3.ebuild,
39 + -gst-plugins-ugly-1.2.4.ebuild:
40 + Version bump, drop old
41
42 11 Oct 2014; Markus Meier <maekke@g.o>
43 gst-plugins-ugly-0.10.19-r1.ebuild:
44
45
46
47 1.1 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gst-plugins-ugly-1.4.5.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild,v 1.1 2015/02/03 17:44:59 pacho Exp $
57
58 EAPI="5"
59 GST_ORG_MODULE="gst-plugins-ugly"
60
61 inherit eutils flag-o-matic gstreamer
62
63 DESCRIPTION="Basepack of plugins for gstreamer"
64 HOMEPAGE="http://gstreamer.freedesktop.org/"
65
66 LICENSE="GPL-2"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
68 IUSE="+orc"
69
70 RDEPEND="
71 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
72 >=media-libs/gstreamer-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
73 >=media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
74 orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
75 "
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.12
78 "
79
80 src_configure() {
81 # gst doesnt handle optimisations well
82 strip-flags
83 replace-flags "-O3" "-O2"
84 filter-flags "-fprefetch-loop-arrays" # see bug 22249
85
86 multilib-minimal_src_configure
87 }
88
89 multilib_src_install_all() {
90 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
91 einstalldocs
92 prune_libtool_files --modules
93 }