wok-next diff motion/receipt @ rev 20976
Follow recent changes in the Python renames
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 25 17:35:51 2018 +0300 (2018-09-25) |
parents | 757d032c55c7 |
children | d5aab818505e |
line diff
1.1 --- a/motion/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/motion/receipt Tue Sep 25 17:35:51 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="libpthread-stubs jpeg-dev libv4l-dev" 1.8 +BUILD_DEPENDS="libpthread-stubs jpeg-dev v4l-utils-dev" 1.9 #ffmpeg --> breaks build 1.10 1.11 compile_rules() { 1.12 @@ -27,5 +27,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="libpthread-stubs jpeg libv4l" 1.17 + DEPENDS="libpthread-stubs jpeg v4l-utils" 1.18 }