0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 10:54:56 +00:00
Files
termux-packages/x11-packages/tagparser/build.sh
Termux Github Actions 49b106e26e bump(x11/tagparser): 12.5.0
This commit has been automatically submitted by Github Actions.
2025-04-05 14:53:11 +00:00

19 lines
761 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/Martchus/tagparser
TERMUX_PKG_DESCRIPTION="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="12.5.0"
TERMUX_PKG_SRCURL=https://github.com/Martchus/tagparser/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=275dabc4500a0be6e0d9e24348bf6cab03ea56b179acb33e9efddf59e880b907
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++, libc++utilities, zlib"
TERMUX_PKG_BUILD_DEPENDS="iso-codes"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
-DLANGUAGE_FILE_ISO_639_2=$TERMUX_PREFIX/share/iso-codes/json/iso_639-2.json
"
termux_step_pre_configure() {
CXXFLAGS+=" -std=c++17"
}