wok diff miro/receipt @ rev 23816

gettext: include its files (really) from /usr/share/gettext-0.19.8
author Hans-G?nter Theisgen
date Tue May 26 14:50:14 2020 +0100 (2020-05-26)
parents 7453cace358a
children 241fb98cab1c
line diff
     1.1 --- a/miro/receipt	Thu May 19 12:10:21 2016 +0200
     1.2 +++ b/miro/receipt	Tue May 26 14:50:14 2020 +0100
     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 -