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.
Search Criteria
Package Details: dcpomatic 2.16.99-1
Package Actions
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-2.0-or-later |
Submitter: | ska |
Maintainer: | markusk (bradel) |
Last Packager: | bradel |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2013-11-16 17:01 (UTC) |
Last Updated: | 2024-12-11 08:44 (UTC) |
Dependencies (25)
- boost-libs
- ffmpeg4.4
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glu (glu-gitAUR)
- icu (icu-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- leqm-nrtAUR (leqm-nrt-gitAUR)
- libcxmlAUR (libcxml-gitAUR)
- libdcpAUR (libdcp-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libssh (libssh-gitAUR)
- libsubAUR (libsub-gitAUR, libsubAUR)
- libzip (libzip-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pangomm
- rtaudio (rtaudio-gitAUR)
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR)
- Show 5 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
IOAOI commented on 2022-01-17 12:50 (UTC) (edited on 2022-01-17 12:54 (UTC) by IOAOI)
markusk commented on 2022-01-16 22:33 (UTC)
@IOAOI: On my Arch system icu is in version .70 and no longer .69 and this seems to be the same case on your system. But one of the dcpomatic pkg's (libsub, libdcp, dcpmatic, .....) that you have installed is still linked to the old version of the lib.
$ pacman -Q | grep '^icu'
icu 70.1-1
$ pacman -Ql icu | grep so
[..]
icu /usr/lib/libicui18n.so
icu /usr/lib/libicui18n.so.70
icu /usr/lib/libicui18n.so.70.1
[..]
About the boost problem and the compile errors. These are a bit of a hassle, you can file bug reports for these upstream at https://dcpomatic.com/mantis/. At the moment, the AUR packaging is on a freeze as extra/openjpeg2 is missing a needed patch to support the new dcpomatic versions that bug fixes (inc. boost stuff) would be placed in from upstream. At the moment the flatpak pkgs hosted on http://dcpomatic.com might be the only option to use dcpomatic on arch till the patch to openjpeg2 lands in code and in extra/openjpeg2. At https://github.com/uclouvain/openjpeg/pull/1388/commits you can follow what is happening to the pull request from Carl.
If you have more questions, you can reach me via email at mk@filmkreis.tu-darmstadt.de
IOAOI commented on 2022-01-16 02:12 (UTC)
Build fails with boost 1.78.0-1 & boost-libs 1.78.0-1, needed to downgrade to boost 1.76.0-2 & boost-libs 1.76.0-2 but still won't work: dcpomatic2: error while loading shared libraries: libicui18n.so.69: cannot open shared object file: No such file or directory
markusk commented on 2021-05-11 13:10 (UTC)
I will upload 2.14.50 as soon as source download is possible. See https://dcpomatic.com/mantis/view.php?id=1993 for update. (should not take long!)
markusk commented on 2020-01-05 18:31 (UTC)
@davebloggt: thank you for that sha256 catch! was in a hurry to get 2.14.19 out and did skimp a bit on the final testing.
davebloggt commented on 2020-01-05 11:06 (UTC)
The current .tar.bz2 seems to have a different shasum than what's in the PKGBUILD. I'm getting 7aee13f1d836af5e12bca05d2e73a4413961e08fafab64b94d6a0917b7c410c1 when I manually download the file from dcpomatic.com
markusk commented on 2019-10-20 13:47 (UTC) (edited on 2019-10-22 00:47 (UTC) by markusk)
@TilmannV: thank you for pointing that one out! Totally missed that! I'm pushing new PKGVER=2 versions for all my packages right now.
TilmanV commented on 2019-10-20 08:24 (UTC)
I noticed, that you use the http link for downloading the DCP-O-Matic source code. dcpomatic.com supports https. Can you change the link (in all packages) to https?
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.
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!