From 652fa626242a851dfa3eeb1ebe637b126cf79741 Mon Sep 17 00:00:00 2001 From: octaspire Date: Tue, 8 Dec 2020 23:13:39 +0200 Subject: [PATCH] Fix indentation, fix test runner after failure test --- .builds/debian_stretch.yml | 2 +- README.org | 8 ++++---- tagmov.lisp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.builds/debian_stretch.yml b/.builds/debian_stretch.yml index c493858..d6ff08b 100644 --- a/.builds/debian_stretch.yml +++ b/.builds/debian_stretch.yml @@ -18,4 +18,4 @@ tasks: ./tagmov --version - check-version: | cd ~/tagmov - diff <(./tagmov --version) <(echo "tagmov 0.4.1") + diff <(./tagmov --version) <(echo "tagmov 0.4.3") diff --git a/README.org b/README.org index 6e01689..0da377e 100644 --- a/README.org +++ b/README.org @@ -39,10 +39,10 @@ please use the correct name in the following commands. This adds a red progress bar and three texts to the video: #+begin_src shell -./tagmov --font-color blue --text '1 3 10 10 Text at (10,100) during 1s-3s' \ - --text '2 3 10 60 This text is shown between 2s-3s' \ - --font-color red --font-size 40 \ - --text '1 3 10 110 This is in red and different size' \ +./tagmov --font-color blue --text '1 3 10 10 Text at (10,100) during 1s-3s' \ + --text '2 3 10 60 This text is shown between 2s-3s' \ + --font-color red --font-size 40 \ + --text '1 3 10 110 This is in red and different size' \ --input video01.mp4 --bar red #+end_src diff --git a/tagmov.lisp b/tagmov.lisp index d401903..f722324 100644 --- a/tagmov.lisp +++ b/tagmov.lisp @@ -21,7 +21,7 @@ (defparameter *verbose* 0) (defparameter *version-major* 0) (defparameter *version-minor* 4) -(defparameter *version-patch* 2) +(defparameter *version-patch* 3) (defun get-video-duration (path) (read-line (uiop:process-info-output -- 2.30.1