Page MenuHomeSolus

D7978.diff
No OneTemporary

D7978.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,4 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Jacob Alzén
+ - Email: jacob.alzen@gmail.com
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,6 @@
+libasound.so.2
+libc.so.6
+libdbus-1.so.3
+libdl.so.2
+libjack.so.0
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : a2jmidid
+version : 9
+release : 1
+source :
+ - https://github.com/linuxaudio/a2jmidid/archive/9.tar.gz : 2828d283e0c9a65f0683881f09676c8c35c45c97a8a56cf77b43b4ef0231df06
+license : GPL-2.0-or-later
+component : multimedia.audio
+summary : ALSA sequencer to JACK MIDI bridging for jack2.
+description: |
+ This project aims to ease the usage of legacy, non JACK enabled applications, in a JACK MIDI enabled system, when using jack2.
+builddeps :
+ - pkgconfig(alsa)
+ - pkgconfig(jack)
+ - pkgconfig(dbus-1)
+setup : |
+ %meson_configure
+build : |
+ %ninja_build
+install : |
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,44 @@
+<PISI>
+ <Source>
+ <Name>a2jmidid</Name>
+ <Packager>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>multimedia.audio</PartOf>
+ <Summary xml:lang="en">ALSA sequencer to JACK MIDI bridging for jack2.</Summary>
+ <Description xml:lang="en">This project aims to ease the usage of legacy, non JACK enabled applications, in a JACK MIDI enabled system, when using jack2.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>a2jmidid</Name>
+ <Summary xml:lang="en">ALSA sequencer to JACK MIDI bridging for jack2.</Summary>
+ <Description xml:lang="en">This project aims to ease the usage of legacy, non JACK enabled applications, in a JACK MIDI enabled system, when using jack2.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/a2j</Path>
+ <Path fileType="executable">/usr/bin/a2j_control</Path>
+ <Path fileType="executable">/usr/bin/a2jmidi_bridge</Path>
+ <Path fileType="executable">/usr/bin/a2jmidid</Path>
+ <Path fileType="executable">/usr/bin/j2amidi_bridge</Path>
+ <Path fileType="data">/usr/share/dbus-1/services/org.gna.home.a2jmidid.service</Path>
+ <Path fileType="man">/usr/share/man/man1/a2j.1</Path>
+ <Path fileType="man">/usr/share/man/man1/a2j_control.1</Path>
+ <Path fileType="man">/usr/share/man/man1/a2jmidi_bridge.1</Path>
+ <Path fileType="man">/usr/share/man/man1/a2jmidid.1</Path>
+ <Path fileType="man">/usr/share/man/man1/j2amidi_bridge.1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-01-03</Date>
+ <Version>9</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 30 2023, 7:55 PM (10 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799367
Default Alt Text
D7978.diff (4 KB)

Event Timeline