mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
{main => community}/v4l-utils: move, use Qt 5
This commit is contained in:
parent
0075bd7b73
commit
689327e795
@ -2,12 +2,13 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=v4l-utils
|
||||
pkgver=1.12.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
|
||||
url="http://freshmeat.net/projects/libv4l"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
makedepends="qt-dev libjpeg-turbo-dev argp-standalone linux-headers eudev-dev"
|
||||
makedepends="qt5-qtbase-dev libjpeg-turbo-dev argp-standalone linux-headers
|
||||
eudev-dev alsa-lib-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc qv4l2 $pkgname-dvbv5 $pkgname-libs ir_keytable"
|
||||
source="http://linuxtv.org/downloads/v4l-utils/$pkgname-$pkgver.tar.bz2
|
||||
qv4l2.svg
|
||||
@ -17,11 +18,6 @@ source="http://linuxtv.org/downloads/v4l-utils/$pkgname-$pkgver.tar.bz2
|
||||
"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
[ "$CLIBC" = "musl" ] && export CFLAGS="$CFLAGS -D__off_t=off_t"
|
||||
@ -39,6 +35,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make -j1 DESTDIR="$pkgdir" install
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue
Block a user