wok-current rev 16605
dvgrab: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 08 10:27:42 2014 +0000 (2014-05-08) |
parents | 2f2f071b10df |
children | 9f7eed078218 |
files | dvgrab/receipt |
line diff
1.1 --- a/dvgrab/receipt Wed May 07 23:50:42 2014 +0200 1.2 +++ b/dvgrab/receipt Thu May 08 10:27:42 2014 +0000 1.3 @@ -11,14 +11,14 @@ 1.4 WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL" 1.5 TAGS="firewire video" 1.6 1.7 -DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base" 1.8 -BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev" 1.9 +DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" 1.10 +BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \ 1.11 +libiec61883-dev jpeg-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure --prefix=/usr && 1.19 make && 1.20 make DESTDIR=$DESTDIR install