Package Details: cpgcdemux 0.1-1

Git Clone URL: https://aur.archlinux.org/cpgcdemux.git (read-only, click to copy)
Package Base: cpgcdemux
Description: Linux console port of PgcDemux. A tool for demuxing a DVD PGC/VID/CELL.
Upstream URL: http://cdslow.org.ru/en/cpgcdemux
Keywords: DVD video
Licenses: LGPL
Provides: cpgcd
Submitter: deko
Maintainer: deko
Last Packager: deko
Votes: 0
Popularity: 0.000000
First Submitted: 2020-05-15 00:03 (UTC)
Last Updated: 2020-05-15 00:03 (UTC)

Latest Comments

shuggy999 commented on 2025-06-02 23:19 (UTC) (edited on 2025-06-05 14:42 (UTC) by shuggy999)

When attempting to compile the package, I get the following error:

==> Starting build()...
-- The CXX compiler identification is GNU 15.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

EDIT: run export CMAKE_POLICY_VERSION_MINIMUM=3.5 before installing the package