# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.8.2.ebuild,v 1.1 2004/06/29 16:12:56 foser Exp $ inherit gst-plugins KEYWORDS="~x86 ~ppc ~amd64 ~ia64 ~mips" IUSE="" # should we depend on a kernel (?) DEPEND=">=media-libs/alsa-lib-0.9.1" src_unpack() { # base class gst-plugins_src_unpack # fixes seek/drag problem in rhythmbox when using alsasink epatch ${FILESDIR}/gst-plugins-0.8.2-alsasink_seek_fix.diff } pkg_postinst() { gst-plugins_pkg_postinst ewarn "This plugin has known problems on some hardware due to alsa bugs" }