2020-10-13 Fred Gleason <fredg@paravelsystems.com>

* Added an 'ENCODER_PRESETS' table to the database.
	* Incremented the database verssion to 343.
	* Added an 'Encoder Profiles' dialog to rdadmin(1).
	* Removed static content dependencies from the WebGet service.
	* Refactored the WebGet service to use Encoder Profiles.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-13 14:41:44 -04:00
parent d2075b2502
commit f5905315eb
44 changed files with 2432 additions and 1125 deletions

View File

@@ -27,16 +27,10 @@ moc_%.cpp: %.h
install-exec-local:
mkdir -p $(DESTDIR)@libexecdir@
cp webget.html $(DESTDIR)@libexecdir@/
cp webget.js $(DESTDIR)@libexecdir@/
install-exec-hook:
if test -z $(DESTDIR) ; then chown root $(DESTDIR)$(libexecdir)/webget.cgi ; chmod 4755 $(DESTDIR)$(libexecdir)/webget.cgi ; fi
uninstall-local:
rm -f $(DESTDIR)@libexecdir@/webget.html
rm -f $(DESTDIR)@libexecdir@/webget.js
libexec_PROGRAMS = webget.cgi
dist_webget_cgi_SOURCES = webget.cpp webget.h
@@ -45,9 +39,6 @@ nodist_webget_cgi_SOURCES = moc_webget.cpp
webget_cgi_LDADD = @LIB_RDLIBS@ -lsndfile @LIBVORBIS@ @QT4_LIBS@ @MUSICBRAINZ_LIBS@ -lQt3Support
EXTRA_DIST = webget.html\
webget.js
CLEANFILES = *~\
moc_*
MAINTAINERCLEANFILES = *~\