Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (637743571560eb5570c607ebf6eb3632658725b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (637743571560eb5570c607ebf6eb3632658725b1)
  • Date: Fri, 13 Sep 2019 18:44:36 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/feh/BUILD | 2 +-
graphics/feh/DEPENDS | 8 +++++---
graphics/feh/HISTORY | 3 +++
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 637743571560eb5570c607ebf6eb3632658725b1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

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.

diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD
index 8f58e6d..8eb5214 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 705470e..b12d771 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 890c912..56cbfc0 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,6 @@
+2019-09-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS: updated dependencies
+
2019-08-11 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 3.2.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (637743571560eb5570c607ebf6eb3632658725b1), Ismael Luceno, 09/13/2019

Archive powered by MHonArc 2.6.24.

Top of Page