aboutsummaryrefslogtreecommitdiff
path: root/libraries/gssdp/gssdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gssdp/gssdp.SlackBuild')
-rw-r--r--libraries/gssdp/gssdp.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild
index 8641ca84940b6..da22f44f991e4 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.6.1}
+VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,7 +77,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/gssdp.patch
mkdir -p build
cd build
@@ -87,6 +86,7 @@ meson --prefix=/usr \
--libdir=lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
-Dgtk_doc=false \
+ -Dmanpages=false \
../
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install