summaryrefslogtreecommitdiffstats
path: root/gnome-mplayer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-07-03 15:25:17 +0000
committer Eric Hameleers <alien@slackware.com>2011-07-03 15:25:17 +0000
commit6ba87aed5314e10fedaa9eefd76c0cdd61b0829f (patch)
treee4564612f074fae6ed7e00284e2ed16f563a0a4e /gnome-mplayer
parent3f7da071448e789b5bc1902c3d696ca1dd8d43ea (diff)
downloadasb-6ba87aed5314e10fedaa9eefd76c0cdd61b0829f.tar.gz
asb-6ba87aed5314e10fedaa9eefd76c0cdd61b0829f.tar.xz
Update to 1.0.4
Diffstat (limited to 'gnome-mplayer')
-rwxr-xr-xgnome-mplayer/build/gnome-mplayer.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnome-mplayer/build/gnome-mplayer.SlackBuild b/gnome-mplayer/build/gnome-mplayer.SlackBuild
index 91eaaaac..0dc0b178 100755
--- a/gnome-mplayer/build/gnome-mplayer.SlackBuild
+++ b/gnome-mplayer/build/gnome-mplayer.SlackBuild
@@ -38,6 +38,9 @@
# * Update.
# 1.0.3-1: 26/jun/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.4-1: 03/jul/2011 by Eric Hameleers <alien@slackware.com>
+# * Update. Removed "--without-gconf" from configure, so that
+# an existing GConf installation will be used.
#
# Run 'sh gnome-mplayer.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -48,7 +51,7 @@
# Set initial variables:
PRGNAM=gnome-mplayer
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -165,7 +168,6 @@ CFLAGS="$SLKCFLAGS" \
--disable-nautilus \
--disable-schemas-install \
--with-alsa \
- --without-gconf \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \