From c3c593920b549fd532ed5cdf5e134ec6154a0a07 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 19 Dec 2023 13:00:15 -0500 Subject: [PATCH] 2023-12-19 Fred Gleason * Added 'debhelper' to the list of required build packages for Debian 11 "Bullseye" in 'INSTALL'. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ INSTALL | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d5c19e50..52af3a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24583,3 +24583,6 @@ was set for the recording event. 2023-12-18 Fred Gleason * Fixed a typo in 'cae/Makefile.am' that broke the build. +2023-12-19 Fred Gleason + * Added 'debhelper' to the list of required build packages for + Debian 11 "Bullseye" in 'INSTALL'. diff --git a/INSTALL b/INSTALL index 73679869..593f5be3 100644 --- a/INSTALL +++ b/INSTALL @@ -328,7 +328,7 @@ be done by means of the following commands: 6) Debian 11 "Bullseye" -Required build packages: autoconf automake libtool g++ qtbase5-dev libqt5sql5-mysql qttools5-dev-tools libexpat1 libexpat1-dev libssl-dev libsamplerate-dev libsndfile-dev libcdparanoia-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libid3-dev libtag1-dev libcurl4-gnutls-dev libpam0g-dev libsoundtouch-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libmagick++-dev +Required build packages: autoconf automake libtool g++ qtbase5-dev libqt5sql5-mysql qttools5-dev-tools libexpat1 libexpat1-dev libssl-dev libsamplerate-dev libsndfile-dev libcdparanoia-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libid3-dev libtag1-dev libcurl4-gnutls-dev libpam0g-dev libsoundtouch-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libmagick++-dev debhelper Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/var/www/rd-bin --sysconfdir=/etc/apache2/conf-enabled --enable-rdxport-debug MUSICBRAINZ_LIBS="-ldiscid -lmusicbrainz5cc -lcoverartcc"