diff --git a/desktop/toolkit/gtk/gtk3/pspec.xml b/desktop/toolkit/gtk/gtk3/pspec.xml
index 1932392657..aae9581576 100644
--- a/desktop/toolkit/gtk/gtk3/pspec.xml
+++ b/desktop/toolkit/gtk/gtk3/pspec.xml
@@ -165,6 +165,8 @@
at-spi2-atk-devel
libXcomposite-devel
fribidi-devel
+ wayland-devel
+ wayland-protocols-devel
/usr/include
diff --git a/multimedia/sound/deadbeef/pspec.xml b/multimedia/sound/deadbeef/pspec.xml
index 9f86b8a271..458b891fbd 100644
--- a/multimedia/sound/deadbeef/pspec.xml
+++ b/multimedia/sound/deadbeef/pspec.xml
@@ -17,8 +17,8 @@
DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems.
-
- mirrors://sourceforge/project/deadbeef/travis/linux/1.8.5/deadbeef-1.8.5.tar.bz2
+
+ mirrors://sourceforge/project/deadbeef/travis/linux/1.8.6/deadbeef-1.8.6.tar.bz2
intltool
@@ -116,6 +116,13 @@
+
+ 2021-01-22
+ 1.8.6
+ Version bump.
+ fury
+ wascheme@tuta.io
+
2021-01-10
1.8.5
diff --git a/multimedia/stream/mpd/pspec.xml b/multimedia/stream/mpd/pspec.xml
index ec0a7185ad..0a8629027f 100644
--- a/multimedia/stream/mpd/pspec.xml
+++ b/multimedia/stream/mpd/pspec.xml
@@ -15,8 +15,8 @@
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
-
- https://www.musicpd.org/download/mpd/0.22/mpd-0.22.3.tar.xz
+
+ https://www.musicpd.org/download/mpd/0.22/mpd-0.22.4.tar.xz
meson
@@ -155,6 +155,13 @@
+
+ 2021-01-22
+ 0.22.4
+ Version bump.
+ fury
+ wascheme@tuta.io
+
2020-12-13
0.22.3
diff --git a/util/archive/zziplib/actions.py b/util/archive/zziplib/actions.py
index e834745a4e..b18ee88ce0 100644
--- a/util/archive/zziplib/actions.py
+++ b/util/archive/zziplib/actions.py
@@ -11,21 +11,21 @@ from pisi.actionsapi import get
shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j1"))
+j = ''.join([
+ '-DCMAKE_BUILD_TYPE=Release ',
+ '-DCMAKE_INSTALL_LIBDIR=lib ',
+ ])
+
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
- cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L", sourceDir = '..')
+ cmaketools.configure("%s -G Ninja -L" % j, sourceDir = '..')
def build():
- shelltools.cd("build")
- cmaketools.make()
- cmaketools.make("docs")
+ shelltools.system("ninja -C build")
def install():
- shelltools.cd("build")
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR())
- pisitools.dohtml("docs/*.htm*")
- shelltools.cd("..")
pisitools.dodoc("ChangeLog", "COPYING.LIB", "README", "TODO", "docs/COPYING*", "docs/README.SDL")
diff --git a/util/archive/zziplib/files/dont-build-docs.patch b/util/archive/zziplib/files/dont-build-docs.patch
deleted file mode 100644
index 650f0f6028..0000000000
--- a/util/archive/zziplib/files/dont-build-docs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: zziplib-0.13.59/Makefile.in
-===================================================================
---- zziplib-0.13.59.orig/Makefile.in
-+++ zziplib-0.13.59/Makefile.in
-@@ -279,8 +279,8 @@ AUTOMAKE_OPTIONS = 1.4 foreign dist-bzip
- ACLOCAL_AMFLAGS = -I m4
- WANT_AUTOMAKE = 1.7
- WANT_AUTOCONF = 2.57
--DIST_SUBDIRS = zzip zzipwrap bins test docs SDL
--SUBDIRS = zzip zzipwrap bins test docs @SDL@
-+DIST_SUBDIRS = zzip zzipwrap bins test SDL
-+SUBDIRS = zzip zzipwrap bins test @SDL@
- OSC_ROOT = /my/own/osc
- OSC_SRCDIR = $(OSC_ROOT)
- OSC_PROJECT = home:guidod:zziplib-13
diff --git a/util/archive/zziplib/files/zziplib-0.13.59-multilib.patch b/util/archive/zziplib/files/zziplib-0.13.59-multilib.patch
deleted file mode 100644
index f4b7a985d6..0000000000
--- a/util/archive/zziplib/files/zziplib-0.13.59-multilib.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -Naupr zziplib-0.13.59.orig/zzip/_config.h zziplib-0.13.59/zzip/_config.h
---- zziplib-0.13.59.orig/zzip/_config.h 2010-02-14 22:29:34.000000000 +0100
-+++ zziplib-0.13.59/zzip/_config.h 2010-12-04 16:22:19.809534085 +0100
-@@ -133,7 +133,11 @@
-
- /* whether the system defaults to 32bit off_t but can do 64bit when requested
- */
--/* #undef LARGEFILE_SENSITIVE */
-+#if __WORDSIZE == 32
-+#ifndef ZZIP_LARGEFILE_SENSITIVE
-+#define ZZIP_LARGEFILE_SENSITIVE 1
-+#endif
-+#endif
-
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-@@ -178,8 +181,12 @@
-
- /* The number of bytes in type long */
- #ifndef ZZIP_SIZEOF_LONG
-+#if __WORDSIZE == 32
-+#define ZZIP_SIZEOF_LONG 4
-+#elif __WORDSIZE == 64
- #define ZZIP_SIZEOF_LONG 8
- #endif
-+#endif
-
- /* The number of bytes in type short */
- #ifndef ZZIP_SIZEOF_SHORT
-@@ -209,7 +216,11 @@
- #endif
-
- /* Number of bits in a file offset, on hosts where this is settable. */
--/* #undef _FILE_OFFSET_BITS */
-+#if __WORDSIZE == 32
-+#ifndef ZZIP__FILE_OFFSET_BITS
-+#define ZZIP__FILE_OFFSET_BITS 64
-+#endif
-+#endif
-
- /* Define for large files, on AIX-style hosts. */
- /* #undef _LARGE_FILES */
diff --git a/util/archive/zziplib/pspec.xml b/util/archive/zziplib/pspec.xml
index 5080180db3..7d26acb336 100644
--- a/util/archive/zziplib/pspec.xml
+++ b/util/archive/zziplib/pspec.xml
@@ -3,7 +3,7 @@
zziplib
- http://zziplib.sourceforge.net/
+ https://github.com/gdraheim/zziplib
PisiLinux Community
admins@pisilinux.org
@@ -18,22 +18,24 @@
The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access.
-
- https://github.com/gdraheim/zziplib/archive/v0.13.71.tar.gz
+
+ https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz
cmake
+ xmlto
+ ninja
zlib-devel
aalib-devel
docbook-xsl
docbook-xml
- libsdl-devel
+ python3-six
python3-devel
libxslt-devel
libsdl2-devel
-
+
@@ -45,8 +47,8 @@
/usr/bin
/usr/lib
- /usr/share/aclocal
/usr/share/man/man3
+ /usr/share/doc
@@ -55,27 +57,24 @@
Development files for zziplib
zziplib
- libsdl-devel
libsdl2-devel
+ zlib-devel
/usr/include
/usr/lib/pkgconfig
-
-
-
-
- zziplib-docs
- Documentation for zziplib
-
- zziplib
-
-
- /usr/share/doc
+ /usr/share/aclocal
+
+ 2021-01-21
+ 0.13.72
+ Ver. bump
+ fury
+ wascheme@tuta.io
+
2020-06-23
0.13.71