Package Details: dcpomatic 2.16.80-1

Git Clone URL: https://aur.archlinux.org/dcpomatic.git (read-only, click to copy)
Package Base: dcpomatic
Description: A free, open-source program to generate Digital Cinema Packages (DCPs) from videos or images
Upstream URL: https://dcpomatic.com/
Keywords: Cinema DCP
Licenses: GPL
Submitter: ska
Maintainer: markusk (bradel)
Last Packager: markusk
Votes: 6
Popularity: 0.000005
First Submitted: 2013-11-16 17:01 (UTC)
Last Updated: 2024-04-21 14:17 (UTC)

Pinned Comments

markusk commented on 2024-05-09 20:27 (UTC) (edited on 2024-05-09 22:16 (UTC) by markusk)

For all that, get the "error" @multi.flexi has on his system.

==> Validating source files with sha256sums...
libdcp-1.8.99 ... NOT FOUND

This is connected to pacman/makepkg versions below v6.1.0 which are at the moment at least used by manjaro. The versions before v6.1.0 do not support version checksums for git sources!

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

markusk commented on 2024-05-09 20:27 (UTC) (edited on 2024-05-09 22:16 (UTC) by markusk)

For all that, get the "error" @multi.flexi has on his system.

==> Validating source files with sha256sums...
libdcp-1.8.99 ... NOT FOUND

This is connected to pacman/makepkg versions below v6.1.0 which are at the moment at least used by manjaro. The versions before v6.1.0 do not support version checksums for git sources!

markusk commented on 2024-04-21 14:33 (UTC)

@multi.flexi : just made the upgrade to the new version, please test if it works now !

markusk commented on 2024-04-21 13:44 (UTC)

@multi.flexi ; looks like the upstream git repo for libdcp changed/removed the release tags for libdcp. Update will be coming when the change to the new dcpomatic version is done soon.

markusk commented on 2024-04-15 12:52 (UTC)

@multi.flexi commented on 2024-04-15 04:58 (UTC) I can not reproduce your error. Please make sure that your "makepkg" builddir is empty. Maybe you have a failed or partial download? If you need more help you can contact us pkg-maintainers at mk@filmkreis.tu-darmstadt.de. If you do please supply the output of your build/aur-helper tool as an attachment.

multi.flexi commented on 2024-04-15 04:58 (UTC)

I am getting bad checksum. It is necessary to skip it: paru -S dcpomatic --mflags "--skipchecksums --skippgpcheck"

markusk commented on 2022-04-14 11:06 (UTC) (edited on 2022-04-14 11:08 (UTC) by markusk)

@TilmanV commented on 2022-04-10 09:38 (UTC)

This is a death loop now.

a) The 2.16.X dcpomatic is based on patched libraries from Carl.

b) your "boost" compile for the 2.14.X packages implies that the boost package from Arch was updated and now the dcpomatic 2.14.X is no longer compatible with the new boost.

At the moment I don't want to host patched ffmpeg or other libs that would be needed to compile 2.16.X in extra packages on AUR as these might break other packages that depend on these libs.

Asking Carl (dcpomatic creator) to supply patches for 2.14.X for these to compile on Arch with the new boost might be a bit much to ask based on the assumed low user base here ? (can't tell how many use these PKGs)

My suggestion for the moment would be to use the Appimage's Carl is supplying. For me these seem to be the "best of the bad options" on the table at the moment.

TilmanV commented on 2022-04-10 09:38 (UTC)

The current version doesn't compile. https://pastebin.com/V89qqq7t

IOAOI commented on 2022-01-19 22:33 (UTC) (edited on 2022-01-20 00:24 (UTC) by IOAOI)

Thank you, it builds and works now, although first I needed to rebuild these AUR deps as my pre-existing packages were built against older versions of boost and icu - 1: libcxml 2: libquickmail 3: libasdcp-cth 4: libdcp 5: libsub 6: liblocked-sstream (and the preview audio works with pipewire too)

markusk commented on 2022-01-19 00:38 (UTC)

@IOAOI: With the help of a small patch file provided by “Mr Upstream” aka Carl H. ;) both 2.14.56 and the new stable version 2.14.57 released today work.

About https://dcpomatic.com/build/linux that is the build help for the new develop version 2.15.x which indeed will need much more libs not currently present or even "core" programs (ffmpeg, openjpeg2, ...) with patched versions. The build help for stable 2.14.x can be found at https://dcpomatic.com/build/linux-2.14.x?distro=arch

IOAOI commented on 2022-01-17 12:50 (UTC) (edited on 2022-01-17 12:54 (UTC) by IOAOI)

Thank you - I needed a DCP by today, so installed dcpomatic_2.14.56-1_amd64.deb yesterday evening in Devuan which has done the job - hopefully you will get this working again in due course. I tried updating this PKGBUILD to the dev version first but ran into issues, I think I should have followed this guide in retrospect, there are some extra deps which aren't packaged: https://dcpomatic.com/build/linux It looks like there is a patched openjpeg too.