summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2006-07-17 10:48:11 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2006-07-17 10:48:11 +0000
commit4d0882302e55a128e5d24e0196d8250ca0f7a85c (patch)
treec5153a0910599a3bca95222d6811eccaaf0cb22c
parentactually add the ebuild (diff)
downloadzaheerm-4d0882302e55a128e5d24e0196d8250ca0f7a85c.tar.gz
zaheerm-4d0882302e55a128e5d24e0196d8250ca0f7a85c.tar.bz2
zaheerm-4d0882302e55a128e5d24e0196d8250ca0f7a85c.zip
Istanbul is now in portage.
svn path=/; revision=8
-rw-r--r--media-video/istanbul/files/digest-istanbul-0.2.03
-rw-r--r--media-video/istanbul/istanbul-0.2.0.ebuild30
2 files changed, 0 insertions, 33 deletions
diff --git a/media-video/istanbul/files/digest-istanbul-0.2.0 b/media-video/istanbul/files/digest-istanbul-0.2.0
deleted file mode 100644
index 31f0701..0000000
--- a/media-video/istanbul/files/digest-istanbul-0.2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4dcf4caaad761962ec2fa9afb1014cf7 istanbul-0.2.0.tar.bz2 319887
-RMD160 cf9dcd1a921c44b641df3e86bfd6ed975880996d istanbul-0.2.0.tar.bz2 319887
-SHA256 eed28118b6581a9e77664e9079eb03f7be7f76b9a6e14e688243495473edd4c2 istanbul-0.2.0.tar.bz2 319887
diff --git a/media-video/istanbul/istanbul-0.2.0.ebuild b/media-video/istanbul/istanbul-0.2.0.ebuild
deleted file mode 100644
index 4516bfb..0000000
--- a/media-video/istanbul/istanbul-0.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-0.10.0.ebuild,v 1.2 2006/04/04 15:04:40 mr_bones_ Exp $
-
-inherit eutils gnome2
-
-KEYWORDS="~x86 ~amd64"
-
-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://live.gnome.org/Istanbul/${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
-}