From 75f2f02ae86a6a8462343013a3190718d9dbf453 Mon Sep 17 00:00:00 2001 From: Phillip Warner Date: Tue, 26 Jul 2011 00:37:24 -0500 Subject: multimedia/gnome-mplayer: Included some patches for Apple Trailers Signed-off-by: Robby Workman --- multimedia/gnome-mplayer/gnome-mplayer.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'multimedia/gnome-mplayer/gnome-mplayer.SlackBuild') diff --git a/multimedia/gnome-mplayer/gnome-mplayer.SlackBuild b/multimedia/gnome-mplayer/gnome-mplayer.SlackBuild index a56ba6049e958..63925f89e9aa9 100644 --- a/multimedia/gnome-mplayer/gnome-mplayer.SlackBuild +++ b/multimedia/gnome-mplayer/gnome-mplayer.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=gnome-mplayer VERSION=${VERSION:-1.0.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,6 +53,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \ -o -perm 400 \) -exec chmod 644 {} \; +# Misc fixes that did not make it into 1.0.4 +patch -p1 < $CWD/gnome-mplayer-fixes.diff + # If GCONF=YES above, then enable gconf; otherwise, disable it. if [ "$GCONF" = "YES" ]; then do_gconf="with" -- cgit v1.2.3