wok diff v4l-dvb/receipt @ rev 9590

Up: polkit to 0.101.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 14:25:25 2011 +0000 (2011-04-12)
parents 756ed4b1daac
children d1768332cee0
line diff
     1.1 --- a/v4l-dvb/receipt	Sun Feb 13 22:57:57 2011 +0100
     1.2 +++ b/v4l-dvb/receipt	Tue Apr 12 14:25:25 2011 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  SHORT_DESC="v4l-dvb development repository"
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="python mercurial coreutils-operations"
     1.8 +BUILD_DEPENDS="python mercurial coreutils-operations module-init-tools"
     1.9  WEB_SITE="http://linuxtv.org/hg/v4l-dvb/"
    1.10  TAGS="webcam"
    1.11  WGET_URL="mercurial|$WEB_SITE"
    1.12 @@ -14,6 +14,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules() {
    1.15    cd $src
    1.16 +  patch -p1 < ../stuff/414e0bbd99bf
    1.17 +  patch -p1 < ../stuff/d64b014c5253
    1.18 +  patch -p1 < ../stuff/d0a2ff731670
    1.19    sed -i 's/0 | xargs -0n 255 ln -sf --target-directory=\./ | while read file; do ln -sf $file . ; done/' v4l/Makefile
    1.20    grep -rl /sbin/depmod * | xargs sed -i 's|/sbin/depmod|/bin/echo|'
    1.21    grep -rl i2c_new_probed_device * | xargs sed -i 's/i2c_new_probed_device([^)]*/&, NULL/'