mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Remove kmediaplayer.
* gnu/packages/kde-frameworks.scm (kmediaplayer): Delete variable. Change-Id: I4adc8c6193e1adfd6614c349e0363d20630e8246
This commit is contained in:
parent
6401e82a93
commit
b0f61948bd
1 changed files with 0 additions and 36 deletions
|
@ -5535,42 +5535,6 @@ (define-public kjs
|
||||||
license:bsd-2 license:bsd-3
|
license:bsd-2 license:bsd-3
|
||||||
(license:non-copyleft "file://src/kjs/dtoa.cpp")))))
|
(license:non-copyleft "file://src/kjs/dtoa.cpp")))))
|
||||||
|
|
||||||
(define-public kmediaplayer
|
|
||||||
(package
|
|
||||||
(name "kmediaplayer")
|
|
||||||
(version "5.114.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"mirror://kde/stable/frameworks/"
|
|
||||||
(version-major+minor version) "/portingAids/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "092yvzvrkvr8xxncw7h5ghfd2bggzxsqfj67c2vhymhfw4i0c54x"))))
|
|
||||||
(build-system qt-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list extra-cmake-modules kdoctools qttools-5))
|
|
||||||
(inputs
|
|
||||||
(list kcompletion
|
|
||||||
kcoreaddons
|
|
||||||
ki18n
|
|
||||||
kiconthemes
|
|
||||||
kio
|
|
||||||
kparts
|
|
||||||
kwidgetsaddons
|
|
||||||
kxmlgui
|
|
||||||
qtbase-5))
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
|
||||||
(synopsis "KDE Frameworks 5 plugin interface for media player features")
|
|
||||||
(description "KMediaPlayer builds on the KParts framework to provide a
|
|
||||||
common interface for KParts that can play media files.
|
|
||||||
|
|
||||||
This framework is a porting aid. It is not recommended for new projects, and
|
|
||||||
existing projects that use it are advised to port away from it, and use plain
|
|
||||||
KParts instead.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public kross
|
(define-public kross
|
||||||
(package
|
(package
|
||||||
(name "kross")
|
(name "kross")
|
||||||
|
|
Loading…
Reference in a new issue