wok diff gst-ffmpeg/receipt @ rev 15529
conky: don't let conky window disappear
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Nov 21 21:20:50 2013 +0100 (2013-11-21) |
parents | 36547f9def7c |
children | 1f94f879d67c |
line diff
1.1 --- a/gst-ffmpeg/receipt Sun Sep 22 18:52:36 2013 +0200 1.2 +++ b/gst-ffmpeg/receipt Thu Nov 21 21:20:50 2013 +0100 1.3 @@ -25,7 +25,7 @@ 1.4 --with-ffmpeg-extra-configure="--enable-runtime-cpudetect" \ 1.5 --with-package-name="GStreamer FFMpeg Plugin ($SERIES)" \ 1.6 --with-package-origin="http://www.slitaz.org/" \ 1.7 - $CONFIGURE_ARGS 2>&1 | grep -v 'set ERROR_' && 1.8 + $CONFIGURE_ARGS && 1.9 make $MAKEFLAGS && 1.10 make DESTDIR=$install install 1.11 }