wok diff python-pygame/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents ad0ab4909652
children fd4f1e692109
line diff
     1.1 --- a/python-pygame/receipt	Tue Jun 07 22:36:45 2011 +0200
     1.2 +++ b/python-pygame/receipt	Thu Sep 26 13:12:43 2013 +0000
     1.3 @@ -13,13 +13,14 @@
     1.4  DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \
     1.5  libsmpeg gcc-lib-base"
     1.6  BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev libsdl-image-dev \
     1.7 -libsdl-mixer-dev libsdl-ttf-dev"
     1.8 +libsdl-mixer-dev libsdl-ttf-dev libv4l-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14  	patch -Np0 -i $stuff/config.patch
    1.15 +	sed -i "s|linux/videodev.h|libv4l1-videodev.h|" src/camera.h
    1.16  	python config.py -auto &&
    1.17  	python setup.py install --root=$DESTDIR
    1.18  }