mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-11 09:31:16 +02:00
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:
parent
ce989b725d
commit
b1f495777c
@ -24506,3 +24506,8 @@
|
|||||||
* Optimized the handling of cart numbers when searching for carts.
|
* Optimized the handling of cart numbers when searching for carts.
|
||||||
2023-12-01 Fred Gleason <fredg@paravelsystems.com>
|
2023-12-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added support for subclauses in the cart library search filter.
|
* 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'.
|
||||||
|
2
INSTALL
2
INSTALL
@ -328,7 +328,7 @@ be done by means of the following commands:
|
|||||||
|
|
||||||
6) Debian 11 "Bullseye"
|
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"
|
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"
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ case "$ar_distro_id" in
|
|||||||
AC_MSG_NOTICE([Distro is Debian-ish])
|
AC_MSG_NOTICE([Distro is Debian-ish])
|
||||||
DISTRO_FAMILY="| Distribution Family ... Debian |"
|
DISTRO_FAMILY="| Distribution Family ... Debian |"
|
||||||
DISTRO_IS_DEBIANISH=yes
|
DISTRO_IS_DEBIANISH=yes
|
||||||
DISTRO_NAME="| Distribution Name ... Raspbian |"
|
DISTRO_NAME="| Distribution Name ... Raspberry Pi OS |"
|
||||||
AC_SUBST(APACHE_PKG,"apache2")
|
AC_SUBST(APACHE_PKG,"apache2")
|
||||||
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
|
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
|
||||||
AC_SUBST(USERMODE_PKG,"")
|
AC_SUBST(USERMODE_PKG,"")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user