diff options
author | Alex Lysenka <me@alkos333.net> | 2010-05-11 19:45:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:43 +0200 |
commit | 9e226110b5b4d3c9048082fd0c1a0097e2da669f (patch) | |
tree | bea9694195f04cb10812d250b255537bca32c630 /multimedia | |
parent | 29f966b03fa4c08571798892663fe5ba0fd86128 (diff) | |
download | slackbuilds-9e226110b5b4d3c9048082fd0c1a0097e2da669f.tar.gz |
multimedia/speex: Updated for version 1.2beta2
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/speex/speex.SlackBuild | 41 | ||||
-rw-r--r-- | multimedia/speex/speex.info | 2 |
2 files changed, 27 insertions, 16 deletions
diff --git a/multimedia/speex/speex.SlackBuild b/multimedia/speex/speex.SlackBuild index d48f3d9c52..8d2527c9ef 100644 --- a/multimedia/speex/speex.SlackBuild +++ b/multimedia/speex/speex.SlackBuild @@ -1,24 +1,35 @@ #!/bin/sh -# Copyright 2007 Alex Lysenka <me@alkos333.net> + +# Slackware build script for speex +# Copyright (c) 2007 Alex Lysenka <me@alkos333.net> # All rights reserved. # -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: # -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of the {company} nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. # -# 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. +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "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 COPYRIGHT +# OWNER OR CONTRIBUTORS 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. set -e diff --git a/multimedia/speex/speex.info b/multimedia/speex/speex.info index 0b96153073..e6f9933a90 100644 --- a/multimedia/speex/speex.info +++ b/multimedia/speex/speex.info @@ -5,4 +5,4 @@ DOWNLOAD="http://downloads.us.xiph.org/releases/speex/speex-1.2beta2.tar.gz" MD5SUM="5480fa53a7451603ecb57ff815c87ac0" MAINTAINER="Alex Lysenka" EMAIL="me@alkos333.net" -APPROVED="rworkman" +APPROVED="rworkman,alien" |