aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qsynth/.footprint.i68618
-rw-r--r--qsynth/.footprint.x86_6418
-rw-r--r--qsynth/.md5sum.i6861
-rw-r--r--qsynth/.md5sum.x86_641
-rw-r--r--qsynth/Pkgfile19
5 files changed, 57 insertions, 0 deletions
diff --git a/qsynth/.footprint.i686 b/qsynth/.footprint.i686
new file mode 100644
index 0000000..ccde099
--- /dev/null
+++ b/qsynth/.footprint.i686
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/qsynth
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/qsynth.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
+drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/qsynth.png
+drwxr-xr-x root/root usr/share/locale/
+-rw-r--r-- root/root usr/share/locale/qsynth_cs.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_de.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_es.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_ru.qm
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
diff --git a/qsynth/.footprint.x86_64 b/qsynth/.footprint.x86_64
new file mode 100644
index 0000000..ccde099
--- /dev/null
+++ b/qsynth/.footprint.x86_64
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/qsynth
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/qsynth.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
+drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/qsynth.png
+drwxr-xr-x root/root usr/share/locale/
+-rw-r--r-- root/root usr/share/locale/qsynth_cs.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_de.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_es.qm
+-rw-r--r-- root/root usr/share/locale/qsynth_ru.qm
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
diff --git a/qsynth/.md5sum.i686 b/qsynth/.md5sum.i686
new file mode 100644
index 0000000..287cff0
--- /dev/null
+++ b/qsynth/.md5sum.i686
@@ -0,0 +1 @@
+3cba3c87463be75ac188ebc3c3023d12 qsynth-0.3.6.tar.gz
diff --git a/qsynth/.md5sum.x86_64 b/qsynth/.md5sum.x86_64
new file mode 100644
index 0000000..287cff0
--- /dev/null
+++ b/qsynth/.md5sum.x86_64
@@ -0,0 +1 @@
+3cba3c87463be75ac188ebc3c3023d12 qsynth-0.3.6.tar.gz
diff --git a/qsynth/Pkgfile b/qsynth/Pkgfile
new file mode 100644
index 0000000..87cd73e
--- /dev/null
+++ b/qsynth/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Interface Qt pour FluidSynth.
+# URL: http://qsynth.sourceforge.net/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: qt, fluidsynth
+# Run on: qt,fluidsynth
+
+name=qsynth
+version=0.3.6
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ unset MAKEFLAGS
+ cd $name-$version
+ ./configure --prefix=/usr
+ make -j1
+ make DESTDIR=$PKG install
+}