Petr Hodina
8facaa4b69
gnu: KDE Multimedia: Update to 22.04.3.
...
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, elisa,
ffmpegthumbs, juk, k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc):
Update to 22.04.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 17:24:01 +02:00
Brendan Tildesley
bbd7e74ee8
gnu: KDE: Use breeze-icons over oxygen-icons.
...
* gnu/packages/kde-internet.scm (choqok kget konversation krdc krdc)
* gnu/packages/kde-multimedia.scm (dragon elisa juk k3b kaffeine kamoso
kmix kmplayer kwave)
* gnu/packages/kde-pim.scm (kaddressbook kcalutils kgpg kleopatra kmail
knotes korganizer)
* gnu/packages/kde-systemtools.scm (dolphin dolphin-plugins khelpcenter
konsole krfb ksystemlog)
* gnu/packages/kde-utils.scm (kate kmag kmousetool kmouth kronometer
krusader okteta rsibreak smb4k sweeper)
* gnu/packages/kde.scm (kdevelop)
Breeze icons replaces Oxygen icons in KDE 5, so use that in every package.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 17:24:00 +02:00
Petr Hodina
1499aa8773
gnu: kmplayer: Update to specific commit.
...
* gnu/packages/kde-multimedia.scm (kmplayer): Update to specific commit.
[source]: Switch to GIT-FETCH.
* gnu/packages/patches/kmplayer-aarch64.patch: Remove file.
* gnu/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch: Remove
file.
* gnu/local.mk: Remove patches.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 17:24:00 +02:00
Petr Hodina
fd2c8cf323
gnu: KDE Multimedia: Update home-page links.
...
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, elisa,
ffmpegthumbs, juk, k3b, kaffeine, kamoso, kmix, kwave): Update home-page.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 17:24:00 +02:00
Brendan Tildesley
ddaea3cb2f
gnu: KDE Multimedia: Update all packages to 21.12.3.
...
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, elisa,
ffmpegthumbs, juk, k3b, kaffeine, kamoso, kmix, kwave,
libkcddb, libkcompactdisc): Update to 21.12.3.
(kid3): Update to 3.9.1.
(kamoso): Remove unneeded configure-flags.
(kuserfeedback): Update to 1.2.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 17:24:00 +02:00
Petr Hodina
204a98288a
gnu: kmplayer: Update home-page.
...
* gnu/packages/kde-multimedia.scm (kmplayer): Update home-page.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 16:08:16 +02:00
Petr Hodina
891bbcff80
gnu: KDE Multimedia: Add bash-minimal and kdoctools.
...
* gnu/packages/kde-multimedia.scm (juk, kmix): Move kdoctools from inputs to
native-inputs.
(dragon, k3b): [inputs]: Add bash-minimal.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 16:08:16 +02:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
...
Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
...
Automated via:
git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
65e5e85d28
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
...
Automated via:
git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
735d340ae4
gnu: qtdeclarative: Rename to qtdeclarative-5.
...
Automated via the following commands:
git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339
gnu: qtmultimedia: Rename to qtmultimedia-5.
...
Automated via:
git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
...
This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-31 21:55:43 -04:00
Thomas Danckaert
f0acb12db9
gnu: k3b: Add inputs bash-minimal and cdrtools.
...
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add
bash-minimal (wrap-program is used), add cdrtools.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 18:54:42 +02:00
Thomas Danckaert
3b3fea7250
gnu: k3b: Fix build.
...
* gnu/packages/kde-multimedia.scm (k3b)[phases]: Add phase fix-cmake-taglib in
order to use correct Taglib include and library variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 18:54:42 +02:00
Efraim Flashner
35b4926799
gnu: kwave: Build with librsvg-for-system.
...
* gnu/packages/kde-multimedia.scm (kwave)[native-inputs]: Replace
librsvg with librsvg-for-system.
2022-04-19 17:46:41 +03:00
Marius Bakke
1bd1f42a31
gnu: Remove unneeded uses of 'libiconv'.
...
iconv is part of glibc, there is no need to add it as input.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV.
* gnu/packages/compression.scm (innoextract)[inputs]: Likewise.
* gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise.
* gnu/packages/mail.scm (mailutils)[inputs]: Likewise.
* gnu/packages/maths.scm (libqalculate)[inputs]: Likewise.
* gnu/packages/pep.scm (pep-engine)[inputs]: Likewise.
* gnu/packages/vim.scm (neovim)[inputs]: Likewise.
* gnu/packages/wget.scm (wget2)[inputs]: Likewise.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise.
* gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
2022-02-15 20:44:21 +01:00
Leo Famulari
090e925816
gnu: k3b: Do not depend on QtWebKit.
...
According to CMakelists.txt, "Qt5WebKitWidgets is used for prettier
k3bdiskinfoview."
See <https://issues.guix.gnu.org/53289 > for more information about this change.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Remove qtwebkit.
2022-01-29 19:18:46 -05:00
Vinicius Monego
1972cb0ea8
gnu: Add kid3.
...
* gnu/packages/kde-multimedia.scm (kid3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-08 23:27:42 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
71e47839ba
gnu: k3b: Remove references to '%outputs' and '%build-inputs'.
...
* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to
'%build-inputs' and '%outputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès
c108602c33
gnu: kmplayer: Remove reference to '%build-inputs'.
...
* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use
'this-package-input' instead of '%build-inputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès
e6280ea2cd
gnu: kamoso: Remove reference to '%build-inputs'.
...
* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using
a gexp.
2021-11-27 11:48:15 +01:00
Ludovic Courtès
07e98fb9c4
gnu: Simplify "Xvbf" invocation in pre-check phases.
...
* gnu/packages/geo.scm (qgis)[arguments]: Simplify invocation of 'Xvfb'
in 'check' phase, assuming 'Xvfb' is in $PATH.
* gnu/packages/graphics.scm (opensubdiv)[arguments]: Likewise.
* gnu/packages/java-graphics.scm (java-piccolo2d-extras)[arguments]:
Likewise.
* gnu/packages/kde-frameworks.scm (kcontacts)[arguments]: Likewise.
(kdeclarative)[arguments]: Likewise.
* gnu/packages/kde-multimedia.scm (elisa)[arguments]: Likewise.
* gnu/packages/kde-plasma.scm (kscreenlocker)[arguments]: Likewise.
* gnu/packages/radio.scm (gnuradio)[arguments]: Likewise.
* gnu/packages/education.scm (gcompris-qt)[arguments]: Likewise.
* gnu/packages/freedesktop.scm (weston)[arguments]: Likewise.
2021-07-24 16:23:21 +02:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
...
This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Tobias Geerinckx-Rice
ade77dd0d3
gnu: Fix input typoes.
...
* gnu/packages/crates-io.scm (rust-nettle-sys-2)[inputs]: Move ‘,’ to
its operand.
* gnu/packages/docbook.scm (docbook-dsssl)[native-inputs]: Likewise.
(docbook-dsssl-doc)[native-inputs]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-helm-slack)[propagated-inputs]:
Likewise.
* gnu/packages/kde-multimedia.scm (audiocd-kio)[inputs]: Likewise.
* gnu/packages/kde-pim.scm (akonadi-mime, kalarmcal, kcalendarsupport)
(keventviews, kmailtransport, kpimtextedit)[inputs]: Likewise.
* gnu/packages/mpd.scm (cantata)[inputs]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835): Likewise.
* gnu/packages/samba.scm (samba)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (dex)[inputs]: Likewise.
2021-03-06 16:44:09 +01:00
Efraim Flashner
6f365f7c10
gnu: elisa: Update to 20.12.0.
...
* gnu/packages/kde-multimedia.scm (elisa): Update to 20.12.0.
[source]: Use new upstream source URI.
[arguments]: Replace 'check phase.
2021-01-04 10:10:41 +02:00
Hartmut Goebel
b828057ea4
gnu: KDE: Fix old cgit home-pages.
...
Fix all home-pages pointing to git-repos a cgit.kde.org, which is
gone, to now use the correct repo at invent.kde.org.
* gnu/packages/kde.scm (grantleetheme, kdiagram): Update home-page.
* gnu/packages/kde-frameworks.scm (kholidays): Likewise.
* gnu/packages/kde-internet.scm (libgravatar, libktorrent): Likewise.
* gnu/packages/kde-multimedia.scm (libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-pim.scm (kblog, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kincidenceeditor, kmailcommon,
kmailimporter, kmessagelib, kpimcommon, ksmtp, libkdepim, libkgapi,
libkleo, libksieve): Likewise.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker): Likewise.
2020-12-12 18:25:00 +01:00
Andreas Enge
52d5009ff5
gnu: k3b: Add missing input.
...
* gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for
library that is referenced by the final package.
2020-09-07 11:15:22 +02:00
Timotej Lazar
dbadca9ac7
gnu: k3b: Update to 20.04.2.
...
* gnu/packages/kde-multimedia.scm (k3b): Update to 20.04.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21 17:36:41 +02:00
Timotej Lazar
c9650cef1e
gnu: k3b: Note the runtime dependency on udisks-service.
...
* gnu/packages/kde-multimedia.scm (k3b)[description]: Note that udisks-service
should be enabled.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21 17:36:41 +02:00
Timotej Lazar
4aa89a0914
gnu: k3b: Add inputs for libraries loaded at runtime.
...
Patch the source to load these from absolute paths. Actual loading is done by
the Qt library, so we cannot use k3b’s runpath.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add libcdio-paranoia and
libdvdcss.
[arguments]<#:phases>[set-absolute-library-paths]: New phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21 17:36:41 +02:00
Timotej Lazar
7afaab8bef
gnu: k3b: Add inputs for external programs.
...
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add cdrdao, dvd+rw-tools,
libburn and sox.
[arguments]<#:phases>[wrap-path]: New phase to wrap the binary with paths to
the above.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21 17:36:40 +02:00
Marius Bakke
6701d23236
gnu: KDE: Update to 20.04.1.
...
* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
2020-06-06 22:13:25 +02:00
Vagrant Cascadian
79d7db4159
gnu: elisa: Fix grammar of "allows to browse" to "browses".
...
* gnu/packages/kde-multimedia (elisa): Fix grammar.
2020-04-12 13:54:25 -07:00
Hartmut Goebel
6434f9b634
gnu: Reword and extend descriptions for some KDE packages.
...
* gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend.
* gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter,
kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, kmime,
kontactinterface, kpimtextedit)[description]: Reword and extend.
(ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and extend.
(kmailtransport)[synopsis]: Fix space.
* gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend.
2020-03-08 14:06:00 +01:00
Hartmut Goebel
b291c9570d
gnu: Add ffmpegthumbs.
...
* gnu/packages/kde-multimedia.scm (ffmpegthumbs): New variable.
2019-12-26 16:44:54 +01:00
Hartmut Goebel
2d11fbcf10
gnu: Add audiocd-kio.
...
* gnu/packages/kde-multimedia.scm (audiocd-kio): New variable.
2019-12-26 16:44:54 +01:00
Hartmut Goebel
6f936d8740
gnu: Add libkcompactdisc.
...
* gnu/packages/kde-multimedia.scm (libkcompactdisc): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
ca632dc175
gnu: Add kamoso.
...
* gnu/packages/kde-multimedia.scm (kamoso): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
abd4d57851
gnu: Add elisa.
...
* gnu/packages/kde-multimedia.scm (elisa): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
f66c7a5c0b
gnu: Add kwave.
...
* gnu/packages/kde-multimedia.scm (kwave): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
49d40e60b8
gnu: Add kmplayer.
...
`guix lint` reports two CVEs, both are unrelated:
- CVE-2018-5200: for vendor "pandora" and some 4.2.2.x version
- CVE-2019-9133: windows only (I assume it it alsow relates to the "pandora"
vendor, since the version the CVE refers to as "solving the issue" does not
exist at KDE.)
* gnu/packages/kde-multimedia.scm (kmplayer): New variable.
* gnu/packages/patches/kmplayer-aarch64.patch,
gnu/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch: New
files.
* gnu/local.mk: Add them.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
d695c51dad
gnu: Add kmix.
...
* gnu/packages/kde-multimedia.scm (kmix): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
d720ecb613
gnu: Add kaffeine.
...
* gnu/packages/kde-multimedia.scm (kaffeine): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
d1a6a94650
gnu: Add libkcddb.
...
* gnu/packages/kde-multimedia.scm (libkcddb): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
a5eddcd00f
gnu: Add k3b.
...
* gnu/packages/kde-multimedia.scm (k3b): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
2f9bb949cb
gnu: Add juk.
...
* gnu/packages/kde-multimedia.scm (juk): New variable.
2019-12-26 16:44:53 +01:00
Hartmut Goebel
22b26dd257
gnu: Add dragon.
...
* gnu/packages/kde-multimedia.scm: New file.
* gnu/lokal.mk (MODULES): Add it.
2019-12-26 16:44:53 +01:00