diff --git a/multimedia/video/graphene/actions.py b/multimedia/video/graphene/actions.py
new file mode 100644
index 0000000000..3fd97f306f
--- /dev/null
+++ b/multimedia/video/graphene/actions.py
@@ -0,0 +1,23 @@
+#!/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 mesontools
+from pisi.actionsapi import get
+
+def setup():
+ mesontools.configure("-Dgtk_doc=true")
+
+def build():
+ mesontools.build()
+
+def install():
+ mesontools.install()
+
+ #shelltools.cd("..")
+ pisitools.dodoc("LICENSE*", "README*")
diff --git a/multimedia/video/graphene/pspec.xml b/multimedia/video/graphene/pspec.xml
new file mode 100644
index 0000000000..d5741cb1a3
--- /dev/null
+++ b/multimedia/video/graphene/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ graphene
+ https://ebassi.github.io/graphene/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ MIT
+ library
+ A thin layer of graphic data types
+ A thin layer of graphic data types
+ https://github.com/ebassi/graphene/archive/1.10.2.tar.gz
+
+ meson
+ gtk-doc
+ glib2-devel
+ gobject-introspection-devel
+
+
+
+
+
+ graphene
+
+ glib2
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/gir-1.0
+ /usr/share/doc
+
+
+
+
+ graphene-devel
+ Development files for graphene
+
+ graphene
+ glib2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ graphene-docs
+ Development files for graphene
+
+ graphene
+
+
+ /usr/share/gtk-doc
+
+
+
+
+
+ 2021-01-23
+ 1.10.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/multimedia/video/graphene/translations.xml b/multimedia/video/graphene/translations.xml
new file mode 100644
index 0000000000..99d0330e10
--- /dev/null
+++ b/multimedia/video/graphene/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ graphene
+ A thin layer of graphic data types
+ A thin layer of graphic data types
+
+