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 @@ + + + qsynth + + Jacob Alzén + jacob.alzen@gmail.com + + GPL-2.0-or-later + multimedia.audio + Fluidsynth GUI frontend + Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework. + + https://solus-project.com/sources/README.Solus + + + qsynth + Fluidsynth GUI frontend + Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt framework. + + multimedia.audio + + /usr/bin/qsynth + /usr/share/applications/qsynth.desktop + /usr/share/icons/hicolor/32x32/apps/qsynth.png + /usr/share/metainfo/qsynth.appdata.xml + + + + + 2019-02-09 + 0.5.4 + Packaging update + Jacob Alzén + jacob.alzen@gmail.com + + + \ No newline at end of file