Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 18, 2021 09:25AM |
Registered: 2 years ago Posts: 31 |
# set(GERBERA_VERSION "git") set(GERBERA_VERSION "1.6.4-185-gae283931+d")
SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "KK") # include (cmake) include(packaging)
Cmake Command - cmake -g DEB ../gerbera -DWITH_NPUPNP=YES -DWITH_JS=1 -DWITH_MYSQL=1 -DWITH_CURL=1 -DWITH_TAGLIB=1 -DWITH_MAGIC=1 -DWITH_MATROSKA=0 -DWITH_AVCODEC=1 -DWITH_EXIF=1 -DWITH_EXIV2=0 -DWITH_LASTFM=0 -DWITH_FFMPEGTHUMBNAILER=1 -DWITH_INOTIFY=1
cpack -G DEB will create a debian package file - All being well - no errors. Use dpkg to install.
ln -s /etc/gerbera/config.xml /home/gerbera/.config/gerbera
ln -s /usr/share/gerbera /usr/local/share
<home>/home/gerbera/.config/gerbera</home>
gerbera -c /etc/gerbera/config.xml
ExecStart=/usr/bin/gerbera -c /etc/gerbera/config.xml
apt-mark hold gerbera
Re: Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 18, 2021 04:25PM |
Admin Registered: 12 years ago Posts: 17,721 |
Re: Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 18, 2021 06:46PM |
Registered: 2 years ago Posts: 31 |
Re: Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 18, 2021 11:26PM |
Admin Registered: 12 years ago Posts: 17,721 |
Re: Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 19, 2021 04:24PM |
Admin Registered: 12 years ago Posts: 17,721 |
Quote
Please be aware that the Gerbera UI has very little security and gives access to the full operating system.
Re: Build Gerbera V1.6.4 for Pogo 2/4 Armel Architecture February 19, 2021 06:00PM |
Registered: 2 years ago Posts: 31 |