From 8c5eb9344720bab4306d9653d88917a8f2e8cf04 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 14 Aug 2021 23:14:58 +0700 Subject: libraries/gssdp: Updated for version 1.3.1. Signed-off-by: Willy Sudiarto Raharjo --- libraries/gssdp/gssdp.SlackBuild | 6 ++++-- libraries/gssdp/gssdp.info | 6 +++--- libraries/gssdp/gssdp.patch | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 libraries/gssdp/gssdp.patch (limited to 'libraries/gssdp') diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild index 3ddb9dd652..fe578ea139 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.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,6 +80,7 @@ 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 @@ -88,7 +89,8 @@ meson --prefix=/usr \ --localstatedir=/var \ --libdir=lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ - -Dsniffer=FALSE \ + -Dgtk_doc=false \ + -Dsniffer=false \ ../ "${NINJA:=ninja}" DESTDIR=$PKG $NINJA install diff --git a/libraries/gssdp/gssdp.info b/libraries/gssdp/gssdp.info index 7c79fb5562..8d676abd41 100644 --- a/libraries/gssdp/gssdp.info +++ b/libraries/gssdp/gssdp.info @@ -1,8 +1,8 @@ PRGNAM="gssdp" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://gupnp.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gssdp/1.3/gssdp-1.3.0.tar.xz" -MD5SUM="560c22958d3fed6d24650e7a837d6f70" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gssdp/1.3/gssdp-1.3.1.tar.xz" +MD5SUM="6796ccde7af0b38e3a24937d4ab4dc15" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/gssdp/gssdp.patch b/libraries/gssdp/gssdp.patch new file mode 100644 index 0000000000..bbc11620b7 --- /dev/null +++ b/libraries/gssdp/gssdp.patch @@ -0,0 +1,15 @@ +--- gssdp-1.3.1/meson.build.orig 2021-08-14 23:12:19.168431148 +0700 ++++ gssdp-1.3.1/meson.build 2021-08-14 23:12:46.260719024 +0700 +@@ -88,12 +88,6 @@ + subdir('vala') + endif + +- +-gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1', +- fallback: ['gi-docgen', 'dummy_dep'], +- required: get_option('gtk_doc') and get_option('introspection') +- ) +- + if get_option('gtk_doc') + subdir('doc') + endif -- cgit v1.2.3