Package Details: mkvtoolnix-qt5 81.0-2

Git Clone URL: https://aur.archlinux.org/mkvtoolnix-qt5.git (read-only, click to copy)
Package Base: mkvtoolnix-qt5
Description: Matroska tools (Qt5 version)
Upstream URL: https://mkvtoolnix.download/
Licenses: GPL2
Conflicts: mkvtoolnix-cli, mkvtoolnix-git, mkvtoolnix-gui
Provides: mkvtoolnix-cli, mkvtoolnix-gui
Submitter: ObserverOfTime
Maintainer: FabioLolix
Last Packager: ObserverOfTime
Votes: 2
Popularity: 0.000003
First Submitted: 2022-11-26 10:50 (UTC)
Last Updated: 2024-10-20 09:04 (UTC)

Required by (30)

Sources (1)

Latest Comments

Kepsz commented on 2024-11-10 18:05 (UTC) (edited on 2024-11-10 18:06 (UTC) by Kepsz)

Now I'm getting a bunch of FMT related errors. See:

src/common/strings/formatting.h:104:33: error: ‘join’ is not a member of ‘fmt’
  104 |   return fmt::format("{}", fmt::join(range, separator));
      |                                 ^~~~
compilation terminated due to -Wfatal-errors.

FabioLolix commented on 2024-10-05 09:54 (UTC)

Likely need ruby-erb as makedepend, it happened in one of my pkgbuilds too

Kepsz commented on 2024-10-05 09:01 (UTC) (edited on 2024-10-05 09:02 (UTC) by Kepsz)

Something is wrong with ruby. It's the same with the git package too.


...
config.status: creating build-config
config.status: creating config.h

The mkvtoolnix configuration is complete.
Optional features that are built: 
   * compiler optimizations
   * pre-compiled headers
   * FLAC audio
   * MKVToolNix GUI (with Qt 6)
   * DVD chapter support via libdvdread
   * man page translations (po4a)
   * translations (gettext)
Optional features that are NOT built: 
   * online update check in the GUI
   * 'mkvtoolnix' wrapper binary
   * debugging information
   * profiling support
   * development technique 'address sanitizer'
   * development technique 'undefined behavior sanitizer'
   * make a static build of the applications
rake aborted!
LoadError: cannot load such file -- erb
<internal:/usr/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require'
<internal:/usr/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require'
/home/kepsz/.cache/yay/mkvtoolnix-qt5/src/mkvtoolnix-81.0/rake.d/requirements.rb:2:in `<top (required)>'
/home/kepsz/.cache/yay/mkvtoolnix-qt5/src/mkvtoolnix-81.0/Rakefile:38:in `require_relative'
/home/kepsz/.cache/yay/mkvtoolnix-qt5/src/mkvtoolnix-81.0/Rakefile:38:in `<top (required)>'
(See full trace by running task with --trace)
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: mkvtoolnix-qt5-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
mkvtoolnix-qt5 - exit status 4

ObserverOfTime commented on 2023-10-31 09:39 (UTC)

They are bundled.

Win8Error commented on 2023-10-21 22:44 (UTC)

Please add fmt and pugixml as dependency.