Skip to content

Commit 2201285

Browse files
committed
CHANGED: removed Image::APNG dependency
1 parent ddb75c1 commit 2201285

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Build.PL

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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..."

documentation/mdbook_asciio/src/for_developers/scripting_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ Takes a screenshot of the slide.
317317
file_name is: "screenshots/". sprintf("%03d", $index) . "_time_${slide_time}_screenshot.png" ;
318318

319319
terminal output: "APNG: $file_name" . ($time ? ":$time " : ' ') ;
320+
320321
## take_screenshot_and_sleep
321322

322323
takes a screenshot of the slide and calls asciio_sleep

documentation/mdbook_asciio/src/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
1010
apt install ./<download_path>/asciio.<version>_all.deb

0 commit comments

Comments
 (0)