mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
kid3, bump to 3.9.7 (#12624)
This commit is contained in:
@@ -13,12 +13,11 @@ tags. Automatic case conversion and string replacement help to keep tags consist
|
||||
Album data can be imported from gnudb.org, MusicBrainz, Discogs, Amazon; automatic batch import \
|
||||
is available for multiple folders. It is also possible to export data and generate play lists."
|
||||
HOMEPAGE="https://apps.kde.org/kid3/"
|
||||
COPYRIGHT="2003-2024 Urs Fleisch"
|
||||
COPYRIGHT="2003-2025 Urs Fleisch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/kid3/$portVersion/kid3-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="cf27ffcc4369c9940da7bfc12fd10dfbda526b8187e5b62662abe8069fc26c27"
|
||||
PATCHES="kid3-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="f9cfeef7d4ddde78ad8978876cb3525843a302504f547c225e9c22c81d710760"
|
||||
ADDITIONAL_FILES="kid3.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -42,6 +41,7 @@ REQUIRES="
|
||||
lib:libKF6ConfigCore$secondaryArchSuffix
|
||||
lib:libKF6ConfigWidgets$secondaryArchSuffix
|
||||
lib:libKF6CoreAddons$secondaryArchSuffix
|
||||
lib:libKF6GuiAddons$secondaryArchSuffix
|
||||
lib:libKF6KIOCore$secondaryArchSuffix
|
||||
lib:libKF6WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKF6XmlGui$secondaryArchSuffix
|
||||
@@ -93,8 +93,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:msgfmt
|
||||
cmd:msgmerge
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python3
|
||||
cmd:xsltproc
|
||||
@@ -107,13 +107,14 @@ PATCH()
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DDOCBOOK_XSL_DIR=/system/data/xml/docbook/xsl-stylesheets-1.79.2 \
|
||||
-DWITH_APPS="CLI;Qt;KDE" \
|
||||
-DLIB_SUFFIX="$secondaryArchSubDir" \
|
||||
-DWITH_DBUS=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
From 4f4d19c0737ee2a9e6cd88aa734794bb1e03ff7e Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Wed, 22 May 2024 10:31:36 +0200
|
||||
Subject: Fix hardcoded "share" path
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index e22c70a..39811aa 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -168,7 +168,7 @@ endif()
|
||||
set(WITH_DATAROOTDIR ${WITH_DATAROOTDIR_DEFAULT} CACHE STRING
|
||||
"data root directory relative to CMAKE_INSTALL_PREFIX")
|
||||
if(BUILD_KDE_APP)
|
||||
- set(WITH_DBUSDIR "share/dbus-1/interfaces" CACHE STRING
|
||||
+ set(WITH_DBUSDIR "${WITH_DATAROOTDIR_DEFAULT}/dbus-1/interfaces" CACHE STRING
|
||||
"dbus directory relative to CMAKE_INSTALL_PREFIX")
|
||||
endif()
|
||||
set(WITH_DOCDIR ${WITH_DOCDIR_DEFAULT} CACHE STRING
|
||||
--
|
||||
2.45.2
|
||||
|
||||
Reference in New Issue
Block a user