wok-next diff dvgrab/receipt @ rev 19816

gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 00:56:44 2017 +0300 (2017-07-27)
parents 7abf990db309
children d0c817e1d52b
line diff
     1.1 --- a/dvgrab/receipt	Mon Sep 23 12:20:26 2013 +0000
     1.2 +++ b/dvgrab/receipt	Thu Jul 27 00:56:44 2017 +0300
     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