diff options
author | E. axillaris <elanus@i2pmail.org> | 2020-06-13 08:41:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-13 08:41:47 +0700 |
commit | 4139823f6ef8751605920a501aa5e7d4abbfce0c (patch) | |
tree | 3a827a54ee0266b106d02a242efa2662321e9f5f /audio/twolame | |
parent | 8273a71742d3296566ea5595314898e1a9390dd8 (diff) |
audio/twolame: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/README | 9 | ||||
-rw-r--r-- | audio/twolame/twolame.SlackBuild | 34 | ||||
-rw-r--r-- | audio/twolame/twolame.info | 12 |
3 files changed, 26 insertions, 29 deletions
diff --git a/audio/twolame/README b/audio/twolame/README index ff1f1494da89..c39e26317215 100644 --- a/audio/twolame/README +++ b/audio/twolame/README @@ -1,5 +1,4 @@ -TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. -TwoLAME should be able to be used as a drop-in replacement for -LAME (a MPEG Layer 3 encoder). The frontend takes very similar -command line options to LAME, and the backend library has a very -similar API to LAME. +TwoLAME is an optimised MP2 (MPEG-1 Audio Layer II) encoder. +It has a simple command line interface, uses libsndfile to handle a +wide range of input files, and features its own thread-safe library +with API similar to LAME (a MP3 encoder). diff --git a/audio/twolame/twolame.SlackBuild b/audio/twolame/twolame.SlackBuild index bb5359882176..895b09928248 100644 --- a/audio/twolame/twolame.SlackBuild +++ b/audio/twolame/twolame.SlackBuild @@ -1,29 +1,27 @@ #!/bin/sh -# Slackware build script for twolame - # Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# SlackBuild for TwoLAME, 5 June 2020 +# E. axillaris <elanus@i2pmail.org> # All rights reserved. # -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: +# Permission to use, copy, modify, or distribute this software for any +# purpose with or without fee is hereby granted, provided that this +# notice of copyright and permission appear in all copies. # -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL +# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +# AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. # -# 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. +# Please see the TwoLAME license for more information. PRGNAM=twolame -VERSION=${VERSION:-0.3.13} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +88,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/doc/twolame/* $PKG/usr/doc/$PRGNAM-$VERSION/ -cp -a AUTHORS ChangeLog COPYING README* TODO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -rf $PKG/usr/share diff --git a/audio/twolame/twolame.info b/audio/twolame/twolame.info index 14a3c4e24548..a830a1c7775c 100644 --- a/audio/twolame/twolame.info +++ b/audio/twolame/twolame.info @@ -1,10 +1,10 @@ PRGNAM="twolame" -VERSION="0.3.13" -HOMEPAGE="http://www.twolame.org/" -DOWNLOAD="http://downloads.sourceforge.net/twolame/twolame-0.3.13.tar.gz" -MD5SUM="4113d8aa80194459b45b83d4dbde8ddb" +VERSION="0.4.0" +HOMEPAGE="https://www.twolame.org/" +DOWNLOAD="https://github.com/njh/twolame/releases/download/0.4.0/twolame-0.4.0.tar.gz" +MD5SUM="400c164ed096c7aea82bcf8edcd3f6f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Heinz Wiesinger" -EMAIL="pprkut@liwjatan.at" +MAINTAINER="E. axillaris" +EMAIL="elanus@i2pmail.org" |