summaryrefslogtreecommitdiff
path: root/media-video/libam7xxx/libam7xxx-9999.ebuild
blob: 2e6ae713949b1cde8c68e385cc1ab34cbecf3f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit git-r3 cmake-utils

DESCRIPTION="Driver and tools for am7xxx based DPF projectors"
HOMEPAGE="https://ao2.it/en/blog/2012/03/30/open-source-driver-usb-pico-projectors"

EGIT_REPO_URI="https://git.ao2.it/libam7xxx.git"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64"

DEPEND="virtual/libusb:1
	media-video/ffmpeg
	x11-libs/libxcb"

RDEPEND="${DEPEND}"