diff --git a/multimedia/misc/SDL_gfx/actions.py b/multimedia/misc/SDL_gfx/actions.py
new file mode 100644
index 0000000000..11aa54cbed
--- /dev/null
+++ b/multimedia/misc/SDL_gfx/actions.py
@@ -0,0 +1,43 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import libtools
+from pisi.actionsapi import get
+
+WorkDir = "SDL_gfx-%s" % get.srcVERSION()
+
+def setup():
+ pisitools.dosed("configure.in", "-O")
+ shelltools.makedirs("m4")
+
+ autotools.autoreconf("-vfi")
+
+ options = "--disable-dependency-tracking \
+ --enable-mmx \
+ --disable-static"
+
+ if get.buildTYPE() == "emul32":
+ options += " --includedir=/usr/include \
+ --libdir=/usr/lib32"
+
+ shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
+ shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
+ shelltools.export("CXXFLAGS", "%s -m32" % get.CXXFLAGS())
+ shelltools.export("LDFLAGS", "%s -m32" % get.LDFLAGS())
+
+ autotools.configure(options)
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README")
+ pisitools.insinto("/%s/sdl-gfx/" % get.docDIR(), "Docs", "html")
diff --git a/multimedia/misc/SDL_gfx/pspec.xml b/multimedia/misc/SDL_gfx/pspec.xml
new file mode 100644
index 0000000000..5c68e69692
--- /dev/null
+++ b/multimedia/misc/SDL_gfx/pspec.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ sdl-gfx
+ http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ SDL graphics drawing primitives and other support functions
+ SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces.
+ https://netix.dl.sourceforge.net/project/sdlgfx/SDL_gfx-2.0.25.tar.gz
+
+ libsdl-devel
+
+
+
+
+
+ SDL_gfx
+ sdl-gfx
+
+ libsdl
+
+
+ /usr/lib/
+ /usr/share/doc/sdl-gfx
+
+
+
+ sdl-gfx-devel
+ Development files for sdl-gfx
+
+ SDL_gfx
+ libsdl-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+ /usr/share/doc/sdl-gfx/html
+
+
+
+ sdl-gfx-32bit
+ emul32
+ 32-bit shared libraries for sdl-gfx
+ emul32
+
+ libsdl-32bit
+
+
+ SDL_gfx
+ libsdl-32bit
+
+
+ /usr/lib32/
+
+
+
+
+ 2018-11-23
+ 2.0.25
+ Version Bump
+ Aydin Atmaca
+ aydinatmaca@gmail.com
+
+
+ 2014-03-09
+ 2.0.24
+ Rebuild for buildhost
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2012-08-29
+ 2.0.24
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/multimedia/misc/SDL_gfx/translations.xml b/multimedia/misc/SDL_gfx/translations.xml
new file mode 100644
index 0000000000..6830dc2793
--- /dev/null
+++ b/multimedia/misc/SDL_gfx/translations.xml
@@ -0,0 +1,20 @@
+
+
+
+ sdl-gfx
+ SDL grafik çizim ve destek fonksiyonları kitaplığı
+ SDL_gfx, çizgi, çember ve poligon çizmekte kullanılan bir SDL kitaplığıdır.
+ La librairie SDL_gfx a évolué en dehors du code des SDL_gfxPrimitives fournissant les routines de dessin de base tels que les lignes, les cercles, les polygones et SDL_rorozoom qui implémentait un rotozoomer d'interpolation de surfaces SDL.
+ La librería SDL_gfx evoucionó del código de SDL_gfxPrimitives, que facilitaba rutinas básicas de dibujo como líneas, círculos o polígonos y SDL_rotozoom, que implementa un rotozoomer interpolado para superficies SDL.
+
+
+
+ sdl-gfx-devel
+ sdl-gfx için geliştirme dosyaları
+
+
+
+ sdl-gfx-32bit
+ sdl-gfx için 32-bit paylaşımlı kitaplıklar
+
+