fastfetch: update to 2.35.0
[oi-userland.git] / components / multimedia / totem-pl-parser / Makefile
blobb7b4635ba71266854e82180dfe87f4336afa443b
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2025 Marcel Telka
16 BUILD_STYLE = meson
17 USE_DEFAULT_TEST_TRANSFORMS = yes
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= totem-pl-parser
22 HUMAN_VERSION= 3.26.6
23 COMPONENT_SUMMARY= Simple GObject-based library to parse a host of playlist formats
24 COMPONENT_ARCHIVE_HASH= sha256:c0df0f68d5cf9d7da43c81c7f13f11158358368f98c22d47722f3bd04bd3ac1c
25 COMPONENT_FMRI= library/media-player/totem-pl-parser
26 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
27 COMPONENT_LICENSE= LGPL-2.0-only
28 COMPONENT_LICENSE_FILE= COPYING.LIB
30 include $(WS_MAKE_RULES)/gnome.mk
31 include $(WS_MAKE_RULES)/common.mk
33 # Testing fails with uchardet because it detects IBM865 codepage but our iconv
34 # does not support that.
35 # See also https://www.freedesktop.org/wiki/Software/uchardet
36 CONFIGURE_OPTIONS += -Denable-uchardet=no
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += library/glib2
40 REQUIRED_PACKAGES += library/libarchive
41 REQUIRED_PACKAGES += library/libxml2
42 REQUIRED_PACKAGES += system/library
43 REQUIRED_PACKAGES += system/library/security/libgcrypt