mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
gssdp: Upgraded to 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
728ad04aa7
commit
b70b816ebc
1 changed files with 4 additions and 3 deletions
7
deps/gssdp/gssdp.SlackBuild
vendored
7
deps/gssdp/gssdp.SlackBuild
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue