summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-13 20:45:37 +0200
committerIsmael Luceno2019-09-13 20:45:37 +0200
commit637743571560eb5570c607ebf6eb3632658725b1 (patch)
tree905ef409e74c3b630d1f402ffe116d6f66cb31c1 /graphics
parenta0280d397902355d3725621ace369d2037bdc05a (diff)
feh: Update dependencies
It doesn't build without X11 support in Imlib2; also the xinerama dependency is optional, and it optionally depends on libexif and curl.
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/feh/BUILD2
-rwxr-xr-xgraphics/feh/DEPENDS8
-rw-r--r--graphics/feh/HISTORY3
3 files changed, 9 insertions, 4 deletions
diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD
index 8f58e6df93..8eb5214e38 100755
--- a/graphics/feh/BUILD
+++ b/graphics/feh/BUILD
@@ -1 +1 @@
-make
+make $OPTS
diff --git a/graphics/feh/DEPENDS b/graphics/feh/DEPENDS
index 705470ee33..b12d771bb3 100755
--- a/graphics/feh/DEPENDS
+++ b/graphics/feh/DEPENDS
@@ -1,4 +1,6 @@
-depends imlib2 &&
-depends libxinerama &&
depends JPEG &&
-depends libpng
+depends -sub X11 imlib2 &&
+depends libpng &&
+optional_depends curl curl={1,0} 'for http image download support' &&
+optional_depends libexif exif={1,0} 'for Exif support' &&
+optional_depends libxinerama xinerama={1,0} 'for Xinerama support'
diff --git a/graphics/feh/HISTORY b/graphics/feh/HISTORY
index 890c912e9d..56cbfc0887 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,6 @@
+2019-09-13 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS: updated dependencies
+
2019-08-11 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.2.1