Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686958 - app-office/libreoffice-6.1.5.2: embedding video doesn't work with use flag vlc.
Summary: app-office/libreoffice-6.1.5.2: embedding video doesn't work with use flag vlc.
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-29 19:16 UTC by Marco Clocchiatti
Modified: 2020-07-26 13:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,10.62 KB, text/plain)
2019-05-29 19:16 UTC, Marco Clocchiatti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Clocchiatti 2019-05-29 19:16:07 UTC
Created attachment 578016 [details]
emerge --info

Embedding video doesn't work in libreoffice, built with the use flag vlc.

Workaround: rebuild libreoffice adding the use flag gstreamer.
Comment 1 Jonas Stein gentoo-dev 2019-05-30 16:02:01 UTC
does it work in other versions?
Can you provide any messages?
Perhaps there is some information during compile time already? Please provide the logs. https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
and reopen.
Comment 2 Marco Clocchiatti 2019-05-30 19:18:28 UTC
(In reply to Jonas Stein from comment #1)
> does it work in other versions?

??? sorry.
You know libreoffice needs 4 hours to recompile.
Now I've added the gwenview flag and I can't give you new info.

Anyway, previously the issue happened just inserting "Audio o Video" from "menu insert" and selecting an arbitrary video file, well working with vlc.
The message in a dialog window was "the format of the selected file is not supported".
nothing was visible on the terminal.

I discover the issue because libreoffice was unable to render an embedded mp4 on impress.

> Can you provide any messages?
> Perhaps there is some information during compile time already? Please
> provide the logs.
Pay attention: the ebuild compiles well and, in my system, logs are cleaned at the end of any successful compilation. That's the reason because logs cannot be provided.

> https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
> and reopen.
Comment 3 Marco Clocchiatti 2019-05-30 19:21:03 UTC
(In reply to Jonas Stein from comment #1)
> and reopen.
I can't reopen the bug.
I'm not a developer.
Comment 4 Sabayonino 2019-05-30 22:15:49 UTC
You can see this :
https://ask.libreoffice.org/en/question/854/what-video-formats-does-libreoffice-impress-support/



==========
It depends on the installed codec support and what the platform-dependent multimedia frameworks (used by LibreOffice) support in the way of codecs:

    On Windows, LibreOffice can open anything for which DirectShow filters are installed (list of default formats).

__________________________________________________________________________
    On Linux, LibreOffice uses gstreamer, so whatever you can play using gstreamer can be used with LibreOffice (list of defined types).
__________________________________________________________________________


    On Mac, it uses Quicktime (list of media formats - Apple has now killed this link. Internet archive version here).

LibreOffice by itself doesn't support any media files (it could play WAVs directly, but that is of limited use, and not sure whether this is gone as well now).
============

:)
Comment 5 Marco Clocchiatti 2019-05-31 08:05:18 UTC
(In reply to Sabayonino from comment #4)
> You can see this :
> https://ask.libreoffice.org/en/question/854/what-video-formats-does-
> libreoffice-impress-support/
> 
just view, off course...
My video is a standard mp4 from an android smartphone...

it works well with vlc and any other player.
and it works with libreoffice, if compiled with gwenview flag.

so, it should work even when libreoffice is compiled with the vlc flag only.

Clearly this is a bug.
if vlc flag does not works, it should be removed or fixed.

please test what I'm saying before closing this again.
and please don't use NEEDINFO anymore.
Comment 6 Andreas Sturmlechner gentoo-dev 2019-06-27 17:54:14 UTC
(In reply to Marco Clocchiatti from comment #5)
> it works well with vlc and any other player.
> and it works with libreoffice, if compiled with gwenview flag.
What is a gwenview flag?
Comment 7 Marco Clocchiatti 2019-06-28 14:08:44 UTC
(In reply to Andreas Sturmlechner from comment #6)
> (In reply to Marco Clocchiatti from comment #5)
> > it works well with vlc and any other player.
> > and it works with libreoffice, if compiled with gwenview flag.
> What is a gwenview flag?

sorry.
gwenview flag is a mistake.

I meant vlc flag, off course.
Comment 8 Larry the Git Cow gentoo-dev 2019-07-18 20:58:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122f33d3d416692e223663dca0fa3ffdc55205d0

commit 122f33d3d416692e223663dca0fa3ffdc55205d0
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-07-18 18:47:33 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-07-18 20:58:02 +0000

    app-office/libreoffice: Drop USE vlc
    
    Does not work, is not maintained.
    
    Bug: https://bugs.gentoo.org/686958
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-office/libreoffice/libreoffice-6.2.9999.ebuild | 5 ++---
 app-office/libreoffice/libreoffice-9999.ebuild     | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)