add new packages: liblrdf, hydrogen
This commit is contained in:
@@ -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 shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import scons
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README.txt", "COPYING")
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hydrogen</Name>
|
||||
<Homepage>http://www.hydrogen-music.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Advanced drum machine for GNU/Linux</Summary>
|
||||
<Description>Hydrogen is an advanced drum machine for GNU/Linux. It's main goal is to bring professional yet simple and intuitive pattern-based drum programming.</Description>
|
||||
<Archive sha1sum="f8fb1ff21630bc9fec4ca815c6abd8e4d85d5279" type="targz">https://github.com/hydrogen-music/hydrogen/releases/download/1.1.0/hydrogen-1.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>lash-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libtar-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>liblrdf-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>portmidi-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>audiofile-devel</Dependency>
|
||||
<Dependency>portaudio-devel</Dependency>
|
||||
<Dependency>ladspa-sdk-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hydrogen</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libtar</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libhydrogen-core-1.1.0.so</Path>
|
||||
<Path fileType="data">/usr/share/hydrogen/data</Path>
|
||||
<Path fileType="data">/usr/share/hydrogen</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>hydrogen-devel</Name>
|
||||
<Summary>hydrogen için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">hydrogen</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/include/hydrogen</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-12-01</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hydrogen</Name>
|
||||
<Summary xml:lang="tr">GNU/Linux için gelişmiş bir davul yazılımı</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
+137
@@ -202958,6 +202958,85 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>hydrogen</Name>
|
||||
<Homepage>http://www.hydrogen-music.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary xml:lang="en">Advanced drum machine for GNU/Linux</Summary>
|
||||
<Summary xml:lang="tr">GNU/Linux için gelişmiş bir davul yazılımı</Summary>
|
||||
<Description xml:lang="en">Hydrogen is an advanced drum machine for GNU/Linux. It's main goal is to bring professional yet simple and intuitive pattern-based drum programming.</Description>
|
||||
<Archive type="targz" sha1sum="f8fb1ff21630bc9fec4ca815c6abd8e4d85d5279" name="hydrogen-1.1.0.tar.gz">https://github.com/hydrogen-music/hydrogen/releases/download/1.1.0/hydrogen-1.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>lash-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libtar-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>liblrdf-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>portmidi-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>audiofile-devel</Dependency>
|
||||
<Dependency>portaudio-devel</Dependency>
|
||||
<Dependency>ladspa-sdk-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/sound/hydrogen/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>hydrogen</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libtar</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libhydrogen-core-1.1.0.so</Path>
|
||||
<Path fileType="data">/usr/share/hydrogen/data</Path>
|
||||
<Path fileType="data">/usr/share/hydrogen</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>hydrogen-devel</Name>
|
||||
<Summary xml:lang="en">hydrogen için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">hydrogen</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/include/hydrogen</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-12-01</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>jack-audio-connection-kit</Name>
|
||||
@@ -287422,6 +287501,64 @@ contacts, tasks, and calendar information.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>liblrdf</Name>
|
||||
<Homepage>http://lrdf.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary xml:lang="en">A lightweight RDF library with special support for LADSPA plugins</Summary>
|
||||
<Summary xml:lang="tr">LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığı</Summary>
|
||||
<Description xml:lang="fr">Une librairie RDF légère avec un support spécial pour les plugins (greffons) LADSPA.</Description>
|
||||
<Description xml:lang="en">A lightweight RDF library with special support for LADSPA plugins.</Description>
|
||||
<Description xml:lang="tr">LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığıdır.</Description>
|
||||
<Description xml:lang="es">Librería RDF liviana, con soporte especial para plugins LADSPA</Description>
|
||||
<Archive type="targz" sha1sum="898440c3f4c6b2714eb4ff5d268dfcc32b180b0a" name="v0.6.1.tar.gz">https://github.com/swh/LRDF/archive/refs/tags/v0.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ladspa-sdk</Dependency>
|
||||
<Dependency>raptor2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/liblrdf/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>liblrdf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>raptor2</Dependency>
|
||||
<Dependency>ladspa-sdk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/ladspa</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>liblrdf-devel</Name>
|
||||
<Summary xml:lang="en">Development files for liblrdf</Summary>
|
||||
<Summary xml:lang="tr">liblrdf için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">liblrdf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2012-10-09</Date>
|
||||
<Version>0.6.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libnice</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
5f1cae29b748bf953556b21172093f2d9df9a04d
|
||||
40e85b33bddb9bd4758373dba2c140de5d58f2a7
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
75e5c3e7efb3963161a90662928291543d5bc8a1
|
||||
4398da94bfc258decec5d288b2c368153554bce4
|
||||
@@ -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 shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liblrdf</Name>
|
||||
<Homepage>http://lrdf.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A lightweight RDF library with special support for LADSPA plugins</Summary>
|
||||
<Description>A lightweight RDF library with special support for LADSPA plugins.</Description>
|
||||
<Archive sha1sum="898440c3f4c6b2714eb4ff5d268dfcc32b180b0a" type="targz">https://github.com/swh/LRDF/archive/refs/tags/v0.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ladspa-sdk</Dependency>
|
||||
<Dependency>raptor2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liblrdf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>raptor2</Dependency>
|
||||
<Dependency>ladspa-sdk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/ladspa</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>liblrdf-devel</Name>
|
||||
<Summary>Development files for liblrdf</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">liblrdf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2012-10-09</Date>
|
||||
<Version>0.6.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liblrdf</Name>
|
||||
<Summary xml:lang="tr">LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığı</Summary>
|
||||
<Description xml:lang="tr">LADSPA eklentilerine özel destek sunan hafif bir RDF kitaplığıdır.</Description>
|
||||
<Description xml:lang="fr">Une librairie RDF légère avec un support spécial pour les plugins (greffons) LADSPA.</Description>
|
||||
<Description xml:lang="es">Librería RDF liviana, con soporte especial para plugins LADSPA</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liblrdf-devel</Name>
|
||||
<Summary xml:lang="tr">liblrdf için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user