Package Details: plex-desktop 1.105.2.269-1

Git Clone URL: https://aur.archlinux.org/plex-desktop.git (read-only, click to copy)
Package Base: plex-desktop
Description: Plex desktop client for linux
Upstream URL: http://plex.tv
Licenses: unknown
Submitter: ludvigHz
Maintainer: huyz (username227)
Last Packager: username227
Votes: 17
Popularity: 0.018815
First Submitted: 2022-05-26 10:36 (UTC)
Last Updated: 2024-12-12 17:56 (UTC)

Dependencies (48)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

ludvigHz commented on 2022-07-16 20:59 (UTC)

A symlink to the system libmpv with the correct version has been added in the latest release. So the application should run again.

npreining commented on 2022-07-12 03:33 (UTC)

The following change is needed

@@ -44,6 +44,7 @@ package() {
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libicuuc.so.66" -t "${pkgdir}/usr/lib/${pkgname}"
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libavutil.so.56" -t "${pkgdir}/usr/lib/${pkgname}"
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libavformat.so.58" -t "${pkgdir}/usr/lib/${pkgname}"
+  install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libmpv.so.2" -t "${pkgdir}/usr/lib/${pkgname}"

   install -Dm644 "${srcdir}/${pkgname}/usr/lib/x86_64-linux-gnu/libvpx.so.6.2.0" "${pkgdir}/usr/lib/${pkgname}/libvpx.so.6"
   install -Dm644 "${srcdir}/${pkgname}/usr/lib/x86_64-linux-gnu/libwebp.so.6.0.2" "${pkgdir}/usr/lib/${pkgname}/libwebp.so.6"

oromis95 commented on 2022-07-12 02:45 (UTC)

Confirm, no longer works because of mpv dependency issue

hashworks commented on 2022-07-11 22:44 (UTC)

Looks like a dependency is missing:

$ ldd /opt/plex-desktop/bin/Plex
    libmpv.so.2 => not found
...

Not provided over the wrapper script either.

ryaeng commented on 2022-07-01 15:12 (UTC)

I can confirm joeleg's comment. plex-desktop doesn't launch until qt5-x11extras is installed.

ScrexyScroo commented on 2022-06-20 15:13 (UTC)

core dump /s

joeleg commented on 2022-06-15 23:04 (UTC)

Hey, I think the qt5-x11extras dependency is being ignored. Or at least I am unable to launch without it installed on wayland.

gabed commented on 2022-06-03 23:15 (UTC)

@yochananmarqos: why so it is. i wonder why it didn't work for me...

yochananmarqos commented on 2022-06-03 23:05 (UTC)

@gabed: squashfs-tools is already in makedepends()