Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836351 - media-video/totem-42.0 should depend on media-plugins/gst-plugins-gtk[opengl]
Summary: media-video/totem-42.0 should depend on media-plugins/gst-plugins-gtk[opengl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-29 06:41 UTC by Alessandro Calorì
Modified: 2022-03-30 19:30 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Calorì 2022-03-29 06:41:23 UTC
I just updated GNOME to version 42. Everything seems already smooth and stable but totem refuses to start if media-plugins/gst-plugins-gtk is not installed or if it is missing opengl USE flag.

When totem is executed from the terminal the following message is shown: "Element 'gtkglsink' is missing, verify your installation".

Installing the package solves the issue.


Reference:
https://mail.gnome.org/archives/commits-list/2022-February/msg00101.html
Comment 1 Matt Turner gentoo-dev 2022-03-30 19:26:26 UTC
Hmm, I see in src/backend/meson.build:

gst_good_plugins = [
  'autoaudiosink',
  'scaletempo',
  'gtkglsink',
  'glsinkbin'
]

foreach plugin: gst_good_plugins
  r = run_command(gst_inspect, plugin, check: false)
  assert(r.returncode() == 0,
         'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It should be part of gst-plugins-good. Please install it.')
endforeach

Looks like that's broken, I guess?
Comment 2 Larry the Git Cow gentoo-dev 2022-03-30 19:30:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770afcdffc49daeebe087f27c0d4097547018a05

commit 770afcdffc49daeebe087f27c0d4097547018a05
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-03-30 19:29:33 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-03-30 19:30:03 +0000

    media-video/totem: Depend on gst-plugins-gtk[opengl]
    
    Closes: https://bugs.gentoo.org/836351
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-video/totem/{totem-42.0.ebuild => totem-42.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)