Page MenuHomeSolus

D10089.id24259.diff
No OneTemporary

D10089.id24259.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,11 @@
+libasound.so.2
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libjack.so.0
+liblo.so.7
+libm.so.6
+libpthread.so.0
+libsamplerate.so.0
+libsndfile.so.1
+libstdc++.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,24 @@
+name : dssi
+homepage : http://dssi.sourceforge.net/index.html
+version : 1.1.1
+release : 1
+source :
+ - https://sourceforge.net/projects/dssi/files/dssi/1.1.1/dssi-1.1.1.tar.gz : f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e
+license : GPL-2.0-or-later
+component : multimedia.library
+summary : DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces.
+description: |
+ DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi.
+ DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API.
+ DSSI is Free Software. The DSSI header file is provided under the GNU Lesser General Public License.
+builddeps :
+ - pkgconfig(alsa)
+ - pkgconfig(liblo)
+ - pkgconfig(jack)
+ - pkgconfig(sndfile)
+ - pkgconfig(samplerate)
+ - ladspa-devel
+setup : |
+ %configure
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,74 @@
+<PISI>
+ <Source>
+ <Name>dssi</Name>
+ <Homepage>http://dssi.sourceforge.net/index.html</Homepage>
+ <Packager>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>multimedia.library</PartOf>
+ <Summary xml:lang="en">DSSI (pronounced &quot;dizzy&quot;) is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces.</Summary>
+ <Description xml:lang="en">DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi.
+DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API.
+DSSI is Free Software. The DSSI header file is provided under the GNU Lesser General Public License.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>dssi</Name>
+ <Summary xml:lang="en">DSSI (pronounced &quot;dizzy&quot;) is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces.</Summary>
+ <Description xml:lang="en">DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi.
+DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API.
+DSSI is Free Software. The DSSI header file is provided under the GNU Lesser General Public License.
+</Description>
+ <PartOf>multimedia.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/dssi_analyse_plugin</Path>
+ <Path fileType="executable">/usr/bin/dssi_list_plugins</Path>
+ <Path fileType="executable">/usr/bin/dssi_osc_send</Path>
+ <Path fileType="executable">/usr/bin/dssi_osc_update</Path>
+ <Path fileType="executable">/usr/bin/jack-dssi-host</Path>
+ <Path fileType="executable">/usr/bin/karplong</Path>
+ <Path fileType="executable">/usr/bin/less_trivial_synth</Path>
+ <Path fileType="executable">/usr/bin/trivial_sampler</Path>
+ <Path fileType="executable">/usr/bin/trivial_synth</Path>
+ <Path fileType="library">/usr/lib64/dssi/karplong.so</Path>
+ <Path fileType="library">/usr/lib64/dssi/less_trivial_synth</Path>
+ <Path fileType="library">/usr/lib64/dssi/less_trivial_synth.so</Path>
+ <Path fileType="library">/usr/lib64/dssi/trivial_sampler</Path>
+ <Path fileType="library">/usr/lib64/dssi/trivial_sampler.so</Path>
+ <Path fileType="library">/usr/lib64/dssi/trivial_synth.so</Path>
+ <Path fileType="man">/usr/share/man/man1/dssi_analyse_plugin.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dssi_list_plugins.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dssi_osc_send.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dssi_osc_update.1</Path>
+ <Path fileType="man">/usr/share/man/man1/jack-dssi-host.1</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>dssi-devel</Name>
+ <Summary xml:lang="en">Development files for dssi</Summary>
+ <Description xml:lang="en">DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi.
+DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API.
+DSSI is Free Software. The DSSI header file is provided under the GNU Lesser General Public License.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">dssi</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/dssi.h</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/dssi.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-12-05</Date>
+ <Version>1.1.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 19 2023, 2:11 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793594
Default Alt Text
D10089.id24259.diff (7 KB)

Event Timeline