summaryrefslogtreecommitdiff
path: root/packages/camsource/camsource_0.7.0.bb
blob: fa9994974d95cc7533a2a5e3161a88fa06e5bc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "camsource grabs images from a video4linux device and makes them \
available to various plugins for processing or handling."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "jpeg libxml2"

SRC_URI = "${SOURCEFORGE_MIRROR}/camsource/camsource-${PV}.tar.bz2 \
	   file://gcc34.patch;patch=1"
S = "${WORKDIR}/camsource-${PV}"

inherit autotools