summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-01-20 21:04:49 +0000
committer Eric Hameleers <alien@slackware.com>2024-01-20 22:50:42 +0100
commitf7ae570bcc5730ab54050c0495b0dfeb1fb9b2c1 (patch)
treee2c60e97c77fd93a7e030340d35c6b2a1db41922 /source
parent833db20af85c29d8e60f39c871fd0ef43cd7cccb (diff)
downloadcurrent-f7ae570bcc5730ab54050c0495b0dfeb1fb9b2c1.tar.gz
current-f7ae570bcc5730ab54050c0495b0dfeb1fb9b2c1.tar.xz
Sat Jan 20 21:04:49 UTC 202420240120210449
a/kernel-firmware-20240117_bf0987d-noarch-1.txz: Upgraded. a/kernel-generic-6.6.13-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.13-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.13-x86_64-1.txz: Upgraded. ap/vim-9.1.0041-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.13-x86-1.txz: Upgraded. k/kernel-source-6.6.13-noarch-1.txz: Upgraded. l/ffmpeg-5.1.4-x86_64-3.txz: Rebuilt. Recompiled against libvpx-1.14.0. l/gst-plugins-good-1.22.8-x86_64-2.txz: Rebuilt. Recompiled against libvpx-1.14.0. l/libvpx-1.14.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/qt5-5.15.12_20240103_b8fd1448-x86_64-2.txz: Rebuilt. Recompiled against libvpx-1.14.0. xap/vim-gvim-9.1.0041-x86_64-1.txz: Upgraded. xap/xine-lib-1.2.13-x86_64-5.txz: Rebuilt. Recompiled against libvpx-1.14.0. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/gpm/gpm.SlackBuild10
-rw-r--r--source/a/gpm/gpm.configure.diff28
-rw-r--r--source/k/kernel-configs/config-generic-6.6.13 (renamed from source/k/kernel-configs/config-generic-6.6.12)2
-rw-r--r--source/k/kernel-configs/config-generic-6.6.13.x64 (renamed from source/k/kernel-configs/config-generic-6.6.12.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-6.6.13 (renamed from source/k/kernel-configs/config-huge-6.6.12)2
-rw-r--r--source/k/kernel-configs/config-huge-6.6.13.x64 (renamed from source/k/kernel-configs/config-huge-6.6.12.x64)2
-rwxr-xr-xsource/l/ffmpeg/ffmpeg.SlackBuild2
-rwxr-xr-xsource/l/gst-plugins-good/gst-plugins-good.SlackBuild2
-rwxr-xr-xsource/l/qt5/qt5.SlackBuild2
-rwxr-xr-xsource/xap/xine-lib/xine-lib.SlackBuild6
10 files changed, 31 insertions, 27 deletions
diff --git a/source/a/gpm/gpm.SlackBuild b/source/a/gpm/gpm.SlackBuild
index f5a6ded8b..767d7f352 100755
--- a/source/a/gpm/gpm.SlackBuild
+++ b/source/a/gpm/gpm.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2014, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2013, 2014, 2018, 2021, 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -95,16 +95,16 @@ sh autogen.sh
# useful for anything. Half a patch seems worse than no patch.
#zcat $CWD/gpm-1.20.1-weak-wgetch.patch.gz | patch -p1 --verbose || exit 1
-# Since we just patched configure.ac, run this again to carry the change
-# into configure:
-autoconf
-
# Since we aren't installing any Emacs Lisp files anyway, just brutally
# hack around this failing part of ./configure. This may be a brittle
# solution, so if it doesn't apply just go ahead and try without this
# patch and see if it's working or not.
zcat $CWD/gpm.configure.diff.gz | patch -p1 --verbose || exit 1
+# Since we just patched configure.ac, run this again to carry the change
+# into configure:
+autoconf
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/source/a/gpm/gpm.configure.diff b/source/a/gpm/gpm.configure.diff
index 7b3578e9a..fd25767f2 100644
--- a/source/a/gpm/gpm.configure.diff
+++ b/source/a/gpm/gpm.configure.diff
@@ -1,12 +1,16 @@
---- ./configure.orig 2023-09-28 14:00:16.498715386 -0500
-+++ ./configure 2023-09-28 14:00:55.205713245 -0500
-@@ -12426,8 +12426,7 @@
- then :
- printf %s "(cached) " >&6
- else $as_nop
-- eval itz_cv_path_site_lisp=`${EMACS} -batch -l ${srcdir}/exec.el -exec "(mapcar 'print load-path)" 2>/dev/null |
--sed -e '/^$/d' | sed -n -e 2p`
-+ eval
- case x${itz_cv_path_site_lisp} in
- x*site-lisp*) ;;
- x*) itz_cv_path_site_lisp='${datadir}/emacs/site-lisp' ;;
+--- ./configure.ac.orig 2024-01-20 13:18:14.607950073 -0600
++++ ./configure.ac 2024-01-20 13:19:06.734947190 -0600
+@@ -63,12 +63,7 @@
+ ELISP="emacs/t-mouse.el emacs/t-mouse.elc"
+ fi
+
+-if test $EMACS != : ; then
+- ITZ_PATH_SITE_LISP
+- lispdir=${itz_cv_path_site_lisp}
+-else
+- lispdir='${datadir}/emacs/site-lisp'
+-fi
++lispdir='${datadir}/emacs/site-lisp'
+
+ # Header-checks
+ AC_CHECK_HEADERS(syslog.h linux/input.h linux/joystick.h ncurses.h ncurses/curses.h curses.h)
diff --git a/source/k/kernel-configs/config-generic-6.6.12 b/source/k/kernel-configs/config-generic-6.6.13
index d369f35c9..f583dda87 100644
--- a/source/k/kernel-configs/config-generic-6.6.12
+++ b/source/k/kernel-configs/config-generic-6.6.13
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.6.12 Kernel Configuration
+# Linux/x86 6.6.13 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-6.6.12.x64 b/source/k/kernel-configs/config-generic-6.6.13.x64
index 06d1c5014..276ea259b 100644
--- a/source/k/kernel-configs/config-generic-6.6.12.x64
+++ b/source/k/kernel-configs/config-generic-6.6.13.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.6.12 Kernel Configuration
+# Linux/x86 6.6.13 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-6.6.12 b/source/k/kernel-configs/config-huge-6.6.13
index a451dff76..64bd03680 100644
--- a/source/k/kernel-configs/config-huge-6.6.12
+++ b/source/k/kernel-configs/config-huge-6.6.13
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.6.12 Kernel Configuration
+# Linux/x86 6.6.13 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-6.6.12.x64 b/source/k/kernel-configs/config-huge-6.6.13.x64
index 0258865f7..d5a4f0b13 100644
--- a/source/k/kernel-configs/config-huge-6.6.12.x64
+++ b/source/k/kernel-configs/config-huge-6.6.13.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.6.12 Kernel Configuration
+# Linux/x86 6.6.13 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild
index 10fff805d..9be957bca 100755
--- a/source/l/ffmpeg/ffmpeg.SlackBuild
+++ b/source/l/ffmpeg/ffmpeg.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ffmpeg
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
index 2171a194c..1a7b8b6f0 100755
--- a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
+++ b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gst-plugins-good
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild
index 385b0841e..1eb85dd75 100755
--- a/source/l/qt5/qt5.SlackBuild
+++ b/source/l/qt5/qt5.SlackBuild
@@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
VERSION=$(ls qt-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
PKGSRC=$(echo $VERSION | cut -d - -f 1)
PKGVER=$(echo $VERSION | tr - _)
diff --git a/source/xap/xine-lib/xine-lib.SlackBuild b/source/xap/xine-lib/xine-lib.SlackBuild
index cb6eaec33..111a30619 100755
--- a/source/xap/xine-lib/xine-lib.SlackBuild
+++ b/source/xap/xine-lib/xine-lib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2017, 2018, 2019, 2022, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2017, 2018, 2019, 2022, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# Copyright 2011, 2012 Eric Hameleers, Eindhoven, NL
# Copyright 2017 Heinz Wiesinger, Amsterdam, NL
# All rights reserved.
@@ -32,7 +32,7 @@ DIRVER=1.2.13
# Version used for the Slackware package
PKGVER=1.2.13
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -79,7 +79,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr
cd $TMP
-rm -rf xine-lib-$VERSION
+rm -rf xine-lib-$DIRVER ; rm -rf xine-lib.$DIRVER
tar xvf $CWD/xine-lib-$VERSION.tar.xz || exit 1
cd xine-lib-$DIRVER || cd xine-lib.$DIRVER || exit 1