audio/cmus: Updated for version 2.5.0.
Added notes about additional optional dependencies Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1969ac8274
commit
e55967a2be
|
@ -1,6 +1,10 @@
|
|||
cmus - ncurses based music player.
|
||||
cmus (ncurses based music player)
|
||||
|
||||
cmus is a small and fast text mode music player
|
||||
for Linux and many other UNIX like operating systems.
|
||||
|
||||
cmus optionally depends on ffmpeg, libmpcdec, faad2, and libmp4v2.
|
||||
Optional dependencies (autodetected) are ffmpeg, libmpcdec,
|
||||
faad2, libcue and libmp4v2.
|
||||
|
||||
It can be built also over roar-audio (but ATM this isn't
|
||||
available at Slackbuilds.org).
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cmus
|
||||
VERSION=v2.4.3
|
||||
VERSION=${VERSION:-v2.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,7 +87,7 @@ 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 TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/examples/*
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cmus"
|
||||
VERSION="v2.4.3"
|
||||
VERSION="v2.5.0"
|
||||
HOMEPAGE="http://cmus.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cmus/cmus-v2.4.3.tar.bz2"
|
||||
MD5SUM="75452cf007637214c4ab5444e076114b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cmus/cmus-v2.5.0.tar.bz2"
|
||||
MD5SUM="9af16d324060447996ed25e1a9c1c7d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue