diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-07-14 21:17:21 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-07-14 21:17:21 +0000 |
commit | 7a696f2d4981d26a5840d1b6d07042ab4b2e4ab7 (patch) | |
tree | 7db74921f2d0c16df94986de3c0c514c74b36144 /media-video/istanbul/istanbul-0.2.0.ebuild | |
parent | Fix sharedext build. (diff) | |
download | gentoo-2-7a696f2d4981d26a5840d1b6d07042ab4b2e4ab7.tar.gz gentoo-2-7a696f2d4981d26a5840d1b6d07042ab4b2e4ab7.tar.bz2 gentoo-2-7a696f2d4981d26a5840d1b6d07042ab4b2e4ab7.zip |
Initial Ebuild
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'media-video/istanbul/istanbul-0.2.0.ebuild')
-rw-r--r-- | media-video/istanbul/istanbul-0.2.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-video/istanbul/istanbul-0.2.0.ebuild b/media-video/istanbul/istanbul-0.2.0.ebuild new file mode 100644 index 000000000000..896280eb7ead --- /dev/null +++ b/media-video/istanbul/istanbul-0.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.0.ebuild,v 1.1 2006/07/14 21:17:21 zaheerm Exp $ + +inherit eutils gnome2 + +KEYWORDS="~x86 ~amd64" + +HOMEPAGE="http://live.gnome.org/Istanbul" +LICENSE="GPL-2" +SLOT=0 + +RDEPEND=">=media-libs/gst-plugins-base-0.10.8 + dev-lang/python + >=dev-python/pygtk-2.6 + >=dev-python/gnome-python-extras-2.11.3 + gnome-base/gconf + >=dev-python/gst-python-0.10.0 + media-plugins/gst-plugins-ogg + media-plugins/gst-plugins-theora + >=media-libs/libtheora-1.0_alpha6" + +DEPEND="${RDEPEND}" +SRC_URI="http://zaheer.merali.org/${P}.tar.bz2" + +src_compile() { + mkdir -p "${T}/home" + export HOME="${T}/home" + export GST_REGISTRY=${T}/home/registry.cache.xml + addpredict /root/.gconfd + addpredict /root/.gconf + econf + emake +} |