summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-20 00:54:24 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-20 07:00:14 +0100
commit4efc82d829308a2471ccccd3a9596323f73c7150 (patch)
tree95ca8e6183e4c97d0c2187222128f2ca828804db /source/ap
parent89b746210bf626ad83b16caad75bf526123105c4 (diff)
downloadcurrent-4efc82d829308a2471ccccd3a9596323f73c7150.tar.gz
current-4efc82d829308a2471ccccd3a9596323f73c7150.tar.xz
Sun Nov 20 00:54:24 UTC 202220221120005424
a/aaa_libraries-15.1-x86_64-13.txz: Rebuilt. Upgraded: libelf-0.188.so, liblzma.so.5.2.8, libmpfr.so.6.1.1. Removed: libunistring.so.2.1.0. Added: libFLAC++.so.6.3.0, libFLAC.so.8.3.0, libjasper.so.6.0.0. ap/flac-1.4.2-x86_64-1.txz: Upgraded. Shared library .so-version bump. ap/moc-2.6_alpha3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. ap/opus-tools-0.2-x86_64-4.txz: Rebuilt. Recompiled against flac-1.4.2. ap/sox-14.4.2-x86_64-9.txz: Rebuilt. Recompiled against flac-1.4.2. ap/vorbis-tools-1.4.2-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2. kde/audiocd-kio-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/digikam-7.8.0-x86_64-4.txz: Rebuilt. Recompiled against jasper-4.0.0. kde/k3b-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/kid3-3.9.2-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/kwave-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/LibRaw-0.20.2-x86_64-6.txz: Rebuilt. Recompiled against jasper-4.0.0. l/at-spi2-core-2.46.0-x86_64-1.txz: Upgraded. l/audiofile-0.3.6-x86_64-5.txz: Rebuilt. Recompiled against flac-1.4.2. l/gamin-0.1.10-x86_64-9.txz: Removed. l/gegl-0.4.40-x86_64-2.txz: Rebuilt. Recompiled against jasper-4.0.0. l/glib-networking-2.74.0-x86_64-1.txz: Upgraded. l/glib2-2.74.1-x86_64-1.txz: Upgraded. l/gobject-introspection-1.74.0-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.20.4-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/jasper-4.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libsndfile-1.1.0-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/libsoup-2.74.3-x86_64-1.txz: Upgraded. l/pango-1.50.12-x86_64-1.txz: Upgraded. l/pygobject3-3.42.2-x86_64-1.txz: Upgraded. l/qt5-5.15.7_20221116_ee27a432-x86_64-1.txz: Upgraded. Compiled against jasper-4.0.0. l/sdl-1.2.15-x86_64-13.txz: Rebuilt. Recompiled against flac-1.4.2. l/vte-0.70.1-x86_64-1.txz: Upgraded. xap/audacious-plugins-4.2-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2. xap/easytag-2.4.3-x86_64-5.txz: Rebuilt. Recompiled against flac-1.4.2. xap/xine-lib-1.2.12-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2.
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/flac/flac.SlackBuild13
-rw-r--r--source/ap/flac/flac.man.diff12
-rwxr-xr-xsource/ap/moc/moc.SlackBuild2
-rwxr-xr-xsource/ap/opus-tools/opus-tools.SlackBuild2
-rwxr-xr-xsource/ap/sox/sox.SlackBuild2
-rwxr-xr-xsource/ap/vorbis-tools/vorbis-tools.SlackBuild2
6 files changed, 12 insertions, 21 deletions
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