wok-next diff dvgrab/receipt @ rev 19950

Add libegl-mesa
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:41:47 2017 +0200 (2017-10-16)
parents 7abf990db309
children d0c817e1d52b
line diff
     1.1 --- a/dvgrab/receipt	Mon Sep 23 12:20:26 2013 +0000
     1.2 +++ b/dvgrab/receipt	Mon Oct 16 12:41:47 2017 +0200
     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