Merge pull request #18538 from 4fury-c3440d8-2/upwork
jemalloc, gaupol editor.
This commit is contained in:
@@ -13,4 +13,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
pisitools.dodoc("AUTHORS.md", "NEWS.md")
|
||||
pisitools.dodoc("AUTHORS.md", "COPYING")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>multimedia.editor</PartOf>
|
||||
<Summary>Editor for text-based subtitle files.</Summary>
|
||||
<Description>Gaupol supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video.</Description>
|
||||
<Archive sha1sum="bacba41ebb72261f3d04f63d64728c098c6380a5" type="targz">https://github.com/otsaloma/gaupol/archive/1.15/gaupol-1.15.tar.gz</Archive>
|
||||
<Archive sha1sum="b93d7b49dda4285b70b22ec549a5a07a5fc58061" type="targz">https://github.com/otsaloma/gaupol/archive/1.16/gaupol-1.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2026-04-14</Date>
|
||||
<Version>1.16</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2025-05-16</Date>
|
||||
<Version>1.15</Version>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gaupol</Name>
|
||||
<Summary xml:lang="tr">Metin yazı biçimli altyazıları düzenleme aracı</Summary>
|
||||
<Description xml:lang="tr">Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar.</Description>
|
||||
</Source>
|
||||
<Source>
|
||||
<Name>gaupol</Name>
|
||||
<Summary xml:lang="tr">Metin yazı biçimli altyazıları düzenleme aracı</Summary>
|
||||
<Description xml:lang="tr">Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -1,25 +1,21 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
#shelltools.export("CC", "clang")
|
||||
#shelltools.export("CXX", "clang++")
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
a = 'install_{bin,include,lib,doc_man}'
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR(), argument = '%s' % a)
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING")
|
||||
|
||||
@@ -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>jemalloc</Name>
|
||||
@@ -8,17 +8,17 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<License>BSD2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>General-purpose scalable concurrent malloc implementation</Summary>
|
||||
<Description>Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması</Description>
|
||||
<Archive sha1sum="3e4781e0c8c0033a0da5f93a204c172337c3353b" type="targz">https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz</Archive>
|
||||
<!--
|
||||
<Summary>General-purpose scalable concurrent malloc implementation.</Summary>
|
||||
<Description>jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="d8324d1bb4b3e1a227f0c6691b0dc9fb08002e9d" type="tarbz2">https://github.com/jemalloc/jemalloc/releases/download/5.3.1/jemalloc-5.3.1.tar.bz2</Archive>
|
||||
<Patches>
|
||||
<Patch>jemalloc.patch</Patch>
|
||||
<Patch level="1">jemalloc.patch</Patch>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -42,12 +42,20 @@
|
||||
<Dependency release="current">jemalloc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/jemalloc-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="3">
|
||||
<Date>2026-06-14</Date>
|
||||
<Version>5.3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-11-26</Date>
|
||||
<Version>5.3.0</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>jemalloc</Name>
|
||||
<Summary xml:lang="tr">General-purpose scalable concurrent malloc implementation</Summary>
|
||||
<Summary xml:lang="tr">Genel.amaçlı.ölçeklenebilir.eşzamanlı.malloc.uygulaması</Summary>
|
||||
<Description xml:lang="tr">Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user