2011-08-25 08:48:36 +00:00
|
|
|
# Template file for 'v4l-utils'
|
|
|
|
pkgname=v4l-utils
|
2014-02-28 08:44:57 +00:00
|
|
|
version=1.0.1
|
2014-04-01 14:15:29 +00:00
|
|
|
revision=3
|
2013-05-04 16:39:25 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-28 08:44:57 +00:00
|
|
|
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
|
|
|
hostmakedepends="libtool which pkg-config"
|
|
|
|
makedepends="libjpeg-turbo-devel libsysfs-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="/etc/rc_maps.cfg"
|
2011-08-25 08:48:36 +00:00
|
|
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://freshmeat.net/projects/libv4l"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-07-09 21:40:55 +00:00
|
|
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
2014-02-28 08:44:57 +00:00
|
|
|
checksum=fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df
|
2011-08-25 08:48:36 +00:00
|
|
|
|
2014-03-09 09:26:55 +00:00
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|
|
|
configure_args+=" --libdir=/usr/lib32"
|
|
|
|
pre_install() {
|
|
|
|
vmkdir usr/lib
|
|
|
|
ln -s lib ${DESTDIR}/usr/lib32
|
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
rm ${DESTDIR}/usr/lib32
|
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2014-02-28 08:44:57 +00:00
|
|
|
pre_configure() {
|
|
|
|
libtoolize -f
|
2011-08-25 08:48:36 +00:00
|
|
|
}
|
2013-04-14 14:51:01 +00:00
|
|
|
|
|
|
|
v4l-utils-devel_package() {
|
2014-02-28 08:44:57 +00:00
|
|
|
depends="libjpeg-turbo-devel libsysfs-devel ${sourcepkg}>=${version}_${revision}"
|
2013-05-04 16:39:25 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-14 14:51:01 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-28 08:44:57 +00:00
|
|
|
vmove usr/lib/*.a
|
|
|
|
vmove usr/lib/*.so
|
2013-04-14 14:51:01 +00:00
|
|
|
}
|
|
|
|
}
|