diff --git a/hardware/disk/exfatprogs/pspec.xml b/hardware/disk/exfatprogs/pspec.xml
index 6421dcf774..5dc848bed0 100644
--- a/hardware/disk/exfatprogs/pspec.xml
+++ b/hardware/disk/exfatprogs/pspec.xml
@@ -13,8 +13,8 @@
hardware.disk
exFAT filesystem userspace utilities.
As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.
-
- https://github.com/exfatprogs/exfatprogs/releases/download/1.0.4/exfatprogs-1.0.4.tar.xz
+
+ https://github.com/exfatprogs/exfatprogs/releases/download/1.1.0/exfatprogs-1.1.0.tar.xz
@@ -37,6 +37,13 @@
+
+ 2021-03-07
+ 1.1.0
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-01-26
1.0.4
diff --git a/multimedia/stream/mpd/pspec.xml b/multimedia/stream/mpd/pspec.xml
index 0a8629027f..5b370fcef1 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.4.tar.xz
+
+ https://www.musicpd.org/download/mpd/0.22/mpd-0.22.6.tar.xz
meson
@@ -155,6 +155,13 @@
+
+ 2021-03-12
+ 0.22.6
+ Version bump.
+ fury
+ wascheme@tuta.io
+
2021-01-22
0.22.4
diff --git a/util/archive/p7zip/actions.py b/util/archive/p7zip/actions.py
index bd3d8a280e..000f918a77 100644
--- a/util/archive/p7zip/actions.py
+++ b/util/archive/p7zip/actions.py
@@ -2,37 +2,26 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-WorkDir = "p7zip_%s" % get.srcVERSION()
+WorkDir = "p7zip-%s" % get.srcVERSION()
makefiles = {
- 'i686' : "makefile.linux_x86_asm_gcc_4.X",
- 'x86_64' : "makefile.linux_amd64_asm"
+ 'x86_64' : "makefile.linux_amd64"
}
def setup():
shelltools.copy(makefiles[get.ARCH()], "makefile.machine")
- for i in shelltools.ls("makefile.*"):
- pisitools.dosed(i, "^CC=gcc ", "CC=%s " % get.CC())
- pisitools.dosed(i, "^CXX=g\+\+ ", "CXX=%s " % get.CXX())
-
def build():
- autotools.make('OPTFLAGS="%s" all3' % get.CFLAGS())
+ autotools.make('OPTFLAGS="%s %s" 7z 7za 7zr sfx' % (get.CFLAGS(), get.CXXFLAGS()))
def install():
- pisitools.insinto("/usr/lib/p7zip", "bin/*")
+ autotools.rawInstall("DEST_DIR=%s DEST_HOME=/usr DEST_MAN=/usr/share/man" % get.installDIR())
- # p7zip wrapper
- pisitools.dobin("contrib/gzip-like_CLI_wrapper_for_7z/p7zip")
- pisitools.doman("contrib/gzip-like_CLI_wrapper_for_7z/man1/p7zip.1")
- pisitools.doman("man1/*")
-
- pisitools.dohtml("DOC/MANUAL/*")
- pisitools.dodoc("ChangeLog", "README", "TODO", "DOC/*.txt")
+ pisitools.dodoc("README.md")
diff --git a/util/archive/p7zip/files/7z b/util/archive/p7zip/files/7z
deleted file mode 100644
index f0f6a49706..0000000000
--- a/util/archive/p7zip/files/7z
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd ""
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
-exec /usr/lib/p7zip/7z "$@"
diff --git a/util/archive/p7zip/files/7za b/util/archive/p7zip/files/7za
deleted file mode 100644
index 2e43b1c51a..0000000000
--- a/util/archive/p7zip/files/7za
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd ""
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
-exec /usr/lib/p7zip/7za "$@"
diff --git a/util/archive/p7zip/files/7zr b/util/archive/p7zip/files/7zr
deleted file mode 100644
index 919f3118d2..0000000000
--- a/util/archive/p7zip/files/7zr
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd ""
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:"
-exec /usr/lib/p7zip/7zr "$@"
diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml
index 53b8fa39da..e8bc23250f 100644
--- a/util/archive/p7zip/pspec.xml
+++ b/util/archive/p7zip/pspec.xml
@@ -1,9 +1,9 @@
-
+
p7zip
- http://p7zip.sourceforge.net/
+ https://github.com/jinfeihan57/p7zip
PisiLinux Community
admins@pisilinux.org
@@ -14,8 +14,8 @@
p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives.
-
- mirrors://sourceforge/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2
+
+ https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz
yasm-devel
@@ -34,14 +34,16 @@
/usr/share/doc
/usr/share/man
-
- 7z
- 7za
- 7zr
-
+
+ 2021-03-13
+ 17.03
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2020-02-19
16.02