mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Revert "Add the libv4l Portage package"
This reverts commit 726b06283a5a3e58cee4d048d113c28b12002460. We will move it to the chromiumos-overlay for further modification. BUG=chrome-os-partner:6497 TEST='equery-x86-alex depends libv4l' shows nothing at this point. Change-Id: Ic593d2372ee047663e53207ae3b84fe3eafb08dd Reviewed-on: https://gerrit.chromium.org/gerrit/14280 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: Tai-Hsu Lin <sheckylin@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Tai-Hsu Lin <sheckylin@chromium.org>
This commit is contained in:
parent
ad842f90b2
commit
f569df20a1
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.5.ebuild,v 1.7 2011/12/30 13:14:33 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit linux-info multilib toolchain-funcs
|
||||
|
||||
MY_P=v4l-utils-${PV}
|
||||
|
||||
DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
|
||||
HOMEPAGE="http://git.linuxtv.org/v4l-utils.git"
|
||||
SRC_URI="http://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="virtual/jpeg"
|
||||
DEPEND="${RDEPEND}
|
||||
>=sys-kernel/linux-headers-2.6.30-r1"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
CONFIG_CHECK="~SHMEM"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
pushd lib
|
||||
emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" CFLAGS="${CFLAGS}"
|
||||
popd
|
||||
}
|
||||
|
||||
src_install() {
|
||||
pushd lib
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
|
||||
popd
|
||||
dodoc ChangeLog README.lib* TODO
|
||||
}
|
Loading…
Reference in New Issue
Block a user