From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/
Date: Thu, 26 Jan 2017 10:56:27 +0000 (UTC) [thread overview]
Message-ID: <1485428117.91ef0dcccdff8ace60cfacc0b7dfec230d106b1d.leio@gentoo> (raw)
commit: 91ef0dcccdff8ace60cfacc0b7dfec230d106b1d
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 09:30:06 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 10:55:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ef0dcc
net-libs/farstream: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-libs/farstream/Manifest | 1 -
net-libs/farstream/farstream-0.2.7.ebuild | 67 -------------------------------
net-libs/farstream/farstream-0.2.8.ebuild | 65 ------------------------------
3 files changed, 133 deletions(-)
diff --git a/net-libs/farstream/Manifest b/net-libs/farstream/Manifest
index a9f35b0..87d1334 100644
--- a/net-libs/farstream/Manifest
+++ b/net-libs/farstream/Manifest
@@ -1,3 +1,2 @@
DIST farstream-0.1.2.tar.gz 1265972 SHA256 fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9 SHA512 7d9ddde5d17205752a17298fb90cf855a828b2ae58746fbdc7e47749cee5e5eac4fd56f97f58251a5d253901cdd555e9cfade6016b6d92df99daefbe850e2910 WHIRLPOOL 273d20082152ff09adf8e64481b1b7c7ba7e6a24fc09addc219880fbee7f1e6b9845ce727c032fa3c364e8d2440736fd0324015426591b7e9766f11054828294
-DIST farstream-0.2.7.tar.gz 1309470 SHA256 dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d SHA512 98c72eb9045bf7d0ee7d38fc1d7eea0b8ad942fc39843df075bf6f61bc0bed619aafb36ae08d55a6e61265bd47137ec75ffbfc2846c7cbcb4cbef187844426d8 WHIRLPOOL 515901c25aab04c5c7ae91a96285e36095844d730cf38e4f4f9aabfaeb7ed09a0a4ba5eddbfcb1b7c8ff52ed7f7f16cb7a7a2814d29953d8d5097bb06dd95abc
DIST farstream-0.2.8.tar.gz 1315548 SHA256 2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908 SHA512 7ec5c57f8778f4107cb628dbf411e38b726152cf78920127dff4423239ff7e4980b6b4f938abba2aa21ab984b1e3053e7e648611322a0ce94df0af576df99a7e WHIRLPOOL 70772016e9c6fcdf64dc2ec32cafe074ef7fa193cae7114625ab0c2501fcdd1f8eccc4e98a31bb0d69ee58047602951259970797183d5dba065f28fe920dbf71
diff --git a/net-libs/farstream/farstream-0.2.7.ebuild b/net-libs/farstream/farstream-0.2.7.ebuild
deleted file mode 100644
index 1bd6a72..00000000
--- a/net-libs/farstream/farstream-0.2.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
-SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+introspection test upnp"
-
-SLOT="0.2/5" # .so version
-
-# Tests need shmsink from gst-plugins-bad, which isn't packaged
-# FIXME: do an out-of-tree build for tests if USE=-msn
-RESTRICT="test"
-
-COMMONDEPEND="
- >=media-libs/gstreamer-1.4:1.0
- >=media-libs/gst-plugins-base-1.4:1.0
- >=dev-libs/glib-2.32:2
- >=net-libs/libnice-0.1.8
- introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
- upnp? ( >=net-libs/gupnp-igd-0.2:= )
-"
-RDEPEND="${COMMONDEPEND}
- >=media-libs/gst-plugins-good-1.4:1.0
- >=media-libs/gst-plugins-bad-1.4:1.0
- media-plugins/gst-plugins-libnice:1.0
-"
-DEPEND="${COMMONDEPEND}
- ${PYTHON_DEPS}
- >=dev-util/gtk-doc-am-1.18
- virtual/pkgconfig
- test? (
- media-libs/gst-plugins-base:1.0[vorbis]
- media-libs/gst-plugins-good:1.0 )
-"
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
- gnome2_src_configure \
- --disable-static \
- $(use_enable introspection) \
- $(use_enable upnp gupnp) \
- --with-plugins=${plugins}
-}
-
-src_compile() {
- # Prevent sandbox violations, bug #539224
- # https://bugzilla.gnome.org/show_bug.cgi?id=744135
- # https://bugzilla.gnome.org/show_bug.cgi?id=744134
- addpredict /dev
- gnome2_src_compile
-}
diff --git a/net-libs/farstream/farstream-0.2.8.ebuild b/net-libs/farstream/farstream-0.2.8.ebuild
deleted file mode 100644
index aadc61c..00000000
--- a/net-libs/farstream/farstream-0.2.8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream"
-SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+introspection test upnp"
-SLOT="0.2/5" # .so version
-
-# Tests need shmsink from gst-plugins-bad, which isn't packaged
-# FIXME: do an out-of-tree build for tests if USE=-msn
-RESTRICT="test"
-
-COMMONDEPEND="
- >=media-libs/gstreamer-1.4:1.0
- >=media-libs/gst-plugins-base-1.4:1.0
- >=dev-libs/glib-2.32:2
- >=net-libs/libnice-0.1.8
- introspection? ( >=dev-libs/gobject-introspection-0.10.11:= )
- upnp? ( >=net-libs/gupnp-igd-0.2:= )
-"
-RDEPEND="${COMMONDEPEND}
- >=media-libs/gst-plugins-good-1.4:1.0
- >=media-libs/gst-plugins-bad-1.4:1.0
- media-plugins/gst-plugins-libnice:1.0
-"
-DEPEND="${COMMONDEPEND}
- ${PYTHON_DEPS}
- >=dev-util/gtk-doc-am-1.18
- virtual/pkgconfig
- test? (
- media-libs/gst-plugins-base:1.0[vorbis]
- media-libs/gst-plugins-good:1.0 )
-"
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
- gnome2_src_configure \
- --disable-static \
- $(use_enable introspection) \
- $(use_enable upnp gupnp) \
- --with-plugins=${plugins}
-}
-
-src_compile() {
- # Prevent sandbox violations, bug #539224
- # https://bugzilla.gnome.org/show_bug.cgi?id=744135
- # https://bugzilla.gnome.org/show_bug.cgi?id=744134
- addpredict /dev
- gnome2_src_compile
-}
next reply other threads:[~2017-01-26 10:56 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 10:56 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-14 17:11 [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/ Sam James
2023-04-17 0:49 Matt Turner
2022-11-25 3:08 Matt Turner
2022-10-31 14:28 Matt Turner
2021-08-27 0:44 Sam James
2021-04-15 5:25 Sam James
2021-04-15 1:33 Sam James
2021-04-15 0:13 Sam James
2021-04-14 22:07 Sam James
2021-04-14 22:07 Sam James
2021-04-14 18:51 Mikle Kolyada
2020-09-19 11:28 Michał Górny
2020-03-20 21:53 Matt Turner
2020-02-12 11:46 Mart Raudsepp
2020-02-12 11:46 Mart Raudsepp
2020-01-17 13:05 Agostino Sarubbo
2019-07-28 17:02 Aaron Bauman
2019-07-03 7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2018-11-23 22:15 Mart Raudsepp
2018-11-18 9:45 Mikle Kolyada
2018-11-01 20:42 Mart Raudsepp
2018-10-31 8:39 Sergei Trofimovich
2018-10-20 12:16 Sergei Trofimovich
2018-10-17 12:11 Tobias Klausmann
2018-08-25 18:44 Sergei Trofimovich
2018-08-22 19:20 Mart Raudsepp
2017-09-02 4:19 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2016-12-06 20:43 Markus Meier
2016-10-03 6:12 Jeroen Roovers
2016-09-17 14:58 Pacho Ramos
2016-07-30 10:27 Jeroen Roovers
2016-07-08 14:26 Markus Meier
2016-07-08 13:28 Agostino Sarubbo
2016-07-08 8:42 Agostino Sarubbo
2016-07-08 8:17 Agostino Sarubbo
2016-06-30 13:00 Tobias Klausmann
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-01-05 11:45 Pacho Ramos
2016-01-05 11:45 Pacho Ramos
2015-10-18 11:29 Mikle Kolyada
2015-09-16 8:43 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485428117.91ef0dcccdff8ace60cfacc0b7dfec230d106b1d.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox