blob: 05d0254b7a008f415982a9361ee08c5889933830 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.5.ebuild,v 1.2 2004/11/08 18:14:11 vapier Exp $
inherit gst-plugins eutils
KEYWORDS="~x86 ~ppc ~amd64 ~ia64 ~mips ~hppa ~ppc64"
IUSE=""
# should we depend on a kernel (?)
DEPEND=">=media-libs/alsa-lib-0.9.1"
pkg_postinst() {
gst-plugins_pkg_postinst
ewarn "This plugin has known problems on some hardware due to alsa bugs"
}
|