aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml1
-rw-r--r--.builds/debian.yml2
-rw-r--r--.builds/fedora.yml2
-rw-r--r--.builds/freebsd.yml1
-rw-r--r--.builds/ubuntu.yml2
5 files changed, 8 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index c60bbf7..6186aba 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -5,6 +5,7 @@ packages:
- freeimage
- icu
- libjpeg-turbo
+ - libnsgif
- libpng
- librsvg
- libtiff
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 81e2959..aed4546 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -23,6 +23,8 @@ tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
+ # libnsgif isn't packaged by debian
+ sed -i -e 's/BACKEND_LIBNSGIF=yes/BACKEND_LIBNSGIF=no/' config.mk
cat config.mk
- gcc: |
cd imv
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index e641dde..0d07d5e 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -23,6 +23,8 @@ tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
+ # libnsgif isn't packaged by fedora
+ sed -i -e 's/BACKEND_LIBNSGIF=yes/BACKEND_LIBNSGIF=no/' config.mk
cat config.mk
- gcc: |
cd imv
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 98b62e7..191ee87 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -6,6 +6,7 @@ packages:
- graphics/freeimage
- graphics/libGLU
- graphics/libjpeg-turbo
+ - graphics/libnsgif
- graphics/librsvg2
- graphics/png
- graphics/tiff
diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml
index 0477de9..be2b734 100644
--- a/.builds/ubuntu.yml
+++ b/.builds/ubuntu.yml
@@ -23,6 +23,8 @@ tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
+ # libnsgif isn't packaged by ubuntu
+ sed -i -e 's/BACKEND_LIBNSGIF=yes/BACKEND_LIBNSGIF=no/' config.mk
cat config.mk
- gcc: |
cd imv