diff --git a/multimedia/sound/libfishsound/actions.py b/multimedia/sound/libfishsound/actions.py
new file mode 100644
index 0000000000..529d0e0b2c
--- /dev/null
+++ b/multimedia/sound/libfishsound/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+
+def setup():
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-cast-function-type -Wno-enum-compare -Wno-incompatible-pointer-types")
+ autotools.configure("--enable-static=no")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
\ No newline at end of file
diff --git a/multimedia/sound/libfishsound/pspec.xml b/multimedia/sound/libfishsound/pspec.xml
new file mode 100644
index 0000000000..11a371c58e
--- /dev/null
+++ b/multimedia/sound/libfishsound/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ libfishsound
+ https://www.xiph.org/fishsound/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ multimedia.sound
+ BSD
+ library
+ A simple programming interface that wraps Xiph.Org audio codecs
+ libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).
+ http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz
+
+ libvorbis-devel
+ speex-devel
+ flac-devel
+
+
+
+
+ libfishsound
+ A simple programming interface that wraps Xiph.Org audio codecs
+
+ libvorbis
+ speex
+ flac
+
+
+ /usr/share/doc
+ /usr/lib
+ /usr/share
+
+
+
+
+ libfishsound-devel
+ Development files for libfishsound
+
+ libfishsound
+ libvorbis-devel
+ speex-devel
+ flac-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2020-01-02
+ 1.0.0
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/multimedia/sound/libfishsound/translations.xml b/multimedia/sound/libfishsound/translations.xml
new file mode 100644
index 0000000000..6af4673758
--- /dev/null
+++ b/multimedia/sound/libfishsound/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ libfishsound
+ libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode edebilir.
+ libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode etmek için kitaplık dosyaları sunar.
+ La librairie pour fichiers au format média Oggz.
+
+
+
+ libfishsound-devel
+ libfishsound için geliştirme dosyaları
+ libfishsound-devel, libfishsound için geliştirme dosyaları içerir
+
+
\ No newline at end of file