File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
documentation/mdbook_asciio/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ my $build = $class->new
306306 ' Digest::MD5' => 0,
307307 ' Eval::Context' => 0,
308308 ' ExtUtils::PkgConfig' => 0,
309- ' Image::APNG' => 0,
310309 ' Image::ExifTool' => 0,
311310 ' File::Basename' => 0,
312311 ' File::Copy' => 0,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ case "$1" in
66
77 unset PERL5LIB PERL_MM_OPT PERL_MB_OPT
88
9- for m in Data::TreeDumper::Renderer::GTK Gtk3::Helper Image::APNG HTTP::Request::Params Hash::Slice Tree::Trie
9+ for m in Data::TreeDumper::Renderer::GTK Gtk3::Helper HTTP::Request::Params Hash::Slice Tree::Trie
1010 do
1111 if ! perl -M$m -e 1 2> /dev/null; then
1212 echo " Installing $m from CPAN..."
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ Takes a screenshot of the slide.
317317file_name is: "screenshots/". sprintf("%03d", $index) . "_ time_ ${slide_time}_ screenshot.png" ;
318318
319319terminal output: "APNG: $file_name" . ($time ? ":$time " : ' ') ;
320+
320321## take_screenshot_and_sleep
321322
322323takes a screenshot of the slide and calls asciio_sleep
Original file line number Diff line number Diff line change 11# Installation
22
3- asciio's is hosted in [ github] ( https://github.com/nkh/P5-App-Asciio )
3+ * Asciio * is hosted in [ github] ( https://github.com/nkh/P5-App-Asciio )
44
55## Debian/Ubuntu package
66
7- [ Download debian package] ( https://github.com/nkh/P5-App-Asciio/releases )
7+ Debian Package build in CI on github: [ debian package] ( https://github.com/nkh/P5-App-Asciio/releases )
88
99``` bash
1010apt install ./< download_path> /asciio.< version> _all.deb
You can’t perform that action at this time.
0 commit comments