Merge branch '4fury-c3440d8/master'

This commit is contained in:
Bahar KURT
2025-03-22 12:05:38 +00:00
committed by GitHub
280 changed files with 3695 additions and 46151 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 cmaketools, mesontools, pisitools
i = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DCMAKE_INSTALL_PREFIX=/usr',
' -DENABLE_CJSON_UTILS=ON',
' -Bbuild -G Ninja -L '
])
def setup():
cmaketools.configure(i)
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("CONTRIBUTORS.md", "LICENSE")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cjson</Name>
<Homepage>https://github.com/DaveGamble/cJSON</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.misc</PartOf>
<Summary>Ultralightweight JSON parser in ANSI C.</Summary>
<Description>pass</Description>
<Archive sha1sum="3e3408c124a2c885e2724ff88d7f5473cda53038" type="targz">https://github.com/DaveGamble/cJSON/archive/v1.7.18/cJSON-1.7.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>cjson</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>cjson-devel</Name>
<RuntimeDependencies>
<Dependency release="current">cjson</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-02-06</Date>
<Version>1.7.18</Version>
<Name>Mostapa Mohammed</Name>
<Email>roseblue@inclusive.mail</Email>
</Update>
</History>
</PISI>
+12 -12
View File
@@ -2,23 +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 pisitools
from pisi.actionsapi import get
from pisi.actionsapi import mesontools, pisitools
i = ''.join([
' --prefix=/usr',
' --buildtype=release',
' -Dcrypto-library=gnutls '
])
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static \
--with-gstreamer-0.10=no")
#pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
mesontools.configure(i)
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.MPL", "COPYING.LGPL")
+17 -8
View File
@@ -1,25 +1,26 @@
<?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>libnice</Name>
<Homepage>https://nice.freedesktop.org</Homepage>
<Homepage>https://libnice.freedesktop.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.1</License>
<License>MPLv1.1</License>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>GLib ICE library</Summary>
<Description>Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).</Description>
<Archive sha1sum="db397ddad3ab97ed6818ea2c4ba85647adf6b34c" type="targz">http://nice.freedesktop.org/releases/libnice-0.1.15.tar.gz</Archive>
<Summary>A GLib ICE implementation.</Summary>
<Description>libnice is a library that implements the Interactive Connectivity Establishment standard.</Description>
<Archive sha1sum="4394e2d4b9482ddd3acaa0fe1bf9a79e8d9cb513" type="targz">https://libnice.freedesktop.org/releases/libnice-0.1.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
@@ -43,17 +44,25 @@
<Name>libnice-devel</Name>
<Summary>Development files for libnice</Summary>
<RuntimeDependencies>
<Dependency release="current">libnice</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency release="current">libnice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2025-02-06</Date>
<Version>0.1.22</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2019-04-22</Date>
<Version>0.1.15</Version>
+13 -13
View File
@@ -1,27 +1,27 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "onig-%s" %get.srcVERSION()
i = ''.join([
' --prefix=/usr',
' --enable-posix-api',
' --enable-static=no',
' --disable-silent-rules '
])
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--enable-posix-api \
--disable-silent-rules \
--disable-static")
autotools.configure(i)
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
pisitools.dodoc("COPYING", "README*", "AUTHORS", "ChangeLog")
pisitools.dodoc("AUTHORS", "COPYING")
+15 -10
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>oniguruma</Name>
@@ -8,24 +8,21 @@
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Packager>
<License>BSD</License>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A regular expressions library</Summary>
<Summary>A regular expressions library.</Summary>
<Description>Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.</Description>
<Archive sha1sum="7a1eb358ce44d2efeb3ae8ebb0c6f437708972b2" type="targz">https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz</Archive>
<Archive sha1sum="bcada943679fa8cecfe359e57d785da9430dcdbc" type="targz">https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>oniguruma</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -36,12 +33,20 @@
<Dependency release="current">oniguruma</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/onig-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-02-07</Date>
<Version>6.9.10</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-09</Date>
<Version>6.9.7.1</Version>
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 cmaketools, mesontools
i = ''.join([
' -DCMAKE_BUILD_TYPE=Release',
' -DPLOG_BUILD_SAMPLES=OFF',
' -Bbuild -G Ninja -L '
])
def setup():
cmaketools.configure(i)
def build():
mesontools.build()
def install():
mesontools.install()
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plog</Name>
<Homepage>https://github.com/SergiusTheBest/plog</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.misc</PartOf>
<Summary>Portable, simple and extensible C++ logging library.</Summary>
<Description>pass</Description>
<Archive sha1sum="dc2a5c3e31f3eab6bcc808452bcb2a4376aa9dce" type="targz">https://github.com/SergiusTheBest/plog/archive/1.1.10/plog-1.1.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>plog</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-02-06</Date>
<Version>1.1.10</Version>
<Comment>First release.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>