mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02:00
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:
parent
352f18eddd
commit
70d773d78e
@ -21712,3 +21712,6 @@
|
||||
DEB packages.
|
||||
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* 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.
|
||||
|
@ -21,89 +21,89 @@
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
install-exec-am:
|
||||
mkdir -p $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad
|
||||
../../../helpers/install_python.sh pypad_ando.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.py
|
||||
cp pypad_ando.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.exemplar
|
||||
../../../helpers/install_python.sh pypad_filewrite.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.py
|
||||
cp pypad_filewrite.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.exemplar
|
||||
../../../helpers/install_python.sh pypad_httpget.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.py
|
||||
cp pypad_httpget.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.exemplar
|
||||
../../../helpers/install_python.sh pypad_icecast2.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.py
|
||||
cp pypad_icecast2.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.exemplar
|
||||
../../../helpers/install_python.sh pypad_inno713.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.py
|
||||
cp pypad_inno713.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.exemplar
|
||||
../../../helpers/install_python.sh pypad_ino713_tcp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.py
|
||||
cp pypad_ino713_tcp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.exemplar
|
||||
../../../helpers/install_python.sh pypad_live365.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.py
|
||||
cp pypad_live365.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.exemplar
|
||||
../../../helpers/install_python.sh pypad_liqcomp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.py
|
||||
cp pypad_liqcomp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.exemplar
|
||||
../../../helpers/install_python.sh pypad_nautel.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.py
|
||||
cp pypad_nautel.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.exemplar
|
||||
../../../helpers/install_python.sh pypad_serial.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.py
|
||||
cp pypad_serial.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.exemplar
|
||||
../../../helpers/install_python.sh pypad_shoutcast1.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.py
|
||||
cp pypad_shoutcast1.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.exemplar
|
||||
../../../helpers/install_python.sh pypad_spinitron.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.py
|
||||
cp pypad_spinitron.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.exemplar
|
||||
../../../helpers/install_python.sh pypad_spottrap.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.py
|
||||
cp pypad_spottrap.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.exemplar
|
||||
../../../helpers/install_python.sh pypad_tunein.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.py
|
||||
cp pypad_tunein.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.exemplar
|
||||
../../../helpers/install_python.sh pypad_udp.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.py
|
||||
cp pypad_udp.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.exemplar
|
||||
../../../helpers/install_python.sh pypad_urlwrite.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.py
|
||||
cp pypad_urlwrite.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.exemplar
|
||||
../../../helpers/install_python.sh pypad_walltime.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.py
|
||||
cp pypad_walltime.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.exemplar
|
||||
../../../helpers/install_python.sh pypad_xcmd.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.py
|
||||
cp pypad_xcmd.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.exemplar
|
||||
../../../helpers/install_python.sh pypad_xds.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.py
|
||||
cp pypad_xds.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.exemplar
|
||||
../../../helpers/install_python.sh pypad_xmpad.py $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.py
|
||||
cp pypad_xmpad.exemplar $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.exemplar
|
||||
mkdir -p $(DESTDIR)$(libdir)/rivendell/pypad
|
||||
../../../helpers/install_python.sh pypad_ando.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.py
|
||||
cp pypad_ando.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.exemplar
|
||||
../../../helpers/install_python.sh pypad_filewrite.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.py
|
||||
cp pypad_filewrite.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.exemplar
|
||||
../../../helpers/install_python.sh pypad_httpget.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.py
|
||||
cp pypad_httpget.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.exemplar
|
||||
../../../helpers/install_python.sh pypad_icecast2.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.py
|
||||
cp pypad_icecast2.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.exemplar
|
||||
../../../helpers/install_python.sh pypad_inno713.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.py
|
||||
cp pypad_inno713.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.exemplar
|
||||
../../../helpers/install_python.sh pypad_ino713_tcp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.py
|
||||
cp pypad_ino713_tcp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.exemplar
|
||||
../../../helpers/install_python.sh pypad_live365.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.py
|
||||
cp pypad_live365.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.exemplar
|
||||
../../../helpers/install_python.sh pypad_liqcomp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.py
|
||||
cp pypad_liqcomp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.exemplar
|
||||
../../../helpers/install_python.sh pypad_nautel.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.py
|
||||
cp pypad_nautel.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.exemplar
|
||||
../../../helpers/install_python.sh pypad_serial.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.py
|
||||
cp pypad_serial.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.exemplar
|
||||
../../../helpers/install_python.sh pypad_shoutcast1.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.py
|
||||
cp pypad_shoutcast1.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.exemplar
|
||||
../../../helpers/install_python.sh pypad_spinitron.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.py
|
||||
cp pypad_spinitron.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.exemplar
|
||||
../../../helpers/install_python.sh pypad_spottrap.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.py
|
||||
cp pypad_spottrap.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.exemplar
|
||||
../../../helpers/install_python.sh pypad_tunein.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.py
|
||||
cp pypad_tunein.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.exemplar
|
||||
../../../helpers/install_python.sh pypad_udp.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.py
|
||||
cp pypad_udp.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.exemplar
|
||||
../../../helpers/install_python.sh pypad_urlwrite.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.py
|
||||
cp pypad_urlwrite.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.exemplar
|
||||
../../../helpers/install_python.sh pypad_walltime.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.py
|
||||
cp pypad_walltime.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.exemplar
|
||||
../../../helpers/install_python.sh pypad_xcmd.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.py
|
||||
cp pypad_xcmd.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.exemplar
|
||||
../../../helpers/install_python.sh pypad_xds.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.py
|
||||
cp pypad_xds.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.exemplar
|
||||
../../../helpers/install_python.sh pypad_xmpad.py $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.py
|
||||
cp pypad_xmpad.exemplar $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.exemplar
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ando.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_filewrite.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_httpget.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_icecast2.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_inno713.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_ino713_tcp.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_live365.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_liqcomp.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_nautel.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_serial.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_shoutcast1.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spinitron.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_spottrap.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_tunein.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_udp.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_urlwrite.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_walltime.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xcmd.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xds.py
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.exemplar
|
||||
rm -f $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/pypad/pypad_xmpad.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ando.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_filewrite.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_httpget.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_icecast2.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_inno713.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_ino713_tcp.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_live365.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_liqcomp.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_nautel.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_serial.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_shoutcast1.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spinitron.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_spottrap.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_tunein.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_udp.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_urlwrite.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_walltime.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xcmd.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xds.py
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.exemplar
|
||||
rm -f $(DESTDIR)$(libdir)/rivendell/pypad/pypad_xmpad.py
|
||||
|
||||
EXTRA_DIST = pypad_ando.exemplar\
|
||||
pypad_ando.py\
|
||||
|
16
configure.ac
16
configure.ac
@ -55,18 +55,6 @@ AC_SUBST(INTERFACE_RIVWEBCAPI_MAJOR,$RIVWEBCAPI_POINT)
|
||||
AC_SUBST(INTERFACE_RIVWEBCAPI_MINOR,$RIVWEBCAPI_AGE)
|
||||
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
|
||||
#
|
||||
@ -136,7 +124,6 @@ AC_SUBST(QT_LRELEASE,$LRELEASE_NAME)
|
||||
AR_GCC_TARGET()
|
||||
AC_SUBST(VENDOR,$ar_gcc_distro)
|
||||
AC_SUBST(ARCH,$ar_gcc_arch)
|
||||
AC_SUBST(RD_LIB_PATH,${libdir})
|
||||
|
||||
#
|
||||
# Determine number of available CPU cores for building packages
|
||||
@ -313,7 +300,6 @@ fi
|
||||
#
|
||||
# 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")
|
||||
|
||||
#
|
||||
@ -433,10 +419,8 @@ else
|
||||
AC_SUBST(RPMBUILD,rpmbuild)
|
||||
fi
|
||||
if test -d /usr/src/redhat ; then
|
||||
dnl AC_SUBST(RPM_ROOT,/usr/src/redhat)
|
||||
AC_SUBST(VENDOR,redhat)
|
||||
else
|
||||
dnl AC_SUBST(RPM_ROOT,/usr/src/packages)
|
||||
AC_SUBST(VENDOR,suse)
|
||||
fi
|
||||
AC_SUBST(RPM_DATESTAMP,`date +%a\ %b\ %d\ %Y`)
|
||||
|
@ -30,8 +30,6 @@ CWRAP = ../helpers/cwrap
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
instdir = @LOCAL_PREFIX@/lib
|
||||
|
||||
# I18N Stuff
|
||||
install-exec-local:
|
||||
mkdir -p $(DESTDIR)$(prefix)/share/rivendell
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// 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
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* Rivendell Loadable Modules Directory
|
||||
*/
|
||||
#define RD_MODULES_DIR "@prefix@/@RD_LIB_PATH@/rivendell"
|
||||
#define RD_MODULES_DIR "@libdir@/rivendell"
|
||||
|
||||
/*
|
||||
* Default Skins
|
||||
|
@ -36,8 +36,6 @@ moc_%.cpp: %.h
|
||||
html_%.cpp: %.html
|
||||
$(CWRAP) -o $@ $<
|
||||
|
||||
instdir = @LOCAL_PREFIX@/lib
|
||||
|
||||
# I18N Stuff
|
||||
install-exec-local:
|
||||
mkdir -p $(DESTDIR)$(prefix)/share/rivendell
|
||||
|
@ -126,7 +126,7 @@ make -j @CPUS_AVAIL@
|
||||
%install
|
||||
rm -rf $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
|
||||
touch $RPM_BUILD_ROOT/.qt/qt
|
||||
rm -rf $RPM_BUILD_ROOT/@libexecdir@/logos
|
||||
@ -200,7 +200,7 @@ fi
|
||||
if test ! -e /etc/asound.conf ; then
|
||||
cp @DOC_PATH@/asound.conf-sample /etc/asound.conf
|
||||
fi
|
||||
@LOCAL_PREFIX@/sbin/rddbmgr --modify
|
||||
%{_sbindir}/rddbmgr --modify
|
||||
/bin/systemctl restart rivendell
|
||||
/bin/systemctl enable rivendell
|
||||
if test "@DISTRO@" = "suse" ; then
|
||||
@ -254,134 +254,134 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@LOCAL_PREFIX@/bin/rdadmin
|
||||
@LOCAL_PREFIX@/bin/rdairplay
|
||||
@LOCAL_PREFIX@/bin/rdpanel
|
||||
@LOCAL_PREFIX@/bin/rdcartslots
|
||||
@LOCAL_PREFIX@/bin/rdcatch
|
||||
@LOCAL_PREFIX@/bin/rdgen
|
||||
@LOCAL_PREFIX@/bin/rdlibrary
|
||||
@LOCAL_PREFIX@/bin/rdlogedit
|
||||
@LOCAL_PREFIX@/bin/rdlogmanager
|
||||
@LOCAL_PREFIX@/bin/rdcastmanager
|
||||
@LOCAL_PREFIX@/bin/rdlogin
|
||||
@LOCAL_PREFIX@/bin/rmlsend
|
||||
@LOCAL_PREFIX@/bin/rdsoftkeys
|
||||
@LOCAL_PREFIX@/bin/rdpopup
|
||||
@LOCAL_PREFIX@/bin/rdalsaconfig
|
||||
@LOCAL_PREFIX@/bin/rdalsaconfig-root
|
||||
@LOCAL_PREFIX@/bin/rdgpimon
|
||||
@LOCAL_PREFIX@/bin/rdclilogedit
|
||||
@LOCAL_PREFIX@/bin/rddbconfig
|
||||
@LOCAL_PREFIX@/bin/rddbconfig-root
|
||||
@LOCAL_PREFIX@/bin/rddelete
|
||||
@LOCAL_PREFIX@/bin/rdexport
|
||||
@LOCAL_PREFIX@/bin/rdimport
|
||||
@LOCAL_PREFIX@/bin/rdmetadata
|
||||
@LOCAL_PREFIX@/bin/rdmaint
|
||||
@LOCAL_PREFIX@/bin/rdcollect
|
||||
@LOCAL_PREFIX@/bin/rdconvert
|
||||
@LOCAL_PREFIX@/bin/rdcheckcuts
|
||||
@LOCAL_PREFIX@/bin/rd_audio_sync
|
||||
@LOCAL_PREFIX@/bin/rd_config
|
||||
@LOCAL_PREFIX@/bin/sage_endec_rwt.sh
|
||||
@LOCAL_PREFIX@/bin/rd_backup
|
||||
@LOCAL_PREFIX@/bin/rdmemcheck.sh
|
||||
@LOCAL_PREFIX@/bin/rdrender
|
||||
@LOCAL_PREFIX@/share/rivendell/*.qm
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/16x16/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/22x22/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/32x32/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/64x64/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/128x128/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/256x256/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rivendell.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdadmin.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdairplay.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcartslots.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcastmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdcatch.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlibrary.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlogedit.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdlogmanager.png
|
||||
@LOCAL_PREFIX@/share/icons/hicolor/512x512/apps/rdpanel.png
|
||||
@LOCAL_PREFIX@/share/X11/fvwm2/pixmaps/mini.rivendell.xpm
|
||||
@LOCAL_PREFIX@/share/X11/fvwm2/pixmaps/rivendell.xpm
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdadmin.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdlogin.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdairplay.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdmonitor.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdpanel.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdcartslots.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdcatch.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdgpimon.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdalsaconfig-root.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rddbconfig-root.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdlibrary.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdlogedit.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdlogmanager.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdcastmanager.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rmlsend.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rdsoftkeys.desktop
|
||||
@LOCAL_PREFIX@/share/desktop-directories/rivendell-configuration.directory
|
||||
@LOCAL_PREFIX@/share/desktop-directories/rivendell-documentation.directory
|
||||
@LOCAL_PREFIX@/share/desktop-directories/rivendell-logtools.directory
|
||||
@LOCAL_PREFIX@/share/desktop-directories/rivendell-rivendell.directory
|
||||
@LOCAL_PREFIX@/share/desktop-directories/rivendell-utilities.directory
|
||||
%{_bindir}/rdadmin
|
||||
%{_bindir}/rdairplay
|
||||
%{_bindir}/rdpanel
|
||||
%{_bindir}/rdcartslots
|
||||
%{_bindir}/rdcatch
|
||||
%{_bindir}/rdgen
|
||||
%{_bindir}/rdlibrary
|
||||
%{_bindir}/rdlogedit
|
||||
%{_bindir}/rdlogmanager
|
||||
%{_bindir}/rdcastmanager
|
||||
%{_bindir}/rdlogin
|
||||
%{_bindir}/rmlsend
|
||||
%{_bindir}/rdsoftkeys
|
||||
%{_bindir}/rdpopup
|
||||
%{_bindir}/rdalsaconfig
|
||||
%{_bindir}/rdalsaconfig-root
|
||||
%{_bindir}/rdgpimon
|
||||
%{_bindir}/rdclilogedit
|
||||
%{_bindir}/rddbconfig
|
||||
%{_bindir}/rddbconfig-root
|
||||
%{_bindir}/rddelete
|
||||
%{_bindir}/rdexport
|
||||
%{_bindir}/rdimport
|
||||
%{_bindir}/rdmetadata
|
||||
%{_bindir}/rdmaint
|
||||
%{_bindir}/rdcollect
|
||||
%{_bindir}/rdconvert
|
||||
%{_bindir}/rdcheckcuts
|
||||
%{_bindir}/rd_audio_sync
|
||||
%{_bindir}/rd_config
|
||||
%{_bindir}/sage_endec_rwt.sh
|
||||
%{_bindir}/rd_backup
|
||||
%{_bindir}/rdmemcheck.sh
|
||||
%{_bindir}/rdrender
|
||||
%{_datadir}/rivendell/*.qm
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/rdpanel.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rivendell.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdadmin.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdairplay.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdcartslots.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdcastmanager.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdcatch.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdlibrary.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdlogedit.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdlogmanager.png
|
||||
%{_datadir}/icons/hicolor/512x512/apps/rdpanel.png
|
||||
%{_datadir}/X11/fvwm2/pixmaps/mini.rivendell.xpm
|
||||
%{_datadir}/X11/fvwm2/pixmaps/rivendell.xpm
|
||||
%{_datadir}/applications/rivendell-rdadmin.desktop
|
||||
%{_datadir}/applications/rivendell-rdlogin.desktop
|
||||
%{_datadir}/applications/rivendell-rdairplay.desktop
|
||||
%{_datadir}/applications/rivendell-rdmonitor.desktop
|
||||
%{_datadir}/applications/rivendell-rdpanel.desktop
|
||||
%{_datadir}/applications/rivendell-rdcartslots.desktop
|
||||
%{_datadir}/applications/rivendell-rdcatch.desktop
|
||||
%{_datadir}/applications/rivendell-rdgpimon.desktop
|
||||
%{_datadir}/applications/rivendell-rdalsaconfig-root.desktop
|
||||
%{_datadir}/applications/rivendell-rddbconfig-root.desktop
|
||||
%{_datadir}/applications/rivendell-rdlibrary.desktop
|
||||
%{_datadir}/applications/rivendell-rdlogedit.desktop
|
||||
%{_datadir}/applications/rivendell-rdlogmanager.desktop
|
||||
%{_datadir}/applications/rivendell-rdcastmanager.desktop
|
||||
%{_datadir}/applications/rivendell-rmlsend.desktop
|
||||
%{_datadir}/applications/rivendell-rdsoftkeys.desktop
|
||||
%{_datadir}/desktop-directories/rivendell-configuration.directory
|
||||
%{_datadir}/desktop-directories/rivendell-documentation.directory
|
||||
%{_datadir}/desktop-directories/rivendell-logtools.directory
|
||||
%{_datadir}/desktop-directories/rivendell-rivendell.directory
|
||||
%{_datadir}/desktop-directories/rivendell-utilities.directory
|
||||
/etc/xdg/menus/applications-merged/rivendell-rivendell.menu
|
||||
/etc/logrotate.d/rivendell
|
||||
/.qt/qt
|
||||
@ -416,104 +416,104 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/rdmarkerset.8.gz
|
||||
%{_mandir}/man8/rdservice.8.gz
|
||||
@DOC_PATH@/*
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd-@VERSION@.so
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.a
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.la
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librd.so
|
||||
@LOCAL_PREFIX@/sbin/rdservice
|
||||
@LOCAL_PREFIX@/sbin/caed
|
||||
@LOCAL_PREFIX@/sbin/ripcd
|
||||
@LOCAL_PREFIX@/sbin/rdcatchd
|
||||
@LOCAL_PREFIX@/sbin/rdvairplayd
|
||||
@LOCAL_PREFIX@/sbin/rdrepld
|
||||
@LOCAL_PREFIX@/sbin/rdpadd
|
||||
@LOCAL_PREFIX@/sbin/rdpadengined
|
||||
@LOCAL_PREFIX@/sbin/rdrssd
|
||||
@LOCAL_PREFIX@/sbin/rdmarkerset
|
||||
@LOCAL_PREFIX@/sbin/rdcleandirs
|
||||
@LOCAL_PREFIX@/sbin/rddbmgr
|
||||
%{_libdir}/librd-@VERSION@.so
|
||||
%{_libdir}/librd.a
|
||||
%{_libdir}/librd.la
|
||||
%{_libdir}/librd.so
|
||||
%{_sbindir}/rdservice
|
||||
%{_sbindir}/caed
|
||||
%{_sbindir}/ripcd
|
||||
%{_sbindir}/rdcatchd
|
||||
%{_sbindir}/rdvairplayd
|
||||
%{_sbindir}/rdrepld
|
||||
%{_sbindir}/rdpadd
|
||||
%{_sbindir}/rdpadengined
|
||||
%{_sbindir}/rdrssd
|
||||
%{_sbindir}/rdmarkerset
|
||||
%{_sbindir}/rdcleandirs
|
||||
%{_sbindir}/rddbmgr
|
||||
@HPI_FILE1@
|
||||
@HPI_FILE2@
|
||||
@HPI_FILE3@
|
||||
@HPI_FILE4@
|
||||
/etc/auto.master.d/rd.audiostore.autofs
|
||||
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf
|
||||
@LOCAL_PREFIX@/share/rivendell/html/*
|
||||
%{_datadir}/rivendell/opsguide.pdf
|
||||
%{_datadir}/rivendell/html/*
|
||||
|
||||
|
||||
%files webapi
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/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@
|
||||
%{_libdir}/librivwebcapi.so.@INTERFACE_RIVWEBCAPI_MAJOR@.@INTERFACE_RIVWEBCAPI_MINOR@.@INTERFACE_RIVWEBCAPI_POINT@
|
||||
|
||||
|
||||
%files importers
|
||||
@LOCAL_PREFIX@/bin/wings_filter
|
||||
@LOCAL_PREFIX@/bin/rivendell_filter
|
||||
@LOCAL_PREFIX@/bin/nexgen_filter
|
||||
@LOCAL_PREFIX@/bin/sas_filter
|
||||
@LOCAL_PREFIX@/bin/crc-unity4k.sh
|
||||
@LOCAL_PREFIX@/bin/rdcatch_copy
|
||||
@LOCAL_PREFIX@/bin/panel_copy
|
||||
@LOCAL_PREFIX@/bin/rddgimport
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rddgimport.desktop
|
||||
@LOCAL_PREFIX@/share/applications/rivendell-rddiscimport.desktop
|
||||
%{_bindir}/wings_filter
|
||||
%{_bindir}/rivendell_filter
|
||||
%{_bindir}/nexgen_filter
|
||||
%{_bindir}/sas_filter
|
||||
%{_bindir}/crc-unity4k.sh
|
||||
%{_bindir}/rdcatch_copy
|
||||
%{_bindir}/panel_copy
|
||||
%{_bindir}/rddgimport
|
||||
%{_datadir}/applications/rivendell-rddgimport.desktop
|
||||
%{_datadir}/applications/rivendell-rddiscimport.desktop
|
||||
|
||||
|
||||
%files opsguide
|
||||
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf
|
||||
@LOCAL_PREFIX@/share/rivendell/html/*
|
||||
%{_datadir}/rivendell/opsguide.pdf
|
||||
%{_datadir}/rivendell/html/*
|
||||
|
||||
|
||||
%files devel
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.so
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.a
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/librivwebcapi.la
|
||||
@LOCAL_PREFIX@/@RD_LIB_PATH@/pkgconfig/rivwebcapi.pc
|
||||
@LOCAL_PREFIX@/include/rivwebcapi/*
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_addcart.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_addcut.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_addlog.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_assignschedcode.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_audioinfo.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_audiostore.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_copyaudio.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_createticket.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_deleteaudio.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_deletelog.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_deletepodcast.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_editcart.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_editcut.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_export.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_exportpeaks.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_getuseragent.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_getversion.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_import.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcart.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcartcuts.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcarts.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcartscuts.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcartschedcodes.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcut.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listcuts.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listgroup.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listgroups.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listlog.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listlogs.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listschedcodes.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listservices.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_listsystemsettings.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_postimage.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_postpodcast.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_postrss.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_removecart.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_removecut.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_removeimage.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_removepodcast.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_removerss.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_savelog.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_savepodcast.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_trimaudio.7.gz
|
||||
@LOCAL_PREFIX@/share/man/man7/rd_unassignschedcode.7.gz
|
||||
%{_libdir}/librivwebcapi.so
|
||||
%{_libdir}/librivwebcapi.a
|
||||
%{_libdir}/librivwebcapi.la
|
||||
%{_libdir}/pkgconfig/rivwebcapi.pc
|
||||
%{_includedir}/rivwebcapi/*
|
||||
%{_datadir}/man/man7/rd_addcart.7.gz
|
||||
%{_datadir}/man/man7/rd_addcut.7.gz
|
||||
%{_datadir}/man/man7/rd_addlog.7.gz
|
||||
%{_datadir}/man/man7/rd_assignschedcode.7.gz
|
||||
%{_datadir}/man/man7/rd_audioinfo.7.gz
|
||||
%{_datadir}/man/man7/rd_audiostore.7.gz
|
||||
%{_datadir}/man/man7/rd_copyaudio.7.gz
|
||||
%{_datadir}/man/man7/rd_createticket.7.gz
|
||||
%{_datadir}/man/man7/rd_deleteaudio.7.gz
|
||||
%{_datadir}/man/man7/rd_deletelog.7.gz
|
||||
%{_datadir}/man/man7/rd_deletepodcast.7.gz
|
||||
%{_datadir}/man/man7/rd_editcart.7.gz
|
||||
%{_datadir}/man/man7/rd_editcut.7.gz
|
||||
%{_datadir}/man/man7/rd_export.7.gz
|
||||
%{_datadir}/man/man7/rd_exportpeaks.7.gz
|
||||
%{_datadir}/man/man7/rd_getuseragent.7.gz
|
||||
%{_datadir}/man/man7/rd_getversion.7.gz
|
||||
%{_datadir}/man/man7/rd_import.7.gz
|
||||
%{_datadir}/man/man7/rd_listcart.7.gz
|
||||
%{_datadir}/man/man7/rd_listcartcuts.7.gz
|
||||
%{_datadir}/man/man7/rd_listcarts.7.gz
|
||||
%{_datadir}/man/man7/rd_listcartscuts.7.gz
|
||||
%{_datadir}/man/man7/rd_listcartschedcodes.7.gz
|
||||
%{_datadir}/man/man7/rd_listcut.7.gz
|
||||
%{_datadir}/man/man7/rd_listcuts.7.gz
|
||||
%{_datadir}/man/man7/rd_listgroup.7.gz
|
||||
%{_datadir}/man/man7/rd_listgroups.7.gz
|
||||
%{_datadir}/man/man7/rd_listlog.7.gz
|
||||
%{_datadir}/man/man7/rd_listlogs.7.gz
|
||||
%{_datadir}/man/man7/rd_listschedcodes.7.gz
|
||||
%{_datadir}/man/man7/rd_listservices.7.gz
|
||||
%{_datadir}/man/man7/rd_listsystemsettings.7.gz
|
||||
%{_datadir}/man/man7/rd_postimage.7.gz
|
||||
%{_datadir}/man/man7/rd_postpodcast.7.gz
|
||||
%{_datadir}/man/man7/rd_postrss.7.gz
|
||||
%{_datadir}/man/man7/rd_removecart.7.gz
|
||||
%{_datadir}/man/man7/rd_removecut.7.gz
|
||||
%{_datadir}/man/man7/rd_removeimage.7.gz
|
||||
%{_datadir}/man/man7/rd_removepodcast.7.gz
|
||||
%{_datadir}/man/man7/rd_removerss.7.gz
|
||||
%{_datadir}/man/man7/rd_savelog.7.gz
|
||||
%{_datadir}/man/man7/rd_savepodcast.7.gz
|
||||
%{_datadir}/man/man7/rd_trimaudio.7.gz
|
||||
%{_datadir}/man/man7/rd_unassignschedcode.7.gz
|
||||
|
||||
|
||||
%files pypad
|
||||
@ -528,9 +528,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files select
|
||||
@LOCAL_PREFIX@/bin/rdselect
|
||||
%attr(4755,root,root) @LOCAL_PREFIX@/bin/rdselect_helper
|
||||
@LOCAL_PREFIX@/bin/rdmonitor
|
||||
%{_bindir}/rdselect
|
||||
%attr(4755,root,root) %{_bindir}/rdselect_helper
|
||||
%{_bindir}/rdmonitor
|
||||
/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user