From b76146ae06d5b65bcd93856331689fa295dec6a7 Mon Sep 17 00:00:00 2001 From: Davide Cendron Date: Sun, 17 Feb 2008 13:44:21 +0000 Subject: media-video/ov51x-jpeg: Version bump (with some ebuild fixes/improvements) svn path=/sunrise/; revision=5680 --- media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild (limited to 'media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild') diff --git a/media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild b/media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild new file mode 100644 index 000000000..81141a64a --- /dev/null +++ b/media-video/ov51x-jpeg/ov51x-jpeg-1.5.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit linux-mod + +DESCRIPTION="OV51x driver for Linux which supports JPEG decompression inside the kernel" +HOMEPAGE="http://www.rastageeks.org/ov51x-jpeg/index.php/Main_Page" +SRC_URI="http://www.rastageeks.org/downloads/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CONFIG_CHECK="USB VIDEO_V4L1_COMPAT" +ERROR_USB="${P} requires Host-side USB support (CONFIG_USB)." +ERROR_VIDEO_V4L1_COMPAT="${P} require support for the Video For Linux API 1 compatibility layer (CONFIG_VIDEO_V4L1_COMPAT)." +MODULE_NAMES="ov51x-jpeg(media/video:)" +BUILD_TARGETS="all" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KDIR=${KV_DIR}" +} + +src_install() { + linux-mod_src_install + dodoc ChangeLog || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad