Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11021267
D5323.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D5323.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
\ No newline at end of file
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,11 @@
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Widgets.so.5
+libQt5X11Extras.so.5
+libX11.so.6
+libc.so.6
+libfluidsynth.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+libstdc++.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,24 @@
+name : qsynth
+version : 0.5.4
+release : 1
+source :
+ - https://sourceforge.net/projects/qsynth/files/qsynth/0.5.4/qsynth-0.5.4.tar.gz/download : 2d6befb4023f8a64f35d802991d0d413e11d0307e87485428c969b94bb2bf84e
+license : GPL-2.0-or-later
+component : multimedia.audio
+summary : Fluidsynth GUI frontend
+description: |
+ Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework.
+builddeps :
+ - pkgconfig(fluidsynth)
+ - pkgconfig(Qt5Help)
+ - pkgconfig(Qt5X11Extras)
+ - pkgconfig(x11)
+rundeps :
+ - fluidsynth
+setup : |
+ %configure
+ %qmake QMAKE_CFLAGS_ISYSTEM=-I
+build : |
+ %make
+install : |
+ %make_install INSTALL_ROOT=$installdir
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,37 @@
+<PISI>
+ <Source>
+ <Name>qsynth</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">Fluidsynth GUI frontend</Summary>
+ <Description xml:lang="en">Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>qsynth</Name>
+ <Summary xml:lang="en">Fluidsynth GUI frontend</Summary>
+ <Description xml:lang="en">Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/qsynth</Path>
+ <Path fileType="data">/usr/share/applications/qsynth.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/qsynth.png</Path>
+ <Path fileType="data">/usr/share/metainfo/qsynth.appdata.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-02-09</Date>
+ <Version>0.5.4</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
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 8, 1:23 PM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850611
Default Alt Text
D5323.diff (2 KB)
Attached To
Mode
D5323: The initial inclution of qsynth, fixes T7117
Attached
Detach File
Event Timeline
Log In to Comment