diff options
Diffstat (limited to 'packages/media-libs')
-rw-r--r-- | packages/media-libs/imlib2-heic/imlib2-heic-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/media-libs/imlib2-heic/imlib2-heic.exlib | 30 | ||||
-rw-r--r-- | packages/media-libs/libaom/.libaom.exlib.swp | bin | 12288 -> 0 bytes |
3 files changed, 36 insertions, 0 deletions
diff --git a/packages/media-libs/imlib2-heic/imlib2-heic-scm.exheres-0 b/packages/media-libs/imlib2-heic/imlib2-heic-scm.exheres-0 new file mode 100644 index 0000000..c7fe230 --- /dev/null +++ b/packages/media-libs/imlib2-heic/imlib2-heic-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 imlib2-heic + +PLATFORMS="~amd64 ~x86" diff --git a/packages/media-libs/imlib2-heic/imlib2-heic.exlib b/packages/media-libs/imlib2-heic/imlib2-heic.exlib new file mode 100644 index 0000000..ec3cfc8 --- /dev/null +++ b/packages/media-libs/imlib2-heic/imlib2-heic.exlib @@ -0,0 +1,30 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require github [ user=vi ] + +export_exlib_phases src_install src_prepare + +SLOT="0" + +SUMMARY="Loader for HEIC for Imlib2 (i.e. for Feh). Based on libheif." + +LICENCES=="BSD-3 LGPL" + +MYOPTIONS="" +DEPENDENCIES=" + build+run: + media-libs/imlib2 + media-libs/libheif +" + +imlib2-heic_src_prepare() { + edo sed "s/pkg-config/$(exhost --target)-pkg-config/g" -i makefile + edo sed 's/strip $@//g' -i makefile + edo sed "s/CC=gcc/CC=$(exhost --target)-cc/g" -i commands.mk +} + +imlib2-heic_src_install() { + edo mkdir -p "${IMAGE}"/usr/$(exhost --target)/lib/imlib2/loaders + edo cp heic.so "${IMAGE}"/usr/$(exhost --target)/lib/imlib2/loaders +} diff --git a/packages/media-libs/libaom/.libaom.exlib.swp b/packages/media-libs/libaom/.libaom.exlib.swp Binary files differdeleted file mode 100644 index 246b8f0..0000000 --- a/packages/media-libs/libaom/.libaom.exlib.swp +++ /dev/null |