summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/media-libs/libaom/.libaom.exlib.swpbin0 -> 12288 bytes
-rw-r--r--packages/media-libs/libaom/libaom-scm.exheres-06
-rw-r--r--packages/media-libs/libaom/libaom.exlib29
3 files changed, 35 insertions, 0 deletions
diff --git a/packages/media-libs/libaom/.libaom.exlib.swp b/packages/media-libs/libaom/.libaom.exlib.swp
new file mode 100644
index 0000000..246b8f0
--- /dev/null
+++ b/packages/media-libs/libaom/.libaom.exlib.swp
Binary files differ
diff --git a/packages/media-libs/libaom/libaom-scm.exheres-0 b/packages/media-libs/libaom/libaom-scm.exheres-0
new file mode 100644
index 0000000..fde6889
--- /dev/null
+++ b/packages/media-libs/libaom/libaom-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 libaom
+
+PLATFORMS="~amd64 ~x86"
diff --git a/packages/media-libs/libaom/libaom.exlib b/packages/media-libs/libaom/libaom.exlib
new file mode 100644
index 0000000..0ccb7a5
--- /dev/null
+++ b/packages/media-libs/libaom/libaom.exlib
@@ -0,0 +1,29 @@
+# Distributed under the terms of the GNU General Public License v2
+# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+
+SCM_REPOSITORY="https://aomedia.googlesource.com/aom"
+
+require scm-git
+require cmake [ api=2 ]
+
+SUMMARY="AV1 codec library"
+HOMEPAGE="https://aomedia.googlesource.com/aom"
+
+LICENCES=""
+
+SLOT="0"
+
+
+MYOPTIONS="
+"
+
+
+DEPENDENCIES="
+"
+
+CMAKE_SRC_CONFIGURE_PARAMS=(
+ -DCONFIG_SHARED=1
+ -DCONFIG_STATIC=0
+ -DENABLE_WERROR=FALSE
+ -DBUILD_SHARED_LIBS=1
+)