Merge pull request #9709 from 4fury-c3440d8/np

aria2, deadbeef, dispatch.
This commit is contained in:
Kamil ATLI
2021-09-14 08:23:47 +03:00
committed by GitHub
4 changed files with 48 additions and 32 deletions
+9 -1
View File
@@ -17,9 +17,10 @@
<Description>
DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems.
</Description>
<Archive sha1sum="bf850953793dd97abe818fd3a30d9653ad78a5e6" type="tarbz2">mirrors://sourceforge/project/deadbeef/travis/linux/1.8.7/deadbeef-1.8.7.tar.bz2
<Archive sha1sum="d043f49a0f8d96392a99c660ba9ece9ab7bee477" type="tarbz2">mirrors://sourceforge/project/deadbeef/travis/linux/1.8.8/deadbeef-1.8.8.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>bison</Dependency>
<Dependency>intltool</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>lld-devel</Dependency>
@@ -115,6 +116,13 @@
</Package>
<History>
<Update release="18">
<Date>2021-09-12</Date>
<Version>1.8.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="17">
<Date>2021-02-21</Date>
<Version>1.8.7</Version>
+21 -25
View File
@@ -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*")
+10 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>aria2</Name>
@@ -15,8 +15,8 @@
<Description>
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.
</Description>
<Archive sha1sum="1e4f8dba13e6eb5860b90c567a9c03d2c4be8f18" type="tarxz">
https://github.com/tatsuhiro-t/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz
<Archive sha1sum="cd2e5e69ae8382b03bf18619d501af8b73bee201" type="tarxz">
https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz
</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
@@ -27,7 +27,6 @@
<Dependency>sqlite-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libssh2-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
</Source>
@@ -43,7 +42,6 @@
<Dependency>sqlite</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libssh2</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -67,6 +65,13 @@
</Package>
<History>
<Update release="12">
<Date>2021-09-14</Date>
<Version>1.36.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="11">
<Date>2021-07-01</Date>
<Version>1.35.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Grand Central Dispatch.</Summary>
<Description>Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.</Description>
<Archive sha1sum="f25bc698285cfa84bf24bd8bd5ef9103c4668e0a" type="targz">https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.3-RELEASE.tar.gz
<Archive sha1sum="33dc247d09fcf0685d0bb16de1663c379ccc188f" type="targz">https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.4.2-RELEASE.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-09-12</Date>
<Version>5.4.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-02-24</Date>
<Version>5.3</Version>