mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/pogo: Updated for version 0.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9dc6470c3f
commit
222fe84a52
4 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
Probably the simplest and fastest audio player for Linux.
|
||||
pogo (A simple and fast audio player for Linux)
|
||||
|
||||
Pogo plays your music. Nothing else. It is both fast and easy-to-use.
|
||||
The clear interface uses the screen real-estate very efficiently.
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pogo
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/v$VERSION.tar.gz || $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
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
|
||||
|
||||
DOCS="COPYING NEWS README"
|
||||
DOCS="LICENSE.txt NEWS.md README.md TODO.txt"
|
||||
|
||||
find $PKG -name perllocal.pod \
|
||||
-o -name ".packlist" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pogo"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="https://launchpad.net/pogo"
|
||||
DOWNLOAD="https://launchpadlibrarian.net/206516837/pogo-0.8.4.tar.gz"
|
||||
MD5SUM="a86ed265f16f7793859d6d9b6fe09d58"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="https://github.com/jendrikseipp/pogo"
|
||||
DOWNLOAD="https://github.com/jendrikseipp/pogo/archive/v0.8.6.tar.gz"
|
||||
MD5SUM="92ab2db4acec1e68e1e72235f05cae50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gst-plugins-ugly gst-python mutagen"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pogo: pogo (Probably the simplest and fastest audio player for Linux)
|
||||
pogo: pogo (A simple and fast audio player for Linux)
|
||||
pogo:
|
||||
pogo: Pogo plays your music. Nothing else. It is both fast and easy-to-use.
|
||||
pogo: The clear interface uses the screen real-estate very efficiently.
|
||||
|
@ -15,5 +15,5 @@ pogo: Other features include: Fast search on the harddrive and in the
|
|||
pogo: playlist, smart album grouping, cover display, desktop
|
||||
pogo: notifications and no music library.
|
||||
pogo:
|
||||
pogo: Homepage: https://launchpad.net/pogo
|
||||
pogo: Home page: https://github.com/jendrikseipp/pogo
|
||||
pogo:
|
||||
|
|
Loading…
Reference in a new issue