head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.05.26.12.56.56; author markd; state Exp; branches; next ; commitid npwCLWZTMABqDvbF; desc @@ 1.1 log @kf6-kfilemetadata: add version 6.2.0 KDE Frameworks 6 kfilemetadata. KFileMetaData provides a simple library for extracting the text and metadata from a number of different files. This library is typically used by file indexers to retreive the metadata. @ text @$NetBSD: patch-cmake_FindFFmpeg.cmake,v 1.1 2016/05/26 09:17:14 markd Exp $ Fix broken prefix --- cmake/FindFFmpeg.cmake.orig 2016-02-06 13:44:51.000000000 +0000 +++ cmake/FindFFmpeg.cmake @@@@ -89,16 +89,16 @@@@ macro(find_component _component _pkgconf find_path(${_component}_INCLUDE_DIRS ${_header} HINTS - ${PC_LIB${_component}_INCLUDEDIR} - ${PC_LIB${_component}_INCLUDE_DIRS} + ${PC_${_component}_INCLUDEDIR} + ${PC_${_component}_INCLUDE_DIRS} PATH_SUFFIXES ffmpeg ) find_library(${_component}_LIBRARIES NAMES ${_library} HINTS - ${PC_LIB${_component}_LIBDIR} - ${PC_LIB${_component}_LIBRARY_DIRS} + ${PC_${_component}_LIBDIR} + ${PC_${_component}_LIBRARY_DIRS} ) set(${_component}_DEFINITIONS ${PC_${_component}_CFLAGS_OTHER} CACHE STRING "The ${_component} CFLAGS.") @