From 4a53c6633b03f3a1cdbe94d97a8e6496307dfb18 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 04:03:24 +0300 Subject: [PATCH 01/12] pekwm-0.3.0 --- x11/wm/pekwm/actions.py | 7 ++++++- x11/wm/pekwm/pspec.xml | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/x11/wm/pekwm/actions.py b/x11/wm/pekwm/actions.py index ee62368dbe..e47abe53e5 100644 --- a/x11/wm/pekwm/actions.py +++ b/x11/wm/pekwm/actions.py @@ -6,8 +6,13 @@ from pisi.actionsapi import cmaketools, pisitools, get +i = ''.join([ + ' -DCMAKE_BUILD_TYPE=RELEASE', + ' -DCMAKE_INSTALL_PREFIX=/usr -L ' + ]) + def setup(): - cmaketools.configure('-DCMAKE_INSTALL_PREFIX=/usr') + cmaketools.configure(i) def build(): cmaketools.make() diff --git a/x11/wm/pekwm/pspec.xml b/x11/wm/pekwm/pspec.xml index b7bf705bdf..9dd2a854bd 100644 --- a/x11/wm/pekwm/pspec.xml +++ b/x11/wm/pekwm/pspec.xml @@ -15,12 +15,14 @@ The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more. - - https://github.com/pekwm/pekwm/archive/3ad1dc8e71dffbe7a74d64fd19b8e591818869bb.zip + + https://github.com/pekwm/pekwm/releases/download/release-0.3.0/pekwm-0.3.0.tar.gz cmake zlib-devel + pango-devel + cairo-devel libSM-devel libICE-devel libX11-devel @@ -40,6 +42,8 @@ pekwm + pango + cairo libX11 libXft libXpm @@ -60,6 +64,13 @@ + + 2023-01-24 + 0.3.0 + Version bump. + fury + uglyside@yandex.ru + 2022-06-10 0.2.1 From fbf3aab62129fc89824253da85aff4e6cd99d7a2 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 05:52:38 +0300 Subject: [PATCH 02/12] gaupol-1.12 --- multimedia/editor/gaupol/actions.py | 3 +-- multimedia/editor/gaupol/pspec.xml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/multimedia/editor/gaupol/actions.py b/multimedia/editor/gaupol/actions.py index e5c0e93741..f284c1ecda 100644 --- a/multimedia/editor/gaupol/actions.py +++ b/multimedia/editor/gaupol/actions.py @@ -13,5 +13,4 @@ def build(): def install(): pythonmodules.install(pyVer = "3") - pisitools.dodoc("AUTHORS.md", "COPYING", "NEWS.md", "README*") - + pisitools.dodoc("AUTHORS.md", "NEWS.md", "README.aeidon.md", "README.md") diff --git a/multimedia/editor/gaupol/pspec.xml b/multimedia/editor/gaupol/pspec.xml index ff660ab7f1..bbc7ebc9fa 100644 --- a/multimedia/editor/gaupol/pspec.xml +++ b/multimedia/editor/gaupol/pspec.xml @@ -15,8 +15,8 @@ Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video. - - https://github.com/otsaloma/gaupol/archive/refs/tags/1.11.tar.gz + + https://github.com/otsaloma/gaupol/archive/refs/tags/1.12.tar.gz gtk3-devel @@ -30,6 +30,7 @@ gaupol gtk3 + gspell python3 iso-codes gst-libav @@ -53,6 +54,13 @@ + + 2023-01-24 + 1.12 + Version bump. + fury + uglyside@yandex.ru + 2022-05-14 1.11 From 7f7af54f0d6f7b31b85900df63ee4d1ef5b99657 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:09:14 +0300 Subject: [PATCH 03/12] clementine. --- multimedia/sound/clementine/actions.py | 25 ++++----- .../sound/clementine/files/no_git.patch | 54 +++++++++++++++++++ multimedia/sound/clementine/pspec.xml | 16 ++++-- 3 files changed, 77 insertions(+), 18 deletions(-) create mode 100644 multimedia/sound/clementine/files/no_git.patch diff --git a/multimedia/sound/clementine/actions.py b/multimedia/sound/clementine/actions.py index 880587c90c..04381b0706 100644 --- a/multimedia/sound/clementine/actions.py +++ b/multimedia/sound/clementine/actions.py @@ -4,26 +4,23 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools -from pisi.actionsapi import cmaketools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import mesontools, cmaketools, pisitools -j = "-DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DUSE_SYSTEM_TAGLIB=ON \ - -DENABLE_VK=ON \ - " +j = ''.join([ + ' -DCMAKE_INSTALL_PREFIX=/usr', + ' -DCMAKE_BUILD_TYPE=RelWithDebInfo', + ' -DUSE_SYSTEM_TAGLIB=ON', + ' -DUSE_SYSTEM_PROJECTM=ON', + ' -B_build -G Ninja -L ' + ]) def setup(): - #shelltools.system("sed -i 's|Exec=clementine %U|Exec=clementine|g' dist/clementine.desktop") cmaketools.configure(j) def build(): - cmaketools.make() + mesontools.build("-C _build") def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("Changelog", "COPYING", "README*") + mesontools.install("-C _build") + pisitools.dodoc("README-TURKISH.md", "README.md") diff --git a/multimedia/sound/clementine/files/no_git.patch b/multimedia/sound/clementine/files/no_git.patch new file mode 100644 index 0000000000..23bc70552e --- /dev/null +++ b/multimedia/sound/clementine/files/no_git.patch @@ -0,0 +1,54 @@ +diff --git a/cmake/Version.cmake b/cmake/Version.cmake +index ee99f6a..271f0fc 100644 +--- a/cmake/Version.cmake ++++ b/cmake/Version.cmake +@@ -119,48 +119,7 @@ else(CLEMENTINE_VERSION_PRERELEASE) + endif(CLEMENTINE_VERSION_PRERELEASE) + + # Add git revision +-if(FORCE_GIT_REVISION) +- set(GIT_REV ${FORCE_GIT_REVISION}) +- set(GIT_INFO_RESULT 0) +-else(FORCE_GIT_REVISION) +- find_program(GIT_EXECUTABLE git) +- message(STATUS "Found git: ${GIT_EXECUTABLE}") +- +- if(NOT GIT_EXECUTABLE-NOTFOUND) +- execute_process(COMMAND ${GIT_EXECUTABLE} describe +- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- RESULT_VARIABLE GIT_INFO_RESULT +- OUTPUT_VARIABLE GIT_REV +- OUTPUT_STRIP_TRAILING_WHITESPACE) +- if(NOT ${GIT_INFO_RESULT} EQUAL 0) +- message(SEND_ERROR "git describe failed with code ${GIT_INFO_RESULT}: ${GIT_REV}") +- endif() +- endif() +-endif() +- +-string(REGEX REPLACE "^(.+)-([0-9]+)-(g[a-f0-9]+)$" "\\1;\\2;\\3" +- GIT_PARTS ${GIT_REV}) +- +-if(NOT GIT_PARTS) +- message(FATAL_ERROR "Failed to parse git revision string '${GIT_REV}'") +-endif(NOT GIT_PARTS) +- +-list(LENGTH GIT_PARTS GIT_PARTS_LENGTH) +-if(GIT_PARTS_LENGTH EQUAL 3) +- list(GET GIT_PARTS 0 GIT_TAGNAME) +- list(GET GIT_PARTS 1 GIT_COMMITCOUNT) +- list(GET GIT_PARTS 2 GIT_SHA1) +- set(HAS_GIT_REVISION ON) +-endif(GIT_PARTS_LENGTH EQUAL 3) +- +-if(INCLUDE_GIT_REVISION AND HAS_GIT_REVISION) +- set(CLEMENTINE_VERSION_DISPLAY "${GIT_REV}") +- set(CLEMENTINE_VERSION_DEB "${GIT_REV}") +- set(CLEMENTINE_VERSION_RPM_V "${GIT_TAGNAME}") +- set(CLEMENTINE_VERSION_RPM_R "2.${GIT_COMMITCOUNT}.${GIT_SHA1}") +- set(CLEMENTINE_VERSION_SPARKLE "${GIT_REV}") +- set(CLEMENTINE_VERSION_PLIST "4096.${GIT_TAGNAME}.2.${GIT_COMMITCOUNT}") +-endif(INCLUDE_GIT_REVISION AND HAS_GIT_REVISION) ++#null + + if(0) + message(STATUS "Display: ${CLEMENTINE_VERSION_DISPLAY}") diff --git a/multimedia/sound/clementine/pspec.xml b/multimedia/sound/clementine/pspec.xml index 6cf6cf7bee..0cd161a930 100644 --- a/multimedia/sound/clementine/pspec.xml +++ b/multimedia/sound/clementine/pspec.xml @@ -8,16 +8,16 @@ PisiLinux Community admins@pisilinux.org - GPLv2 - GPLv3 + GPL-3 app:gui Clementine is a modern music player and library organizer Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5. - - https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-814-g2b340da79/clementine-1.4.0rc1-814-g2b340da79.tar.xz + + https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-871-g982d8fbb6/clementine-1.4.0rc1-871-g982d8fbb6.tar.xz cmake + ninja ccache gst-libav glew-devel @@ -74,6 +74,7 @@ + no_git.patch @@ -119,6 +120,13 @@ + + 2023-01-24 + 1.4.0_rc1.871 + Version bump and protobuf rebuild. + fury + uglyside@yandex.ru + 2022-07-08 1.4.0_rc1.814 From 8aefcfb452903b829c9e9e9dda21522434b22fca Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:14:58 +0300 Subject: [PATCH 04/12] gpsd-3.25 --- science/gis/gpsd/pspec.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/science/gis/gpsd/pspec.xml b/science/gis/gpsd/pspec.xml index c98a556a20..d741a1bfa5 100644 --- a/science/gis/gpsd/pspec.xml +++ b/science/gis/gpsd/pspec.xml @@ -16,8 +16,8 @@ gpsd is a service daemon that monitor one or more GPSes attached to a host computer through serial or USB ports, making all data of the sensors available to be queried on TCP port 2947 of the host computer. - - http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.24.tar.xz + + http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz scons @@ -30,6 +30,7 @@ libsocket-devel bluez-libs-devel python3-pyserial + pylibdir_path.patch @@ -57,6 +58,7 @@ /usr/share/man/man8/gpsd.8 /usr/share/man/man8/gpsinit.8 /usr/share/man/man8/gpsdctl.8 + /usr/share/snmp/mibs/gpsd/GPSD-MIB /usr/share/gpsd/doc @@ -77,6 +79,7 @@ bluez-libs python3-gpsd python3-pyserial + python3-matplotlib /usr/bin @@ -121,6 +124,13 @@ + + 2023-01-22 + 3.25 + Version bump. + fury + uglyside@yandex.ru + 2022-11-10 3.24 From 3fed6374899de257eb21ecd3f739b63e328997d3 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:16:22 +0300 Subject: [PATCH 05/12] florb rebuild gpsd. --- network/misc/florb/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/misc/florb/pspec.xml b/network/misc/florb/pspec.xml index 1e5b399433..5ed885fa91 100644 --- a/network/misc/florb/pspec.xml +++ b/network/misc/florb/pspec.xml @@ -64,7 +64,7 @@ - 2022-12-14 + 2023-01-24 1.1 Rebuild. fury From 6810e6eb88f0a11cbf512af54ffb75b03c9a8983 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:18:24 +0300 Subject: [PATCH 06/12] libsdl2. --- multimedia/misc/libsdl2/actions.py | 2 +- multimedia/misc/libsdl2/pspec.xml | 17 +++++++++++++---- multimedia/misc/libsdl2/translations.xml | 5 ----- 3 files changed, 14 insertions(+), 10 deletions(-) mode change 100755 => 100644 multimedia/misc/libsdl2/actions.py mode change 100755 => 100644 multimedia/misc/libsdl2/pspec.xml mode change 100755 => 100644 multimedia/misc/libsdl2/translations.xml diff --git a/multimedia/misc/libsdl2/actions.py b/multimedia/misc/libsdl2/actions.py old mode 100755 new mode 100644 index cae58ba4c0..edd263c4b7 --- a/multimedia/misc/libsdl2/actions.py +++ b/multimedia/misc/libsdl2/actions.py @@ -2,7 +2,7 @@ # -*- 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 diff --git a/multimedia/misc/libsdl2/pspec.xml b/multimedia/misc/libsdl2/pspec.xml old mode 100755 new mode 100644 index dcb5153320..64a9de5225 --- a/multimedia/misc/libsdl2/pspec.xml +++ b/multimedia/misc/libsdl2/pspec.xml @@ -3,16 +3,18 @@ libsdl2 - http://www.libsdl.org/ + https://www.libsdl.org/ Mustafa Cinasal muscnsl@gmail.com - LGPLv2.1 + Zlib library Simple Direct Media Layer 2.0 series libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. - https://www.libsdl.org/release/SDL2-2.24.1.tar.gz + + https://github.com/libsdl-org/SDL/releases/download/release-2.26.2/SDL2-2.26.2.tar.gz + DirectFB-devel alsa-lib-devel @@ -37,7 +39,7 @@ pulseaudio-libs-devel - fedora/SDL2-2.0.9-khrplatform.patch + @@ -121,6 +123,13 @@ + + 2023-01-24 + 2.26.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-10-10 2.24.1 diff --git a/multimedia/misc/libsdl2/translations.xml b/multimedia/misc/libsdl2/translations.xml old mode 100755 new mode 100644 index ce12b01759..4e80f22e0d --- a/multimedia/misc/libsdl2/translations.xml +++ b/multimedia/misc/libsdl2/translations.xml @@ -8,11 +8,6 @@ libsdl; ses, klavye, fare, oyun çubuğu, OpenGL ile 3B donanımsal hızlandırma, 2B görüntü belleğine direkt erişim sağlayan birden çok platform destekleyen bir çokluortam kitaplığıdır. - - libsdl2-devel libsdl2 için geliştirme dosyaları From 730103057b5b628f9f4557778b5cb5bb02e7182a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:20:00 +0300 Subject: [PATCH 07/12] sdl2-image. --- multimedia/misc/sdl2-image/actions.py | 8 +++----- multimedia/misc/sdl2-image/pspec.xml | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/multimedia/misc/sdl2-image/actions.py b/multimedia/misc/sdl2-image/actions.py index e8952f9a27..7641a4c70b 100644 --- a/multimedia/misc/sdl2-image/actions.py +++ b/multimedia/misc/sdl2-image/actions.py @@ -2,7 +2,7 @@ # -*- 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 @@ -14,8 +14,7 @@ def setup(): #autotools.autoreconf("-vfi") autotools.configure("--disable-static \ - --prefix=/usr \ - --enable-wayland") + --prefix=/usr ") def build(): autotools.make() @@ -23,5 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("COPYING.txt") + pisitools.dodoc("LICENSE.txt") diff --git a/multimedia/misc/sdl2-image/pspec.xml b/multimedia/misc/sdl2-image/pspec.xml index f28663d3cf..05c1b44e90 100644 --- a/multimedia/misc/sdl2-image/pspec.xml +++ b/multimedia/misc/sdl2-image/pspec.xml @@ -1,20 +1,25 @@ - - + + sdl2-image - http://www.libsdl.org/projects/SDL_image/ + https://github.com/libsdl-org/SDL_image PisiLinux Community admins@pisilinux.org - LGPLv2.1 + Zlib library SDL image file loading library SDL_image is an image file loader for SDL. - https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz + + https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz + zlib-devel + libavif-devel + libjxl-devel + webp-devel libsdl2-devel tiff-devel libpng-devel @@ -28,6 +33,7 @@ libsdl2 tiff zlib + libjxl libpng libjpeg-turbo @@ -54,6 +60,13 @@ + + 2023-01-24 + 2.6.2 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 2.0.5 From dfa0fda13c5d0321a9348dd8f343d33992b32e03 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:20:36 +0300 Subject: [PATCH 08/12] sdl2-ttf. --- multimedia/misc/sdl2-ttf/actions.py | 6 +++--- multimedia/misc/sdl2-ttf/pspec.xml | 22 ++++++++++++++++------ multimedia/misc/sdl2-ttf/translations.xml | 2 +- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/multimedia/misc/sdl2-ttf/actions.py b/multimedia/misc/sdl2-ttf/actions.py index 61898a8d86..ca8924b58e 100644 --- a/multimedia/misc/sdl2-ttf/actions.py +++ b/multimedia/misc/sdl2-ttf/actions.py @@ -2,7 +2,7 @@ # -*- 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 @@ -29,11 +29,11 @@ def setup(): autotools.configure(options) def build(): - pisitools.dosed("Makefile", "-lz -lbz2", "") + #pisitools.dosed("Makefile", "-lz -lbz2", "") autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt") + pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt") diff --git a/multimedia/misc/sdl2-ttf/pspec.xml b/multimedia/misc/sdl2-ttf/pspec.xml index d7a820af73..cfe1288eea 100644 --- a/multimedia/misc/sdl2-ttf/pspec.xml +++ b/multimedia/misc/sdl2-ttf/pspec.xml @@ -1,19 +1,22 @@ - - + + sdl2-ttf - http://www.libsdl.org/projects/SDL_ttf/ + https://github.com/libsdl-org/SDL_ttf Mathias Freire mathiasfreire45@gmail.com - LGPLv2.1 + Zlib library TrueType font support for SDL2 SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. - http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz + + https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz + + libX11-devel libsdl2-devel freetype-devel @@ -52,11 +55,11 @@ 32-bit shared libraries for sdl2-ttf emul32 + libX11-32bit libsdl2-32bit freetype-32bit - libpng-32bit libsdl2-32bit harfbuzz-32bit @@ -69,6 +72,13 @@ + + 2023-01-24 + 2.20.1 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 2.0.15 diff --git a/multimedia/misc/sdl2-ttf/translations.xml b/multimedia/misc/sdl2-ttf/translations.xml index 5f2b62b1f6..c029c65766 100644 --- a/multimedia/misc/sdl2-ttf/translations.xml +++ b/multimedia/misc/sdl2-ttf/translations.xml @@ -17,4 +17,4 @@ sdl2-ttf-32bit sdl2-ttf için 32-bit paylaşımlı kitaplıklar - \ No newline at end of file + From 5244997f96b9356ad2c98afefd0a422ab365451c Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:21:08 +0300 Subject: [PATCH 09/12] sdl2-mixer. --- multimedia/misc/sdl2-mixer/actions.py | 4 ++-- multimedia/misc/sdl2-mixer/pspec.xml | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/multimedia/misc/sdl2-mixer/actions.py b/multimedia/misc/sdl2-mixer/actions.py index 4e584fb57b..b1efacc633 100644 --- a/multimedia/misc/sdl2-mixer/actions.py +++ b/multimedia/misc/sdl2-mixer/actions.py @@ -2,7 +2,7 @@ # -*- 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 @@ -39,4 +39,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CHANGES*", "COPYING*", "README*") + pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt") diff --git a/multimedia/misc/sdl2-mixer/pspec.xml b/multimedia/misc/sdl2-mixer/pspec.xml index 1fdd7eb30a..73383fec89 100644 --- a/multimedia/misc/sdl2-mixer/pspec.xml +++ b/multimedia/misc/sdl2-mixer/pspec.xml @@ -1,18 +1,20 @@ - - + + sdl2-mixer - http://www.libsdl.org/projects/SDL_mixer/ + https://github.com/libsdl-org/SDL_mixer PisiLinux Community admins@pisilinux.org - LGPLv2.1 + Zlib library SDL2 mixer library SDL2_mixer is a SDL2 library for loading sound files. - http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz + + https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz + flac-devel mpg123-devel @@ -24,8 +26,7 @@ libmodplug-devel - - + @@ -89,6 +90,13 @@ + + 2023-01-24 + 2.6.2 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 2.0.4 From d7f4fab37ea451225eef352b222e955fc01a4851 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:21:40 +0300 Subject: [PATCH 10/12] sdl2-net. --- multimedia/misc/sdl2-net/actions.py | 5 +++-- multimedia/misc/sdl2-net/pspec.xml | 19 ++++++++++++++----- multimedia/misc/sdl2-net/translations.xml | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/multimedia/misc/sdl2-net/actions.py b/multimedia/misc/sdl2-net/actions.py index 700a889fbd..b448b271c8 100644 --- a/multimedia/misc/sdl2-net/actions.py +++ b/multimedia/misc/sdl2-net/actions.py @@ -2,7 +2,7 @@ # -*- 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 @@ -18,4 +18,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt") + + pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt") diff --git a/multimedia/misc/sdl2-net/pspec.xml b/multimedia/misc/sdl2-net/pspec.xml index b0985117c9..d50caa5aa2 100644 --- a/multimedia/misc/sdl2-net/pspec.xml +++ b/multimedia/misc/sdl2-net/pspec.xml @@ -1,18 +1,20 @@ - - + + sdl2-net - http://www.libsdl.org/projects/SDL_net/ + https://github.com/libsdl-org/SDL_net PisiLinux Community admins@pisilinux.org - LGPLv2.1 + Zlib library SDL network library 2.0 series sdl-mixer is a SDL library for network access. - http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz + + https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz + libsdl2-devel @@ -43,6 +45,13 @@ + + 2023-01-24 + 2.2.0 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 2.0.1 diff --git a/multimedia/misc/sdl2-net/translations.xml b/multimedia/misc/sdl2-net/translations.xml index 3097dfaf29..2a266fad7c 100644 --- a/multimedia/misc/sdl2-net/translations.xml +++ b/multimedia/misc/sdl2-net/translations.xml @@ -11,4 +11,4 @@ sdl2-net-devel sdl2-net için geliştirme dosyaları - \ No newline at end of file + From ae25d49aed83b4e43992b60597ffb8f139fa5c3b Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:48:14 +0300 Subject: [PATCH 11/12] python3-numpy. --- .../language/python3/python3-numpy/actions.py | 8 ++--- .../language/python3/python3-numpy/pspec.xml | 32 +++++++++++++------ .../python3/python3-numpy/translations.xml | 2 +- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/programming/language/python3/python3-numpy/actions.py b/programming/language/python3/python3-numpy/actions.py index a77eeb528f..80acc6f073 100644 --- a/programming/language/python3/python3-numpy/actions.py +++ b/programming/language/python3/python3-numpy/actions.py @@ -2,7 +2,7 @@ # -*- 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 get from pisi.actionsapi import pisitools @@ -21,7 +21,7 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE*") - + pisitools.dodoc("LICENSE.txt") + for dirs in ["doc"]: - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) \ No newline at end of file + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml index 1d633861c2..56e227b0e5 100644 --- a/programming/language/python3/python3-numpy/pspec.xml +++ b/programming/language/python3/python3-numpy/pspec.xml @@ -1,5 +1,5 @@ - + python3-numpy @@ -13,18 +13,22 @@ library The fundamental package needed for scientific computing with Python Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - https://github.com/numpy/numpy/archive/v1.21.2.tar.gz + + https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.24.1.tar.gz + cython3 - libgfortran cblas-devel + libgfortran lapack-devel python3-nose python3-devel + python3-tomli python3-setuptools - + python3-importlib_metadata + + + @@ -34,6 +38,7 @@ blas cblas + libgcc lapack python3 libquadmath @@ -42,11 +47,13 @@ /usr/lib /usr/bin - /usr/share/doc/python3-numpy/README* - /usr/share/doc/python3-numpy/LICENSE* + /usr/share/doc/python3-numpy/PKG-INFO + /usr/share/doc/python3-numpy/README.md + /usr/share/doc/python3-numpy/THANKS.txt + /usr/share/doc/python3-numpy/LICENSE.txt - + python3-numpy-docs Documentation files for python3-numpy @@ -59,6 +66,13 @@ + + 2023-01-22 + 1.24.1 + Version bump. + fury + uglyside@yandex.ru + 2021-10-22 1.21.2 diff --git a/programming/language/python3/python3-numpy/translations.xml b/programming/language/python3/python3-numpy/translations.xml index 2ec320b6d5..3bf187d52a 100644 --- a/programming/language/python3/python3-numpy/translations.xml +++ b/programming/language/python3/python3-numpy/translations.xml @@ -12,4 +12,4 @@ python3-numpy için belgelendirme dosyaları python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir. - \ No newline at end of file + From 67227e69b602ae77033c9200c046423e2851764e Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 08:13:08 +0300 Subject: [PATCH 12/12] matplotlib rebuild. --- programming/language/python3/python3-matplotlib/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-matplotlib/pspec.xml b/programming/language/python3/python3-matplotlib/pspec.xml index 3a4d2ca21e..fd84346eaf 100644 --- a/programming/language/python3/python3-matplotlib/pspec.xml +++ b/programming/language/python3/python3-matplotlib/pspec.xml @@ -44,7 +44,7 @@ - 2021-10-28 + 2023-01-23 3.3.1 Rebuild. Mustafa Cinasal