summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-06-25 04:28:58 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-06-25 04:28:58 +0000
commit8e8da92880671806642c5aef590f8c734a7efe1d (patch)
tree83008458b775387dca2cbbedb468862b3123f9d6 /net-libs
parentVersion bump, drop old. (diff)
downloadgentoo-2-8e8da92880671806642c5aef590f8c734a7efe1d.tar.gz
gentoo-2-8e8da92880671806642c5aef590f8c734a7efe1d.tar.bz2
gentoo-2-8e8da92880671806642c5aef590f8c734a7efe1d.zip
Respect introspection USE flag (bug #420405, thanks to Florian Schmaus). Drop broken 0.1.2 ebuild.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/farstream/ChangeLog9
-rw-r--r--net-libs/farstream/farstream-0.1.2-r1.ebuild (renamed from net-libs/farstream/farstream-0.1.2.ebuild)3
2 files changed, 10 insertions, 2 deletions
diff --git a/net-libs/farstream/ChangeLog b/net-libs/farstream/ChangeLog
index 2561e9ff6498..0f9d71b3b270 100644
--- a/net-libs/farstream/ChangeLog
+++ b/net-libs/farstream/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/farstream
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.2 2012/05/05 02:54:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.3 2012/06/25 04:28:58 tetromino Exp $
+
+*farstream-0.1.2-r1 (25 Jun 2012)
+
+ 25 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -farstream-0.1.2.ebuild, +farstream-0.1.2-r1.ebuild:
+ Respect introspection USE flag (bug #420405, thanks to Florian Schmaus). Drop
+ broken 0.1.2 ebuild.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> farstream-0.1.2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/net-libs/farstream/farstream-0.1.2.ebuild b/net-libs/farstream/farstream-0.1.2-r1.ebuild
index 988b914510cd..e56b5a7c7718 100644
--- a/net-libs/farstream/farstream-0.1.2.ebuild
+++ b/net-libs/farstream/farstream-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2.ebuild,v 1.2 2012/05/05 02:54:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.1 2012/06/25 04:28:58 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -51,6 +51,7 @@ 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}