summaryrefslogtreecommitdiffstats
path: root/libraries/gssdp/gssdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gssdp/gssdp.SlackBuild')
-rw-r--r--libraries/gssdp/gssdp.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild
index 3ddb9dd652..3e46e2562f 100644
--- a/libraries/gssdp/gssdp.SlackBuild
+++ b/libraries/gssdp/gssdp.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gssdp
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -88,7 +85,8 @@ meson --prefix=/usr \
--localstatedir=/var \
--libdir=lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
- -Dsniffer=FALSE \
+ -Dgtk_doc=false \
+ -Dmanpages=false \
../
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install