audio/cmus: Updated for version 20131125_a854f85.

This fixes support for the newer ffmpeg.
Added the optional dependencies pulseaudio and opus-file
(thanks to Antonio Hernández Blas for the multiple
heads-up)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-27 09:01:11 +01:00 committed by Robby Workman
parent bce367d60b
commit c208cfd146
3 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@ cmus is a small and fast text mode music player
for Linux and many other UNIX like operating systems.
Optional dependencies (autodetected) are ffmpeg, libmpcdec,
faad2, libcue and libmp4v2.
faad2, libcue, libmp4v2 and pulseaudio.
It can be built also over roar-audio (but ATM this isn't
available at Slackbuilds.org).
It can be built also over roar-audio and opus-file (but ATM
these aren't available at SlackBuilds.org).

View file

@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cmus
VERSION=${VERSION:-v2.5.0}
VERSION=${VERSION:-20131125_a854f85}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -80,14 +80,14 @@ CXXFLAGS="$SLKCFLAGS" \
make V=2
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
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
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 -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/examples/*
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="cmus"
VERSION="v2.5.0"
VERSION="20131125_a854f85"
HOMEPAGE="http://cmus.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/cmus/cmus-v2.5.0.tar.bz2"
MD5SUM="9af16d324060447996ed25e1a9c1c7d8"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/cmus-20131125_a854f85.tar.xz"
MD5SUM="a197c1775238c322ab13245e03bc670a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""