public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/farsight: ChangeLog farsight-0.1.27.ebuild farsight-0.1.25.ebuild farsight-0.1.24.ebuild farsight-0.1.26.ebuild
@ 2008-04-12 21:43 Olivier Crete (tester)
  0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2008-04-12 21:43 UTC (permalink / raw
  To: gentoo-commits

tester      08/04/12 21:43:21

  Modified:             ChangeLog
  Added:                farsight-0.1.27.ebuild
  Removed:              farsight-0.1.25.ebuild farsight-0.1.24.ebuild
                        farsight-0.1.26.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.19                 media-libs/farsight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Apr 2008 13:27:34 -0000	1.18
+++ ChangeLog	12 Apr 2008 21:43:21 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/farsight
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.18 2008/04/07 13:27:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.19 2008/04/12 21:43:21 tester Exp $
+
+*farsight-0.1.27 (12 Apr 2008)
+
+  12 Apr 2008; Olivier Crête <tester@gentoo.org> -farsight-0.1.24.ebuild,
+  -farsight-0.1.25.ebuild, -farsight-0.1.26.ebuild, +farsight-0.1.27.ebuild:
+  Version bump
 
   07 Apr 2008; Olivier Crête <tester@gentoo.org> farsight-0.1.26.ebuild:
   Add more deps on the required gst plugins to make it run



1.1                  media-libs/farsight/farsight-0.1.27.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.27.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.27.ebuild?rev=1.1&content-type=text/plain

Index: farsight-0.1.27.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.27.ebuild,v 1.1 2008/04/12 21:43:21 tester Exp $

DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"

LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="jingle doc test"
# msn yahoo
SLOT="0"

COMMON_DEPEND="=media-libs/gstreamer-0.10*
	>=media-libs/gstreamer-0.10.13
	=media-libs/gst-plugins-base-0.10*
	>=dev-libs/glib-2.6
	dev-libs/libxml2
	jingle? ( >=net-libs/libjingle-0.3.11 )"

RDEPEND="${COMMON_DEPEND}
	>=media-plugins/gst-plugins-farsight-0.12.7
	!<net-voip/telepathy-stream-engine-0.5.0
	=media-libs/gst-plugins-good-0.10*
	=media-plugins/gst-plugins-ffmpeg-0.10*"

DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig
	doc? ( >=dev-util/gtk-doc-1.5 )
	test? ( >=dev-libs/check-0.9.4 )"

src_compile() {
	# I'm disabling clinkc because it sucks, isnt in portage
	# and I couldnt care less for upnp
	econf --enable-rtp \
		--disable-clinkc \
		$(use_enable doc) \
		$(use_enable jingle jingle-p2p) || die "econf failed"
	# Not yet ported to the new version
	# $(use_enable msn msnwebcam) \
	# $(use_enable msn msnavconf) \
	# $(use_enable yahoo yahoowebcam) \
	emake || die "emake failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS README TODO
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-12 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 21:43 [gentoo-commits] gentoo-x86 commit in media-libs/farsight: ChangeLog farsight-0.1.27.ebuild farsight-0.1.25.ebuild farsight-0.1.24.ebuild farsight-0.1.26.ebuild Olivier Crete (tester)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox