~ruther/guix-local

3a7ac72469e4061960b07439353ac3682ed93871 — Gabriel Wicki 30 days ago 8e11f42
gnu: mp3: Remove taglib-next.

taglib had been updated and taglib-next is broken due to missing input
cppunit.

* gnu/packages/mp3.scm (taglib-next): Delete variable.
(python-pytaglib) [inputs]: Change reference to taglib.

Change-Id: I398761463488795aa66a547817fa6eb23ae8446a
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
1 files changed, 1 insertions(+), 19 deletions(-)

M gnu/packages/mp3.scm
M gnu/packages/mp3.scm => gnu/packages/mp3.scm +1 -19
@@ 285,24 285,6 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
               (base32
                "0phliksg5r1n15prcbp391xk2z1fh2c7zlc7h0nabpwkf6j08za1"))))))

(define-public taglib-next
  (package
    (inherit taglib)
    (name "taglib")
    (version "2.1.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/taglib/taglib")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0m1xyjsg6a8p4prn1xr1g29zsxqr7606cv3cblgjgxkb1dk26fx7"))))
    (inputs
     (list utfcpp
           zlib))))

(define-public minimp3
  ;; The latest commit is used as there is no release.
  (let ((commit   "afb604c06bc8beb145fecd42c0ceb5bda8795144")


@@ 792,7 774,7 @@ fingerprinting library and the Acoustid API.")
           python-pytest
           python-setuptools))
    (inputs
     (list taglib-next))
     (list taglib))
    (home-page "https://github.com/supermihi/pytaglib")
    (synopsis "Python bindings for taglib")
    (description