Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.7.ebuild farstream-0.1.2-r2.ebuild ChangeLog farstream-0.2.4.ebuild
Date: Sun, 29 Mar 2015 12:51:34
Message-Id: 20150329125127.612A214C68@oystercatcher.gentoo.org
1 pacho 15/03/29 12:51:26
2
3 Modified: farstream-0.2.7.ebuild farstream-0.1.2-r2.ebuild
4 ChangeLog
5 Removed: farstream-0.2.4.ebuild
6 Log:
7 Drop msn USE as libmimic will be removed (#489552), drop old.
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.7 net-libs/farstream/farstream-0.2.7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild?r1=1.6&r2=1.7
17
18 Index: farstream-0.2.7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- farstream-0.2.7.ebuild 29 Mar 2015 11:12:21 -0000 1.6
25 +++ farstream-0.2.7.ebuild 29 Mar 2015 12:51:26 -0000 1.7
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 1.6 2015/03/29 11:12:21 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 1.7 2015/03/29 12:51:26 pacho Exp $
31
32 EAPI="5"
33 GCONF_DEBUG="no"
34 @@ -15,11 +15,12 @@
35
36 LICENSE="LGPL-2.1+"
37 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
38 -IUSE="+introspection msn test upnp"
39 +IUSE="+introspection test upnp"
40
41 SLOT="0.2/5" # .so version
42
43 # Tests need shmsink from gst-plugins-bad, which isn't packaged
44 +# FIXME: do an out-of-tree build for tests if USE=-msn
45 RESTRICT="test"
46
47 COMMONDEPEND="
48 @@ -34,7 +35,6 @@
49 media-libs/gst-plugins-good:1.0
50 media-libs/gst-plugins-bad:1.0
51 media-plugins/gst-plugins-libnice:1.0
52 - msn? ( media-plugins/gst-plugins-mimic:1.0 )
53 "
54 DEPEND="${COMMONDEPEND}
55 ${PYTHON_DEPS}
56 @@ -51,7 +51,6 @@
57
58 src_configure() {
59 plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
60 - use msn && plugins="${plugins},fsmsnconference"
61 gnome2_src_configure \
62 --disable-static \
63 $(use_enable introspection) \
64 @@ -66,13 +65,3 @@
65 addpredict /dev
66 gnome2_src_compile
67 }
68 -
69 -src_test() {
70 - # FIXME: do an out-of-tree build for tests if USE=-msn
71 - if ! use msn; then
72 - elog "Tests disabled without msn use flag"
73 - return
74 - fi
75 -
76 - emake -j1 check
77 -}
78
79
80
81 1.9 net-libs/farstream/farstream-0.1.2-r2.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild?rev=1.9&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild?rev=1.9&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild?r1=1.8&r2=1.9
86
87 Index: farstream-0.1.2-r2.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild,v
90 retrieving revision 1.8
91 retrieving revision 1.9
92 diff -u -r1.8 -r1.9
93 --- farstream-0.1.2-r2.ebuild 15 Mar 2015 13:29:51 -0000 1.8
94 +++ farstream-0.1.2-r2.ebuild 29 Mar 2015 12:51:26 -0000 1.9
95 @@ -1,9 +1,8 @@
96 # Copyright 1999-2015 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild,v 1.8 2015/03/15 13:29:51 pacho Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r2.ebuild,v 1.9 2015/03/29 12:51:26 pacho Exp $
100
101 EAPI="5"
102 -
103 PYTHON_COMPAT=( python2_7 )
104
105 inherit eutils python-single-r1
106 @@ -14,7 +13,9 @@
107
108 LICENSE="LGPL-2.1+"
109 KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
110 -IUSE="+introspection python msn test upnp"
111 +
112 +IUSE="+introspection python test upnp"
113 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
114
115 SLOT="0.1"
116
117 @@ -38,7 +39,6 @@
118 || (
119 >=media-plugins/gst-plugins-libnice-0.1.0:0.10
120 <=net-libs/libnice-0.1.3[gstreamer] )
121 - msn? ( >=media-plugins/gst-plugins-mimic-0.10.17:0.10 )
122 !net-libs/farsight2
123 "
124 # This package is just a rename from farsight2
125 @@ -54,6 +54,9 @@
126
127 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
128
129 +# FIXME: do an out-of-tree build for tests if USE=-msn
130 +RESTRICT="test"
131 +
132 pkg_setup() {
133 use python && python-single-r1_pkg_setup
134 }
135 @@ -65,7 +68,6 @@
136
137 src_configure() {
138 plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
139 - use msn && plugins="${plugins},fsmsnconference"
140 econf --disable-static \
141 $(use_enable introspection) \
142 $(use_enable python) \
143 @@ -81,13 +83,3 @@
144 # Remove .la files since static libs are no longer being installed
145 find "${D}" -name '*.la' -exec rm -f '{}' + || die
146 }
147 -
148 -src_test() {
149 - # FIXME: do an out-of-tree build for tests if USE=-msn
150 - if ! use msn; then
151 - elog "Tests disabled without msn use flag"
152 - return
153 - fi
154 -
155 - emake -j1 check
156 -}
157
158
159
160 1.54 net-libs/farstream/ChangeLog
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.54&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.54&content-type=text/plain
164 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.53&r2=1.54
165
166 Index: ChangeLog
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
169 retrieving revision 1.53
170 retrieving revision 1.54
171 diff -u -r1.53 -r1.54
172 --- ChangeLog 29 Mar 2015 11:12:21 -0000 1.53
173 +++ ChangeLog 29 Mar 2015 12:51:26 -0000 1.54
174 @@ -1,6 +1,10 @@
175 # ChangeLog for net-libs/farstream
176 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
177 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.53 2015/03/29 11:12:21 jer Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.54 2015/03/29 12:51:26 pacho Exp $
179 +
180 + 29 Mar 2015; Pacho Ramos <pacho@g.o> -farstream-0.2.4.ebuild,
181 + farstream-0.1.2-r2.ebuild, farstream-0.2.7.ebuild:
182 + Drop msn USE as libmimic will be removed (#489552), drop old.
183
184 29 Mar 2015; Jeroen Roovers <jer@g.o> farstream-0.2.7.ebuild:
185 Stable for HPPA (bug #534012).