summaryrefslogtreecommitdiff
path: root/packages/media-libs/gdk-pixbuf-webp-loader
diff options
context:
space:
mode:
Diffstat (limited to 'packages/media-libs/gdk-pixbuf-webp-loader')
-rw-r--r--packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-06
-rw-r--r--packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib18
2 files changed, 24 insertions, 0 deletions
diff --git a/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0 b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0
new file mode 100644
index 0000000..2bd7191
--- /dev/null
+++ b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader-scm.exheres-0
@@ -0,0 +1,6 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require gdk-pixbuf-webp-loader
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
new file mode 100644
index 0000000..257a869
--- /dev/null
+++ b/packages/media-libs/gdk-pixbuf-webp-loader/gdk-pixbuf-webp-loader.exlib
@@ -0,0 +1,18 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+require github [ user=aruiz project=webp-pixbuf-loader ]
+require cmake [ api=2 ]
+
+LICENCES="GPL-2"
+
+SUMMARY="WebM GDK Pixbuf Loader library"
+
+MYOPTIONS=""
+SLOT="0"
+
+DEPENDENCIES="
+ build+run:
+ media-libs/libwebp:=[>=0.4.3]
+ x11-libs/gdk-pixbuf:=[>=2.22]
+"