
hmmm... just checked the tarballs again and the patches are in there... make sure you are using gtk+2.2.1-r2 and nautilus-2.3.2 and, if you want to make doubly sure do "ebuild /path/to/ebuild unpack" and it should spit out a list of the patches as they are applied.lurid wrote:I don't have any of them. It was supposed to have the new selection dialog, dropshaows and springloaded folders, right? I have none of it.
Have you tried running gst-register-0.6 first as root, then as your user?pmarks wrote: Okay, I have one further question. I haven't used the new net-rhythmbox tarball yet, because I've done some poking around. The first part of the problem with net-Rhythmbox was that XOSD was hanging upon startup. I removed the dependency upon XOSD and now it starts and plays a song. But there is something in GStreamer that isn't playin well with Gnome 2.3.x, since both gst-player and net-rhythmbox crash after playing a single song (or trying to seek within one...)
Any ideas as to what's causing GStreamer to puke/hang?

Code: Select all
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.2.1.ebuild,v 1.1 2003/04/30 10:26:56 foser Exp $
inherit gnome2 eutils
DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/"
SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2
>=gnome-base/libglade-2
>=gnome-base/gconf-1.2
>=gnome-base/libgnomeui-2
>=media-libs/gstreamer-0.6.1
>=media-libs/gst-plugins-0.6.1
>=media-libs/musicbrainz-2.0.1"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.20
dev-util/pkgconfig"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
export SANDBOX_DISABLED=1
SCROLLKEEPER_UPDATE="0"
src_unpack(){
unpack ${A}
cd ${S}
sed 's/gst-inspect/gst-inspect-0.6/' configure >configure.tmp
cp configure.tmp configure
}
This is not quite correct, the development ebuilds do go in the tree at a certain point close to the stable release. Right now the development version isn't in API freeze even, so highly experimental. We do plan on supporting the development snapshots outside the official tree, but haven't got around tidying them up enough yet to make it in our eyes release worthy.Lin_Matt wrote:Nah.... Official policy from the devs is no Gnome release unless it's "stable"... They just sit back and let us do all the bug testing....

Notice the quotes around stable. There's never been a posted policy from you on when a Gnome release is stable enough to be officially supported (beta,rc,etc..). Give me a policy and then I'll post that, until then I stand by my statement.foser wrote:This is not quite correct, the development ebuilds do go in the tree at a certain point close to the stable release. Right now the development version isn't in API freeze even, so highly experimental. We do plan on supporting the development snapshots outside the official tree, but haven't got around tidying them up enough yet to make it in our eyes release worthy.Lin_Matt wrote:Nah.... Official policy from the devs is no Gnome release unless it's "stable"... They just sit back and let us do all the bug testing....
Again, RTFT. When there's been an obvious bug, people have recompiled with debug info to get it fixed. If these ebuilds offend you so much, then release your own. Don't troll. I would expect much more from a developer.As far as bugtesting goes, usually when you just wait for the next stable release the bugs are almost all eliminated. People claiming they're running these 2.3 builds to help bugtesting while all of them have debug info disabled i cannot take seriously, bugs filed with backtraces from crashes with these ebuilds are probably worth nothing.
Man... it must really be nice to sit up in your ivory tower sniping at us poor souls muddling around in our obvious stupidity. Please forgive us lord foser!And mr. Lovechild, i may be wrong, but with nothing in src_install in that gnome-panel ebuild there's not much to run. Besides that, check the portage tree before adding your carboncopy new release ebuilds, sound-juicer was already in the official tree at the time of your writing and you obviously didn't check totem, cause it's slightly wrong (oops, my fault.. shouldn't you have it corrected with your team effort to improve ebuilds ?) . Totem will be in the tree soon as well, no worries.


that issue should be fixed in lin-matts tarball on breakmygentoo.net - there's a typo in on of the files which needs a bit of sed magic.xkb wrote:So no-one else is having problems installing gail from this ebuild? I keep getting the error: "cannot stat ../../index.sgml" etc.
Does anyone know why this fails?
sorry folks, I know this reply comes a bit late, but I only read these comments two minutes ago.. serves me right for going out to dinner at the beach with girls on a warm wednesday night instead of staying glued to my terminalfoser wrote: And mr. Lovechild, i may be wrong, but with nothing in src_install in that gnome-panel ebuild there's not much to run. Besides that, check the portage tree before adding your carboncopy new release ebuilds, sound-juicer was already in the official tree at the time of your writing and you obviously didn't check totem, cause it's slightly wrong (oops, my fault.. shouldn't you have it corrected with your team effort to improve ebuilds ?) . Totem will be in the tree soon as well, no worries.