mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
multimedia/gnome-mplayer: Updated for version 0.9.9.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3c4bce1c9e
commit
ded221d2fe
4 changed files with 7 additions and 9 deletions
|
@ -12,7 +12,7 @@ Gnome MPlayer has a rich API that is exposed via DBus. Using DBus you
|
|||
can control a single or multiple instances of GNOME MPlayer from a
|
||||
single command.
|
||||
|
||||
Gnome MPlayer is not dependent on any Gnome libraries. However. the look
|
||||
Gnome MPlayer is not dependent on any Gnome libraries. However, the look
|
||||
and feel of the application is based on the Gnome HIG.
|
||||
|
||||
libmusicbrainz3 is an optional dependency.
|
||||
|
|
|
@ -4,16 +4,14 @@
|
|||
# Written by Phillip Warner <pc_warner@yahoo.com>
|
||||
|
||||
PRGNAM=gnome-mplayer
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
VERSION=${VERSION:-0.9.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnome-mplayer"
|
||||
VERSION="0.9.8"
|
||||
HOMEPAGE="http://kdekorte.googlepages.com/gnomemplayer"
|
||||
DOWNLOAD="http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.9.8.tar.gz"
|
||||
MD5SUM="540630654db044198c435f32c04b1b53"
|
||||
VERSION="0.9.9.2"
|
||||
HOMEPAGE="http://sites.google.com/site/kdekorte2/gnomemplayer"
|
||||
DOWNLOAD="http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.9.9.2.tar.gz"
|
||||
MD5SUM="79810913d245755b60c27d37e1d1f178"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Phillip Warner"
|
||||
|
|
|
@ -10,7 +10,7 @@ gnome-mplayer: gnome-mplayer (GTK2 MPlayer frontend)
|
|||
gnome-mplayer:
|
||||
gnome-mplayer: A GTK2 interface to MPlayer.
|
||||
gnome-mplayer:
|
||||
gnome-mplayer: http://kdekorte.googlepages.com/gnomemplayer
|
||||
gnome-mplayer: Homepage: http://sites.google.com/site/kdekorte2/gnomemplayer
|
||||
gnome-mplayer:
|
||||
gnome-mplayer:
|
||||
gnome-mplayer:
|
||||
|
|
Loading…
Reference in a new issue