From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/
Date: Tue, 5 Jan 2016 11:45:29 +0000 (UTC) [thread overview]
Message-ID: <1451994318.886513b7d8fa613249844aaca77fe56ac30f583c.pacho@gentoo> (raw)
commit: 886513b7d8fa613249844aaca77fe56ac30f583c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 11:18:34 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 11:45:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886513b7
net-libs/farstream: Drop old
Package-Manager: portage-2.2.26
net-libs/farstream/farstream-0.1.2-r1.ebuild | 93 ----------------------------
1 file changed, 93 deletions(-)
diff --git a/net-libs/farstream/farstream-0.1.2-r1.ebuild b/net-libs/farstream/farstream-0.1.2-r1.ebuild
deleted file mode 100644
index 0c33e7e..0000000
--- a/net-libs/farstream/farstream-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/Farstream"
-SRC_URI="http://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha ia64 sparc"
-IUSE="+introspection python msn test upnp"
-
-SLOT="0.1"
-
-# Tests need shmsink from gst-plugins-bad, which isn't packaged
-RESTRICT="test"
-
-COMMONDEPEND="
- >=media-libs/gstreamer-0.10.33:0.10
- >=media-libs/gst-plugins-base-0.10.33:0.10
- >=dev-libs/glib-2.30:2
- >=net-libs/libnice-0.1.0
- introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
- python? (
- >=dev-python/pygobject-2.16:2
- >=dev-python/gst-python-0.10.10:0.10 )
- upnp? ( net-libs/gupnp-igd )
-"
-RDEPEND="${COMMONDEPEND}
- >=media-libs/gst-plugins-good-0.10.17:0.10
- >=media-libs/gst-plugins-bad-0.10.17:0.10
- || (
- >=media-plugins/gst-plugins-libnice-0.1.0:0.10
- <=net-libs/libnice-0.1.3[gstreamer] )
- msn? ( >=media-plugins/gst-plugins-mimic-0.10.17:0.10 )
- !net-libs/farsight2
-"
-# This package is just a rename from farsight2
-
-MAKEOPTS="${MAKEOPTS} -j1" # Parallel is completely broken on this slot, bug #434618
-
-DEPEND="${COMMONDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
- test? (
- media-libs/gst-plugins-good:0.10
- media-plugins/gst-plugins-vorbis:0.10 )"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- # Fix building with gobject-introspection-1.33.x, bug #425096
- epatch "${FILESDIR}/${P}-introspection-tag-order.patch"
-}
-
-src_configure() {
- plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
- use msn && plugins="${plugins},fsmsnconference"
- econf --disable-static \
- $(use_enable introspection) \
- $(use_enable python) \
- $(use_enable upnp gupnp) \
- --with-plugins=${plugins}
-}
-
-src_install() {
- # Parallel install fails, bug #434618 (fixed in latest slot)
- emake -j1 install DESTDIR="${D}"
- dodoc AUTHORS README ChangeLog
-
- # Remove .la files since static libs are no longer being installed
- find "${D}" -name '*.la' -exec rm -f '{}' + || die
-}
-
-src_test() {
- # FIXME: do an out-of-tree build for tests if USE=-msn
- if ! use msn; then
- elog "Tests disabled without msn use flag"
- return
- fi
-
- emake -j1 check
-}
next reply other threads:[~2016-01-05 11:45 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 11:45 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-19 3:59 [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/ Andreas Sturmlechner
2025-07-08 17:17 Andreas Sturmlechner
2025-04-21 4:31 Sam James
2025-04-18 23:54 Sam James
2025-04-18 23:54 Sam James
2023-05-14 17:11 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
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
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=1451994318.886513b7d8fa613249844aaca77fe56ac30f583c.pacho@gentoo \
--to=pacho@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