audio/ario: Updated for version 1.5.

This commit is contained in:
Erik Hanson 2011-06-29 13:44:43 -03:00 committed by Niels Horn
parent c4556caac7
commit 4fc63bf053
5 changed files with 16 additions and 12 deletions

View file

@ -2,4 +2,4 @@ Ario is a GTK2 client for MPD (Music player daemon). The interface
used to browse the library is inspired by Rhythmbox but Ario aims used to browse the library is inspired by Rhythmbox but Ario aims
to be much lighter and faster. to be much lighter and faster.
This requires libsoup, and avahi is optional. This requires libmpdclient, libsoup, libunique and avahi is optional.

View file

@ -2,7 +2,7 @@
# #
# Slackware build script for Ario # Slackware build script for Ario
# #
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ario PRGNAM=ario
VERSION=1.2 VERSION=1.5
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi
@ -85,7 +83,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-mpdidle \ --enable-mpdidle \
--${AVAHI}-avahi --${AVAHI}-avahi
make make V=1
make install-strip DESTDIR=$PKG make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="ario" PRGNAM="ario"
VERSION="1.2" VERSION="1.5"
HOMEPAGE="http://ario-player.sourceforge.net/" HOMEPAGE="http://ario-player.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.2.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.5.tar.gz"
MD5SUM="73504fe9475ec1d812ecdb4e48b2a320" MD5SUM="5dac6cc8b8f12b0acc132d5ff7fc779f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Erik Hanson" MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org" EMAIL="erik@slackbuilds.org"
APPROVED="dsomero" APPROVED="Niels Horn"

View file

@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications &> /dev/null /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
fi fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -5,9 +5,9 @@
# make exactly 11 lines for the formatting to be correct. It's also # make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'. # customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------------------------| |-----handy-ruler------------------------------------------------------|
ario: Ario (a GTK2 client for MPD) ario: Ario (a GTK2 client for MPD)
ario: ario:
ario: Ario is a GTK2 client for MPD (Music player daemon). The interface ario: Ario is a GTK2 client for MPD (Music player daemon). The interface
ario: used to browse the library is inspired by Rhythmbox but Ario aims ario: used to browse the library is inspired by Rhythmbox but Ario aims
ario: to be much lighter and faster. ario: to be much lighter and faster.