Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646 - gstreamer-0.3.2
Summary: gstreamer-0.3.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-11 00:13 UTC by Joe Tennies
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the ebuild and digest (gstreamer-0.3.2.tar.gz,937 bytes, application/gzip)
2002-02-11 00:14 UTC, Joe Tennies
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Tennies 2002-02-11 00:13:25 UTC
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).
Comment 1 Joe Tennies 2002-02-11 00:14:01 UTC
Created attachment 162 [details]
the ebuild and digest
Comment 2 Joe Tennies 2002-02-11 04:40:41 UTC
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
}
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-28 22:34:33 UTC
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 :)
Comment 4 Bruce A. Locke (RETIRED) gentoo-dev 2002-11-05 22:54:39 UTC
Old bug.  Closing.