summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-02 18:52:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-03 06:59:45 +0200
commit077ad1ea6c8bca0eb13fd41f844718c92364d1ac (patch)
tree4acd433b95b3499a71d4e38f2b5cf5fbc8ee826d /source/l
parent20f8c8e77495af3d80549ad1387c560581bc0b31 (diff)
downloadcurrent-077ad1ea6c8bca0eb13fd41f844718c92364d1ac.tar.gz
current-077ad1ea6c8bca0eb13fd41f844718c92364d1ac.tar.xz
Sat Apr 2 18:52:59 UTC 202220220402185259
ap/ghostscript-9.56.0-x86_64-1.txz: Upgraded. d/poke-2.3-x86_64-1.txz: Upgraded. l/freetype-2.12.0-x86_64-1.txz: Upgraded. l/frei0r-plugins-1.8.0-x86_64-1.txz: Upgraded. l/libsndfile-1.1.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.77-x86_64-1.txz: Upgraded. x/libX11-1.7.4-x86_64-1.txz: Upgraded. xfce/mousepad-0.5.9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rw-r--r--source/l/freetype/freetype.url1
-rwxr-xr-xsource/l/frei0r-plugins/frei0r-plugins.SlackBuild2
-rwxr-xr-xsource/l/libsndfile/libsndfile.SlackBuild11
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
4 files changed, 12 insertions, 4 deletions
diff --git a/source/l/freetype/freetype.url b/source/l/freetype/freetype.url
new file mode 100644
index 000000000..5aa1a0d86
--- /dev/null
+++ b/source/l/freetype/freetype.url
@@ -0,0 +1 @@
+https://download.savannah.gnu.org/releases/freetype/
diff --git a/source/l/frei0r-plugins/frei0r-plugins.SlackBuild b/source/l/frei0r-plugins/frei0r-plugins.SlackBuild
index 1edc31878..2f9b516fe 100755
--- a/source/l/frei0r-plugins/frei0r-plugins.SlackBuild
+++ b/source/l/frei0r-plugins/frei0r-plugins.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=frei0r-plugins
VERSION=${VERSION:-$(echo $PKGNAM-*.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
diff --git a/source/l/libsndfile/libsndfile.SlackBuild b/source/l/libsndfile/libsndfile.SlackBuild
index 7ae6d78b0..4fb15c3fa 100755
--- a/source/l/libsndfile/libsndfile.SlackBuild
+++ b/source/l/libsndfile/libsndfile.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2010 paul wisehart, Hyattsville, MD, USA
# Copyright 2010 Robby Workman, Northport, Alabama, USA
-# Copyright 2011, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2011, 2018, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -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:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -75,6 +75,13 @@ cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 593a7a819..595ca450d 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.76.1}
+VERSION=${VERSION:-3.77}
NSPR=${NSPR:-4.32}
BUILD=${BUILD:-1}