From 82517febf54e67d4df59555af64bb10abd0b1073 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sun, 20 Apr 2025 04:36:24 -0400 Subject: [PATCH] [debian] control: Add libfmt-dev. This should've been added for Ubuntu 20.04 "Noble" Numbat, which has libfmt-8.1.1, but I forgot to add it. With 22.04, there's a weird compile error: In file included from /<>/src/kde/kf5/../stdafx.h:35, from /<>/src/kde/kf5/ThumbnailCreatorPluginFactoryKF5.cpp:17: /<>/src/kde/kf5/../../rp-libfmt.h:14:10: fatal error: fmt/format.h: No such file or directory 14 | #include | ^~~~~~~~~~~~~~ compilation terminated. TODO: Fix this later. --- debian/changelog | 2 +- debian/control | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ba7327993..518ce2206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rom-properties (2.5-1ppa6~noble2) noble; urgency=medium +rom-properties (2.5-1ppa6~noble3) noble; urgency=medium * Build for Ubuntu 24.04 "Noble" Numbat. diff --git a/debian/control b/debian/control index 74f345e18..abf2d5beb 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,8 @@ Build-Depends: libzstd-dev, liblz4-dev, liblzo2-dev, - libgsound-dev + libgsound-dev, + libfmt-dev Standards-Version: 3.9.8 Homepage: https://github.com/GerbilSoft/rom-properties Vcs-Git: https://github.com/GerbilSoft/rom-properties