2023-12-03 Fred Gleason <fredg@paravelsystems.com>

* 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 <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-12-03 14:54:57 -05:00
parent ce989b725d
commit b1f495777c
3 changed files with 8 additions and 3 deletions

View File

@ -24506,3 +24506,8 @@
* Optimized the handling of cart numbers when searching for carts.
2023-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added support for subclauses in the cart library search filter.
2023-12-03 Fred Gleason <fredg@paravelsystems.com>
* Updated the required packages list for Debian Bookworm in
'INSTALL'.
* Changed the distro name from 'Raspbian' to 'Raspberry Pi OS' in
'configure.ac'.

View File

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

View File

@ -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,"")