Lines 1-10
Link Here
|
1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-0.8.11.ebuild,v 1.10 2006/09/04 06:44:19 vapier Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
inherit gst-plugins |
5 |
inherit eutils gst-plugins |
6 |
|
6 |
|
7 |
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" |
7 |
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" |
8 |
IUSE="" |
8 |
IUSE="" |
9 |
|
9 |
|
10 |
DEPEND="media-libs/libdvdread" |
10 |
DEPEND="media-libs/libdvdread" |
|
|
11 |
|
12 |
src_unpack () { |
13 |
gst-plugins_src_unpack |
14 |
epatch "${FILESDIR}/${P}.patch" |
15 |
} |