Skip to content

Commit 98530b8

Browse files
Add files via upload
1 parent bdc39ce commit 98530b8

File tree

1 file changed

+2
-47
lines changed

1 file changed

+2
-47
lines changed

create_latest_candle_dev.sh

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,7 @@ then
10631063
apt install chromium-browser -y --allow-change-held-packages
10641064
fi
10651065

1066-
1067-
apt install chromium-browser -y --print-uris --allow-change-held-packages "$reinstall"
1066+
apt install chromium-browser -y --allow-change-held-packages "$reinstall" #--print-uris
10681067
apt install chromium-browser -y --allow-change-held-packages
10691068

10701069
if [ ! -f /bin/chromium-browser ]; then
@@ -1085,7 +1084,7 @@ then
10851084

10861085
echo
10871086
echo "installing vlc"
1088-
apt -y install vlc --print-uris --no-install-recommends "$reinstall"
1087+
apt -y install vlc --no-install-recommends "$reinstall" #--print-uris
10891088

10901089
#echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/ /' | sudo tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
10911090
#curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
@@ -1144,50 +1143,6 @@ then
11441143
#apt-get install --no-install-recommends xserver-xorg x11-xserver-utils xserver-xorg-legacy xinit openbox wmctrl xdotool feh fbi unclutter lsb-release xfonts-base libinput-tools nbtscan -y
11451144

11461145

1147-
# OMPLAYER
1148-
# This player is deprecated, but Internet Radio currently still uses it (and perhaps other addons too). So here's an attempts to get it working again.
1149-
# The way forward is for all these addons to switch to VLC player
1150-
1151-
# get OMXPlayer for Internet Radio
1152-
# http://archive.raspberrypi.org/debian/pool/main/o/omxplayer/
1153-
1154-
1155-
echo
1156-
echo "installing omxplayer"
1157-
for i in liblivemedia-dev libavcodec58 libavutil56 libswresample3 libavformat58; do
1158-
echo "$i"
1159-
echo "Candle: installing $i" >> /dev/kmsg
1160-
echo "Candle: installing $i" >> /boot/candle_log.txt
1161-
apt-get -y install $i --print-uris "$reinstall"
1162-
echo
1163-
done
1164-
#apt install liblivemedia-dev libavcodec58 libavutil56 libswresample3 libavformat58 -y
1165-
1166-
apt --fix-broken install -y
1167-
1168-
wget http://archive.raspberrypi.org/debian/pool/main/o/omxplayer/omxplayer_20190723+gitf543a0d-1+bullseye_armhf.deb -O ./omxplayer.deb
1169-
if [ -f ./omxplayer.deb ]; then
1170-
dpkg -i ./omxplayer.deb
1171-
rm -rf ./omxplayer*
1172-
1173-
#apt --fix-broken install -y
1174-
1175-
mkdir -p /opt/vc/
1176-
wget https://www.candlesmarthome.com/tools/lib.tar -O ./lib.tar # files from https://github.com/raspberrypi/firmware/tree/master/opt/vc/lib
1177-
if [ -f ./lib.tar ]; then
1178-
rm -rf /opt/vc/*
1179-
tar -xvf lib.tar -C /opt/vc/
1180-
rm ./lib.tar
1181-
else
1182-
echo "Candle: WARNING, DOWNLOADING OMXPLAYER LIB.TAR FROM CANDLE SERVER FAILED" >> /dev/kmsg
1183-
echo "Candle: WARNING, DOWNLOADING OMXPLAYER LIB.TAR FROM CANDLE SERVER FAILED" >> /boot/candle_log.txt
1184-
fi
1185-
else
1186-
echo "Candle: WARNING, OMXPLAYER .DEB DOWNLOAD FAILED" >> /dev/kmsg
1187-
echo "Candle: WARNING, OMXPLAYER .DEB DOWNLOAD FAILED" >> /boot/candle_log.txt
1188-
fi
1189-
1190-
11911146
# for BlueAlsa
11921147
echo "installing bluealsa support packages"
11931148
for i in libasound2-dev libdbus-glib-1-dev libgirepository1.0-dev libsbc-dev libmp3lame-dev libspandsp-dev; do

0 commit comments

Comments
 (0)