diff options
Diffstat (limited to 'source/l/wavpack')
-rw-r--r-- | source/l/wavpack/slack-desc | 17 | ||||
-rwxr-xr-x | source/l/wavpack/wavpack.SlackBuild | 7 | ||||
-rw-r--r-- | source/l/wavpack/wavpack.url | 1 |
3 files changed, 12 insertions, 13 deletions
diff --git a/source/l/wavpack/slack-desc b/source/l/wavpack/slack-desc index 981b6a6d6..74838bb80 100644 --- a/source/l/wavpack/slack-desc +++ b/source/l/wavpack/slack-desc @@ -7,15 +7,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -wavpack: wavpack (A lossless WAV file compressor) +wavpack: wavpack (WAV audio file compressor) wavpack: -wavpack: Wavpack is a hybrid lossless wavefile compressor. Wavfile is -wavpack: Copyright (c) 1998 - 2006 Conifer Software. All Rights Reserved. +wavpack: WavPack is a completely open audio compression format providing +wavpack: lossless, high-quality lossy, and a unique hybrid compression mode. +wavpack: The hybrid mode creates both a relatively small, high-quality lossy +wavpack: file that can be used all by itself, and a "correction" file that +wavpack: (when combined with the lossy file) provides full lossless +wavpack: restoration. wavpack: -wavpack: Wavpack is distributed under the BSD Software License. +wavpack: Homepage: http://www.wavpack.com wavpack: -wavpack: Visit the wavpack project online: http://www.wavpack.com -wavpack: -wavpack: -wavpack: - diff --git a/source/l/wavpack/wavpack.SlackBuild b/source/l/wavpack/wavpack.SlackBuild index daff66a6f..d19ba2e3e 100755 --- a/source/l/wavpack/wavpack.SlackBuild +++ b/source/l/wavpack/wavpack.SlackBuild @@ -5,7 +5,7 @@ # Updated by Andrew Brouwers, abrouwers@gmail.com # Modified by the SlackBuilds.org project # Modified to build wavpack. -# Copyright 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=wavpack 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 @@ -90,7 +90,6 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-static=no \ - --enable-mmx \ --build=$ARCH-slackware-linux \ || exit 1 @@ -102,7 +101,7 @@ rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - AUTHORS NEWS README* \ + AUTHORS* COPYING* NEWS* README* \ $PKG/usr/doc/$PKGNAM-$VERSION # If there's a ChangeLog, installing at least part of the recent history diff --git a/source/l/wavpack/wavpack.url b/source/l/wavpack/wavpack.url new file mode 100644 index 000000000..c8d5906d4 --- /dev/null +++ b/source/l/wavpack/wavpack.url @@ -0,0 +1 @@ +https://github.com/dbry/WavPack |