Package Details: vlc-luajit 3.0.21-8

Git Clone URL: https://aur.archlinux.org/vlc-luajit.git (read-only, click to copy)
Package Base: vlc-luajit
Description: Multi-platform MPEG, VCD/DVD, and DivX player built with luajit for OBS Studio compatibility
Upstream URL: https://www.videolan.org/vlc/
Keywords: luajit media obs obs-studio vlc
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: vlc, vlc-dev, vlc-plugin, vlc-stable-git
Provides: vlc
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 22
Popularity: 0.70
First Submitted: 2021-05-11 19:45 (UTC)
Last Updated: 2024-12-25 19:00 (UTC)

Required by (153)

Sources (4)

Pinned Comments

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Alkaris commented on 2025-01-04 10:30 (UTC) (edited on 2025-01-04 11:05 (UTC) by Alkaris)

Package does not compile.

<command-line>: note: this is the location of the previous definition
  CCLD     libvlc_xcb_events.la
  CCLD     libpulselist_plugin.la
  CXXLD    libstream_out_chromecast_plugin.la
  CCLD     liblogo_plugin.la
/usr/bin/ld: /tmp/cczKG4dD.ltrans0.ltrans.o: in function `ChromecastCommunication::buildMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, castchannel::CastMessage_PayloadType)':
<artificial>:(.text+0x398d): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans0.ltrans.o: in function `intf_sys_t::handleMessages()':
<artificial>:(.text+0xc864): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o: in function `castchannel::AuthResponse::PlacementNew_(void const*, void*, google::protobuf::Arena*)':
<artificial>:(.text+0xa8): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o: in function `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(unsigned int, std::basic_string_view<char, std::char_traits<char> >, unsigned char*)':
<artificial>:(.text+0x1d6): undefined reference to `google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::basic_string_view<char, std::char_traits<char> >, unsigned char*)'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o: in function `castchannel::CastMessage::PlacementNew_(void const*, void*, google::protobuf::Arena*)':
<artificial>:(.text+0x1e8): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o:(.data.rel+0x378): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o:(.data.rel+0x380): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o:(.data.rel+0x3b8): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o:(.data.rel+0x3c0): undefined reference to `google::protobuf::internal::fixed_address_empty_string'
/usr/bin/ld: /tmp/cczKG4dD.ltrans1.ltrans.o:(.data.rel+0x3c8): more undefined references to `google::protobuf::internal::fixed_address_empty_string' follow
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:18419: libstream_out_chromecast_plugin.la] Error 1
make[4]: *** Waiting for unfinished jobs....

always fails for

sources/vlc-luajit/src/vlc-3.0.21/modules

libvlc-luajit should just become Optional dependency, because it's nothing but a problematic package that always fails to compile. It NEVER compiles successfully.

ddulz commented on 2024-08-25 22:25 (UTC)

yeah this version disable vaapi, make hevc impossible to play with old intel laptops. is there a flag or a way to enable it?

chb commented on 2024-08-24 04:14 (UTC)

it seems like this version has to use my CPU for video decode, i think i saw a comment below about this version not containing vaapi (i have amd gpu)

CountJJ commented on 2024-07-15 07:51 (UTC)

latest version freezes after a few seconds of playing any video any codec any format

tytan652 commented on 2023-12-02 11:45 (UTC)

@bboudre7 and @vmService

You are likely not using the official libplacebo package which is version 5 on Arch repo.

vmService commented on 2023-12-01 20:15 (UTC)

I also cannot build this package:

In file included from video_output/opengl/vout_helper.c:44:
video_output/opengl/vout_helper.h:133:5: error: ‘PL_TONE_MAPPING_HABLE’ undeclared here (not in a function)
  133 |     PL_TONE_MAPPING_HABLE,
      |     ^~~~~~~~~~~~~~~~~~~~~
video_output/opengl/vout_helper.h:134:5: error: ‘PL_TONE_MAPPING_MOBIUS’ undeclared here (not in a function)
  134 |     PL_TONE_MAPPING_MOBIUS,
      |     ^~~~~~~~~~~~~~~~~~~~~~
video_output/opengl/vout_helper.h:135:5: error: ‘PL_TONE_MAPPING_REINHARD’ undeclared here (not in a function)
  135 |     PL_TONE_MAPPING_REINHARD,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
video_output/opengl/vout_helper.h:136:5: error: ‘PL_TONE_MAPPING_GAMMA’ undeclared here (not in a function); did you mean ‘PL_TONE_MAP_LUMA’?
  136 |     PL_TONE_MAPPING_GAMMA,
      |     ^~~~~~~~~~~~~~~~~~~~~
      |     PL_TONE_MAP_LUMA
video_output/opengl/vout_helper.h:137:5: error: ‘PL_TONE_MAPPING_LINEAR’ undeclared here (not in a function); did you mean ‘PL_TONE_MAP_LUMA’?
  137 |     PL_TONE_MAPPING_LINEAR,
      |     ^~~~~~~~~~~~~~~~~~~~~~
      |     PL_TONE_MAP_LUMA
video_output/opengl/vout_helper.h:138:5: error: ‘PL_TONE_MAPPING_CLIP’ undeclared here (not in a function)
  138 |     PL_TONE_MAPPING_CLIP,
      |     ^~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:22505: video_output/opengl/libgl_plugin_la-vout_helper.lo] Error 1
make[4]: Leaving directory '/home/umi/.cache/yay/vlc-luajit/src/vlc-3.0.20/modules'
make[3]: *** [Makefile:28327: all-recursive] Error 1
make[3]: Leaving directory '/home/umi/.cache/yay/vlc-luajit/src/vlc-3.0.20/modules'
make[2]: *** [Makefile:12918: all] Error 2
make[2]: Leaving directory '/home/umi/.cache/yay/vlc-luajit/src/vlc-3.0.20/modules'
make[1]: *** [Makefile:1567: all-recursive] Error 1
make[1]: Leaving directory '/home/umi/.cache/yay/vlc-luajit/src/vlc-3.0.20'
make: *** [Makefile:1454: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: vlc-luajit-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vlc-luajit - exit status 4

xiota commented on 2023-11-11 03:04 (UTC)

$ pacman -Si kwallet
error: package 'kwallet' was not found

$ pacman -Si extra/kwallet5 | grep -E '^(Name|Provides)'
Name            : kwallet5
Provides        : org.freedesktop.secrets

tytan652 commented on 2023-11-07 18:45 (UTC)

@xiota, vlc has no kf5 dependencies. If you mean kwallet even the upstream package kept kwallet.