diff --git a/multimedia/misc/libheif/actions.py b/multimedia/misc/libheif/actions.py
new file mode 100644
index 0000000000..575b79ae12
--- /dev/null
+++ b/multimedia/misc/libheif/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/env 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 get
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.configure("--enable-static=no")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README*")
diff --git a/multimedia/misc/libheif/pspec.xml b/multimedia/misc/libheif/pspec.xml
new file mode 100644
index 0000000000..04435537ad
--- /dev/null
+++ b/multimedia/misc/libheif/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ libheif
+ https://github.com/strukturag/libheif
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv3
+ app
+ HEIF file format decoder and encoder
+ HEIF file format decoder and encoder
+ https://github.com/strukturag/libheif/archive/v1.11.0.tar.gz
+
+ aom-devel
+ x265-devel
+ dav1d-devel
+ glib2-devel
+ libpng-devel
+ gdk-pixbuf-devel
+ libjpeg-turbo-devel
+
+
+
+
+
+ libheif
+
+ aom
+ x265
+ dav1d
+ glib2
+ libgcc
+ libpng
+ gdk-pixbuf
+ libjpeg-turbo
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/man
+ /usr/share/mime
+ /usr/share/doc
+
+
+
+
+ libheif-devel
+ Development files for libheif
+
+ aom-devel
+ x265-devel
+ dav1d-devel
+ libheif
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2021-03-10
+ 1.11.0
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/multimedia/misc/libheif/translations.xml b/multimedia/misc/libheif/translations.xml
new file mode 100644
index 0000000000..28c42d029c
--- /dev/null
+++ b/multimedia/misc/libheif/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libheif
+ HEIF file format decoder and encoder
+ HEIF file format decoder and encoder
+
+