~ruther/guix-local

3811ed8df89f64bc1d8af59705d87e9334956344 — Sharlatan Hellseher 8 months ago 1fe06a7a
gnu: r128gain: Disable tests.

* gnu/packages/audio.scm (r128gain)[arguments] <tests?>: Skip for now.
[native-inputs]: Remove python-wheel.

Change-Id: I4f637fe97247363cdf8f457312766e86f5239312
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +4 -2
@@ 5734,6 5734,8 @@ loudness of audio and video files to the same level.")
    (license license:gpl2+)))

(define-public r128gain
  ;; XXX: Upstream notice: This project was archived by the owner on Aug 17,
  ;; 2023. It is now read-only.
  (package
    (name "r128gain")
    (version "1.0.7")


@@ 5749,6 5751,7 @@ loudness of audio and video files to the same level.")
    (build-system pyproject-build-system)
    (arguments
       (list
        #:tests? #f ;require a complex set up, see <.github/workflows/ci.yml>.
        #:phases
        #~(modify-phases %standard-phases
            (add-after 'unpack 'hardcode-ffmpeg


@@ 5762,8 5765,7 @@ loudness of audio and video files to the same level.")
                  python-tqdm ffmpeg))
    (native-inputs (list python-future
                         python-requests
                         python-setuptools
                         python-wheel))
                         python-setuptools))
    (home-page "https://github.com/desbma/r128gain")
    (synopsis "Fast audio loudness scanner & tagger")
    (description