FS#77250 - [mediathekview] 13.9.1 fails with jre8-openjdk but package defines it as an ok dependency

Attached to Project: Community Packages
Opened by Ernst-Roman Holst (erholst) - Monday, 23 January 2023, 23:45 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

mediathekview 13.9.1 demands jre17-openjdk:
$ cat /usr/bin/mediathekview |grep openjdk
PATH="/usr/lib/jvm/java-17-openjdk/bin:${PATH}"

so depends inside PKGBUILD should have? :
depends=(... java-runtime=17 ...)
and not:
depends=(... java-runtime ...)


quick fix:
if i manually install
sudo pacman -S jre17-openjdk
mediathekview runs fine but would be nice if other people don't run into
this problem
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:05 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/mediathekview/issues/2

Loading...