wok diff miro/receipt @ rev 24427
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 12 11:42:56 2022 +0000 (2022-02-12) |
parents | 7453cace358a |
children | 241fb98cab1c |
line diff
1.1 --- a/miro/receipt Thu May 19 12:10:21 2016 +0200 1.2 +++ b/miro/receipt Sat Feb 12 11:42:56 2022 +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 -