summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-21 20:10:07 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-21 20:10:07 -0500
commitacd30bf80f953a46d17ea766dd7d050ba79f78b5 (patch)
treee7dd906599d0cef51c27be675657372b5318ef3d
parent2cc1cff83f8232f62d6c22dbb2d870ee7f00f05c (diff)
downloadslackbuilds-acd30bf80f953a46d17ea766dd7d050ba79f78b5.tar.gz
slackbuilds-acd30bf80f953a46d17ea766dd7d050ba79f78b5.tar.xz
audio/flake: Removed (no maintainer)
-rw-r--r--audio/flake/README21
-rw-r--r--audio/flake/flake.139
-rw-r--r--audio/flake/flake.SlackBuild102
-rw-r--r--audio/flake/flake.info10
-rw-r--r--audio/flake/slack-desc19
5 files changed, 0 insertions, 191 deletions
diff --git a/audio/flake/README b/audio/flake/README
deleted file mode 100644
index 87562f5f6e..0000000000
--- a/audio/flake/README
+++ /dev/null
@@ -1,21 +0,0 @@
-flake (open-souce FLAC audio encoder)
-
-Flake is an open-souce FLAC audio encoder. It was developed as an
-independent implementation of the FLAC specification, and is meant
-to be an alternative to the FLAC reference encoder.
-
-While Flake does not yet have many of the advanced features of the
-reference encoder, it does have the benefit of faster encoding.
-
-Features:
-
- * Commandline encoder frontend
- * libflake library which can be used by other programs
- * Fast encoding
- * Compression modes which closely mirror the reference encoder,
-plus additional modes for higher compression
- * A variety of LPC order search methods, each of which has its
-own speed vs. compression tradeoff
- * Variable block size encoding: an experimental feature which
-is allowed as part of the specification, but is not currently
-implemented in the reference encoder.
diff --git a/audio/flake/flake.1 b/audio/flake/flake.1
deleted file mode 100644
index 471f67ae9f..0000000000
--- a/audio/flake/flake.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH "FLAKE" "1" "2007-05-20" "Thomas Perl" ""
-.SH "NAME"
-flake \- Alternative Free Lossless Audio Codec encoder
-.SH "SYNOPSIS"
-.B flake
-.RI [options]
-[input.wav]
-[output.flac]
-.SH "DESCRIPTION"
-\fBflake\fP is an alternative encoder for the Free Lossless Audio Codec. Most tests turn out very similar or slightly better compression than the FLAC reference encoder, and it generally encodes significantly faster. Decoding times of the generated files are also close to those made by the reference encoder.
-.SH "OPTIONS"
-.TP
-.B \-h
-Print out list of commandline options
-.TP
-.B \-p #
-Padding bytes to put in header (default: 4096)
-.TP
-.B \-0..\-12
-Compression level (default: 5)
-.TP
-.B \-b #
-Block size [16 \- 65535] (default: 4608)
-.TP
-.B \-l #
-Maximum prediction order [0 \- 32] (default: 8)
-.TP
-.B \-o #
-Prediction order selection method (0 = maximum, 1 = estimate (default), 2 = 2\-level, 3 = 4\-level, 4 = 8\-level, 5 = full search)
-.TP
-.B \-s #
-Stereo decorrelation method (0 = independent L+R channels, 1 = mid\-side (default))
-.SH "SEE ALSO"
-.BR flac (1)
-.SH "AUTHOR"
-flake was written by Justin Ruggles <justin.ruggles@gmail.com>.
-.PP
-This manual page was written by Thomas Perl <thp@perli.net>,
-for the Debian project (but may be used by others).
diff --git a/audio/flake/flake.SlackBuild b/audio/flake/flake.SlackBuild
deleted file mode 100644
index 1e13a5b339..0000000000
--- a/audio/flake/flake.SlackBuild
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-#
-# Slackware build script for flake.
-#
-# Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# 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.
-#
-# 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.
-
-PRGNAM=flake
-VERSION=${VERSION:-0.11.5}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
-SRCVER=${SRCVER:-f80a2307e442510aeecf3e59785b44135b07e1e8}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
-mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-mkdir -p build; cd build
-
-cmake \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIBRARY_OUTPUT_PATH:PATH=$PKG/usr/lib${LIBDIRSUFFIX} \
- -DCMAKE_BUILD_TYPE=Release \
- ..
-make
-make install DESTDIR=$PKG
-
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/man/man1
-cp $CWD/flake.1 $PKG/usr/man/man1
-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 -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp ../{Changelog,COPYING,README,TODO,doc/flac_constraints.txt} $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/audio/flake/flake.info b/audio/flake/flake.info
deleted file mode 100644
index 4aaa6855ce..0000000000
--- a/audio/flake/flake.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="flake"
-VERSION="0.11.5"
-HOMEPAGE="https://github.com/justinruggles/flake"
-DOWNLOAD="https://github.com/justinruggles/flake/archive/f80a2307e442510aeecf3e59785b44135b07e1e8/flake-f80a2307e442510aeecf3e59785b44135b07e1e8.tar.gz"
-MD5SUM="8eabe7c7429a9b9fd33f4f63bf1f8507"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="orphaned - no maintainer"
-EMAIL="nobody@nowhere"
diff --git a/audio/flake/slack-desc b/audio/flake/slack-desc
deleted file mode 100644
index 1fc3510f5a..0000000000
--- a/audio/flake/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-flake: flake (open-souce FLAC audio encoder)
-flake:
-flake: Flake is an open-souce FLAC audio encoder. It was developed as an
-flake: independent implementation of the FLAC specification, and is meant
-flake: to be an alternative to the FLAC reference encoder.
-flake:
-flake: Home Page: https://github.com/justinruggles/flake
-flake:
-flake:
-flake:
-flake: