Commit graph

66 commits

Author SHA1 Message Date
Ben Siraphob 4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
R. RyanTM e062e1b7e3 shotcut: 21.02.27 -> 21.03.21 2021-04-19 23:22:41 -04:00
R. RyanTM 5667539c6a shotcut: 21.01.29 -> 21.02.27 2021-03-09 21:00:24 +00:00
Peter Simons a4c82bcd7a mlt: update to version 6.24.0 2021-02-04 21:59:19 +01:00
R. RyanTM 5a117accfe shotcut: 20.11.28 -> 21.01.29 2021-02-03 23:54:11 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM e1444660db shotcut: 20.11.25 -> 20.11.28 2020-12-01 08:48:45 +00: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
Frank Doepper 7ccd47f80e shotcut: 20.10.31 -> 20.11.25
- see https://github.com/mltframework/shotcut/releases
- reformat
- remove qtwebkit
- qtquickcontrols -> qtquickcontrols2
2020-11-26 11:09:38 +01:00
Frank Doepper a21a641169 shotcut: fix melt path
closes #104666
2020-11-24 09:21:29 +01:00
Frank Doepper 4f1639bc51 shotcut: 20.09.13 -> 20.10.31
see https://github.com/mltframework/shotcut/releases

also disable upgrade prompt
as suggested by @ddennedy in https://github.com/NixOS/nixpkgs/issues/99851
2020-11-02 17:06:21 +01: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
Peter Simons 901a37af34 shotcut: update to version 20.07.11 2020-07-16 12:49:04 +02:00
R. RyanTM 99bb215b5a shotcut: 20.04.01 -> 20.04.12 2020-05-04 08:03:45 +00:00
R. RyanTM 70e684d5d9 shotcut: 20.02.17 -> 20.04.01 2020-04-07 17:48:38 +00:00
R. RyanTM f90c64865f shotcut: 19.12.31 -> 20.02.17 2020-02-19 12:30:17 +00:00
Peter Simons 1accfe77b7 shotcut: auto-detection of VAAPI rendering is broken again
The 'connection=x11' parameter to ffmpeg breaks hardware
rendering with my Radeon RX 590 card. If we just drop that
option, everything works fine.
2020-01-21 21:55:29 +01:00
Peter Simons 7391a22a44 shotcut: update from version 19.09.14 to 19.12.31 2020-01-05 14:17:51 +01:00
Peter Simons 6e8db5d67f shotcut: improve VAAPI rendering auto-detection some more
https://github.com/mltframework/shotcut/issues/771#issuecomment-533842055
2019-09-24 11:29:04 +02:00
Peter Simons cde50a4fab shotcut: use vaapi_device /dev/dri/renderD128 instead of ":0"
This fixes the auto-detection of VAAPI hardware encoders
provided by Intel chipsets. Be sure to define

  hardware.opengl.extraPackages = [pkgs.vaapiIntel];

in configuration.nix to make the necessary OpenGL drivers
available.
2019-09-18 21:58:12 +02:00
Peter Simons a41a49aa64 shotcut: fix bogus path to ffmpeg binary 2019-09-16 20:12:12 +02:00
Peter Simons b558ca80e4 shotcut: update version 19.08.16 to 19.09.14
Changelog is at https://shotcut.org/blog/new-release-190914/.
2019-09-16 17:05:22 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM 91c187fb6c shotcut: 19.07.15 -> 19.08.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2019-08-20 17:40:07 -07: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
David McKay cc1f808891 shotcut: use qt5's mkDerivation 2019-08-09 10:27:39 -04:00
Bart Brouns ca90de12ef shotcut: 19.02.28 -> 19.07.15 2019-07-20 12:54:53 +02:00
Frank Doepper ed76b08906 shotcut: 18.12.23 -> 19.02.28 (#56875)
fixes build with qt 5.12, apparently
2019-03-08 23:13:33 +01:00
R. RyanTM 2745ab0dcf shotcut: 18.11.18 -> 18.12.23
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2019-01-02 00:27:03 -08:00
R. RyanTM f751f85b63 shotcut: 18.10.08 -> 18.11.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2018-12-18 14:50:22 -05:00
R. RyanTM 820e2fd72f shotcut: 18.09.16 -> 18.10.08
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2018-10-14 09:00:05 +02:00
R. RyanTM 2ed26f5838 shotcut: 18.08.14 -> 18.09.16 (#46963)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2018-09-21 17:56:47 +02:00
Frank Doepper c49baf9da4 shotcut: 18.08 -> 18.08.14 (#45862) 2018-08-31 20:00:07 +02:00
Frank Doepper 4082e94b5c shotcut: 18.06.02 -> 18.08 (#44463)
and fix SHOTCUT_VERSION
2018-08-05 18:19:42 +02:00
Frank Doepper 0127c4295f shotcut: nicer patch url 2018-06-20 16:15:51 +02:00
Frank Doepper e0d0460d07 shotcut: 18.06.02 -> 18.05.08
also patched to build with qt511, see
https://github.com/mltframework/shotcut/issues/590
2018-06-20 14:00:31 +02:00
Frank Doepper 07723f14bb shotcut: 18.03.06 -> 18.05.08 (#40887) 2018-05-22 00:10:32 +02:00
Frank Doepper c12caf34d2 shotcut: add myself as maintainer 2018-04-26 21:42:22 +02:00
Frank Doepper 489b0a5f47 shotcut: 17.11 -> 18.03.06 2018-04-26 21:41:30 +02:00
Frank Doepper 440ce4cfa1 shotcut: 17.09 -> 17.11 2017-11-11 17:59:13 +01:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Robin Gloster 1a681a6ecb
shotcut: 17.02 -> 17.09
fixes the previously broken build
2017-09-27 00:51:20 +02:00
Cillian de Róiste 2244b1815d shotcut: fix homepage 2017-08-03 23:03:04 +02:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Lluís Batlle 8389060731 Updating shotcut to 17.02. 2017-02-02 10:25:47 +01:00
Lluís Batlle i Rossell 8d5b2e66bd Updating shotcut to 17.01 and fixing its jobs 2017-01-28 20:12:51 +01:00