| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/persepolis/files/ |
Upload File : |
--- setup.py.orig 2019-09-16 20:45:38 UTC
+++ setup.py
@@ -67,14 +67,6 @@ except:
print("Warning: python3-psutil is not installed!")
not_installed = not_installed + 'psutil, '
-# youtube_dl
-try:
- import youtube_dl
- print('youtube-dl is found')
-except:
- print('Warning: youtube-dl is not installed!')
- not_installed = not_installed + 'youtube-dl, '
-
# aria2
answer = os.system('aria2c --version 1>/dev/null')
if answer != 0:
@@ -82,22 +74,6 @@ if answer != 0:
not_installed = not_installed + 'aria2c, '
else:
print('aria2 is found!')
-
-# libnotify-bin
-answer = os.system('notify-send --version 1>/dev/null')
-if answer != 0:
- print("Error libnotify-bin is not installed!")
- not_installed = not_installed + 'libnotify-bin, '
-else:
- print('libnotify-bin is found!')
-
-# paplay
-answer = os.system('paplay --version 1>/dev/null')
-if answer != 0:
- print("Warning: paplay not installed!You need pulseaudio for sound notifications!")
- not_installed = not_installed + 'paplay, '
-else:
- print('paplay is found!')
# sound-theme-freedesktop
if os_type == 'Linux':