summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/babl/DETAILS4
-rw-r--r--graphics-libs/babl/HISTORY4
-rw-r--r--graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch25
3 files changed, 6 insertions, 27 deletions
diff --git a/graphics-libs/babl/DETAILS b/graphics-libs/babl/DETAILS
index 0e69a82614..093446269d 100755
--- a/graphics-libs/babl/DETAILS
+++ b/graphics-libs/babl/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/FUNCTIONS"
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=babl
- VERSION=0.1.92
+ VERSION=0.1.96
SOURCE="${SPELL}-${VERSION}.tar.xz"
- SOURCE_HASH=sha512:c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
+ SOURCE_HASH=sha512:771d68b80f1123baa38256e4b1d7946284cd88997b2ab7c7092a74120e91ea5ee7ab4c001686ae4b3e363b6465484f185a64f9c75515a55d3ffb81fecbeaca42
SOURCE_URL[0]=https://download.gimp.org/pub/${SPELL}/${VERSION%.*}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gegl.org/babl/"
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index 56b0aa1b39..229243c507 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,7 @@
+2022-08-27 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 0.1.96
+ * patches/0001-Fix-build-error-with-meson-0.62.2.patch: removed
+
2022-06-13 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.1.92
* PRE_BUILD, patches/0001-Fix-build-error-with-meson-0.62.2.patch:
diff --git a/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch b/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
deleted file mode 100644
index 8df6e05748..0000000000
--- a/graphics-libs/babl/patches/0001-Fix-build-error-with-meson-0.62.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 253a77cdb7e2f3fac199a9d738fabc433d553b85 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf@bandrate.org>
-Date: Mon, 13 Jun 2022 20:34:40 +0200
-Subject: [PATCH] Fix build error with meson 0.62.2
-
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 487e470..2623e93 100644
---- a/meson.build
-+++ b/meson.build
-@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-' + api_version
- stability_version_number = (major_version != 0 ? minor_version : micro_version)
- stable = (stability_version_number % 2 == 0)
-
--conf.set10('BABL_UNSTABLE', not stable, Description:
-+conf.set10('BABL_UNSTABLE', not stable, description:
- 'Define to 1 if this is an unstable version of BABL.')
-
- conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))
---
-2.36.1
-