mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-12-11 Fred Gleason <fredg@paravelsystems.com>
* Renamed 'apis/PyPAD/examples/pypad_test.py' to 'apisPyPAD/tests/pad_test.py'. * Added a 'hostName' field to the JSON PAD 'padUpdate' object. * Added a 'PyPAD.Update::hostName()' method. * Added a 'shortHostName' field to the JSON PAD 'padUpdate' object. * Added a 'PyPAD.Update::shortHostName()' method. * Added a 'PyPAD.Update::resolveFilepath()' method. * Added 'apis/PyPAD/tests/filepath_test.py. * Added 'api/PyPAD/examples/pypad_filewrite.py'.
This commit is contained in:
@@ -250,7 +250,7 @@ AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not fou
|
||||
#
|
||||
# Check for Python
|
||||
#
|
||||
AM_PATH_PYTHON([2.7])
|
||||
AM_PATH_PYTHON([3])
|
||||
|
||||
#
|
||||
# Check for FLAC
|
||||
@@ -466,6 +466,7 @@ AC_CONFIG_FILES([rivendell.spec \
|
||||
conf/rd-bin.conf \
|
||||
icons/Makefile \
|
||||
helpers/Makefile \
|
||||
helpers/install_python.sh \
|
||||
apis/Makefile \
|
||||
apis/PyPAD/Makefile \
|
||||
apis/PyPAD/api/Makefile \
|
||||
@@ -553,6 +554,8 @@ AC_CONFIG_FILES([rivendell.spec \
|
||||
])
|
||||
AC_OUTPUT()
|
||||
|
||||
chmod 755 helpers/install_python.sh
|
||||
|
||||
#
|
||||
# Create symlinks in 'utils/rdselect_helper/'
|
||||
#
|
||||
|
Reference in New Issue
Block a user