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-bad: metadata.xml gst-plugins-bad-1.4.5.ebuild ChangeLog gst-plugins-bad-1.2.3.ebuild gst-plugins-bad-1.2.4.ebuild gst-plugins-bad-0.10.23-r1.ebuild
Date: Tue, 03 Feb 2015 17:41:18
Message-Id: 20150203174114.4A94D10FAD@oystercatcher.gentoo.org
1 pacho 15/02/03 17:41:14
2
3 Modified: metadata.xml ChangeLog
4 Added: gst-plugins-bad-1.4.5.ebuild
5 Removed: gst-plugins-bad-1.2.3.ebuild
6 gst-plugins-bad-1.2.4.ebuild
7 gst-plugins-bad-0.10.23-r1.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.8 media-libs/gst-plugins-bad/metadata.xml
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/metadata.xml?rev=1.8&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/metadata.xml?rev=1.8&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/metadata.xml?r1=1.7&r2=1.8
19
20 Index: metadata.xml
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/metadata.xml,v
23 retrieving revision 1.7
24 retrieving revision 1.8
25 diff -u -r1.7 -r1.8
26 --- metadata.xml 6 Oct 2013 22:20:25 -0000 1.7
27 +++ metadata.xml 3 Feb 2015 17:41:14 -0000 1.8
28 @@ -4,5 +4,6 @@
29 <herd>gstreamer</herd>
30 <use>
31 <flag name="egl">Enable EGL support</flag>
32 + <flag name="gles2">Enable GLES2 support</flag>
33 </use>
34 </pkgmetadata>
35
36
37
38 1.162 media-libs/gst-plugins-bad/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.162&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.162&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.161&r2=1.162
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
47 retrieving revision 1.161
48 retrieving revision 1.162
49 diff -u -r1.161 -r1.162
50 --- ChangeLog 11 Oct 2014 12:40:12 -0000 1.161
51 +++ ChangeLog 3 Feb 2015 17:41:14 -0000 1.162
52 @@ -1,6 +1,13 @@
53 # ChangeLog for media-libs/gst-plugins-bad
54 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.161 2014/10/11 12:40:12 maekke Exp $
56 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.162 2015/02/03 17:41:14 pacho Exp $
58 +
59 +*gst-plugins-bad-1.4.5 (03 Feb 2015)
60 +
61 + 03 Feb 2015; Pacho Ramos <pacho@g.o> +gst-plugins-bad-1.4.5.ebuild,
62 + -gst-plugins-bad-0.10.23-r1.ebuild, -gst-plugins-bad-1.2.3.ebuild,
63 + -gst-plugins-bad-1.2.4.ebuild, metadata.xml:
64 + Version bump, drop old
65
66 11 Oct 2014; Markus Meier <maekke@g.o>
67 gst-plugins-bad-0.10.23-r2.ebuild:
68
69
70
71 1.1 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.1&content-type=text/plain
75
76 Index: gst-plugins-bad-1.4.5.ebuild
77 ===================================================================
78 # Copyright 1999-2015 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.1 2015/02/03 17:41:14 pacho Exp $
81
82 EAPI="5"
83 GST_ORG_MODULE="gst-plugins-bad"
84
85 inherit eutils flag-o-matic gstreamer
86
87 DESCRIPTION="Less plugins for GStreamer"
88 HOMEPAGE="http://gstreamer.freedesktop.org/"
89
90 LICENSE="LGPL-2"
91 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
92
93 IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
94 REQUIRED_USE="
95 ^^ ( egl gles2 )
96 opengl? ( X )
97 wayland? ( egl )
98 "
99
100 # dtmf plugin moved from bad to good in 1.2
101 # X11 is automagic for now, upstream #709530
102 RDEPEND="
103 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
104 >=media-libs/gst-plugins-base-1.4:${SLOT}[${MULTILIB_USEDEP}]
105 >=media-libs/gstreamer-1.4:${SLOT}[${MULTILIB_USEDEP}]
106 introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
107
108 egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
109 gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
110 opengl? (
111 >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
112 virtual/glu[${MULTILIB_USEDEP}] )
113 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
114 wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
115
116 orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
117
118 !<media-libs/gst-plugins-good-1.1:${SLOT}
119 "
120 DEPEND="${RDEPEND}
121 >=dev-util/gtk-doc-am-1.12
122 "
123
124 src_configure() {
125 strip-flags
126 replace-flags "-O3" "-O2"
127 filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
128
129 multilib-minimal_src_configure
130 }
131
132 multilib_src_configure() {
133 gstreamer_multilib_src_configure \
134 $(multilib_native_use_enable introspection) \
135 $(use_enable egl) \
136 $(use_enable gles2) \
137 $(use_enable opengl) \
138 $(use_enable opengl glx) \
139 $(use_enable orc) \
140 $(use_enable vnc librfb) \
141 $(use_enable X x11) \
142 $(use_enable wayland) \
143 --disable-examples \
144 --disable-debug \
145 --disable-cocoa \
146 --disable-wgl
147 }
148
149 multilib_src_install_all() {
150 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
151 einstalldocs
152 prune_libtool_files --modules
153 }