diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-05 19:53:38 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-06 08:59:41 +0200 |
commit | 56f3f1d1b21085cbaa1191c111c1a99b80c84505 (patch) | |
tree | 07032fb2ad1e3aa336ea8bb1f79da960bc50dafc /source/ap | |
parent | 656752c06e1b3062aa6652b74aaec0b95b7c3706 (diff) | |
download | current-56f3f1d1b21085cbaa1191c111c1a99b80c84505.tar.gz |
Mon Aug 5 19:53:38 UTC 201920190805195338
a/hwdata-0.326-noarch-1.txz: Upgraded.
ap/flac-1.3.3-x86_64-1.txz: Upgraded.
d/vala-0.44.7-x86_64-1.txz: Upgraded.
l/glib-1.2.10-x86_64-7.txz: Rebuilt.
Patched glib.h for gcc-9.
n/mtr-0.93-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/flac/flac.SlackBuild | 5 | ||||
-rw-r--r-- | source/ap/flac/flac.url | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source/ap/flac/flac.SlackBuild b/source/ap/flac/flac.SlackBuild index 73199f4a..6092dc6c 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 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=flac 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 @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ + --docdir=/usr/doc/flac-${VERSION} \ --disable-silent-rules \ $DISABLE_ASM_OPTIMIZATIONS \ --build=$ARCH-slackware-linux || exit 1 diff --git a/source/ap/flac/flac.url b/source/ap/flac/flac.url new file mode 100644 index 00000000..49d0939d --- /dev/null +++ b/source/ap/flac/flac.url @@ -0,0 +1 @@ +http://downloads.xiph.org/releases/flac/ |