gssdp: Upgraded to 1.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-08-14 23:16:19 +07:00
parent 728ad04aa7
commit b70b816ebc
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gssdp
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -77,15 +77,16 @@ 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
meson --prefix=/usr \
--buildtype=release \
--localstatedir=/var \
--libdir=lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
-Dsniffer=FALSE \
-Dgtk_doc=false \
-Dsniffer=false \
../
ninja
DESTDIR=$PKG ninja install