# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Artem Baguinski # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.3.4.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Additional plugins for gstreamer - streaming media framework" SRC_URI="mirror://sourceforge/gstreamer/${P}.tar.gz" HOMEPAGE="http://gstreamer.sourceforge.net" # required packages # there are many many optional libraries. features are compiled if the libraries # are present. most optional libraries are from gnome. DEPEND=">=media-libs/gstreamer-0.3.4" src_compile() { libtoolize --copy --force ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --sysconfdir=/etc \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS COPYING INSTALL README RELEASE TODO } pkg_postinst () { gst-register }