| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ogg/gst-plugins-ogg-0.10.35.ebuild,v 1.11 2012/12/02 18:24:33 eva Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
|
| 7 |
inherit gst-plugins-base gst-plugins10
|
| 8 |
|
| 9 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
|
| 10 |
IUSE=""
|
| 11 |
|
| 12 |
RDEPEND=">=media-libs/libogg-1.0"
|
| 13 |
DEPEND="${RDEPEND}"
|
| 14 |
|
| 15 |
src_prepare() {
|
| 16 |
gst-plugins10_system_link \
|
| 17 |
gst-libs/gst/riff:gstreamer-riff \
|
| 18 |
gst-libs/gst/tag:gstreamer-tag
|
| 19 |
}
|