diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-02-23 11:37:35 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-02-23 11:37:35 +0300 |
commit | a4a4eabc5395c4500701a5de24693608e2a195e1 (patch) | |
tree | 34e80431dce555306b6cb6f859c8c6380bfcc7dd | |
parent | c496e7b58041823549cdaaaa186fc58587a53746 (diff) |
added libaom
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | packages/media-libs/libaom/.libaom.exlib.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | packages/media-libs/libaom/libaom-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/media-libs/libaom/libaom.exlib | 29 |
4 files changed, 36 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf index c099df5..00a438c 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -7,6 +7,7 @@ dev-util kde mail-filter media-gfx +media-libs media-video net-im net-libs diff --git a/packages/media-libs/libaom/.libaom.exlib.swp b/packages/media-libs/libaom/.libaom.exlib.swp Binary files differnew file mode 100644 index 0000000..246b8f0 --- /dev/null +++ b/packages/media-libs/libaom/.libaom.exlib.swp 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 +) |