Package Details: popcorntime-bin 0.4.9-1

Git Clone URL: https://aur.archlinux.org/popcorntime-bin.git (read-only, click to copy)
Package Base: popcorntime-bin
Description: Stream free movies and TV shows from torrents
Upstream URL: https://github.com/popcorn-official/popcorn-desktop
Keywords: movies popcorntime torrent
Licenses: GPL3
Conflicts: popcorntime, popcorntime-ce
Provides: popcorntime, popcorntime-ce
Submitter: 314eter
Maintainer: yigits
Last Packager: yigits
Votes: 145
Popularity: 1.04
First Submitted: 2016-02-19 14:58 (UTC)
Last Updated: 2022-09-04 19:10 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Pinned Comments

FirstAirBender commented on 2020-03-18 14:07 (UTC)

If you are experiencing issues with the VPN then

  • flush the database and restart
  • disable the use of VPN in options and restart again

The movies list should now load properly

Latest Comments

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

not_schur commented on 2021-04-04 13:44 (UTC)

Hi, just wanted to let you know that sha256 verification fails for Popcorn-Time-0.4.4-linux64.zip.

neitsab commented on 2020-12-12 00:54 (UTC)

Hi there, gtk2 can be removed from the dependencies (already the case in popcorntime and popcorntime-git). Thanks!

hekaton commented on 2020-06-07 18:57 (UTC)

Hi all!

I have an issue here. Everything works fine except for the subtitles. I have enabled them, set the language but it shows with a white box with an X. Made an opensubtitles account, but it can't connect.

libcg commented on 2020-05-23 21:19 (UTC)

Awesome, thanks!

buzo commented on 2020-05-22 14:12 (UTC)

Thanks, libcg – fixed.

libcg commented on 2020-05-19 04:23 (UTC)

I can confirm that the following code should be removed:

# Move library files to /usr/lib/popcorntime
install -d "${pkgdir}/usr/lib/${_pkgname}/${pkgver}"
mv "${srcdir}"/lib/* "${pkgdir}/usr/lib/${_pkgname}/${pkgver}"
rmdir "${srcdir}"/lib

install -d "${pkgdir}/etc/ld.so.conf.d"
echo "/usr/lib/${_pkgname}/${pkgver}" > "${pkgdir}/etc/ld.so.conf.d/${_pkgname}.conf"

This fixes Firefox on Wayland and probably other programs that are loading the wrong libraries. Popcorntime still locates the libraries correctly in /usr/share/popcorntime/lib (checked with ldd). Please fix.

neitsab commented on 2020-04-18 20:12 (UTC) (edited on 2020-04-18 20:27 (UTC) by neitsab)

The forum post @michelesr was referring to was https://bbs.archlinux.org/viewtopic.php?id=254633 I guess (the link provided points to a 2016 thread).

There it was suggested to remove the following lines from the PKGBUILD:

install -d "${pkgdir}/etc/ld.so.conf.d"
  echo "/usr/lib/${_pkgname}/${pkgver}" > "${pkgdir}/etc/ld.so.conf.d/${_pkgname}.conf"

and it fixed the problem for the affected user.

They remark that the non-bin package doesn't do that ld.so configuration thingy. Why is it needed here?

Also, does anyone have the "stuck on loading symbol" issue despite the updated version?

edit: Flushing the databases solved the issue, but made me loose my config and favorites list... Ugh.

michelesr commented on 2020-04-17 22:23 (UTC) (edited on 2020-04-20 16:59 (UTC) by michelesr)

WARNING: this package will install .so files that might interfere with Firefox running under wayland, making it very unstable. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1628110 and https://bbs.archlinux.org/viewtopic.php?id=254633

buzo commented on 2020-03-30 17:56 (UTC)

sayang2001: Please see pinned comment, or check with upstream.

buzo commented on 2020-03-30 17:55 (UTC)

je-vv: thanks, removed