Commit Graph

97 Commits

Author SHA1 Message Date
R. Ryantm
4243690e08 mlt: 7.18.0 -> 7.20.0 2023-10-05 01:46:13 +00:00
R. Ryantm
a676b98bf0 libsForQt5.mlt: 7.16.0 -> 7.18.0 2023-07-31 15:23:09 +00:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
lucasew
815a2d2622 mlt: fix binary not being wrapped if enableQt is disabled
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-07-18 12:03:00 -03:00
Weijia Wang
5f702e9220 mlt: build without qt5 2023-06-27 16:33:46 +03:00
Weijia Wang
f44d53e504 mlt: alias to libsForQt5.mlt 2023-06-27 15:33:57 +03:00
Weijia Wang
2a8350d78a libsForQt5.mlt: add more modules 2023-06-27 14:27:34 +03:00
Weijia Wang
74ff7795ce libsForQt5.mlt: refactor, add darwin support 2023-06-27 12:11:08 +03:00
Sandro
ddf174183e
Merge pull request #234731 from aidalgol/gui-apps-with-cuda-fixes 2023-06-13 11:37:12 +02:00
R. Ryantm
457bc6234a libsForQt5.mlt: 7.14.0 -> 7.16.0 2023-06-01 04:41:11 +00:00
Aidan Gauland
233af5c42a
libsForQt5.mlt: Fix build when config.cudaSupport is enabled 2023-05-29 21:14:00 +12:00
R. Ryantm
65af4910c4 libsForQt5.mlt: 7.12.0 -> 7.14.0 2023-03-09 14:20:33 +00:00
Artturi
a76df461f1
Merge pull request #193574 from SrTobi-Forks/motion-tracker-for-kdenlive 2022-12-29 15:49:07 +02:00
Ulrik Strid
43cf3dbe08 mlt: 7.8.0 -> 7.12.0 2022-12-14 10:09:55 +08:00
Manuel Bärenz
0676b5af69 mlt: Add rubberband support 2022-11-24 11:34:10 +01:00
AndersonTorres
0ac80e2b4c mtl: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
2022-10-23 11:30:39 -03:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next 2022-09-30 18:03:29 +00:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
SrTobi
50a4a15e56 mlt: fixed compilation with opencv
mlt had opencv3 as buildInput but was
actually not used in the compilation because
its usage was disabled by default in mlt's cmake.
This commit activates it and supplies the appropriate opencv version,
because mlt depends now on opencv4.
2022-09-29 22:13:27 +02:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
Artturi
1c1c182814
Merge pull request #192851 from Artturin/treewides1 2022-09-28 00:50:06 +03:00
Vladimír Čunát
31b9ecf449
libsForQt5.mlt: fixup path in .pc file 2022-09-27 18:16:46 +02:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
André Vitor de Lima Matos
d5ea0684a8 mlt-qt5: 7.0.1 -> 7.8.0
minimum dependency for kdenlive
2022-08-26 11:34:11 +08:00
K900
0ff0b14968 treewide: more cmake rpath fixups 2022-07-17 17:42:15 +03:00
Kira Bruneau
75904039f2 libsForQt5.mlt: fix attrPath for updateScript 2022-04-23 15:30:56 -04:00
José Romildo
ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
Jonathan Ringer
ecba38a383
mlt: pin ffmpeg to 4.x 2022-02-06 17:24:28 -08:00
Jan Tojnar
513701efce Merge branch 'staging-next' into staging 2021-08-15 10:45:11 +02:00
Sandro Jäckel
61885e172b
mlt: cleanup 2021-08-15 00:48:03 +02:00
Thomas Tuegel
67b954df74
mlt: 6.24.0 -> 7.0.1 2021-08-13 11:42:02 -05:00
Frederik Rietdijk
afa9c4ae68 mlt: requires python3 2021-07-27 20:42:00 +02:00
polygon
2ec8590e19 mlt: Add jackrack and ladspa support 2021-06-15 12:43:25 +02:00
polygon
59b66edba7 mlt: Add option to build python bindings
Python bindings are required for flowblade package
Also updated licenses according to copying information
2021-06-15 12:43:25 +02:00
R. RyanTM
6667b38ed9 libsForQt5.mlt: 6.24.0 -> 6.24.0 2021-04-11 11:50:19 +00:00
Peter Simons
a4c82bcd7a mlt: update to version 6.24.0 2021-02-04 21:59:19 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Frank Doepper
05440fda6f shotcut: use qt-5.15, rework
- use qt-5.15 for shotcut
- use qt mkDerivation for mlt/qt5
- use only mlt/qt5 for shotcut (libmlt -> mlt.dev)
- fix enabling ladspa (configure needs `which`), closes #47440
2020-11-26 21:35:14 +01:00
Frederik Rietdijk
c3d017eee3 libsForQt515.mlt: is not broken 2020-11-01 23:38:03 +01:00
Peter Simons
61616535b9 mlt: add libexif, gtk2, fftw, libebur128, opencv4, and SDL2 dependencies
This enables more optional features. I'm not sure what the difference is
between mlt and mlt-qt5. I suppose both derivations should be kept in sync?
2020-09-27 20:12:04 +02:00
Frank Doepper
c835358078 shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
and add updateScript
2020-09-25 21:12:40 +02:00
Thomas Tuegel
91bee6f06c mlt: broken with Qt 5.15 2020-09-07 08:05:40 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Peter Simons
05ab8c6d4c mlt: update from version 6.18.0 to 6.20.0 2020-02-28 16:42:29 +01:00
Peter Simons
605bd8c543 mlt: update from version 6.16.0 to 6.18.0 2020-01-05 14:17:51 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00