mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kaffeine: Update to 2.0.19-0.0a36369.
* gnu/packages/kde-multimedia.scm (kaffeine): Update to 2.0.19-0.0a36369. [source]: Switch to git-fetch. [inputs]: Remove kcoreaddons-5, kdbusaddons-5, ki18n-5, kio-5, kwidgetsaddons-5, kwindowsystem-5, kxmlgui-5, qtbase-5, qtx11extras, and solid-5; add kcoreaddons, kdbusaddons, ki18n, kio, kwidgetsaddons, kwindowsystem, kxmlgui, and solid. [native-inputs]: Remove kdoctools-5; add kdoctools. [arguments]: Set #:qtbase to qtbase. Change-Id: Ia113aa3b227e9b529d847afc62dec7e4a0345023
This commit is contained in:
parent
8b1ba53757
commit
b87ae1e405
1 changed files with 47 additions and 44 deletions
|
@ -5,7 +5,7 @@
|
||||||
;;; Copyright © 2022 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2022 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2023, 2025 Zheng Junjie <z572@z572.online>
|
||||||
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
|
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -517,37 +517,40 @@ the available CD drives.")
|
||||||
(list license:gpl2+ license:fdl1.2+))))
|
(list license:gpl2+ license:fdl1.2+))))
|
||||||
|
|
||||||
(define-public kaffeine
|
(define-public kaffeine
|
||||||
|
(let* ((commit "0a363690f5b320ec55f190a4d32d09d73a8c86f1")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "kaffeine")
|
(name "kaffeine")
|
||||||
(version "2.0.18")
|
(version (git-version "2.0.19" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/kaffeine"
|
(uri (git-reference
|
||||||
"/kaffeine-" version ".tar.xz"))
|
(url "https://invent.kde.org/multimedia/kaffeine.git/")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10dnhr9v2jlki44i3gmjagky66ybixmv6f29z5imk9clgddrlyfr"))))
|
(base32 "0959sw7xdkv3blv6k1p7k91ki0s30ki54jh516n52lp6h48q6z1p"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config kdoctools-5))
|
(list extra-cmake-modules pkg-config kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list eudev
|
(list eudev
|
||||||
kcoreaddons-5
|
kcoreaddons
|
||||||
kdbusaddons-5
|
kdbusaddons
|
||||||
ki18n-5
|
ki18n
|
||||||
kio-5
|
kio
|
||||||
kwidgetsaddons-5
|
kwidgetsaddons
|
||||||
kwindowsystem-5
|
kwindowsystem
|
||||||
kxmlgui-5
|
kxmlgui
|
||||||
libxscrnsaver
|
libxscrnsaver
|
||||||
breeze-icons ; default icon set
|
breeze-icons ; default icon set
|
||||||
qtbase-5
|
solid
|
||||||
qtx11extras
|
|
||||||
solid-5
|
|
||||||
v4l-utils ; libdvbv5
|
v4l-utils ; libdvbv5
|
||||||
vlc))
|
vlc))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f
|
(list #:qtbase qtbase
|
||||||
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-code
|
(add-after 'unpack 'fix-code
|
||||||
|
@ -565,7 +568,7 @@ network streams easily.
|
||||||
Kaffeine can keep track of multiple playlists simultaneously, and supports
|
Kaffeine can keep track of multiple playlists simultaneously, and supports
|
||||||
autoloading of subtitle files for use while playing video.")
|
autoloading of subtitle files for use while playing video.")
|
||||||
(license ;; GPL for programs, FDL for documentation
|
(license ;; GPL for programs, FDL for documentation
|
||||||
(list license:gpl2+ license:fdl1.2+))))
|
(list license:gpl2+ license:fdl1.2+)))))
|
||||||
|
|
||||||
(define-public kamoso
|
(define-public kamoso
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue