Include ffmpegthumbnailer in standard AppImages
authorColin Clark <colin.clark@cclark.uk>
Wed, 6 Sep 2023 11:12:39 +0000 (12:12 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 6 Sep 2023 11:12:39 +0000 (12:12 +0100)
.github/workflows/appimage-aarch64.yml
.github/workflows/appimage-x86_64.yml

index 6aa4605..10ad460 100644 (file)
@@ -32,6 +32,7 @@ jobs:
             yes | sudo apt-get install evince
             yes | sudo apt-get install libarchive-dev
             yes | sudo apt-get install libchamplain-0.12-dev libchamplain-gtk-0.12-dev
+            yes | sudo apt-get install libffmpegthumbnailer-dev
             yes | sudo apt-get install libgexiv2-dev
             yes | sudo apt-get install libgspell-1-dev
             yes | sudo apt-get install libheif-dev
index 2d228c5..667c6c4 100644 (file)
@@ -10,6 +10,7 @@ jobs:
     - run: sudo apt-get install evince
     - run: sudo apt-get install libarchive-dev
     - run: sudo apt-get install libchamplain-0.12-dev libchamplain-gtk-0.12-dev
+    - run: sudo apt-get install libffmpegthumbnailer-dev
     - run: sudo apt-get install libgexiv2-dev
     - run: sudo apt-get install libgspell-1-dev
     - run: sudo apt-get install libheif-dev