diff --git a/multimedia/sound/deadbeef/pspec.xml b/multimedia/sound/deadbeef/pspec.xml
index fa822213e1..8ff0796882 100644
--- a/multimedia/sound/deadbeef/pspec.xml
+++ b/multimedia/sound/deadbeef/pspec.xml
@@ -17,9 +17,10 @@
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.7/deadbeef-1.8.7.tar.bz2
+ mirrors://sourceforge/project/deadbeef/travis/linux/1.8.8/deadbeef-1.8.8.tar.bz2
+ bison
intltool
atk-devel
lld-devel
@@ -115,6 +116,13 @@
+
+ 2021-09-12
+ 1.8.8
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-02-21
1.8.7
diff --git a/network/download/aria2/actions.py b/network/download/aria2/actions.py
index c6706dc5a3..196775b673 100644
--- a/network/download/aria2/actions.py
+++ b/network/download/aria2/actions.py
@@ -8,37 +8,33 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+j = ''.join([
+ ' --prefix=/usr',
+ ' --enable-bittorrent',
+ ' --enable-libaria2',
+ ' --enable-metalink',
+ ' --enable-epoll',
+ ' --enable-nls',
+ ' --disable-rpath',
+ ' --disable-static',
+ ' --with-libz',
+ ' --with-gnutls',
+ ' --with-sqlite3',
+ ' --with-libxml2',
+ ' --with-libssh2',
+ ' --with-libcares',
+ ' --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt',
+ ' --with-bashcompletiondir=/usr/share/bash-completion/completions '
+ ])
+
def setup():
- autotools.configure("--prefix=/usr \
- --enable-bittorrent \
- --enable-libaria2 \
- --enable-metalink \
- --enable-epoll \
- --enable-nls \
- \
- --disable-rpath \
- --disable-static \
- \
- --with-libz \
- --with-gnutls \
- --with-sqlite3 \
- --with-libxml2 \
- --with-libssh2 \
- --with-libcares \
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
- --with-bashcompletiondir=/usr/share/bash-completion/completions")
+ autotools.configure(j)
def build():
- autotools.make("-C po update-gmo")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", \
- "COPYING", \
- "INSTALL", \
- "LICENSE.OpenSSL", \
- "NEWS", \
- "README*")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README*")
diff --git a/network/download/aria2/pspec.xml b/network/download/aria2/pspec.xml
index cbf9a8555c..328d592cfb 100644
--- a/network/download/aria2/pspec.xml
+++ b/network/download/aria2/pspec.xml
@@ -1,5 +1,5 @@
-
+
aria2
@@ -15,8 +15,8 @@
aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0.
-
- https://github.com/tatsuhiro-t/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz
+
+ https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz
gmp-devel
@@ -27,7 +27,6 @@
sqlite-devel
libxml2-devel
libssh2-devel
- openssl-devel
@@ -43,7 +42,6 @@
sqlite
libxml2
libssh2
- openssl
/usr/bin
@@ -67,6 +65,13 @@
+
+ 2021-09-14
+ 1.36.0
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-07-01
1.35.0
diff --git a/programming/library/libdispatch/pspec.xml b/programming/library/libdispatch/pspec.xml
index 4d03fc91fa..7f02d37764 100644
--- a/programming/library/libdispatch/pspec.xml
+++ b/programming/library/libdispatch/pspec.xml
@@ -12,7 +12,7 @@
library
Grand Central Dispatch.
Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.
- https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.3-RELEASE.tar.gz
+ https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.4.2-RELEASE.tar.gz
cmake
@@ -48,6 +48,13 @@
+
+ 2021-09-12
+ 5.4.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-02-24
5.3