calf: new package

This commit is contained in:
suvari
2023-06-24 19:36:05 +03:00
parent a0891b1b69
commit 685139366c
7 changed files with 199 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/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
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-vif")
autotools.configure()
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
+84
View File
@@ -0,0 +1,84 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>calf</Name>
<Homepage>https://calf-studio-gear.org</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<Icon>calf</Icon>
<Summary>an audio plug-in pack for LV2 and JACK environments</Summary>
<Description>Calf Studio Gear is an audio plug-in pack for LV2 and JACK environments under LINUX operating systems. The suite contains lots of effects (delay, modulation, signal processing, filters, equalizers, dynamics, distortion and mastering effects), instruments (SF2 player, organ simulator and a monophonic synthesizer) and tools (analyzer, mono/stereo tools, crossovers). Calf Studio Gear aims for a professional audience.</Description>
<Archive sha1sum="dcfbdd752dac52dfeb0d988042108f24bdb57536" type="targz">https://calf-studio-gear.org/files/calf-0.90.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>lv2-devel</Dependency>
<Dependency>lash-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>fluidsynth-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch></Patch> -->
</Patches>
</Source>
<Package>
<Name>calf</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>lv2</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>lash</Dependency>
<Dependency>glib2</Dependency>
<Dependency>glibc</Dependency>
<Dependency>cairo</Dependency>
<Dependency>expat</Dependency>
<Dependency>pango</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>freetype</Dependency>
<Dependency>fluidsynth</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/lv2/calf.lv2</Path>
<Path fileType="library">/usr/lib/calf</Path>
<Path fileType="doc">/usr/share/doc/calf</Path>
<Path fileType="data">/usr/share/calf</Path>
<Path fileType="icon">/usr/share/icons/hicolor</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-06-24</Date>
<Version>0.90.3</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>calf</Name>
<Summary xml:lang="tr">LV2 ve JACK ortamları için bir ses eklenti paketi</Summary>
<Description xml:lang="tr">Calf Studio Gear, LINUX işletim sistemleri altında LV2 ve JACK ortamları için bir ses eklenti paketidir. Paket çok sayıda efekt (gecikme, modülasyon, sinyal işleme, filtreler, ekolayzerler, dinamikler, bozulma ve mastering efektleri), enstrümanlar (SF2 oynatıcı, organ simülatörü ve monofonik sentezleyici) ve araçlar (analizör, mono/stereo araçlar, geçişler) içerir. . Calf Studio Gear, profesyonel bir izleyici kitlesini hedefliyor.</Description>
</Source>
</PISI>