~ruther/guix-local

1f449e78275394c5018d0c870fdfdba09d5fd19e — Maxim Cournoyer 1 year, 11 months ago 447456b
gnu: bcmatroska2: Update to 5.3.57.

* gnu/packages/linphone.scm (bcmatroska2): Update to 5.3.57.
[arguments]: Delete phases argument.
<configure-flags>: Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=ON.

Change-Id: Id26fb6a285cbb46a2347190c0b91ff22db8bca98
1 files changed, 4 insertions(+), 13 deletions(-)

M gnu/packages/linphone.scm
M gnu/packages/linphone.scm => gnu/packages/linphone.scm +4 -13
@@ 289,7 289,7 @@ format.")
(define-public bcmatroska2
  (package
    (name "bcmatroska2")
    (version "5.2.1")
    (version "5.3.57")
    (source
     (origin
       (method git-fetch)


@@ 298,21 298,12 @@ format.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "14c79znw37q3yc7llbv2wmxmm4a3ws6iq3cvgkbmcnf7hmhm7zdi"))))
        (base32 "1fdlvsca34armxasj2g4vxjzm9iiqfl7832qqlggh04yw21cfa5c"))))
    (build-system cmake-build-system)
    (arguments
     (list
      #:tests? #f                                     ;No test target
      #:phases
      '(modify-phases %standard-phases
         ;; See
         ;; https://gitlab.linphone.org/BC/public/bcmatroska2/-/merge_requests/18
         (add-after 'unpack 'fix-build-system
           (lambda _
             (substitute* "corec/corec/CMakeLists.txt"
               (("helpers/file/file_libc.c") "")))))
      #:configure-flags
      '(list "-DENABLE_STATIC=NO"))) ;Not required
      #:configure-flags '(list "-DBUILD_SHARED_LIBS=ON")))
    (inputs (list bctoolbox))
    (synopsis "Belledonne Communications Media Container")
    (description "BcMatroska is a free and open standard multi-media container


@@ 586,7 577,7 @@ API.  It also comprises a simple HTTP/HTTPS client implementation.")
    (build-system cmake-build-system)
    (arguments
     (list
      #:configure-flags '(list "-DENABLE_STATIC=NO"
      #:configure-flags '(list "-DBUILD_SHARED_LIBS=ON"
                               "-DENABLE_PCAP=YES"
                               ;; Do not fail on compile warnings.
                               "-DENABLE_STRICT=NO"