2021-05-19 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'LOCAL_PREFIX' and 'RD_LIB_PATH' Autoconf
	substitutions from the build system.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-05-19 15:07:36 -04:00
parent 352f18eddd
commit 70d773d78e
7 changed files with 300 additions and 317 deletions

View File

@ -21712,3 +21712,6 @@
DEB packages. DEB packages.
2021-05-19 Fred Gleason <fredg@paravelsystems.com> 2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Removed hard-coded ${libdir} paths in 'configure.ac'. * Removed hard-coded ${libdir} paths in 'configure.ac'.
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'LOCAL_PREFIX' and 'RD_LIB_PATH' Autoconf
substitutions from the build system.

View File

@ -21,89 +21,89 @@
## Use automake to process this into a Makefile.in ## Use automake to process this into a Makefile.in
install-exec-am: install-exec-am:
mkdir -p $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad mkdir -p $(DESTDIR)$(libdir)/rivendell/pypad
../../../helpers/install_python.sh pypad_ando.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.py ../../../helpers/install_python.sh pypad_ando.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.py
cp pypad_ando.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.exemplar cp pypad_ando.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.exemplar
../../../helpers/install_python.sh pypad_filewrite.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.py ../../../helpers/install_python.sh pypad_filewrite.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.py
cp pypad_filewrite.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.exemplar cp pypad_filewrite.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.exemplar
../../../helpers/install_python.sh pypad_httpget.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.py ../../../helpers/install_python.sh pypad_httpget.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.py
cp pypad_httpget.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.exemplar cp pypad_httpget.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.exemplar
../../../helpers/install_python.sh pypad_icecast2.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.py ../../../helpers/install_python.sh pypad_icecast2.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.py
cp pypad_icecast2.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.exemplar cp pypad_icecast2.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.exemplar
../../../helpers/install_python.sh pypad_inno713.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.py ../../../helpers/install_python.sh pypad_inno713.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.py
cp pypad_inno713.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.exemplar cp pypad_inno713.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.exemplar
../../../helpers/install_python.sh pypad_ino713_tcp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.py ../../../helpers/install_python.sh pypad_ino713_tcp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.py
cp pypad_ino713_tcp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.exemplar cp pypad_ino713_tcp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.exemplar
../../../helpers/install_python.sh pypad_live365.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.py ../../../helpers/install_python.sh pypad_live365.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.py
cp pypad_live365.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.exemplar cp pypad_live365.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.exemplar
../../../helpers/install_python.sh pypad_liqcomp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.py ../../../helpers/install_python.sh pypad_liqcomp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.py
cp pypad_liqcomp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.exemplar cp pypad_liqcomp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.exemplar
../../../helpers/install_python.sh pypad_nautel.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.py ../../../helpers/install_python.sh pypad_nautel.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.py
cp pypad_nautel.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.exemplar cp pypad_nautel.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.exemplar
../../../helpers/install_python.sh pypad_serial.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.py ../../../helpers/install_python.sh pypad_serial.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.py
cp pypad_serial.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.exemplar cp pypad_serial.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.exemplar
../../../helpers/install_python.sh pypad_shoutcast1.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.py ../../../helpers/install_python.sh pypad_shoutcast1.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.py
cp pypad_shoutcast1.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.exemplar cp pypad_shoutcast1.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.exemplar
../../../helpers/install_python.sh pypad_spinitron.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.py ../../../helpers/install_python.sh pypad_spinitron.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.py
cp pypad_spinitron.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.exemplar cp pypad_spinitron.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.exemplar
../../../helpers/install_python.sh pypad_spottrap.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.py ../../../helpers/install_python.sh pypad_spottrap.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.py
cp pypad_spottrap.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.exemplar cp pypad_spottrap.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.exemplar
../../../helpers/install_python.sh pypad_tunein.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.py ../../../helpers/install_python.sh pypad_tunein.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.py
cp pypad_tunein.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.exemplar cp pypad_tunein.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.exemplar
../../../helpers/install_python.sh pypad_udp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.py ../../../helpers/install_python.sh pypad_udp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.py
cp pypad_udp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.exemplar cp pypad_udp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.exemplar
../../../helpers/install_python.sh pypad_urlwrite.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.py ../../../helpers/install_python.sh pypad_urlwrite.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.py
cp pypad_urlwrite.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.exemplar cp pypad_urlwrite.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.exemplar
../../../helpers/install_python.sh pypad_walltime.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.py ../../../helpers/install_python.sh pypad_walltime.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.py
cp pypad_walltime.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.exemplar cp pypad_walltime.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.exemplar
../../../helpers/install_python.sh pypad_xcmd.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.py ../../../helpers/install_python.sh pypad_xcmd.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.py
cp pypad_xcmd.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.exemplar cp pypad_xcmd.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.exemplar
../../../helpers/install_python.sh pypad_xds.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.py ../../../helpers/install_python.sh pypad_xds.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.py
cp pypad_xds.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.exemplar cp pypad_xds.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.exemplar
../../../helpers/install_python.sh pypad_xmpad.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.py ../../../helpers/install_python.sh pypad_xmpad.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.py
cp pypad_xmpad.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.exemplar cp pypad_xmpad.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.exemplar
uninstall-local: uninstall-local:
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.py
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.exemplar rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.exemplar
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.py rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.py
EXTRA_DIST = pypad_ando.exemplar\ EXTRA_DIST = pypad_ando.exemplar\
pypad_ando.py\ pypad_ando.py\

View File

@ -55,18 +55,6 @@ AC_SUBST(INTERFACE_RIVWEBCAPI_MAJOR,$RIVWEBCAPI_POINT)
AC_SUBST(INTERFACE_RIVWEBCAPI_MINOR,$RIVWEBCAPI_AGE) AC_SUBST(INTERFACE_RIVWEBCAPI_MINOR,$RIVWEBCAPI_AGE)
AC_SUBST(INTERFACE_RIVWEBCAPI_POINT,$RIVWEBCAPI_REVISION) AC_SUBST(INTERFACE_RIVWEBCAPI_POINT,$RIVWEBCAPI_REVISION)
#
# Some Fully Resolved Install Paths
# (for the packaging system and friends)
#
if test ${prefix} = "NONE" ; then
PREFIX=/usr/local
AC_SUBST(LOCAL_PREFIX,/usr/local)
else
PREFIX=${prefix}
AC_SUBST(LOCAL_PREFIX,${prefix})
fi
# #
# Basic Compiler Checks # Basic Compiler Checks
# #
@ -136,7 +124,6 @@ AC_SUBST(QT_LRELEASE,$LRELEASE_NAME)
AR_GCC_TARGET() AR_GCC_TARGET()
AC_SUBST(VENDOR,$ar_gcc_distro) AC_SUBST(VENDOR,$ar_gcc_distro)
AC_SUBST(ARCH,$ar_gcc_arch) AC_SUBST(ARCH,$ar_gcc_arch)
AC_SUBST(RD_LIB_PATH,${libdir})
# #
# Determine number of available CPU cores for building packages # Determine number of available CPU cores for building packages
@ -313,7 +300,6 @@ fi
# #
# Set Hard Library Dependencies # Set Hard Library Dependencies
# #
#AC_SUBST(LIB_RDLIBS,"-lm -lpthread -lrd -lcurl -lid3 $FLAC_LIBS -lsndfile -lsamplerate -lcdda_interface -lcdda_paranoia -lcrypt -ldl -lpam -lSoundTouch -lcrypto")
AC_SUBST(LIB_RDLIBS,"-lm -lpthread -lrd -lcurl -lid3 -ltag $FLAC_LIBS -lsndfile -lsamplerate -lcdda_interface -lcdda_paranoia -lcrypt -ldl -lpam -lSoundTouch -lcrypto") AC_SUBST(LIB_RDLIBS,"-lm -lpthread -lrd -lcurl -lid3 -ltag $FLAC_LIBS -lsndfile -lsamplerate -lcdda_interface -lcdda_paranoia -lcrypt -ldl -lpam -lSoundTouch -lcrypto")
# #
@ -433,10 +419,8 @@ else
AC_SUBST(RPMBUILD,rpmbuild) AC_SUBST(RPMBUILD,rpmbuild)
fi fi
if test -d /usr/src/redhat ; then if test -d /usr/src/redhat ; then
dnl AC_SUBST(RPM_ROOT,/usr/src/redhat)
AC_SUBST(VENDOR,redhat) AC_SUBST(VENDOR,redhat)
else else
dnl AC_SUBST(RPM_ROOT,/usr/src/packages)
AC_SUBST(VENDOR,suse) AC_SUBST(VENDOR,suse)
fi fi
AC_SUBST(RPM_DATESTAMP,`date +%a\ %b\ %d\ %Y`) AC_SUBST(RPM_DATESTAMP,`date +%a\ %b\ %d\ %Y`)

View File

@ -30,8 +30,6 @@ CWRAP = ../helpers/cwrap
moc_%.cpp: %.h moc_%.cpp: %.h
$(MOC) $< -o $@ $(MOC) $< -o $@
instdir = @LOCAL_PREFIX@/lib
# I18N Stuff # I18N Stuff
install-exec-local: install-exec-local:
mkdir -p $(DESTDIR)$(prefix)/share/rivendell mkdir -p $(DESTDIR)$(prefix)/share/rivendell

View File

@ -2,7 +2,7 @@
// //
// Install-Dependent Path Values for Rivendell // Install-Dependent Path Values for Rivendell
// //
// (C) Copyright 2008,2016 Fred Gleason <fredg@paravelsystems.com> // (C) Copyright 2008-2021 Fred Gleason <fredg@paravelsystems.com>
// //
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as // it under the terms of the GNU General Public License version 2 as
@ -24,7 +24,7 @@
/* /*
* Rivendell Loadable Modules Directory * Rivendell Loadable Modules Directory
*/ */
#define RD_MODULES_DIR "@prefix@/@RD_LIB_PATH@/rivendell" #define RD_MODULES_DIR "@libdir@/rivendell"
/* /*
* Default Skins * Default Skins

View File

@ -36,8 +36,6 @@ moc_%.cpp: %.h
html_%.cpp: %.html html_%.cpp: %.html
$(CWRAP) -o $@ $< $(CWRAP) -o $@ $<
instdir = @LOCAL_PREFIX@/lib
# I18N Stuff # I18N Stuff
install-exec-local: install-exec-local:
mkdir -p $(DESTDIR)$(prefix)/share/rivendell mkdir -p $(DESTDIR)$(prefix)/share/rivendell

View File

@ -126,7 +126,7 @@ make -j @CPUS_AVAIL@
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/@LOCAL_PREFIX@/@RD_LIB_PATH@/libqmysqlutf* rm -f $RPM_BUILD_ROOT%{_libdir}/libqmysqlutf*
mkdir $RPM_BUILD_ROOT/.qt mkdir $RPM_BUILD_ROOT/.qt
touch $RPM_BUILD_ROOT/.qt/qt touch $RPM_BUILD_ROOT/.qt/qt
rm -rf $RPM_BUILD_ROOT/@libexecdir@/logos rm -rf $RPM_BUILD_ROOT/@libexecdir@/logos
@ -200,7 +200,7 @@ fi
if test ! -e /etc/asound.conf ; then if test ! -e /etc/asound.conf ; then
cp @DOC_PATH@/asound.conf-sample /etc/asound.conf cp @DOC_PATH@/asound.conf-sample /etc/asound.conf
fi fi
@LOCAL_PREFIX@/sbin/rddbmgr --modify %{_sbindir}/rddbmgr --modify
/bin/systemctl restart rivendell /bin/systemctl restart rivendell
/bin/systemctl enable rivendell /bin/systemctl enable rivendell
if test "@DISTRO@" = "suse" ; then if test "@DISTRO@" = "suse" ; then
@ -254,134 +254,134 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@LOCAL_PREFIX@/bin/rdadmin %{_bindir}/rdadmin
@LOCAL_PREFIX@/bin/rdairplay %{_bindir}/rdairplay
@LOCAL_PREFIX@/bin/rdpanel %{_bindir}/rdpanel
@LOCAL_PREFIX@/bin/rdcartslots %{_bindir}/rdcartslots
@LOCAL_PREFIX@/bin/rdcatch %{_bindir}/rdcatch
@LOCAL_PREFIX@/bin/rdgen %{_bindir}/rdgen
@LOCAL_PREFIX@/bin/rdlibrary %{_bindir}/rdlibrary
@LOCAL_PREFIX@/bin/rdlogedit %{_bindir}/rdlogedit
@LOCAL_PREFIX@/bin/rdlogmanager %{_bindir}/rdlogmanager
@LOCAL_PREFIX@/bin/rdcastmanager %{_bindir}/rdcastmanager
@LOCAL_PREFIX@/bin/rdlogin %{_bindir}/rdlogin
@LOCAL_PREFIX@/bin/rmlsend %{_bindir}/rmlsend
@LOCAL_PREFIX@/bin/rdsoftkeys %{_bindir}/rdsoftkeys
@LOCAL_PREFIX@/bin/rdpopup %{_bindir}/rdpopup
@LOCAL_PREFIX@/bin/rdalsaconfig %{_bindir}/rdalsaconfig
@LOCAL_PREFIX@/bin/rdalsaconfig-root %{_bindir}/rdalsaconfig-root
@LOCAL_PREFIX@/bin/rdgpimon %{_bindir}/rdgpimon
@LOCAL_PREFIX@/bin/rdclilogedit %{_bindir}/rdclilogedit
@LOCAL_PREFIX@/bin/rddbconfig %{_bindir}/rddbconfig
@LOCAL_PREFIX@/bin/rddbconfig-root %{_bindir}/rddbconfig-root
@LOCAL_PREFIX@/bin/rddelete %{_bindir}/rddelete
@LOCAL_PREFIX@/bin/rdexport %{_bindir}/rdexport
@LOCAL_PREFIX@/bin/rdimport %{_bindir}/rdimport
@LOCAL_PREFIX@/bin/rdmetadata %{_bindir}/rdmetadata
@LOCAL_PREFIX@/bin/rdmaint %{_bindir}/rdmaint
@LOCAL_PREFIX@/bin/rdcollect %{_bindir}/rdcollect
@LOCAL_PREFIX@/bin/rdconvert %{_bindir}/rdconvert
@LOCAL_PREFIX@/bin/rdcheckcuts %{_bindir}/rdcheckcuts
@LOCAL_PREFIX@/bin/rd_audio_sync %{_bindir}/rd_audio_sync
@LOCAL_PREFIX@/bin/rd_config %{_bindir}/rd_config
@LOCAL_PREFIX@/bin/sage_endec_rwt.sh %{_bindir}/sage_endec_rwt.sh
@LOCAL_PREFIX@/bin/rd_backup %{_bindir}/rd_backup
@LOCAL_PREFIX@/bin/rdmemcheck.sh %{_bindir}/rdmemcheck.sh
@LOCAL_PREFIX@/bin/rdrender %{_bindir}/rdrender
@LOCAL_PREFIX@/share/rivendell/*.qm %{_datadir}/rivendell/*.qm
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rivendell.png %{_datadir}/icons/hicolor/16x16/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdadmin.png %{_datadir}/icons/hicolor/16x16/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdairplay.png %{_datadir}/icons/hicolor/16x16/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcartslots.png %{_datadir}/icons/hicolor/16x16/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcastmanager.png %{_datadir}/icons/hicolor/16x16/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcatch.png %{_datadir}/icons/hicolor/16x16/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlibrary.png %{_datadir}/icons/hicolor/16x16/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlogedit.png %{_datadir}/icons/hicolor/16x16/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlogmanager.png %{_datadir}/icons/hicolor/16x16/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdpanel.png %{_datadir}/icons/hicolor/16x16/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rivendell.png %{_datadir}/icons/hicolor/22x22/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdadmin.png %{_datadir}/icons/hicolor/22x22/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdairplay.png %{_datadir}/icons/hicolor/22x22/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcartslots.png %{_datadir}/icons/hicolor/22x22/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcastmanager.png %{_datadir}/icons/hicolor/22x22/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcatch.png %{_datadir}/icons/hicolor/22x22/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlibrary.png %{_datadir}/icons/hicolor/22x22/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlogedit.png %{_datadir}/icons/hicolor/22x22/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlogmanager.png %{_datadir}/icons/hicolor/22x22/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdpanel.png %{_datadir}/icons/hicolor/22x22/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rivendell.png %{_datadir}/icons/hicolor/32x32/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdadmin.png %{_datadir}/icons/hicolor/32x32/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdairplay.png %{_datadir}/icons/hicolor/32x32/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcartslots.png %{_datadir}/icons/hicolor/32x32/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcastmanager.png %{_datadir}/icons/hicolor/32x32/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcatch.png %{_datadir}/icons/hicolor/32x32/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlibrary.png %{_datadir}/icons/hicolor/32x32/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlogedit.png %{_datadir}/icons/hicolor/32x32/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlogmanager.png %{_datadir}/icons/hicolor/32x32/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdpanel.png %{_datadir}/icons/hicolor/32x32/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rivendell.png %{_datadir}/icons/hicolor/64x64/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdadmin.png %{_datadir}/icons/hicolor/64x64/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdairplay.png %{_datadir}/icons/hicolor/64x64/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcartslots.png %{_datadir}/icons/hicolor/64x64/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcastmanager.png %{_datadir}/icons/hicolor/64x64/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcatch.png %{_datadir}/icons/hicolor/64x64/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlibrary.png %{_datadir}/icons/hicolor/64x64/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlogedit.png %{_datadir}/icons/hicolor/64x64/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlogmanager.png %{_datadir}/icons/hicolor/64x64/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdpanel.png %{_datadir}/icons/hicolor/64x64/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rivendell.png %{_datadir}/icons/hicolor/128x128/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdadmin.png %{_datadir}/icons/hicolor/128x128/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdairplay.png %{_datadir}/icons/hicolor/128x128/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcartslots.png %{_datadir}/icons/hicolor/128x128/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcastmanager.png %{_datadir}/icons/hicolor/128x128/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcatch.png %{_datadir}/icons/hicolor/128x128/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlibrary.png %{_datadir}/icons/hicolor/128x128/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlogedit.png %{_datadir}/icons/hicolor/128x128/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlogmanager.png %{_datadir}/icons/hicolor/128x128/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdpanel.png %{_datadir}/icons/hicolor/128x128/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rivendell.png %{_datadir}/icons/hicolor/256x256/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdadmin.png %{_datadir}/icons/hicolor/256x256/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdairplay.png %{_datadir}/icons/hicolor/256x256/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcartslots.png %{_datadir}/icons/hicolor/256x256/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcastmanager.png %{_datadir}/icons/hicolor/256x256/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcatch.png %{_datadir}/icons/hicolor/256x256/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlibrary.png %{_datadir}/icons/hicolor/256x256/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlogedit.png %{_datadir}/icons/hicolor/256x256/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlogmanager.png %{_datadir}/icons/hicolor/256x256/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdpanel.png %{_datadir}/icons/hicolor/256x256/apps/rdpanel.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rivendell.png %{_datadir}/icons/hicolor/512x512/apps/rivendell.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdadmin.png %{_datadir}/icons/hicolor/512x512/apps/rdadmin.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdairplay.png %{_datadir}/icons/hicolor/512x512/apps/rdairplay.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcartslots.png %{_datadir}/icons/hicolor/512x512/apps/rdcartslots.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcastmanager.png %{_datadir}/icons/hicolor/512x512/apps/rdcastmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcatch.png %{_datadir}/icons/hicolor/512x512/apps/rdcatch.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlibrary.png %{_datadir}/icons/hicolor/512x512/apps/rdlibrary.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlogedit.png %{_datadir}/icons/hicolor/512x512/apps/rdlogedit.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlogmanager.png %{_datadir}/icons/hicolor/512x512/apps/rdlogmanager.png
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdpanel.png %{_datadir}/icons/hicolor/512x512/apps/rdpanel.png
@LOCAL_PREFIX@/share/X11/fvwm2/pixmaps/mini.rivendell.xpm %{_datadir}/X11/fvwm2/pixmaps/mini.rivendell.xpm
@LOCAL_PREFIX@/share/X11/fvwm2/pixmaps/rivendell.xpm %{_datadir}/X11/fvwm2/pixmaps/rivendell.xpm
@LOCAL_PREFIX@/share/applications/rivendell-rdadmin.desktop %{_datadir}/applications/rivendell-rdadmin.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdlogin.desktop %{_datadir}/applications/rivendell-rdlogin.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdairplay.desktop %{_datadir}/applications/rivendell-rdairplay.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdmonitor.desktop %{_datadir}/applications/rivendell-rdmonitor.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdpanel.desktop %{_datadir}/applications/rivendell-rdpanel.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdcartslots.desktop %{_datadir}/applications/rivendell-rdcartslots.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdcatch.desktop %{_datadir}/applications/rivendell-rdcatch.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdgpimon.desktop %{_datadir}/applications/rivendell-rdgpimon.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdalsaconfig-root.desktop %{_datadir}/applications/rivendell-rdalsaconfig-root.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rddbconfig-root.desktop %{_datadir}/applications/rivendell-rddbconfig-root.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdlibrary.desktop %{_datadir}/applications/rivendell-rdlibrary.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdlogedit.desktop %{_datadir}/applications/rivendell-rdlogedit.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdlogmanager.desktop %{_datadir}/applications/rivendell-rdlogmanager.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdcastmanager.desktop %{_datadir}/applications/rivendell-rdcastmanager.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rmlsend.desktop %{_datadir}/applications/rivendell-rmlsend.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rdsoftkeys.desktop %{_datadir}/applications/rivendell-rdsoftkeys.desktop
@LOCAL_PREFIX@/share/desktop-directories/rivendell-configuration.directory %{_datadir}/desktop-directories/rivendell-configuration.directory
@LOCAL_PREFIX@/share/desktop-directories/rivendell-documentation.directory %{_datadir}/desktop-directories/rivendell-documentation.directory
@LOCAL_PREFIX@/share/desktop-directories/rivendell-logtools.directory %{_datadir}/desktop-directories/rivendell-logtools.directory
@LOCAL_PREFIX@/share/desktop-directories/rivendell-rivendell.directory %{_datadir}/desktop-directories/rivendell-rivendell.directory
@LOCAL_PREFIX@/share/desktop-directories/rivendell-utilities.directory %{_datadir}/desktop-directories/rivendell-utilities.directory
/etc/xdg/menus/applications-merged/rivendell-rivendell.menu /etc/xdg/menus/applications-merged/rivendell-rivendell.menu
/etc/logrotate.d/rivendell /etc/logrotate.d/rivendell
/.qt/qt /.qt/qt
@ -416,104 +416,104 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/rdmarkerset.8.gz %{_mandir}/man8/rdmarkerset.8.gz
%{_mandir}/man8/rdservice.8.gz %{_mandir}/man8/rdservice.8.gz
@DOC_PATH@/* @DOC_PATH@/*
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd-@VERSION@.so %{_libdir}/librd-@VERSION@.so
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.a %{_libdir}/librd.a
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.la %{_libdir}/librd.la
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.so %{_libdir}/librd.so
@LOCAL_PREFIX@/sbin/rdservice %{_sbindir}/rdservice
@LOCAL_PREFIX@/sbin/caed %{_sbindir}/caed
@LOCAL_PREFIX@/sbin/ripcd %{_sbindir}/ripcd
@LOCAL_PREFIX@/sbin/rdcatchd %{_sbindir}/rdcatchd
@LOCAL_PREFIX@/sbin/rdvairplayd %{_sbindir}/rdvairplayd
@LOCAL_PREFIX@/sbin/rdrepld %{_sbindir}/rdrepld
@LOCAL_PREFIX@/sbin/rdpadd %{_sbindir}/rdpadd
@LOCAL_PREFIX@/sbin/rdpadengined %{_sbindir}/rdpadengined
@LOCAL_PREFIX@/sbin/rdrssd %{_sbindir}/rdrssd
@LOCAL_PREFIX@/sbin/rdmarkerset %{_sbindir}/rdmarkerset
@LOCAL_PREFIX@/sbin/rdcleandirs %{_sbindir}/rdcleandirs
@LOCAL_PREFIX@/sbin/rddbmgr %{_sbindir}/rddbmgr
@HPI_FILE1@ @HPI_FILE1@
@HPI_FILE2@ @HPI_FILE2@
@HPI_FILE3@ @HPI_FILE3@
@HPI_FILE4@ @HPI_FILE4@
/etc/auto.master.d/rd.audiostore.autofs /etc/auto.master.d/rd.audiostore.autofs
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf %{_datadir}/rivendell/opsguide.pdf
@LOCAL_PREFIX@/share/rivendell/html/* %{_datadir}/rivendell/html/*
%files webapi %files webapi
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.so.@INTERFACE_RIVWEBCAPI_MAJOR@ %{_libdir}/librivwebcapi.so.@INTERFACE_RIVWEBCAPI_MAJOR@
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.so.@INTERFACE_RIVWEBCAPI_MAJOR@.@INTERFACE_RIVWEBCAPI_MINOR@.@INTERFACE_RIVWEBCAPI_POINT@ %{_libdir}/librivwebcapi.so.@INTERFACE_RIVWEBCAPI_MAJOR@.@INTERFACE_RIVWEBCAPI_MINOR@.@INTERFACE_RIVWEBCAPI_POINT@
%files importers %files importers
@LOCAL_PREFIX@/bin/wings_filter %{_bindir}/wings_filter
@LOCAL_PREFIX@/bin/rivendell_filter %{_bindir}/rivendell_filter
@LOCAL_PREFIX@/bin/nexgen_filter %{_bindir}/nexgen_filter
@LOCAL_PREFIX@/bin/sas_filter %{_bindir}/sas_filter
@LOCAL_PREFIX@/bin/crc-unity4k.sh %{_bindir}/crc-unity4k.sh
@LOCAL_PREFIX@/bin/rdcatch_copy %{_bindir}/rdcatch_copy
@LOCAL_PREFIX@/bin/panel_copy %{_bindir}/panel_copy
@LOCAL_PREFIX@/bin/rddgimport %{_bindir}/rddgimport
@LOCAL_PREFIX@/share/applications/rivendell-rddgimport.desktop %{_datadir}/applications/rivendell-rddgimport.desktop
@LOCAL_PREFIX@/share/applications/rivendell-rddiscimport.desktop %{_datadir}/applications/rivendell-rddiscimport.desktop
%files opsguide %files opsguide
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf %{_datadir}/rivendell/opsguide.pdf
@LOCAL_PREFIX@/share/rivendell/html/* %{_datadir}/rivendell/html/*
%files devel %files devel
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.so %{_libdir}/librivwebcapi.so
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.a %{_libdir}/librivwebcapi.a
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.la %{_libdir}/librivwebcapi.la
@LOCAL_PREFIX@/@RD_LIB_PATH@/pkgconfig/rivwebcapi.pc %{_libdir}/pkgconfig/rivwebcapi.pc
@LOCAL_PREFIX@/include/rivwebcapi/* %{_includedir}/rivwebcapi/*
@LOCAL_PREFIX@/share/man/man7/rd_addcart.7.gz %{_datadir}/man/man7/rd_addcart.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_addcut.7.gz %{_datadir}/man/man7/rd_addcut.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_addlog.7.gz %{_datadir}/man/man7/rd_addlog.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_assignschedcode.7.gz %{_datadir}/man/man7/rd_assignschedcode.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_audioinfo.7.gz %{_datadir}/man/man7/rd_audioinfo.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_audiostore.7.gz %{_datadir}/man/man7/rd_audiostore.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_copyaudio.7.gz %{_datadir}/man/man7/rd_copyaudio.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_createticket.7.gz %{_datadir}/man/man7/rd_createticket.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_deleteaudio.7.gz %{_datadir}/man/man7/rd_deleteaudio.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_deletelog.7.gz %{_datadir}/man/man7/rd_deletelog.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_deletepodcast.7.gz %{_datadir}/man/man7/rd_deletepodcast.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_editcart.7.gz %{_datadir}/man/man7/rd_editcart.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_editcut.7.gz %{_datadir}/man/man7/rd_editcut.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_export.7.gz %{_datadir}/man/man7/rd_export.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_exportpeaks.7.gz %{_datadir}/man/man7/rd_exportpeaks.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_getuseragent.7.gz %{_datadir}/man/man7/rd_getuseragent.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_getversion.7.gz %{_datadir}/man/man7/rd_getversion.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_import.7.gz %{_datadir}/man/man7/rd_import.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcart.7.gz %{_datadir}/man/man7/rd_listcart.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcartcuts.7.gz %{_datadir}/man/man7/rd_listcartcuts.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcarts.7.gz %{_datadir}/man/man7/rd_listcarts.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcartscuts.7.gz %{_datadir}/man/man7/rd_listcartscuts.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcartschedcodes.7.gz %{_datadir}/man/man7/rd_listcartschedcodes.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcut.7.gz %{_datadir}/man/man7/rd_listcut.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listcuts.7.gz %{_datadir}/man/man7/rd_listcuts.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listgroup.7.gz %{_datadir}/man/man7/rd_listgroup.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listgroups.7.gz %{_datadir}/man/man7/rd_listgroups.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listlog.7.gz %{_datadir}/man/man7/rd_listlog.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listlogs.7.gz %{_datadir}/man/man7/rd_listlogs.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listschedcodes.7.gz %{_datadir}/man/man7/rd_listschedcodes.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listservices.7.gz %{_datadir}/man/man7/rd_listservices.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_listsystemsettings.7.gz %{_datadir}/man/man7/rd_listsystemsettings.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_postimage.7.gz %{_datadir}/man/man7/rd_postimage.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_postpodcast.7.gz %{_datadir}/man/man7/rd_postpodcast.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_postrss.7.gz %{_datadir}/man/man7/rd_postrss.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_removecart.7.gz %{_datadir}/man/man7/rd_removecart.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_removecut.7.gz %{_datadir}/man/man7/rd_removecut.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_removeimage.7.gz %{_datadir}/man/man7/rd_removeimage.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_removepodcast.7.gz %{_datadir}/man/man7/rd_removepodcast.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_removerss.7.gz %{_datadir}/man/man7/rd_removerss.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_savelog.7.gz %{_datadir}/man/man7/rd_savelog.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_savepodcast.7.gz %{_datadir}/man/man7/rd_savepodcast.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_trimaudio.7.gz %{_datadir}/man/man7/rd_trimaudio.7.gz
@LOCAL_PREFIX@/share/man/man7/rd_unassignschedcode.7.gz %{_datadir}/man/man7/rd_unassignschedcode.7.gz
%files pypad %files pypad
@ -528,9 +528,9 @@ rm -rf $RPM_BUILD_ROOT
%files select %files select
@LOCAL_PREFIX@/bin/rdselect %{_bindir}/rdselect
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper %attr(4755,root,root) %{_bindir}/rdselect_helper
@LOCAL_PREFIX@/bin/rdmonitor %{_bindir}/rdmonitor
/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh /etc/X11/xinit/xinitrc.d/start-rdmonitor.sh