mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/exaile: Updated for version 0.3.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
26af8032cb
commit
7c1ab7d3ea
4 changed files with 16 additions and 13 deletions
|
@ -1,10 +1,11 @@
|
|||
Exaile is a music manager and player for GTK+ written in Python. It
|
||||
incorporates automatic fetching of album art, handling of large libraries,
|
||||
lyrics fetching, artist/album information via Wikipedia, and Last.fm
|
||||
Exaile is a music manager and player for GTK+ written in Python. It
|
||||
incorporates automatic fetching of album art, handling of large libraries,
|
||||
lyrics fetching, artist/album information via Wikipedia, and Last.fm
|
||||
submission support.
|
||||
|
||||
This requires gst-python and mutagen.
|
||||
|
||||
Optional dependencies are gst-plugins-ugly (for mp3 support), cddb-py (for
|
||||
audio CD playback), webkit, pywebkitgtk (for contextual informations about
|
||||
the track) and streamripper (to record streams).
|
||||
Optional dependencies are gst-plugins-ugly (for mp3 support), cddb-py (for
|
||||
audio CD playback), gst-gnome-vfs (for SHOUTcast support), webkit,
|
||||
pywebkitgtk (for contextual informations about the track) and streamripper
|
||||
(to record streams).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Update by Diogo Leal (diogo@diogoleal.com)
|
||||
|
||||
PRGNAM=exaile
|
||||
VERSION=${VERSION:-0.3.2.0}
|
||||
VERSION=${VERSION:-0.3.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +40,6 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -48,6 +47,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix manpage location.
|
||||
sed -i -e 's|share/man|man|g' Makefile
|
||||
|
||||
make
|
||||
PREFIX=/usr \
|
||||
LIBINSTALLDIR=/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="exaile"
|
||||
VERSION="0.3.2.0"
|
||||
VERSION="0.3.2.1"
|
||||
HOMEPAGE="http://www.exaile.org/"
|
||||
DOWNLOAD="http://launchpad.net/exaile/0.3.2/0.3.2.0/+download/exaile-0.3.2.0.tar.gz"
|
||||
MD5SUM="fdd1f75118032a5aa0932cb449b2c533"
|
||||
DOWNLOAD="http://launchpad.net/exaile/0.3.2/0.3.2.1/+download/exaile-0.3.2.1.tar.gz"
|
||||
MD5SUM="7ecfa9e52a9f2882717b3483518b604b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Diogo Leal"
|
||||
EMAIL="diogo@diogoleal.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
exaile: Exaile (Amarok-like Media Player for GTK+)
|
||||
exaile:
|
||||
exaile: Exaile is a music manager and player for GTK+ written in Python. it
|
||||
exaile: incorporates automatic fetching of album art, handling of large
|
||||
exaile: incorporates automatic fetching of album art, handling of large
|
||||
exaile: libraries, lyrics fetching, artist/album information via Wikipedia,
|
||||
exaile: Lastfm submission support, and optional iPod support.
|
||||
exaile:
|
||||
|
|
Loading…
Reference in a new issue