From 121f493a4d4e72b053340972cc90bb812697332d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 21 Jul 2021 17:00:26 +0300 Subject: [PATCH 1/2] portaudio ver. bump --- multimedia/sound/portaudio/actions.py | 7 +++---- multimedia/sound/portaudio/pspec.xml | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/multimedia/sound/portaudio/actions.py b/multimedia/sound/portaudio/actions.py index 781a4f7773..3d960b0fa5 100644 --- a/multimedia/sound/portaudio/actions.py +++ b/multimedia/sound/portaudio/actions.py @@ -1,12 +1,11 @@ #!/usr/bin/python -# -*- coding: utf-8 -*- +# -*- 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 shelltools from pisi.actionsapi import get WorkDir = "portaudio" @@ -20,4 +19,4 @@ def build(): def install(): autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR()) - pisitools.dodoc("LICENSE.txt", "README.txt") + pisitools.dodoc("LICENSE.txt", "README.md") diff --git a/multimedia/sound/portaudio/pspec.xml b/multimedia/sound/portaudio/pspec.xml index 8a88147c38..768535008e 100644 --- a/multimedia/sound/portaudio/pspec.xml +++ b/multimedia/sound/portaudio/pspec.xml @@ -1,5 +1,5 @@ - - + + portaudio @@ -12,7 +12,9 @@ library Portable audio library PortAudio is a free, cross platform, open-source, audio I/O library. - http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz + + http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz + alsa-lib-devel jack-audio-connection-kit-devel @@ -50,6 +52,13 @@ + + 2021-07-21 + 190700.20210406 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-03-22 190600.20161030 From 93aa06ab63e2dc37d7f7b75064d6f418de5e9398 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 21 Jul 2021 17:00:55 +0300 Subject: [PATCH 2/2] xournal++ ver. bump --- office/misc/xournalpp/pspec.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/office/misc/xournalpp/pspec.xml b/office/misc/xournalpp/pspec.xml index 692a09382a..927607caa4 100644 --- a/office/misc/xournalpp/pspec.xml +++ b/office/misc/xournalpp/pspec.xml @@ -6,7 +6,7 @@ https://github.com/xournalpp/xournalpp fury - wascheme@tuta.io + uglyside@yandex.ru GPLv2 app:gui @@ -15,8 +15,8 @@ Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux, macOS and Windows 10. Supports pen input from devices such as Wacom Tablets. - - https://github.com/xournalpp/xournalpp/archive/1.0.20.tar.gz + + https://github.com/xournalpp/xournalpp/archive/refs/tags/1.1.0.tar.gz git @@ -27,6 +27,7 @@ lsb-release libzip-devel libxml2-devel + librsvg-devel portaudio-devel libsndfile-devel poppler-glib-devel @@ -47,6 +48,7 @@ libgcc libzip libxml2 + librsvg portaudio gdk-pixbuf libsndfile @@ -63,12 +65,19 @@ + + 2021-07-21 + 1.1.0 + Version bump. + fury + uglyside@yandex.ru + 2021-03-05 1.0.20 First build fury - wascheme@tuta.io + uglyside@yandex.ru