diff options
Diffstat (limited to 'source')
35 files changed, 37 insertions, 346 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild index 2ac9c1fbe..fcfb4b126 100755 --- a/source/a/aaa_libraries/aaa_libraries.SlackBuild +++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_libraries VERSION=${VERSION:-15.1} -BUILD=${BUILD:-12} +BUILD=${BUILD:-13} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/flac-1.3.4 b/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/flac-1.3.4 new file mode 100644 index 000000000..3506fce80 --- /dev/null +++ b/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/flac-1.3.4 @@ -0,0 +1,3 @@ +# We'll keep these around for a little while... probably remove on 2022-12-18 or thereabouts +/usr/lib/libFLAC.so.8 +/usr/lib/libFLAC++.so.6 diff --git a/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/libunistring.so.2 b/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/jasper index d733c6c00..d0e05ecd3 100644 --- a/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/libunistring.so.2 +++ b/source/a/aaa_libraries/symlinks-to-tracked-libs-tmp.d/jasper @@ -1,2 +1,2 @@ -# We'll keep this around for a little while... probably remove on 2022-11-20 or thereabouts -/usr/lib/libunistring.so.2 +# We'll keep this around for a little while... probably remove on 2022-12-18 or thereabouts +/usr/lib/libjasper.so.6 diff --git a/source/ap/flac/flac.SlackBuild b/source/ap/flac/flac.SlackBuild index f7eeeac59..e1a21fcd2 100755 --- a/source/ap/flac/flac.SlackBuild +++ b/source/ap/flac/flac.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2018, 2019, 2022 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -70,7 +70,6 @@ cd $TMP rm -rf flac-$VERSION tar xvf $CWD/flac-$VERSION.tar.?z* || exit 1 cd flac-$VERSION -zcat $CWD/flac.man.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 chown -R root:root . find . \ @@ -119,18 +118,22 @@ to size. EOF # Add a few more docs: cp -a \ - AUTHORS COPYING* README \ + AUTHORS* CHANGELOG* COPYING* README* \ $PKG/usr/doc/flac-$VERSION # Strip files find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -gzip -9 $PKG/usr/man/man?/*.? +# Compress manual pages: +find $PKG/usr/man -type f -exec gzip -9 {} \+ +for i in $( find $PKG/usr/man -type l ) ; do + ln -s $( readlink $i ).gz $i.gz + rm $i +done mkdir $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/flac-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/ap/flac/flac.man.diff b/source/ap/flac/flac.man.diff deleted file mode 100644 index 2f31e9590..000000000 --- a/source/ap/flac/flac.man.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- ./man/flac.1.orig 2007-09-14 10:08:05.000000000 -0500 -+++ ./man/flac.1 2008-03-08 15:48:37.000000000 -0600 -@@ -325,7 +325,8 @@ - .PP - metaflac(1). - .PP --The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems. -+The programs are documented fully by HTML format documentation, available in \fI/usr/doc/flac-*.*.*/html\fR on Slackware GNU/Linux systems. - .SH "AUTHOR" - .PP -+The flac program was developed by Josh Coalson. - This manual page was initially written by Matt Zimmerman <mdz@debian.org> for the Debian GNU/Linux system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation. diff --git a/source/ap/moc/moc.SlackBuild b/source/ap/moc/moc.SlackBuild index af49333e7..aafb57b5f 100755 --- a/source/ap/moc/moc.SlackBuild +++ b/source/ap/moc/moc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=moc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | rev | cut -f 2- -d -)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/opus-tools/opus-tools.SlackBuild b/source/ap/opus-tools/opus-tools.SlackBuild index d331baf85..b2d0a73dd 100755 --- a/source/ap/opus-tools/opus-tools.SlackBuild +++ b/source/ap/opus-tools/opus-tools.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=opus-tools VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/sox/sox.SlackBuild b/source/ap/sox/sox.SlackBuild index 9ada6c9c8..fa8c4d363 100755 --- a/source/ap/sox/sox.SlackBuild +++ b/source/ap/sox/sox.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sox VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vorbis-tools/vorbis-tools.SlackBuild b/source/ap/vorbis-tools/vorbis-tools.SlackBuild index afb575a18..3250e791d 100755 --- a/source/ap/vorbis-tools/vorbis-tools.SlackBuild +++ b/source/ap/vorbis-tools/vorbis-tools.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vorbis-tools VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/kde/kde/build/audiocd-kio b/source/kde/kde/build/audiocd-kio index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/audiocd-kio +++ b/source/kde/kde/build/audiocd-kio @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/build/digikam b/source/kde/kde/build/digikam index 00750edc0..b8626c4cf 100644 --- a/source/kde/kde/build/digikam +++ b/source/kde/kde/build/digikam @@ -1 +1 @@ -3 +4 diff --git a/source/kde/kde/build/k3b b/source/kde/kde/build/k3b index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/k3b +++ b/source/kde/kde/build/k3b @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/build/kid3 b/source/kde/kde/build/kid3 index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/kid3 +++ b/source/kde/kde/build/kid3 @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/build/kwave b/source/kde/kde/build/kwave index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/kwave +++ b/source/kde/kde/build/kwave @@ -1 +1 @@ -1 +2 diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild index b6e553632..e443301ad 100755 --- a/source/l/LibRaw/LibRaw.SlackBuild +++ b/source/l/LibRaw/LibRaw.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=LibRaw VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/audiofile/audiofile.SlackBuild b/source/l/audiofile/audiofile.SlackBuild index b221847db..ef2912dc6 100755 --- a/source/l/audiofile/audiofile.SlackBuild +++ b/source/l/audiofile/audiofile.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audiofile VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/gamin/0001-Poll-files-on-nfs4.patch b/source/l/gamin/0001-Poll-files-on-nfs4.patch deleted file mode 100644 index f776732c8..000000000 --- a/source/l/gamin/0001-Poll-files-on-nfs4.patch +++ /dev/null @@ -1,27 +0,0 @@ -From b92b17ecced6df463da73d6de566740cf5cd00d4 Mon Sep 17 00:00:00 2001 -From: Marek Kasik <mkasik@redhat.com> -Date: Fri, 1 Feb 2013 15:19:58 +0100 -Subject: [PATCH 1/2] Poll files on nfs4 - -Add nfs4 among polled filesystems. - -https://bugzilla.gnome.org/show_bug.cgi?id=693006 ---- - server/gam_fs.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/server/gam_fs.c b/server/gam_fs.c -index c8ca704..143a603 100644 ---- a/server/gam_fs.c -+++ b/server/gam_fs.c -@@ -178,6 +178,7 @@ gam_fs_init (void) - gam_fs_set ("reiserfs", GFS_MT_DEFAULT, 0); - gam_fs_set ("novfs", GFS_MT_POLL, 30); - gam_fs_set ("nfs", GFS_MT_POLL, 5); -+ gam_fs_set ("nfs4", GFS_MT_POLL, 5); - if (stat("/etc/mtab", &mtab_sbuf) != 0) - { - GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); --- -1.8.1.2 - diff --git a/source/l/gamin/doinst.sh b/source/l/gamin/doinst.sh deleted file mode 100644 index 75e3fcba2..000000000 --- a/source/l/gamin/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -config() { - NEW="$1" - OLD="`dirname $NEW`/`basename $NEW .new`" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} -config etc/gamin/gaminrc.new - diff --git a/source/l/gamin/fix-double-lock-in-inotify-helper-c.patch b/source/l/gamin/fix-double-lock-in-inotify-helper-c.patch deleted file mode 100644 index 8d2ef2d3f..000000000 --- a/source/l/gamin/fix-double-lock-in-inotify-helper-c.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -rupN gamin-0.1.10/server/inotify-helper.c gamin-0.1.10-new/server/inotify-helper.c ---- gamin-0.1.10/server/inotify-helper.c 2008-11-12 21:45:28.000000000 +0100 -+++ gamin-0.1.10-new/server/inotify-helper.c 2012-02-02 23:11:47.247757385 +0100 -@@ -127,9 +127,6 @@ ih_sub_add (ih_sub_t * sub) - gboolean - ih_sub_cancel (ih_sub_t * sub) - { -- G_LOCK(inotify_lock); -- -- - if (!sub->cancelled) - { - IH_W("cancelling %s\n", sub->pathname); -@@ -140,7 +137,6 @@ ih_sub_cancel (ih_sub_t * sub) - sub_list = g_list_remove (sub_list, sub); - } - -- G_UNLOCK(inotify_lock); - return TRUE; - } - diff --git a/source/l/gamin/gamin.SlackBuild b/source/l/gamin/gamin.SlackBuild deleted file mode 100755 index f6666d8da..000000000 --- a/source/l/gamin/gamin.SlackBuild +++ /dev/null @@ -1,140 +0,0 @@ -#!/bin/bash - -# Copyright 2006, 2007, 2009 Robby Workman, Northport, AL, USA -# Copyright 2007, 2008, 2009, 2010, 2011, 2018 Patrick Volkerding, Sebeka, MN, USA -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PKGNAM=gamin -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-9} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) export ARCH=i586 ;; - arm*) export ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) export ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" - exit 0 -fi - -NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -TMP=${TMP:-/tmp} -PKG=$TMP/package-$PKGNAM - -rm -rf $PKG -mkdir -p $TMP $PKG - -cd $TMP -rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 -cd $PKGNAM-$VERSION || exit 1 -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \+ -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \+ - -# https://bugzilla.redhat.com/show_bug.cgi?id=786170 -zcat $CWD/fix-double-lock-in-inotify-helper-c.patch.gz | patch -p1 --verbose || exit 1 - -# Fix a build error with newer toolchain -zcat $CWD/no_g_const_return.patch.gz | patch -p1 --verbose || exit 1 - -# Poll files on NFSv4: -zcat $CWD/0001-Poll-files-on-nfs4.patch.gz | patch -p1 --verbose || exit 1 - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/doc/$PKGNAM-$VERSION \ - --enable-shared=yes \ - --enable-static=no \ - --enable-inotify \ - --disable-dnotify \ - --enable-docs \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux || exit 1 - -make $NUMJOBS || make || exit 1 -make install DESTDIR=$PKG || exit 1 - -# Don't ship .la files: -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la - -mkdir -p $PKG/etc/gamin -zcat $CWD/gaminrc.gz > $PKG/etc/gamin/gaminrc.new - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - -mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION/html -cp -a \ - AUTHORS COPYING* Copyright NEWS README* TODO doc/*.txt \ - $PKG/usr/doc/$PKGNAM-$VERSION -cp -a \ - doc/*.html doc/*.gif \ - $PKG/usr/doc/$PKGNAM-$VERSION/html - -# If there's a ChangeLog, installing at least part of the recent history -# is useful, but don't let it get totally out of control: -if [ -r ChangeLog ]; then - DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION) - cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog - touch -r ChangeLog $DOCSDIR/ChangeLog -fi - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/l/gamin/gaminrc b/source/l/gamin/gaminrc deleted file mode 100644 index 1686dd57e..000000000 --- a/source/l/gamin/gaminrc +++ /dev/null @@ -1,37 +0,0 @@ -# configuration for gamin -# Can be used to override the default behaviour. -# notify filepath(s) : indicate to use kernel notification -# poll filepath(s) : indicate to use polling instead -# fsset fsname method poll_limit : indicate what method of notification for the filesystem -# kernel - use the kernel for notification -# poll - use polling for notification -# none - don't use any notification -# -# the poll_limit is the number of seconds -# that must pass before a resource is polled again. -# It is optional, and if it is not present the previous -# value will be used or the default. - -#notify /mnt/local* /mnt/pictures* # use kernel notification on these paths -#poll /tmp/* /var/* # use poll notification on these paths - -# A safe default is to poll filesystems once every 15 seconds: -fsset btrfs poll 15 -fsset cifs poll 15 -fsset ext2 poll 15 -fsset ext3 poll 15 -fsset ext4 poll 15 -fsset hfs poll 15 -fsset hfsplus poll 15 -fsset iso9660 poll 15 -fsset jfs poll 15 -fsset nfs poll 15 -fsset nfs4 poll 15 -fsset ntfs poll 15 -fsset ntfs-3g poll 15 -fsset ocfs2 poll 15 -fsset reiserfs poll 15 -fsset udf poll 15 -fsset vfat poll 15 -fsset xfs poll 15 - diff --git a/source/l/gamin/no_g_const_return.patch b/source/l/gamin/no_g_const_return.patch deleted file mode 100644 index f8430a79b..000000000 --- a/source/l/gamin/no_g_const_return.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- ./server/gam_node.h.orig 2007-07-04 15:36:49.000000000 +0200 -+++ ./server/gam_node.h 2011-08-26 01:49:59.504423790 +0200 -@@ -58,7 +58,7 @@ - void gam_node_set_is_dir (GamNode *node, - gboolean is_dir); - --G_CONST_RETURN char *gam_node_get_path (GamNode *node); -+const char *gam_node_get_path (GamNode *node); - - GList *gam_node_get_subscriptions (GamNode *node); - ---- ./server/gam_subscription.h.orig 2007-07-04 15:36:49.000000000 +0200 -+++ ./server/gam_subscription.h 2011-08-26 01:49:59.504423790 +0200 -@@ -21,7 +21,7 @@ - - int gam_subscription_get_reqno (GamSubscription *sub); - --G_CONST_RETURN char *gam_subscription_get_path (GamSubscription *sub); -+const char *gam_subscription_get_path (GamSubscription *sub); - - GamListener *gam_subscription_get_listener (GamSubscription *sub); - ---- ./server/gam_node.c.orig 2007-07-04 15:36:49.000000000 +0200 -+++ ./server/gam_node.c 2011-08-26 01:49:59.504423790 +0200 -@@ -122,7 +122,7 @@ - * it has finished with the string. If it must keep it longer, it - * should makes its own copy. The returned string must not be freed. - */ --G_CONST_RETURN char * -+const char * - gam_node_get_path(GamNode * node) - { - g_assert(node); ---- ./server/gam_subscription.c.orig 2007-07-04 15:36:49.000000000 +0200 -+++ ./server/gam_subscription.c 2011-08-26 01:49:59.504423790 +0200 -@@ -141,7 +141,7 @@ - * @param sub the GamSubscription - * @returns The path being monitored. It should not be freed. - */ --G_CONST_RETURN char * -+const char * - gam_subscription_get_path(GamSubscription * sub) - { - if (sub == NULL) diff --git a/source/l/gamin/slack-desc b/source/l/gamin/slack-desc deleted file mode 100644 index 0d4d257f3..000000000 --- a/source/l/gamin/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -gamin: gamin (A minimalist FAM replacement) -gamin: -gamin: Gamin is a file and directory monitoring system defined to be a subset -gamin: of the FAM (File Alteration Monitor) system. -gamin: -gamin: The homepage for Gamin is: http://www.gnome.org/~veillard/gamin/ -gamin: -gamin: -gamin: -gamin: -gamin: diff --git a/source/l/gegl/gegl.SlackBuild b/source/l/gegl/gegl.SlackBuild index 673123432..8f17c84aa 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:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/glib2/glib2.SlackBuild b/source/l/glib2/glib2.SlackBuild index f86924ff6..c3ff80303 100755 --- a/source/l/glib2/glib2.SlackBuild +++ b/source/l/glib2/glib2.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2015, 2017, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -95,7 +95,6 @@ meson setup \ --localstatedir=/var \ --buildtype=release \ -Dselinux=disabled \ - -Dfam=false \ -Dman=true \ -Dgtk_doc=true \ -Dinstalled_tests=false \ diff --git a/source/l/gobject-introspection/gobject-introspection.SlackBuild b/source/l/gobject-introspection/gobject-introspection.SlackBuild index 3856fce87..9396474d3 100755 --- a/source/l/gobject-introspection/gobject-introspection.SlackBuild +++ b/source/l/gobject-introspection/gobject-introspection.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gobject-introspection VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then 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/libsndfile/libsndfile.SlackBuild b/source/l/libsndfile/libsndfile.SlackBuild index 4fb15c3fa..b623f4991 100755 --- a/source/l/libsndfile/libsndfile.SlackBuild +++ b/source/l/libsndfile/libsndfile.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libsndfile VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/l/pygobject3/pygobject3.SlackBuild b/source/l/pygobject3/pygobject3.SlackBuild index c97ac0640..e8108d3d8 100755 --- a/source/l/pygobject3/pygobject3.SlackBuild +++ b/source/l/pygobject3/pygobject3.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pygobject3 SRCNAM=pygobject VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/l/qt5/fetch_sources.sh b/source/l/qt5/fetch_sources.sh index fccc6f017..f920d050b 100755 --- a/source/l/qt5/fetch_sources.sh +++ b/source/l/qt5/fetch_sources.sh @@ -20,7 +20,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -BRANCH="5.15.6" +BRANCH="5.15.7" rm -f qt-everywhere-src-*.tar* diff --git a/source/l/sdl/sdl.SlackBuild b/source/l/sdl/sdl.SlackBuild index df5b36512..4660aad86 100755 --- a/source/l/sdl/sdl.SlackBuild +++ b/source/l/sdl/sdl.SlackBuild @@ -30,7 +30,7 @@ NET=${NET:-$(echo SDL_net-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev SOUND=${SOUND:-$(echo SDL_sound-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} TTF=${TTF:-$(echo SDL_ttf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-12} +BUILD=${BUILD:-13} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/vte/vte.SlackBuild b/source/l/vte/vte.SlackBuild index 9e53414bc..40b5aa99e 100755 --- a/source/l/vte/vte.SlackBuild +++ b/source/l/vte/vte.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vte VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index 65d939a21..5e6ce17dc 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Whether to include faad/aac support: FAAD=${FAAD:---disable-aac} diff --git a/source/xap/easytag/easytag.SlackBuild b/source/xap/easytag/easytag.SlackBuild index 4cea71fb1..6bdfaf60b 100755 --- a/source/xap/easytag/easytag.SlackBuild +++ b/source/xap/easytag/easytag.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=easytag VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/xap/xine-lib/xine-lib.SlackBuild b/source/xap/xine-lib/xine-lib.SlackBuild index 8c637e783..23f3f4425 100755 --- a/source/xap/xine-lib/xine-lib.SlackBuild +++ b/source/xap/xine-lib/xine-lib.SlackBuild @@ -32,7 +32,7 @@ DIRVER=1.2.12 # Version used for the Slackware package PKGVER=1.2.12 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |