guvcview: revbump for gsl-2.7.1
Also fix do_check() step
This commit is contained in:
parent
6932a65a55
commit
a91e511486
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'guvcview'
|
||||
pkgname=guvcview
|
||||
version=2.0.6
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-src-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-debian-menu"
|
||||
|
@ -18,4 +18,6 @@ checksum=95381cef5ee139e15f90b79d1425cc22bbaae43f87452cdce6674636aff37e85
|
|||
|
||||
post_extract() {
|
||||
sed '31a#include <locale.h>' -i guvcview/guvcview.c
|
||||
# add missing EOL in this file to fix do_check()
|
||||
echo >> po/POTFILES.in
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue