wok-6.x diff libdv/receipt @ rev 14326
notecase: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 08 09:44:35 2013 +0200 (2013-04-08) |
parents | f3364f01f797 |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libdv/receipt Tue Feb 01 02:53:04 2011 +0100 1.2 +++ b/libdv/receipt Mon Apr 08 09:44:35 2013 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Software codec for DV video." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="popt xorg-libXv" 1.8 -BUILD_DEPENDS="gtk+-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://libdv.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="popt xorg-libXv" 1.14 +BUILD_DEPENDS="gtk+-dev popt-dev xorg-libXv-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {