summaryrefslogtreecommitdiffstats
path: root/source/l/gegl
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-02-21 19:15:06 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-21 21:32:37 +0100
commitc37e54c60e3141329d01864fdcb0d5d30518a563 (patch)
tree04869ccbb6b2f341e0cbe6ce6048ee0a2951b57a /source/l/gegl
parent0df29e7a5daa4f286f70a66114d9a3357ab19890 (diff)
downloadcurrent-c37e54c60e3141329d01864fdcb0d5d30518a563.tar.gz
current-c37e54c60e3141329d01864fdcb0d5d30518a563.tar.xz
Tue Feb 21 19:15:06 UTC 202320230221191506
ap/vim-9.0.1337-x86_64-1.txz: Upgraded. OK, so the upstream runtime update didn't fix sh syntax highlighting, so we patched it. Thanks to marav. Also, we needed this version number. ;-) d/autoconf-archive-2023.02.20-noarch-1.txz: Upgraded. l/babl-0.1.100-x86_64-1.txz: Upgraded. l/gegl-0.4.42-x86_64-1.txz: Upgraded. x/ibus-1.5.28-x86_64-1.txz: Upgraded. x/ibus-libpinyin-1.15.1-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.1337-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/gegl')
-rw-r--r--source/l/gegl/gegl.LibRaw-0.21.x.diff11
-rwxr-xr-xsource/l/gegl/gegl.SlackBuild5
2 files changed, 1 insertions, 15 deletions
diff --git a/source/l/gegl/gegl.LibRaw-0.21.x.diff b/source/l/gegl/gegl.LibRaw-0.21.x.diff
deleted file mode 100644
index 940895474..000000000
--- a/source/l/gegl/gegl.LibRaw-0.21.x.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./operations/external/raw-load.c.orig 2022-11-13 08:56:59.000000000 -0600
-+++ ./operations/external/raw-load.c 2023-01-30 13:46:30.701021311 -0600
-@@ -114,7 +114,7 @@
- g_warning ("raw-load: Error Initializing raw library");
- else
- {
-- p->LibRaw->params.shot_select = o->image_num;
-+ p->LibRaw->rawparams.shot_select = o->image_num;
-
- p->LibRaw->params.aber[0] = 1.0;
- p->LibRaw->params.aber[2] = 1.0;
diff --git a/source/l/gegl/gegl.SlackBuild b/source/l/gegl/gegl.SlackBuild
index f408b0af7..673123432 100755
--- a/source/l/gegl/gegl.SlackBuild
+++ b/source/l/gegl/gegl.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gegl
VERSION=${VERSION:-$(echo gegl-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,9 +82,6 @@ find . \
# later if it causes any unwanted side effects.
zcat $CWD/gegl.no.runtime.dot.check.diff.gz | patch -p1 --verbose || exit 1
-# Patch for LibRaw-0.21.x ABI change:
-zcat $CWD/gegl.LibRaw-0.21.x.diff.gz | patch -p1 --verbose || exit 1
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"