libreoffice: improve codec support

Right now libreoffice cannot play mp4/h264 videos,
which is needed if your $genius professor publishes lectures
as powerpoint with embedded videos.
This commit is contained in:
Jörg Thalheim 2020-11-21 08:30:00 +01:00
parent 82cf3b9317
commit d5ce08c1f9
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -409,7 +409,11 @@ in (mkDrv rec {
librevenge libe-book libmwaw glm ncurses epoxy
libodfgen CoinMP librdf_rasqal gnome3.adwaita-icon-theme gettext
]
++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good ])
++ (with gst_all_1; [
gstreamer
gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
gst-libav
])
++ lib.optional kdeIntegration [ qtbase qtx11extras kcoreaddons kio ];
passthru = {