wok diff miro/receipt @ rev 24013

linld: add quick boot switch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 18 08:56:43 2021 +0000 (2021-02-18)
parents 7453cace358a
children 241fb98cab1c
line diff
     1.1 --- a/miro/receipt	Thu May 19 12:10:21 2016 +0200
     1.2 +++ b/miro/receipt	Thu Feb 18 08:56:43 2021 +0000
     1.3 @@ -23,6 +23,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/linux
     1.7 +	sed 's|= CODEC|= AV_CODEC|g;s|....o_st->pts.val|0|' -i miro-segmenter.c
     1.8  	python setup.py install --root=$DESTDIR
     1.9  	sed -i "s|./miro.real|/usr/bin/miro.real|g" $DESTDIR/usr/bin/miro
    1.10  }
    1.11 @@ -37,4 +38,3 @@
    1.12  	cp -a $install/usr/share/icons $fs/usr/share
    1.13  	cp -a $install/usr/share/miro $fs/usr/share
    1.14  }
    1.15 -