diff --git a/multimedia/sound/fluidsynth/actions.py b/multimedia/sound/fluidsynth/actions.py
new file mode 100644
index 0000000000..de723c4216
--- /dev/null
+++ b/multimedia/sound/fluidsynth/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+shelltools.export("CFLAGS", "%s -lpthread" % get.CFLAGS())
+
+def setup():
+ cmaketools.configure("-Denable-ladspa=ON \
+ -DLIB_SUFFIX=\"\"")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
diff --git a/multimedia/sound/fluidsynth/pspec.xml b/multimedia/sound/fluidsynth/pspec.xml
new file mode 100644
index 0000000000..db6048cb95
--- /dev/null
+++ b/multimedia/sound/fluidsynth/pspec.xml
@@ -0,0 +1,82 @@
+
+
+
+
+ fluidsynth
+ http://fluidsynth.resonance.org/trac
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ library
+ A realtime software synthesizer
+ FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.
+ mirrors://sourceforge/fluidsynth/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2
+
+ lash-devel
+ alsa-lib-devel
+ ladspa-sdk-devel
+ libsndfile-devel
+ pulseaudio-libs-devel
+ jack-audio-connection-kit-devel
+
+
+
+
+
+ fluidsynth
+
+ lash
+ alsa-lib
+ ladspa-sdk
+ libsndfile
+ pulseaudio-libs
+ jack-audio-connection-kit
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ fluidsynth-devel
+ Development files for fluidsynth
+
+ fluidsynth
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-05-26
+ 1.1.6
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2014-01-24
+ 1.1.6
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-08-29
+ 1.1.6
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/sound/fluidsynth/translations.xml b/multimedia/sound/fluidsynth/translations.xml
new file mode 100644
index 0000000000..a4a618dc6c
--- /dev/null
+++ b/multimedia/sound/fluidsynth/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ fluidsynth
+ Gerçek zamanlı bir yazılım birleştirici
+ FluidSynth, SoundFort 2 özelliklerine sahip gerçek zamanlı bir yazılım bireştiricidir.
+
+
+
+ fluidsynth-devel
+ fluidsynth için geliştirme dosyaları
+
+