# HG changeset patch # User Christopher Rogers # Date 1334828494 0 # Node ID 06fdbd8134ffd502ab2a4eefbe05ecbb8b3770d0 # Parent 3f0ba5c96b607930d7f0c6c6f5f7a07f6aa2fe3f libv4l: Needs jpeg-dev to compile. diff -r 3f0ba5c96b60 -r 06fdbd8134ff libv4l/receipt --- a/libv4l/receipt Thu Apr 19 09:12:10 2012 +0000 +++ b/libv4l/receipt Thu Apr 19 09:41:34 2012 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Userspace library for Video 4 Linux (1 and 2)" -DEPENDS="glibc-base" WEB_SITE="http://freshmeat.net/projects/libv4l" SOURCE="v4l-utils" TARBALL="${SOURCE}-${VERSION}.tar.bz2" WGET_URL="http://linuxtv.org/downloads/v4l-utils/$TARBALL" TAGS="webcam video" +DEPENDS="libjpeg" +BUILD_DEPENDS="jpeg-dev" + # Rules to configure and make the package. compile_rules() {