blob: 5dfe78ef2434590b6164a7900c899544941a335c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-neon/gst-plugins-neon-0.10.6-r1.ebuild,v 1.2 2008/04/13 15:42:37 hollow Exp $
inherit gst-plugins-bad
KEYWORDS="~amd64 ~x86"
RDEPEND=">=net-misc/neon-0.26
>=media-libs/gstreamer-0.10.17
>=media-libs/gst-plugins-base-0.10.17"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
gst-plugins-bad_src_unpack
epatch "${FILESDIR}"/${P}-neon-0.28.1.patch
}
|