Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/
Date: Sun, 29 May 2016 12:42:52
Message-Id: 1464525696.c4d523a1814e9f8aa9ef5be0080288eabb85ea01.pacho@gentoo
1 commit: c4d523a1814e9f8aa9ef5be0080288eabb85ea01
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 12:17:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:41:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d523a1
7
8 net-libs/farstream: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/farstream/Manifest | 1 +
13 net-libs/farstream/farstream-0.2.8.ebuild | 65 +++++++++++++++++++++++++++++++
14 2 files changed, 66 insertions(+)
15
16 diff --git a/net-libs/farstream/Manifest b/net-libs/farstream/Manifest
17 index e0a26e7..a9f35b0 100644
18 --- a/net-libs/farstream/Manifest
19 +++ b/net-libs/farstream/Manifest
20 @@ -1,2 +1,3 @@
21 DIST farstream-0.1.2.tar.gz 1265972 SHA256 fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9 SHA512 7d9ddde5d17205752a17298fb90cf855a828b2ae58746fbdc7e47749cee5e5eac4fd56f97f58251a5d253901cdd555e9cfade6016b6d92df99daefbe850e2910 WHIRLPOOL 273d20082152ff09adf8e64481b1b7c7ba7e6a24fc09addc219880fbee7f1e6b9845ce727c032fa3c364e8d2440736fd0324015426591b7e9766f11054828294
22 DIST farstream-0.2.7.tar.gz 1309470 SHA256 dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d SHA512 98c72eb9045bf7d0ee7d38fc1d7eea0b8ad942fc39843df075bf6f61bc0bed619aafb36ae08d55a6e61265bd47137ec75ffbfc2846c7cbcb4cbef187844426d8 WHIRLPOOL 515901c25aab04c5c7ae91a96285e36095844d730cf38e4f4f9aabfaeb7ed09a0a4ba5eddbfcb1b7c8ff52ed7f7f16cb7a7a2814d29953d8d5097bb06dd95abc
23 +DIST farstream-0.2.8.tar.gz 1315548 SHA256 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908 SHA512 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e WHIRLPOOL 70772016e9c6fcdf64dc2ec32cafe074ef7fa193cae7114625ab0c2501fcdd1f8eccc4e98a31bb0d69ee58047602951259970797183d5dba065f28fe920dbf71
24
25 diff --git a/net-libs/farstream/farstream-0.2.8.ebuild b/net-libs/farstream/farstream-0.2.8.ebuild
26 new file mode 100644
27 index 0000000..c5b84a9
28 --- /dev/null
29 +++ b/net-libs/farstream/farstream-0.2.8.ebuild
30 @@ -0,0 +1,65 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit gnome2 python-any-r1
40 +
41 +DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
42 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
43 +SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="LGPL-2.1+"
46 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 +IUSE="+introspection test upnp"
48 +SLOT="0.2/5" # .so version
49 +
50 +# Tests need shmsink from gst-plugins-bad, which isn't packaged
51 +# FIXME: do an out-of-tree build for tests if USE=-msn
52 +RESTRICT="test"
53 +
54 +COMMONDEPEND="
55 + >=media-libs/gstreamer-1.4:1.0
56 + >=media-libs/gst-plugins-base-1.4:1.0
57 + >=dev-libs/glib-2.32:2
58 + >=net-libs/libnice-0.1.8
59 + introspection? ( >=dev-libs/gobject-introspection-0.10.11:= )
60 + upnp? ( >=net-libs/gupnp-igd-0.2:= )
61 +"
62 +RDEPEND="${COMMONDEPEND}
63 + >=media-libs/gst-plugins-good-1.4:1.0
64 + >=media-libs/gst-plugins-bad-1.4:1.0
65 + media-plugins/gst-plugins-libnice:1.0
66 +"
67 +DEPEND="${COMMONDEPEND}
68 + ${PYTHON_DEPS}
69 + >=dev-util/gtk-doc-am-1.18
70 + virtual/pkgconfig
71 + test? (
72 + media-libs/gst-plugins-base:1.0[vorbis]
73 + media-libs/gst-plugins-good:1.0 )
74 +"
75 +
76 +pkg_setup() {
77 + python-any-r1_pkg_setup
78 +}
79 +
80 +src_configure() {
81 + plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
82 + gnome2_src_configure \
83 + --disable-static \
84 + $(use_enable introspection) \
85 + $(use_enable upnp gupnp) \
86 + --with-plugins=${plugins}
87 +}
88 +
89 +src_compile() {
90 + # Prevent sandbox violations, bug #539224
91 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135
92 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134
93 + addpredict /dev
94 + gnome2_src_compile
95 +}