about summary refs log tree commit diff
path: root/pkgs/applications/video/shotcut
Commit message (Collapse)AuthorAge
* shotcut: 20.04.01 -> 20.04.12R. RyanTM2020-05-04
|
* shotcut: 20.02.17 -> 20.04.01R. RyanTM2020-04-07
|
* shotcut: 19.12.31 -> 20.02.17R. RyanTM2020-02-19
|
* shotcut: auto-detection of VAAPI rendering is broken againPeter Simons2020-01-21
| | | | | | The 'connection=x11' parameter to ffmpeg breaks hardware rendering with my Radeon RX 590 card. If we just drop that option, everything works fine.
* shotcut: update from version 19.09.14 to 19.12.31Peter Simons2020-01-05
|
* shotcut: improve VAAPI rendering auto-detection some morePeter Simons2019-09-24
| | | | https://github.com/mltframework/shotcut/issues/771#issuecomment-533842055
* shotcut: use vaapi_device /dev/dri/renderD128 instead of ":0"Peter Simons2019-09-18
| | | | | | | | | | 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.
* shotcut: fix bogus path to ffmpeg binaryPeter Simons2019-09-16
|
* shotcut: update version 19.08.16 to 19.09.14Peter Simons2019-09-16
| | | | Changelog is at https://shotcut.org/blog/new-release-190914/.
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | 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
| * shotcut: 19.07.15 -> 19.08.16R. RyanTM2019-08-20
| | | | | | | | | | | | | | 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
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* shotcut: use qt5's mkDerivationDavid McKay2019-08-09
|
* shotcut: 19.02.28 -> 19.07.15Bart Brouns2019-07-20
|
* shotcut: 18.12.23 -> 19.02.28 (#56875)Frank Doepper2019-03-08
| | | fixes build with qt 5.12, apparently
* shotcut: 18.11.18 -> 18.12.23R. RyanTM2019-01-02
| | | | | | | 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
* shotcut: 18.10.08 -> 18.11.18R. RyanTM2018-12-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
* shotcut: 18.09.16 -> 18.10.08R. RyanTM2018-10-14
| | | | | | | 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
* shotcut: 18.08.14 -> 18.09.16 (#46963)R. RyanTM2018-09-21
| | | | | | 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
* shotcut: 18.08 -> 18.08.14 (#45862)Frank Doepper2018-08-31
|
* shotcut: 18.06.02 -> 18.08 (#44463)Frank Doepper2018-08-05
| | | and fix SHOTCUT_VERSION
* shotcut: nicer patch urlFrank Doepper2018-06-20
|
* shotcut: 18.06.02 -> 18.05.08Frank Doepper2018-06-20
| | | | | also patched to build with qt511, see https://github.com/mltframework/shotcut/issues/590
* shotcut: 18.03.06 -> 18.05.08 (#40887)Frank Doepper2018-05-22
|
* shotcut: add myself as maintainerFrank Doepper2018-04-26
|
* shotcut: 17.11 -> 18.03.06Frank Doepper2018-04-26
|
* shotcut: 17.09 -> 17.11Frank Doepper2017-11-11
|
* treewide: mark a bunch of failing builds as brokenRobin Gloster2017-10-01
| | | | | (cherry picked from commit 23fdbaa37599f490435056b9865023870656571b) [dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
* shotcut: 17.02 -> 17.09Robin Gloster2017-09-27
| | | | fixes the previously broken build
* shotcut: fix homepageCillian de Róiste2017-08-03
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* Updating shotcut to 17.02.Lluís Batlle2017-02-02
|
* Updating shotcut to 17.01 and fixing its jobsLluís Batlle i Rossell2017-01-28
|
* Updating shotcut and melt.Lluís Batlle i Rossell2017-01-28
|
* shotcut: 16.08 -> 16.10Bjørn Forsman2016-10-08
|
* treewide: Use more makeLibraryPathTuomas Tynkkynen2016-08-23
|
* Making shotcut use qt5 (5.6), not qt55.Lluís Batlle i Rossell2016-08-18
|
* More dependencies to shotcutLluís Batlle i Rossell2016-08-18
|
* Shotcut builds, but wants jack1 libs on start.Lluís Batlle i Rossell2016-08-17
|
* shotcut: move to qmakeHookNikolay Amiantov2016-04-20
| | | | This reverts commit dbc1605deaeafc07c79cddf4d5e756074d8825b3.
* shotcut: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of shotcut override the whole configurePhase, so this hook isn't run at all. However, this still doesn't fix the package and its already marked as broken. The build fails with the following error: Project ERROR: Unknown module(s) in QT: qml quick webkitwidgets x11extras Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* shotcut: Qt 5 infrastructure updateThomas Tuegel2015-12-20
|
* fix evals /cc @ttuegelDomen Kožar2015-05-10
|
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* shotcut: mark as broken for nowVladimír Čunát2014-12-10
|
* shotcut: update from 14.08 to 14.09Cillian de Róiste2014-09-13
|
* shotcut: remove obsolete patchCillian de Róiste2014-08-03
|
* shotcut: update from 14.07 to 14.08Cillian de Róiste2014-08-03
|
* Add Shotcut: A free, open source, cross-platform video editorCillian de Róiste2014-07-27
Includes a patch which has already been applied upstream: mltframework/shotcut#31