summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-07-20 23:26:21 +0200
committerIsmael Luceno2021-07-20 23:26:21 +0200
commit2b8bc7303e5abc7facb9ae354941ac9b28bf5bc1 (patch)
treef02562e3cfab3561ba83d30d2dc8b0b07833e1fe /graphics-libs
parentd2c0f480f1c615c385fdfd68031f3c71ef8d51cb (diff)
gegl: Make libpng and JPEG mandatory
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/gegl/DEPENDS12
-rw-r--r--graphics-libs/gegl/HISTORY1
2 files changed, 3 insertions, 10 deletions
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index ba8a3de35e..e11e567501 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -7,6 +7,8 @@ depends json-glib &&
depends babl &&
depends gtk+2 &&
depends gtk-doc &&
+depends libpng &&
+depends JPEG &&
if spell_ok babl && is_version_less $(installed_version babl) 0.1.14; then
force_depends babl
@@ -97,16 +99,6 @@ optional_depends lensfun \
"lensfun=disabled" \
"for lensfun support" &&
-optional_depends JPEG \
- "libjpeg=enabled" \
- "libjpeg=disabled" \
- "for JPEG support" &&
-
-optional_depends libpng \
- "libpng=enabled" \
- "libpng=disabled" \
- "for PNG support" &&
-
optional_depends libraw \
"libraw=enabled" \
"libraw=disabled" \
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 0b6ef10374..a9c3156dbf 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,5 +1,6 @@
2021-07-20 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: replaced exiv2 (deprecated) by gexiv2
+ made libpng and JPEG mandatory (upstream change)
2021-04-02 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.4.30