mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +01:00
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Debian 11 "Bullseye"' subsection to the 'DISTRO-SPECIFIC NOTES' section in 'INSTALL'. * Changed database client dependencies for Debian and Ubuntu to MariaDB. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22370,3 +22370,8 @@
|
||||
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlibrary(1) that caused added carts to appear
|
||||
that did not match the currently selected filter.
|
||||
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Debian 11 "Bullseye"' subsection to the
|
||||
'DISTRO-SPECIFIC NOTES' section in 'INSTALL'.
|
||||
* Changed database client dependencies for Debian and Ubuntu
|
||||
to MariaDB.
|
||||
|
||||
10
INSTALL
10
INSTALL
@@ -271,6 +271,7 @@ Required build packages: git gcc-c++ automake autoconf libtool qt5-qtbase-devel
|
||||
|
||||
Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/var/www/rd-bin --sysconfdir=/etc/httpd/conf.d
|
||||
|
||||
|
||||
2) Ubuntu 20.04 LTS
|
||||
|
||||
Required build packages: apache2 libexpat1-dev libexpat1 libid3-dev libcurl4-gnutls-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libcdparanoia-dev libsndfile1-dev libpam0g-dev libvorbis-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libsamplerate0-dev qtbase5-dev libqt5sql5-mysql libsoundtouch-dev libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make g++ libltdl-dev autoconf automake libssl-dev libtag1-dev qttools5-dev-tools debhelper openssh-server autoconf-archive gnupg pbuilder ubuntu-dev-tools apt-file
|
||||
@@ -286,3 +287,12 @@ be done by means of the following commands:
|
||||
sudo ln -sf ../mods-available/cgid.load /etc/apache2/mods-enabled/cgid.load
|
||||
sudo systemctl restart apache2
|
||||
|
||||
|
||||
3) 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
|
||||
|
||||
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"
|
||||
|
||||
Environmental variables: DOCBOOK_STYLESHEETS=/usr/share/xml/docbook/stylesheet/docbook-xsl-ns
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ case "$ar_distro_id" in
|
||||
AC_SUBST(APACHE_PKG,"apache2")
|
||||
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
|
||||
AC_SUBST(USERMODE_PKG,"")
|
||||
AC_SUBST(MYSQL_PKG,"default-mysql-client")
|
||||
AC_SUBST(MYSQL_PKG,"mariadb-client")
|
||||
AC_SUBST(QT_MYSQL_PKG,"libqt5sql5-mysql")
|
||||
AC_SUBST(DOC_PATH,"/usr/share/doc/rivendell")
|
||||
AC_SUBST(HAVE_USERMODE,"no")
|
||||
@@ -189,7 +189,7 @@ case "$ar_distro_id" in
|
||||
AC_SUBST(APACHE_PKG,"apache2")
|
||||
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
|
||||
AC_SUBST(USERMODE_PKG,"")
|
||||
AC_SUBST(MYSQL_PKG,"default-mysql-client")
|
||||
AC_SUBST(MYSQL_PKG,"mariadb-client")
|
||||
AC_SUBST(QT_MYSQL_PKG,"libqt5sql5-mysql")
|
||||
AC_SUBST(DOC_PATH,"/usr/share/doc/rivendell")
|
||||
AC_SUBST(HAVE_USERMODE,"no")
|
||||
|
||||
2
debian/control.src
vendored
2
debian/control.src
vendored
@@ -7,7 +7,7 @@ Standards-Version: 4.4.1
|
||||
|
||||
Package: rivendell
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, mysql-client, libqt5sql5-mysql, apache2, curl, rsyslog, rivendell-pypad (= @VERSION@-1)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, mariadb-client, libqt5sql5-mysql, apache2, curl, rsyslog, rivendell-pypad (= @VERSION@-1)
|
||||
Description: Radio Broadcast Automation System
|
||||
Rivendell is a complete radio broadcast automation solution, with
|
||||
facilities for the acquisition, management, scheduling and playout of
|
||||
|
||||
Reference in New Issue
Block a user