4 "summary": "BPG Image library and utilities",
5 "description": "BPG (Better Portable Graphics) is a new image format. Its purpose is to replace the JPEG image format when quality or file size is an issue.",
6 "homepage": "https://bellard.org/bpg/",
10 "authors": "Fabrice Bellard",
12 "git": "https://github.com/mirrorer/libbpg.git",
22 "libavcodec/**/*.{h,c,cc}",
23 "libavutil/**/*.{h,c,cc}",
27 "public_header_files": "libbpg.h",
28 "exclude_files": "libavcodec/*template.c",
33 "prepare_command": "sed -i.bak 's/<inttypes.h>/<stdint.h>/g' './libbpg.h'",
35 "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libbpg/ ${PODS_TARGET_SRCROOT}/",
36 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_AV_CONFIG_H=1 USE_VAR_BIT_DEPTH=1 USE_PRED=1"