Include ffmpegthumbnailer in standard AppImages
authorColin Clark <[email protected]>
Wed, 6 Sep 2023 11:12:39 +0000 (12:12 +0100)
committerColin Clark <[email protected]>
Wed, 6 Sep 2023 11:12:39 +0000 (12:12 +0100)
.github/workflows/appimage-aarch64.yml
.github/workflows/appimage-x86_64.yml

index 6aa460529400e9d9309401d98d45d923f5182487..10ad460f25a0700fecb08796c5cfe3819d649379 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 2d228c5edfbfe674310f1025e9a71d1187336d32..667c6c4ea05434d9eb8218af26ecf00dd73f293f 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