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. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gssdp PRGNAM=gssdp
VERSION=${VERSION:-1.3.0} VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
@ -77,15 +77,16 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/gssdp.patch
mkdir -p build mkdir -p build
cd build cd build
meson --prefix=/usr \ meson --prefix=/usr \
--buildtype=release \ --buildtype=release \
--localstatedir=/var \ --localstatedir=/var \
--libdir=lib${LIBDIRSUFFIX} \ --libdir=lib${LIBDIRSUFFIX} \
--mandir=/usr/man \ --mandir=/usr/man \
-Dsniffer=FALSE \ -Dgtk_doc=false \
-Dsniffer=false \
../ ../
ninja ninja
DESTDIR=$PKG ninja install DESTDIR=$PKG ninja install