[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 /<<PKGBUILDDIR>>/src/kde/kf5/../stdafx.h:35,
                 from /<<PKGBUILDDIR>>/src/kde/kf5/ThumbnailCreatorPluginFactoryKF5.cpp:17:
/<<PKGBUILDDIR>>/src/kde/kf5/../../rp-libfmt.h:14:10: fatal error: fmt/format.h: No such file or directory
   14 | #include <fmt/format.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

TODO: Fix this later.
This commit is contained in:
David Korth 2025-04-20 04:36:24 -04:00
parent ec441b4cec
commit 82517febf5
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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.

3
debian/control vendored
View File

@ -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