blob: 1e4d312e0fc5f0611a3e917b114a56f5bdf6a3bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vorbis/gst-plugins-vorbis-0.6.3.ebuild,v 1.4 2003/09/17 11:22:43 weeve Exp $
inherit gst-plugins
KEYWORDS="~x86 ~ppc ~alpha ~sparc"
IUSE=""
DEPEND="media-libs/libvorbis
media-libs/libogg"
|