From b1f495777ce84924b9e7b3566ae9ed426f20f3ca Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Sun, 3 Dec 2023 14:54:57 -0500 Subject: [PATCH] 2023-12-03 Fred Gleason * Updated the required packages list for Debian Bookworm in 'INSTALL'. * Changed the distro name from 'Raspbian' to 'Raspberry Pi OS' in 'configure.ac'. Signed-off-by: Fred Gleason --- ChangeLog | 5 +++++ INSTALL | 2 +- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 175bd776..df508a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24506,3 +24506,8 @@ * Optimized the handling of cart numbers when searching for carts. 2023-12-01 Fred Gleason * Added support for subclauses in the cart library search filter. +2023-12-03 Fred Gleason + * Updated the required packages list for Debian Bookworm in + 'INSTALL'. + * Changed the distro name from 'Raspbian' to 'Raspberry Pi OS' in + 'configure.ac'. diff --git a/INSTALL b/INSTALL index fc31e69c..73679869 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 +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 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" diff --git a/configure.ac b/configure.ac index e92fb7c7..e0cddade 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ case "$ar_distro_id" in raspbian) AC_MSG_NOTICE([Distro is Debian-ish]) - DISTRO_FAMILY="| Distribution Family ... Debian |" + DISTRO_FAMILY="| Distribution Family ... Debian |" DISTRO_IS_DEBIANISH=yes - DISTRO_NAME="| Distribution Name ... Raspbian |" + DISTRO_NAME="| Distribution Name ... Raspberry Pi OS |" AC_SUBST(APACHE_PKG,"apache2") AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d") AC_SUBST(USERMODE_PKG,"")