From 01398bc659b07f6e89d7ca656ab496d8c2b2191d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 18 Jan 2022 14:30:46 +0300 Subject: [PATCH] libbinio. --- multimedia/misc/libbinio/actions.py | 8 +++----- multimedia/misc/libbinio/pspec.xml | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/multimedia/misc/libbinio/actions.py b/multimedia/misc/libbinio/actions.py index ae7a45e55b..47853dc612 100644 --- a/multimedia/misc/libbinio/actions.py +++ b/multimedia/misc/libbinio/actions.py @@ -2,16 +2,14 @@ # -*- 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 autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static \ - --enable-iostream \ - --enable-string") + autotools.configure("--enable-string --enable-iostream --disable-static") def build(): autotools.make() @@ -19,4 +17,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "COPYING", "AUTHORS", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "NEWS", "README") diff --git a/multimedia/misc/libbinio/pspec.xml b/multimedia/misc/libbinio/pspec.xml index 0293b508c2..4d28cc5b8c 100644 --- a/multimedia/misc/libbinio/pspec.xml +++ b/multimedia/misc/libbinio/pspec.xml @@ -1,7 +1,9 @@ + + libbinio - http://libbinio.sourceforge.net + https://github.com/adplug/libbinio PisiLinux Community admins@pisilinux.org @@ -10,7 +12,7 @@ library Binary I/O stream class library libbinio is a binary I/O stream class library. - mirrors://sourceforge/libbinio/libbinio-1.4.tar.bz2 + https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2 gcc44.patch string-conversion.patch @@ -19,6 +21,9 @@ libbinio + + libgcc + /usr/lib /usr/share/doc @@ -40,6 +45,13 @@ + + 2022-01-18 + 1.5 + Version bump. + fury + uglyside@yandex.ru + 2020-03-06 1.4