# HG changeset patch # User Pascal Bellard # Date 1399544862 0 # Node ID e7f0c5f9a2021084b1f75b7dd9c393b015992d12 # Parent 2f2f071b10dfb784bc8ae9e52f4af7ae79b83434 dvgrab: update bdeps diff -r 2f2f071b10df -r e7f0c5f9a202 dvgrab/receipt --- a/dvgrab/receipt Wed May 07 23:50:42 2014 +0200 +++ b/dvgrab/receipt Thu May 08 10:27:42 2014 +0000 @@ -11,14 +11,14 @@ WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL" TAGS="firewire video" -DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base" -BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev" +DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" +BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \ +libiec61883-dev jpeg-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr && make && make DESTDIR=$DESTDIR install