Package Details: djv 2.0.8-6

Git Clone URL: https://aur.archlinux.org/djv.git (read-only, click to copy)
Package Base: djv
Description: Professional media review software for VFX, animation, and film production
Upstream URL: http://djv.sourceforge.net/
Licenses: custom
Submitter: N30N
Maintainer: oweissbarth
Last Packager: oweissbarth
Votes: 14
Popularity: 0.48
First Submitted: 2009-06-17 04:44 (UTC)
Last Updated: 2023-07-30 17:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

oweissbarth commented on 2021-07-04 12:43 (UTC)

@bartus Thanks for the help! I updated the packages based on your suggestion. I decided to not use the openexr2 package and instead patched djv to work with openexr version 3. Let me know if it works for you.

bartus commented on 2021-07-03 12:58 (UTC) (edited on 2021-07-03 12:59 (UTC) by bartus)

Fix for openexr2 opencolorio1 and partially gcc:11 http://ix.io/3rPb/diff

Apply with git am -s < <(curl -s http://ix.io/3rPb)

Polarity commented on 2021-04-30 06:29 (UTC)

@oweissbarth Thanks for the explanation! I guess I can just wait it out at the moment. :)

oweissbarth commented on 2021-04-29 15:20 (UTC)

@Polarity This is because openexr 3.X is currently not compatible with djv. Archlinux moved to 3.X about a week ago. I'll investigate further. In the meantime you could downgrade to openexr 2.5.X but that might break other applications that were build with the new openexr version.

Polarity commented on 2021-04-28 17:41 (UTC)

Hi! I'm getting stuck when I try to install DJV. Any ideas how I can fix this would be much aprechiated!

CMake Error at CMakeLists.txt:190 (find_package):
  By not providing "FindIlmBase.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "IlmBase", but
  CMake did not find one.

  Could not find a package configuration file provided by "IlmBase" with any
  of the following names:

    IlmBaseConfig.cmake
    ilmbase-config.cmake

  Add the installation prefix of "IlmBase" to CMAKE_PREFIX_PATH or set
  "IlmBase_DIR" to a directory containing one of the above files.  If
  "IlmBase" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
See also "~/.cache/yay/djv/src/DJV-Release/CMakeFiles/CMakeOutput.log".
See also "~/.cache/yay/djv/src/DJV-Release/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...
error making: djv

oweissbarth commented on 2020-09-30 09:02 (UTC)

@bartus I updated the package with your changes. Thanks you for your help. I also learned quite a few things from your changes. So thank you for that as well!

bartus commented on 2020-09-29 21:16 (UTC) (edited on 2020-09-29 21:17 (UTC) by bartus)

@oweissbarth: I've made some adjustments to this PKGBUILD

They remove tone of redundant dependencies, and refactor some legacy statements. https://github.com/bartoszek/AUR-djv/pull/2

You can merge and signoff with.

git am -s < <(curl -s https://patch-diff.githubusercontent.com/raw/bartoszek/AUR-djv/pull/2.patch)

Feel free to cherry pick anything you like, I've already tested this patch for a few weeks now, without any issues.

oweissbarth commented on 2020-09-28 08:50 (UTC)

@sid350 Can you replace line 26 of the PKGBUILD with "export DJV_BUILD=$srcdir" (without quotes) and try again? Thank you.

sid350 commented on 2020-09-26 21:50 (UTC) (edited on 2020-09-26 21:51 (UTC) by sid350)

[ 55%] Performing install step for 'IlmBase' [ 17%] Built target Half [ 17%] Built target Iex [ 28%] Built target IexMath [ 75%] Built target IlmThread [100%] Built target Imath Install the project... -- Install configuration: "Release" CMake Error at config/cmake_install.cmake:46 (file): file cannot create directory: /DJV-install/include/OpenEXR. Maybe need administrative privileges. Call Stack (most recent call first): cmake_install.cmake:47 (include)

make[3]: [Makefile:105: install] Error 1 make[2]: [CMakeFiles/IlmBase.dir/build.make:93: IlmBase/src/IlmBase-stamp/IlmBase-install] Error 2 make[1]: [CMakeFiles/Makefile2:360: CMakeFiles/IlmBase.dir/all] Error 2 make: [Makefile:149: all] Error 2 [ 55%] Performing install step for 'IlmBase' [ 17%] Built target Half [ 17%] Built target Iex [ 28%] Built target IexMath [ 75%] Built target IlmThread [100%] Built target Imath Install the project... -- Install configuration: "Release" CMake Error at config/cmake_install.cmake:46 (file): file cannot create directory: /DJV-install/include/OpenEXR. Maybe need administrative privileges. Call Stack (most recent call first): cmake_install.cmake:47 (include)

make[3]: [Makefile:105: install] Error 1 make[2]: [CMakeFiles/IlmBase.dir/build.make:93: IlmBase/src/IlmBase-stamp/IlmBase-install] Error 2 make[1]: [CMakeFiles/Makefile2:360: CMakeFiles/IlmBase.dir/all] Error 2 make: [Makefile:149: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: djv

kalimerox commented on 2020-06-28 21:30 (UTC)

looks like there are quite some updates recently in this software