wok rev 21615
Up opencv (3.4.6)
author | maniac |
---|---|
date | Thu May 23 22:07:21 2019 +0300 (2019-05-23) |
parents | 3f80e627fa53 |
children | 5d97883e7e44 |
files | guvcview/receipt opencv/receipt |
line diff
1.1 --- a/guvcview/receipt Thu May 23 21:59:02 2019 +0300 1.2 +++ b/guvcview/receipt Thu May 23 22:07:21 2019 +0300 1.3 @@ -11,9 +11,9 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="gtk+3 portaudio ffmpeg libsdl libv4l libgudev" 1.8 +DEPENDS="gtk+3 portaudio ffmpeg libsdl libv4l libgudev libusb" 1.9 BUILD_DEPENDS="gtk+3-dev portaudio-dev ffmpeg-dev libsdl-dev libv4l-dev \ 1.10 -libgudev-dev" 1.11 +libgudev-dev libusb-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()
2.1 --- a/opencv/receipt Thu May 23 21:59:02 2019 +0300 2.2 +++ b/opencv/receipt Thu May 23 22:07:21 2019 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="opencv" 2.7 -VERSION="3.1.0" 2.8 +VERSION="3.4.6" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Open source computer vision library" 2.11 MAINTAINER="pascal.bellard@slitaz.org"