mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libopenshot-audio: Update to 0.3.0.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
fa0cb6d2eb
commit
00494490f2
1 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
||||||
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
|
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
|
||||||
;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
|
;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
|
||||||
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
|
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
|
||||||
|
;;; Copyright © 2022 Andy Tai <atai@atai.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4979,7 +4980,7 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1
|
||||||
(define-public libopenshot-audio
|
(define-public libopenshot-audio
|
||||||
(package
|
(package
|
||||||
(name "libopenshot-audio")
|
(name "libopenshot-audio")
|
||||||
(version "0.2.2")
|
(version "0.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4988,7 +4989,7 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03dygh85riljk7dpn5a5a0d22a2kz45fs13gzwqgnbzzr1k17p2y"))))
|
"1y3apyn71ysks88bv71knjvk832imnbpbb8mgib3q9b8pvdmjw3g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue