# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="A GStreamer based RTSP server" HOMEPAGE="http://people.freedesktop.org/~wtay/" SRC_URI="http://people.freedesktop.org/~wtay/${P/-server/}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}/${P/-server/}" DEPEND=">=dev-python/pygobject-2.11.2 >=dev-python/gst-python-0.10.12 >=dev-lang/python-2.3 >=media-libs/gstreamer-0.10.23 >=media-libs/gst-plugins-base-0.10.23 >=dev-lang/vala-0.5.6" RDEPEND="${DEPEND}" src_configure() { econf --with-package-name="Gentoo GStreamer Ebuild" \ --with-package-origin="http://www.gentoo.org" \ --enable-introspection=no }