This is the gstreamer base. I will be getting the plugins for it shortly. (Problems due to lack of glib-1.3.) It should be placed under media-libs/gstreamer The plugins will be media-libs/gstreamer-plugins (they are independent).
Created attachment 162 [details] the ebuild and digest
Updated ebuild (minor problem) # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Tennies <rotund@fatnsoft.com> P=gstreamer-0.3.2 S=${WORKDIR}/${P} DESCRIPTION="GStreamer" SRC_URI="http://prdownloads.sourceforge.net/gstreamer/${P}.tar.bz2" HOMEPAGE="http://www.gstreamer.net/" DEPEND="dev-libs/libxml >=x11-libs/gtk+-1.2 >=dev-libs/glib-1.2 sys-devel/autoconf sys-devel/automake dev-util/pkgconfig" RDEPEND="dev-libs/libxml >=x11-libs/gtk+-1.2" src_compile() { ./configure --host=${CHOST} --prefix=/usr|| die emake || die } src_install() { make prefix=${D}usr \ sysconfdir=${D}etc \ install || die dodoc AUTHORS ChangeLog COPYING FAQ NEWS README TODO insinto /usr/share/pixmaps/ donewins gnomexmms/gnomexmms.xpm xmms.xpm }
Any progress on gstreamer-plugins package? I would like to check them in together... don't imagine gstreamer is too useful on its own without plugins :)
Old bug. Closing.