multimedia/cueplayer: Updated for version svn_251.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Fridrich von Stauffenberg 2012-06-28 16:32:53 -04:00 committed by dsomero
parent 3f68b02fe1
commit 36cd59f6c8
4 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for CuePlayer
# Copyright 2011 Fridrich von Stauffenberg <cancellor2@gmail.com>
# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cueplayer
VERSION=${VERSION:-0.28}
VERSION=${VERSION:-svn_251}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,26 +46,24 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
sed -i '/^locale\.path/s/\/usr/\$\$PREFIX/' $PRGNAM.pro
qmake PREFIX=/usr $PRGNAM.pro
make
INSTALL_ROOT=$PKG make install
make INSTALL_ROOT=$PKG install
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/{applications,pixmaps}
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/usr/share/pixmaps
cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp CHANGELOG INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -2,9 +2,11 @@
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=CuePlayer
GenericName=Media Player
GenericName=Media player
Comment=Lightweight media player and transcoder
Icon=cueplayer
Exec=cueplayer
Categories=AudioVideo;Audio;Video;Player;Qt;
MimeType=

View file

@ -1,10 +1,10 @@
PRGNAM="cueplayer"
VERSION="0.28"
VERSION="svn_251"
HOMEPAGE="http://cueplayer.googlecode.com"
DOWNLOAD="http://cueplayer.googlecode.com/files/cueplayer-0.28.tar.gz"
MD5SUM="7ea51fe9fb88030eb52b26674a9d9180"
DOWNLOAD="http://dl.dropbox.com/u/11914640/cueplayer-svn_251.tar.xz"
MD5SUM="f4261584809b70f908a53fad87aa87e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Fridrich von Stauffenberg"
EMAIL="cancellor2@gmail.com"
APPROVED="Niels Horn"
APPROVED="dsomero"

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
cueplayer: CuePlayer (media player and transcoder)
cueplayer: cueplayer (media player and transcoder)
cueplayer:
cueplayer: CuePlayer is yet another audio/video player and converter based on
cueplayer: GStreamer and Qt.