26 lines
902 B
Bash
26 lines
902 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-medialibs/emul-linux-x86-medialibs-20120127.ebuild,v 1.3 2012/03/14 09:51:28 ssuominen Exp $
|
|
|
|
EAPI="4"
|
|
|
|
inherit emul-linux-x86
|
|
|
|
LICENSE="GPL-2 GPL-3 LGPL-2 LGPL-2.1 BSD BSD-2 public-domain"
|
|
KEYWORDS="-* amd64"
|
|
|
|
DEPEND=""
|
|
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
|
|
~app-emulation/emul-linux-x86-xlibs-${PV}
|
|
~app-emulation/emul-linux-x86-db-${PV}
|
|
!<=app-emulation/emul-linux-x86-sdl-20081109
|
|
!<=app-emulation/emul-linux-x86-soundlibs-20110101"
|
|
PDEPEND="~app-emulation/emul-linux-x86-soundlibs-${PV}
|
|
~app-emulation/emul-linux-x86-sdl-${PV}"
|
|
# sdl pdep should be dropped once bug #299324 is solved
|
|
|
|
src_prepare() {
|
|
# Include all libv4l libs, bug #348277
|
|
ALLOWED="${S}/usr/lib32/libv4l/"
|
|
emul-linux-x86_src_prepare
|
|
}
|