Merge pull request #11264 from 4fury-c3440d8/next

updates.
This commit is contained in:
Kamil ATLI
2023-01-04 15:59:45 +03:00
committed by GitHub
12 changed files with 114 additions and 42 deletions
+11 -4
View File
@@ -13,11 +13,11 @@
<PartOf>desktop.misc</PartOf>
<Summary>Lightweight system monitor for X.</Summary>
<Description>Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop.</Description>
<Archive sha1sum="75ae3d65dbe155219cbfdd78b52e3c3e8615285b" type="targz">
https://github.com/brndnmtthws/conky/archive/refs/tags/v1.15.0.tar.gz
<Archive sha1sum="eaa4aefd1caff4f87d2d7689a4e217a9ad895433" type="targz">
https://github.com/brndnmtthws/conky/archive/refs/tags/v1.17.0.tar.gz
</Archive>
<Archive sha1sum="1c8da44e09f1a7185a96d57f42d751f0ef285322" target="conky-1.15.0" type="gz">
https://github.com/brndnmtthws/conky/releases/download/v1.15.0/conky.1.gz
<Archive sha1sum="1c8da44e09f1a7185a96d57f42d751f0ef285322" target="conky-1.17.0" type="gz">
https://github.com/brndnmtthws/conky/releases/download/v1.17.0/conky.1.gz
</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-03</Date>
<Version>1.17.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-12-18</Date>
<Version>1.15.0</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>editor</PartOf>
<Summary>SCIntilla based Text Editor.</Summary>
<Description>Scintilla is a free source code editing component which includes useful features such as syntax styling, error indicators, folding, code completion and call tips.</Description>
<Archive sha1sum="ee9dc78d4ac04b5e0f4fad65325f73dbbfbfa64a" type="targz">
mirrors://sourceforge/project/scintilla/SciTE/5.3.1/scite531.tgz
<Archive sha1sum="cfefdb72758774cbf42f6eac892f94c56bc789ec" type="targz">
mirrors://sourceforge/project/scintilla/SciTE/5.3.2/scite532.tgz
</Archive>
<BuildDependencies>
<Dependency>lua-devel</Dependency>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-01-03</Date>
<Version>5.3.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2022-11-23</Date>
<Version>5.3.1</Version>
+7
View File
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2023-01-04</Date>
<Version>4.1.5</Version>
<Comment>Rebuild libgsl.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2020-10-29</Date>
<Version>4.1.5</Version>
+12 -10
View File
@@ -2,21 +2,23 @@
# -*- 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 cmaketools
from pisi.actionsapi import pisitools
j = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DSUPPORT_JAVA_PROGRAMS=OFF',
' -DUSE_SPARSE_LEVMAR=OFF',
' -B_build -L '
])
def setup():
autotools.configure("--disable-static \
--without-java")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
cmaketools.configure(j)
def build():
autotools.make()
cmaketools.make("-C _build")
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README", "doc/*.txt")
cmaketools.install("-C _build")
+12 -4
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libpano13</Name>
<Homepage>http://sourceforge.net/projects/panotools</Homepage>
<Homepage>https://sourceforge.net/projects/panotools/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,8 +13,9 @@
<IsA>app:console</IsA>
<Summary>Library for manipulating panoramic images</Summary>
<Description>libpano13 is a library which provides very high quality manipulation, correction and stitching of panoramic photographs.</Description>
<Archive sha1sum="85d8d94c96780fa5b6df2c2e4929f8d20557f128" type="targz">mirrors://sourceforge/panotools/libpano13-2.9.19.tar.gz</Archive>
<Archive sha1sum="00a4ba15f602ad5e63bc3dd6d38a6a42b26f1d25" type="targz">mirrors://sourceforge/panotools/libpano13-2.9.21.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>libpng-devel</Dependency>
@@ -32,7 +33,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/pano13/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
@@ -50,6 +51,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-01-02</Date>
<Version>2.9.21</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2020-03-05</Date>
<Version>2.9.19</Version>
+11 -4
View File
@@ -1,16 +1,23 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
j = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DSVT_AV1_LTO=OFF',
' -DSVT_AV1_PGO=OFF',
' -DBUILD_TESTING=OFF -L '
])
def setup():
pisitools.ldflags.add("-Wl,-z,noexecstack")
cmaketools.configure("-DBUILD_TESTING=OFF")
cmaketools.configure(j)
def build():
cmaketools.make()
@@ -18,4 +25,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGELOG*", "LICENSE*", "README*")
pisitools.dodoc("CHANGELOG.md")
+14 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>svt-av1</Name>
@@ -10,11 +10,13 @@
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>Scalable Video Technology AV1 encoder and decoder</Summary>
<Description>Ölçeklenebilir Video Teknolojisi AV1 kodlayıcı ve kod çözücü</Description>
<Archive sha1sum="4b6be282036ba27bd88ea81d60f9bfb5e261dbb7" type="tarbz2">https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.8.7/SVT-AV1-v0.8.7.tar.bz2</Archive>
<Summary>Scalable Video Technology AV1 encoder and decoder.</Summary>
<Description>The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software encoder/decoder library.</Description>
<Archive sha1sum="1b4b6688595f866fb4fa6d62b9e4bbdaa25128bd" type="tarbz2">
https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v0.9.1/SVT-AV1-v0.9.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>yasm</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
@@ -47,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-03</Date>
<Version>0.9.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-02</Date>
<Version>0.8.7</Version>
@@ -125,9 +125,9 @@
<History>
<Update release="4">
<Date>2022-11-10</Date>
<Date>2023-01-04</Date>
<Version>4.2</Version>
<Comment>Version bump</Comment>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -13,8 +13,8 @@
<PartOf>programming.language.perl</PartOf>
<Summary>B::COW additional B helpers to check COW status.</Summary>
<Description>B::COW provides some naive additional B helpers to check the COW status of one SvPV.</Description>
<Archive sha1sum="acfcd1214e39e980dcd24e33059255b8e92099b8" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz
<Archive sha1sum="ac51dc5b41d8528d0eb262e0de7e28f9122b2517" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.007.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-03</Date>
<Version>0.007</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.004</Version>
@@ -13,8 +13,8 @@
<PartOf>programming.language.perl</PartOf>
<Summary>Clone - recursively copy Perl datatypes.</Summary>
<Description>This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.</Description>
<Archive sha1sum="f79c71211a1f335a53cb4ca81c28a3e541154b68" type="targz">
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.45.tar.gz
<Archive sha1sum="b9a609f7052a5d4f882ad32fe0232b08085f9c12" type="targz">
https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-0.46.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-03</Date>
<Version>0.46</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-09-18</Date>
<Version>0.45</Version>
+9 -5
View File
@@ -4,14 +4,18 @@
# 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import autotools, pisitools, get
i = ''.join([
' --enable-hdr-subdir',
' --with-Xaw3d',
' --with-Xaw3dxft',
' --with-shared '
])
def setup():
# shelltools.export("CFLAGS", "")
autotools.configure("--enable-hdr-subdir --with-Xaw3d --with-Xaw3dxft --with-shared")
autotools.configure(i)
def build():
autotools.make()
+9 -2
View File
@@ -15,8 +15,8 @@
<Description>
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. This little project of mine started as a test to see how compatible my Linux machine was to other UNIX breeds. While doing this I discovered Ncurses, and played with it. These widgets are the result of over a years worth of playing.
</Description>
<Archive sha1sum="9e9984d772b45333993a0dd397d7c124b8f31ce7" type="targz">
https://invisible-mirror.net/archives/cdk/cdk-5.0-20211216.tgz
<Archive sha1sum="04e832c7d643e37c2ecac6a1ab1ee4fd08a92ac9" type="targz">
https://invisible-mirror.net/archives/cdk/cdk-5.0-20221025.tgz
</Archive>
<BuildDependencies>
<Dependency>Xaw3d-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="3">
<Date>2023-01-03</Date>
<Version>5.0.20221025</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-01-17</Date>
<Version>5.0.20211216</Version>