Merge pull request #12240 from suvari/master

new packages: liblo, mxml, ZynAddSubFX
This commit is contained in:
Kamil ATLI
2023-08-07 20:50:37 +03:00
committed by GitHub
21 changed files with 398289 additions and 397661 deletions
+11 -2
View File
@@ -1,10 +1,11 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libisofs</Name>
<Homepage>https://dev.lovelyhq.com/libburnia/web/wiki</Homepage>
<License>GPLv2</License>
<Icon>libisofs</Icon>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,12 +14,13 @@
<IsA>library</IsA>
<Summary>A library for creating ISO disc images</Summary>
<Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
<Archive sha1sum="472733ee4b5cde17e2b87e2b5dcfb69417575752" type="targz">http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz</Archive>
<Archive sha1sum="e675358d89279e6d39a1498bcbd7ae14509cd1a4" type="targz">http://files.libburnia-project.org/releases/libisofs-1.5.6.pl01.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libisofs</Name>
<RuntimeDependencies>
@@ -49,6 +51,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-08-07</Date>
<Version>1.5.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-08-11</Date>
<Version>1.5.4</Version>
+10 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libburn</Name>
@@ -9,12 +9,13 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>libburn</Icon>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>hardware.optical</PartOf>
<Summary>A library for reading, mastering and writing optical discs</Summary>
<Description>Libburn is an open-source library for reading, mastering and writing optical discs.</Description>
<Archive sha1sum="f1f6b91c18bcf0df1c38a0665657b10f1a76de58" type="targz">http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz</Archive>
<Archive sha1sum="e2e3e17f86d2f8189dc4b2d0fed5649032950594" type="targz">http://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz</Archive>
</Source>
<Package>
@@ -40,6 +41,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-07-30</Date>
<Version>1.5.6</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2021-08-11</Date>
<Version>1.5.4</Version>
+13 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libisoburn</Name>
@@ -9,17 +9,18 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>libisoburn</Icon>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Frontend for libraries libburn and libisofs</Summary>
<Description>Frontend for libraries libburn and libisofs</Description>
<Archive sha1sum="e0adbfb01487b5f5c1b28554a027e15309977f00" type="targz">http://files.libburnia-project.org/releases/libisoburn-1.5.4.tar.gz</Archive>
<Archive sha1sum="24585135f671251118dbe6062919ee8c34dbdc7f" type="targz">http://files.libburnia-project.org/releases/libisoburn-1.5.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libburn-devel</Dependency>
<Dependency>libisofs-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>acl-devel</Dependency>
</BuildDependencies>
</Source>
@@ -28,9 +29,9 @@
<RuntimeDependencies>
<Dependency>acl</Dependency>
<Dependency>zlib</Dependency>
<Dependency>readline</Dependency>
<Dependency>libburn</Dependency>
<Dependency>libisofs</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -54,6 +55,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-08-07</Date>
<Version>1.5.6</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2021-08-11</Date>
<Version>1.5.4</Version>
+24
View File
@@ -0,0 +1,24 @@
#!/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
from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DOutputModule=jack -DGuiModule=fltk", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
pisitools.dodoc("COPYING", "README*")
shelltools.cd("build")
cmaketools.install()
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Controller
GenericName=MIDI controller for ZynAddSubFX
GenericName[tr]=ZynAddSubFX için MIDI denetleyici
Exec=/usr/bin/controller
Icon=zynaddsubfx
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Midi;
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Spliter
GenericName=MIDI keyboard spliter for ZynAddSubFX
GenericName[tr]=ZynAddSubFX için MIDI klavye spliter
Exec=/usr/bin/spliter
Icon=zynaddsubfx
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Midi;
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Zynaddsubfx
GenericName=Real-time MIDI software synth
GenericName[tr]=Gerçek zamanlı MIDI sentezleyici
Exec=/usr/bin/zynaddsubfx
Icon=zynaddsubfx
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Midi;
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ZynAddSubFX</Name>
<Homepage>http://sourceforge.net/projects/zynaddsubfx</Homepage>
<Packager>
<Name>Fatih Turgel</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>zynaddsubfx</Icon>
<IsA>app:gui</IsA>
<Summary>Real-time MIDI software synthesizer</Summary>
<Description>ZynAddSubFX is a real-time software synthesizer with many features, including polyphony, multi-timbral and microtonal capabilities.</Description>
<Archive sha1sum="69834c9a7ab357a7ff93e764ba45e1db25ce8cc1" type="tarbz2">mirrors://sourceforge/zynaddsubfx/zynaddsubfx/3.0.6/zynaddsubfx-3.0.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>lash-devel</Dependency>
<Dependency>fltk-devel</Dependency>
<Dependency>mxml-devel</Dependency>
<Dependency>ruby-devel</Dependency>
<Dependency>lv2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>liblo-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>portaudio-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch></Patch> -->
</Patches>
</Source>
<Package>
<Name>ZynAddSubFX</Name>
<RuntimeDependencies>
<Dependency>mxml</Dependency>
<Dependency>fltk</Dependency>
<Dependency>lash</Dependency>
<Dependency>zlib</Dependency>
<Dependency>liblo</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>portaudio</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/lv2/</Path>
<Path fileType="library">/usr/lib/vst</Path>
<Path fileType="data">/usr/share/zynaddsubfx</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/bash-completion/completions/zynaddsubfx</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/zynaddsubfx-spliter.desktop">zynaddsubfx-spliter.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/zynaddsubfx.desktop">zynaddsubfx.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/zynaddsubfx-controller.desktop">zynaddsubfx-controller.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/zynaddsubfx.png">zynaddsubfx.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2023-08-04</Date>
<Version>3.0.6</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ZynAddSubFX</Name>
<Summary xml:lang="tr">Gerçek zamanlı MIDI sentezleyici</Summary>
<Description xml:lang="tr">ZynAddSubFX mikrotonal yeteneklerinin yanı sıra bir çok özellik içeren bir yazılımsal gerçek zamanlı MIDI sentezleyicidir.</Description>
</Source>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/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
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "COPYING")
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>liblo</Name>
<Homepage>http://liblo.sourceforge.net</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<Icon>liblo</Icon>
<IsA>library</IsA>
<Summary>Lightweight OSC implementation</Summary>
<Description>liblo is a lightweight OSC (Open Sound Control) implementation library.</Description>
<Archive sha1sum="d188a62df51e29fa98861daec1db0fdae400410d" type="targz">mirrors://sourceforge/liblo/liblo/0.31/liblo-0.31.tar.gz</Archive>
</Source>
<Package>
<Name>liblo</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>liblo-devel</Name>
<Summary>Development files for liblo</Summary>
<RuntimeDependencies>
<Dependency release="current">liblo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-07</Date>
<Version>0.31</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>liblo</Name>
<Summary xml:lang="tr">Hafif bir OSC (Open Sound Control) gerçeklenim kitaplığı</Summary>
<Description xml:lang="tr">liblo, hafif bir OSC (Open Sound Control) gerçeklenim kitaplığıdır.</Description>
<Description xml:lang="fr">Implémentation légère d'OSC (Open Sound Control - Contrôle de Son Ouvert).</Description>
<Description xml:lang="es">Implementación liviana OSC (Open Sound Control)</Description>
</Source>
<Package>
<Name>liblo-devel</Name>
<Summary xml:lang="tr">liblo için geliştirme dosyaları</Summary>
</Package>
</PISI>
+397932 -397649
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
43f70c8a288710004493ffcd7048ad5607a64fff
1b980c446a029bef05d9e562e30a8f57f331cd7b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
3928a499d80fbcea03b2b29cbba1c9c173d3f9b1
e055ba268c8a39d3ab21046dacfc0a7c0fb877d0
+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 http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall("DSTROOT=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README.md")
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mxml</Name>
<Homepage>https://www.msweet.org/mxml</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Tiny XML library.</Summary>
<Description>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries.</Description>
<Archive sha1sum="8ae4ee261ba4708e8cbf00bda2643de86930a069" type="targz">https://github.com/michaelrsweet/mxml/releases/download/v3.3.1/mxml-3.3.1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>mxml</Name>
<Files>
<Path fileType="library">/usr/lib/libmxml*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mxml-devel</Name>
<Summary>Development files for mxml</Summary>
<RuntimeDependencies>
<Dependency release="current">mxml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-07</Date>
<Version>3.3.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mxml</Name>
<Summary xml:lang="tr">Hafif bir XML destek kitaplığı</Summary>
<Description xml:lang="tr">Mini-XML, standart olmayan büyük kitaplıklara ihtiyaç duymadan uygulamanızdaki XML veri dosyalarını veya dizelerini okumak için kullanabileceğiniz küçük bir XML ayrıştırma kitaplığıdır.</Description>
</Source>
<Package>
<Name>mxml-devel</Name>
<Summary xml:lang="tr">mxml için geliştirme dosyaları</Summary>
</Package>
</PISI>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>ISO 9660 image manipulation tool</Summary>
<Description>xorriso is a program which maps file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.</Description>
<Archive sha1sum="6c35c2ed495904e581f351a462129a99f3bb6062" type="targz">http://www.gnu.org/software/xorriso/xorriso-1.5.4.pl02.tar.gz</Archive>
<Archive sha1sum="4377a7ab6eefad4afe38f56b37f5b583f34b5b33" type="targz">https://www.gnu.org/software/xorriso/xorriso-1.5.6.pl02.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>attr-devel</Dependency>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2023-07-30</Date>
<Version>1.5.6</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2021-08-11</Date>
<Version>1.5.4</Version>