Andreas Wacknitz
2023-11-09 caccfa8a2206406b8bb8a2bee855e82f7bb20fb8
rebuild taglib

3 files modified
29 ■■■■■ changed files
components/multimedia/taglib/Makefile 19 ●●●● patch | view | raw | blame | history
components/multimedia/taglib/pkg5 4 ●●●● patch | view | raw | blame | history
components/multimedia/taglib/test/results-all.master 6 ●●●● patch | view | raw | blame | history
components/multimedia/taglib/Makefile
@@ -15,28 +15,27 @@
# Copyright 2023 Niklas Poslovski
#
BUILD_BITS=    32_and_64
BUILD_STYLE=    cmake
BUILD_BITS= 32_and_64
BUILD_STYLE= cmake
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= taglib
COMPONENT_VERSION= 1.13.1
COMPONENT_SUMMARY=    taglib is a library for reading and editing the meta-data of several popular audio formats
COMPONENT_PROJECT_URL=    https://taglib.github.io/
COMPONENT_REVISION= 1
COMPONENT_SUMMARY= taglib is a library for reading and editing the meta-data of several popular audio formats
COMPONENT_PROJECT_URL= https://taglib.github.io/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b
COMPONENT_ARCHIVE_URL=    https://taglib.github.io/releases/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=    library/audio/taglib
COMPONENT_CLASSIFICATION=    System/Multimedia Libraries
COMPONENT_ARCHIVE_URL= https://taglib.github.io/releases/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI= library/audio/taglib
COMPONENT_CLASSIFICATION= System/Multimedia Libraries
COMPONENT_LICENSE= LGPL
include $(WS_MAKE_RULES)/common.mk
CMAKE_OPTIONS += -DBUILD_SHARED_LIBS=ON
COMPONENT_TEST_TRANSFORMS += \
    '-e "s/[0-9]*\.[0-9]* sec/x.xx sec/"'
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
components/multimedia/taglib/pkg5
@@ -3,8 +3,8 @@
        "library/zlib",
        "shell/ksh93",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime",
        "system/library/math"
    ],
    "fmris": [
components/multimedia/taglib/test/results-all.master
@@ -1,7 +1,3 @@
Test project $(@D)
    Start 1: test_runner
1/1 Test #1: test_runner ......................   Passed    x.xx sec
1/1 Test #1: test_runner ......................   Passed
100% tests passed, 0 tests failed out of 1
Total Test time (real) =   x.xx sec