# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/gst-player/gst-player-0.5.1.ebuild,v 1.6 2003/07/09 16:47:00 liquidx Exp $ # debug since its still in devel inherit gnome2 debug DESCRIPTION="GStreamer Media Player" HOMEPAGE="http://www.gstreamer.net/apps/gst-player/" SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-libs/gstreamer-0.6.1 >=media-libs/gst-plugins-0.6.1 >=x11-libs/gtk+-2.2 >=gnome-base/libgnomeui-2 >=gnome-base/gconf-1.2 >=gnome-base/libbonoboui-2 >=gnome-base/libglade-2 dev-libs/libxml2" DEPEND="${RDEPEND} >=sys-apps/sed-4 >=dev-util/intltool-0.21 dev-util/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README RELEASE TODO" SCROLLKEEPER_UPDATE="0" src_unpack() { unpack ${A} # we depend on 0.6, but configure still uses 0.5's gst-inspect cd ${S}; sed -i -e "s/gst-inspect/gst-inspect-0.6/" configure } src_compile() { # get around sandbox violation generated by gst-inspect addwrite /var/lib/cache/gstreamer-0.6 addwrite /root/.gstreamer gnome2_src_compile }