Browse Source

update gerbera

wareck 2 years ago
parent
commit
5f5afd93dd
1 changed files with 3 additions and 4 deletions
  1. 3 4
      options/build_gerbera.sh

+ 3 - 4
options/build_gerbera.sh

@@ -33,7 +33,7 @@ function set-title() {
 }
 
 function intro_ {
-print_centered "$(tput setaf 3)"
+print_centered "$(tput setaf 165)"
 print_centered "  _____        __               ";
 print_centered " / ___/__ ____/ /  ___ _______ _";
 print_centered "/ (_ / -_) __/ _ \/ -_) __/ _ \`/";
@@ -112,14 +112,13 @@ cd ~/Build_Cube/options/gerbera/scripts
 sudo ./install-lastfm.sh
 cd ~/Build_Cube/options/gerbera/scripts
 sudo ./install-pugixml.sh
-
-sed -i -e "s/rm -R taglib-build/rm -R taglib-build ||true/g" install-taglib.sh
+cd ~/Build_Cube/options/gerbera/scripts
 sudo ./install-taglib.sh
 echo -e ""
 cd ~/Build_Cube/options/gerbera
 mkdir build
 cd build
-cmake .. -DWITH_MAGIC=1 -DWITH_MYSQL=0 -DWITH_CURL=1 -DWITH_JS=1 -DWITH_TAGLIB=1 -DWITH_AVCODEC=1 -DWITH_FFMPEGTHUMBNAILER=1 -DWITH_EXIF=1 -DWITH_LASTFM=0
+cmake .. -DWITH_MAGIC=1 -DWITH_CURL=1 -DWITH_JS=1 -DWITH_TAGLIB=1 -DWITH_AVCODEC=1 -DWITH_FFMPEGTHUMBNAILER=1 -DWITH_EXIF=1
 make -j2
 sudo make install