libreoffice: removed vlc build option

This commit is contained in:
Tim Biermann 2021-02-15 22:10:47 +00:00
parent bda4783c57
commit f72c1971f3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35DHd6pNZEVTpArhgn1ngrVI1cm7OhwD4viSx5qwTqAVH6jz+fcaxaCtdg4pwLPPE7S+XeJf6gmuuf9cEym6DAI=
SHA256 (Pkgfile) = 9fc7e363f1b1111343cc1abaf50cf281cc9ea3aab31296f3d3be44cfd262f99b
RWSagIOpLGJF32UaC9TMuSCJxb6bPhX4CO6AADCPESRc+kHGTmqZ6YlxymHQcpXyCv/7Sp8noImzQWDLZRGT81EGGmjdl1X7uA0=
SHA256 (Pkgfile) = 7dd5a8de8aec4e74f5083c463a6d93623c90d5fba469a699a862c0d9cf3fee07
SHA256 (.footprint) = efdbc8f9e37a0fbaff8a9a82740e74bfdbbd49c23f1559b75bcc5dab03162799
SHA256 (libreoffice-7.1.1.1.tar.xz) = 5f5fcf6fc492ec40729aa61b01c48c647d5113127a3b5b01e10381c44acf14c0
SHA256 (libreoffice-dictionaries-7.1.1.1.tar.xz) = a456bb5feaa7d3eecb118670c976362d2e96170445686a67c897a2942c5d03a5

View File

@ -2,7 +2,7 @@
# URL: https://www.libreoffice.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: box2d clucene coin-or-mp fakeroot fontforge gpgme graphite2 gst-plugins-base gtk3 harfbuzz hyphen libabw libcdr libcmis libe-book libepubgen libetonyek libexttextcat libfreehand libmspub libmwaw libmythes libnumbertext libodfgen liborcus libpagemaker libqxp libstaroffice libtommath libvisio libwpg libwps libzmf lpsolve libqrcodegen mysql neon libpaper python3-lxml redland sane unzip xmlsec zip
# Optional: cups kio qt5 valgrind vlc
# Optional: cups kio qt5 valgrind
name=libreoffice
version=7.1.1.1
@ -59,7 +59,6 @@ build() {
[[ -e /usr/lib/cups ]] && PKGMK_LIBREOFFICE+=" --enable-cups" || PKGMK_LIBREOFFICE+=" --disable-cups"
[[ -e /usr/lib/pkgconfig/Qt5Core.pc ]] && PKGMK_LIBREOFFICE+=" --enable-qt5" || PKGMK_LIBREOFFICE+=" --disable-qt5"
[[ -e /usr/include/KF5/KIOCore ]] && PKGMK_LIBREOFFICE+=" --enable-kde5 --enable-gtk3-kde5"
[[ -e /usr/share/vlc ]] && PKGMK_LIBREOFFICE+=" --enable-vlc" || PKGMK_LIBREOFFICE+=" --disable-vlc" # experimental vlc av backend
[[ -e /usr/lib/pkgconfig/valgrind.pc ]] && PKGMK_LIBREOFFICE+=" --with-valgrind"
local build_date=$(date +%Y%m%d)