wok rev 12340

libv4l: Needs jpeg-dev to compile.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 09:41:34 2012 +0000 (2012-04-19)
parents 3f0ba5c96b60
children 285253ecf6e2
files libv4l/receipt
line diff
     1.1 --- a/libv4l/receipt	Thu Apr 19 09:12:10 2012 +0000
     1.2 +++ b/libv4l/receipt	Thu Apr 19 09:41:34 2012 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="multimedia"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  SHORT_DESC="Userspace library for Video 4 Linux (1 and 2)"
     1.7 -DEPENDS="glibc-base"
     1.8  WEB_SITE="http://freshmeat.net/projects/libv4l"
     1.9  SOURCE="v4l-utils"
    1.10  TARBALL="${SOURCE}-${VERSION}.tar.bz2"
    1.11  WGET_URL="http://linuxtv.org/downloads/v4l-utils/$TARBALL"
    1.12  TAGS="webcam video"
    1.13  
    1.14 +DEPENDS="libjpeg"
    1.15 +BUILD_DEPENDS="jpeg-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {