Age | Commit message (Collapse) | Author |
|
This is unneeded after 30759c4aadf279e470e8d7f94de332a31c1b9f42.
This reverts commit f60ef2f7a46a00da40dc19af9d409781aa700a37.
|
|
* gnu/packages/video.scm (mlt): Rename to mlt-6.
[build-system]: Use cmake-build-system.
[arguments]: Remove #:make-flags. Adjust 'override-LDFLAGS phase.
{#:configure-flags}: Remove --enable-gpl3 and --enable-gpl. Set
"GTK2_GDKCONFIG_INCLUDE_DIR" and "GTK2_GLIBCONFIG_INCLUDE_DIR".
(shotcut): Use mlt-6.
* gnu/packages/animation.scm (synfig): Use mlt-6.
* gnu/packages/kde.scm (kdenlive): Use mlt-6.
This change is to add MLT 7 which will be done in the next commit.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.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.
|
|
* gnu/packages/kde.scm (qca): Update to 2.3.3.
|
|
* gnu/packages/kde.scm (labplot): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/kde.scm (qca): Update to 2.3.2.
|
|
* gnu/packages/kde.scm (massif-visualizer): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/kde.scm (kdf): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/kde.scm (poxml): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland.
|
|
|
|
* gnu/packages/kde.scm (okular): Update to 20.12.1.
|
|
* gnu/packages/kde.scm (akregator): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/kde.scm (qca): Update to 2.3.1.
|
|
|
|
* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
|
|
* gnu/packages/kde.scm (kdevelop): Update to 5.6.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Since breeze-icons are now longer united into breeze, these need to be
explicitly added.
* gnu/package/kde.scm (kdenlive)[inputs]: Add breeze-icons.
[argmuments]{phases}<wrap-executable>: Add breeze-icons to XDG_DATA_DIRS.
|
|
* gnu/packages/kde.scm (okular)[synopsis]: Tweak capitalization.
[description]: Remove discussion of portability and mention supported
file formats instead.
|
|
* gnu/packages/kde.scm (okular): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/kde.scm (libkexiv2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/kde.scm (kdegraphics-mobipocket): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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.
|
|
* gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+.
|
|
Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
|
|
* gnu/packages/kde.scm (kdenlive): Update to 20.08.3.
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.1.
|
|
* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of
the "itemize" keyword.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/kde.scm (kuserfeedback): New variable.
|
|
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.0.
|
|
|
|
* gnu/packages/kde.scm (kdenlive): Update to 20.08.2.
|
|
* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects,
qtquickcontrols, qtquickcontrols2.
|
|
|
|
* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the
values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during
the 'wrap-executable phase.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
This allows to browse the file-system using kdenlive's own file-chooser.
* gnu/packages/kde.scm (kdenlive)
[native-inputs]: Add pkg-config.
[inputs]: Add purpose and qtwebkit.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/kde.scm (kdenlive): Update to 20.08.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/kde.scm (kdenlive)[source]: Change url to follow
permanent redirection.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde.scm (kdenlive):
[inputs]: Add breeze.
[arguments]: In wrap-program phase, add XDG_DATA_DIRS to include
the 'share' sub-directory of the package breeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/kde.scm (kdenlive): Add ffmpeg to inputs and wrap
the final binary accordingly to have ffmpeg in it's PATH.
[inputs]: Add ffmpeg.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde.scm (kdenlive): Update to 20.04.1.
[propagated-inputs]: Move mlt to ...
[inputs]: ... here and add rttr, qtmultimedia, qtquickcontrols2.
[arguments]: Add MLT_PREFIX to wrap-program.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/kde.scm (krita): Update to 4.3.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/qt.scm (qtbase/next, qtbase-for-krita): Remove variables.
(qtbase)[source](patches): Add "qtbase-absolute-runpath.patch" and
"qtbase-fix-krita-deadlock.patch".
(python-pyside-2-tools)[inputs]: Change from QTBASE/NEXT to QTBASE.
* gnu/packages/kde.scm (krita)[inputs]: Change from QTBASE-FOR-KRITA to QTBASE.
|