mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
guvcview: update to 2.0.7.
This commit is contained in:
parent
3f8ba59559
commit
05ec15794c
1 changed files with 11 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'guvcview'
|
# Template file for 'guvcview'
|
||||||
pkgname=guvcview
|
pkgname=guvcview
|
||||||
version=2.0.6
|
version=2.0.7
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname}-src-${version}"
|
create_wrksrc=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-debian-menu"
|
configure_args="--disable-static --disable-debian-menu"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool autoconf automake libtool glib-devel"
|
||||||
makedepends="eudev-libudev-devel gtk+3-devel SDL2-devel ffmpeg-devel libusb-devel
|
makedepends="eudev-libudev-devel gtk+3-devel SDL2-devel ffmpeg-devel libusb-devel
|
||||||
pulseaudio-devel v4l-utils-devel portaudio-devel gsl-devel"
|
pulseaudio-devel v4l-utils-devel portaudio-devel gsl-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -13,11 +13,15 @@ short_desc="Simple GTK interface for capturing and viewing video from UVC device
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://guvcview.sourceforge.net/"
|
homepage="http://guvcview.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.bz2"
|
||||||
checksum=95381cef5ee139e15f90b79d1425cc22bbaae43f87452cdce6674636aff37e85
|
checksum=f47d51fbd06e44eeaa1a82f4a153c927527c90d94514197a70b2956028cc8ad4
|
||||||
|
|
||||||
post_extract() {
|
post_patch() {
|
||||||
sed '31a#include <locale.h>' -i guvcview/guvcview.c
|
sed '31a#include <locale.h>' -i guvcview/guvcview.c
|
||||||
# add missing EOL in this file to fix do_check()
|
# add missing EOL in this file to fix do_check()
|
||||||
echo >> po/POTFILES.in
|
echo >> po/POTFILES.in
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue