summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/openshot-qt
AgeCommit message (Collapse)Author
2023-01-18openshot-qt: 2.6.1 -> 3.0.0Mislav Zanic
2023-01-18libopenshot: 0.2.7 -> 0.3.0Mislav Zanic
2023-01-01libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0R. Ryantm
2022-12-28libsForQt5.libopenshot-audio: convert to patchWeijia Wang
2022-12-27libsForQt5.libopenshot: add darwin supportWeijia Wang
2022-12-27libsForQt5.libopenshot-audio: unbreak on aarch64-darwinWeijia Wang
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2022-11-20openshot-qt: update dependenciesAndersonTorres
Because the old pyqt5-with-webkit depends on an old, buggy, full of CVEs WebKit implementation.
2022-11-15openshot-qt: fix Python 3.10 incompatibilityAustin Butler
2021-11-06openshot: refactorAndersonTorres
Many thanks to @jonringer!
2021-11-06libopenshot-audio: 0.2.0 -> 0.2.2AndersonTorres
Many thanks to @jonringer!
2021-11-06libopenshot: 0.2.5 -> 0.2.7AndersonTorres
Many thanks to @jonringer!
2021-09-12openshot-qt: 2.6.0 -> 2.6.1R. RyanTM
2021-08-26openshot-qt: 2.5.1 -> 2.6.0R. RyanTM
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-05-10pythonPackages.sip: rename to sip_4Eduardo Sánchez Muñoz
sip 4 is the old and unmaintained version
2021-05-01libsForQt5.libopenshot: tidy up nixpkgs-hammering commentsLuke Granger-Brown
* Remove now-unused dependency from arguments * Move swig to nativeBuildInputs * Add comment to fetchpatch
2021-04-25libsForQt5.libopenshot: unvendor jsoncppRobert Schütz
2021-04-25libsForQt5.libopenshot: remove unittest-cppRobert Schütz
Tests are disabled.
2021-04-25libsForQt5.libopenshot: use ffmpeg instead of ffmpeg_3Robert Schütz
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-07openshot-qt: unbreakFabian Möller
2021-01-07libopenshot: fix build with gcc10Fabian Möller
2020-11-30tree-wide: do not use pkgs.extend in nixpkgszimbatm
Each invocation of pkgs.extends adds 130MB of allocation to the hydra evaluator. We are already struggling with the amount of memory nixpkgs requires. `pkgs.extend` is a useful escape-hatch, but should be not be used inside of nixpkgs directly.
2020-11-16openshot-qt: enable on darwinDmitry Kalinkin
2020-11-16libsForQt5.libopenshot: enable on darwinDmitry Kalinkin
2020-11-16libsForQt5.libopenshot-audio: enable on darwinDmitry Kalinkin
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-22openshot-qt: 2.4.4 -> 2.5.1AndersonTorres
2020-03-22libopenshot: 0.2.3 -> 0.2.5AndersonTorres
2020-03-22libopenshot-audio: 0.1.8 -> 0.2.0AndersonTorres
2019-11-04czmqpp, czmq3: remove, outdatedFranz Pletz
2019-09-08treewide: remove redundant quotesvolth
2019-09-03openshot-qt: fix title generatorPeter Simons
@ferdnyc has kindly provided a patch for our Nix-specific permission issue https://github.com/OpenShot/openshot-qt/issues/2972. Fixes https://github.com/NixOS/nixpkgs/issues/32898. Fixes https://github.com/NixOS/nixpkgs/issues/48591. Related to https://github.com/NixOS/nixpkgs/issues/55683.
2019-08-06openshot: use wrapQtAppsHookEmmanuel Rosa
See #65399
2019-04-11openshot-qt: 2.4.3 -> 2.4.4Aaron Andersen
2019-04-11libsForQt5.libopenshot: 0.2.2 -> 0.2.3Aaron Andersen
2019-04-11libsForQt5.libopenshot-audio: 0.1.7 -> 0.1.8Aaron Andersen
2018-12-27treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is neededDmitry Kalinkin
2018-11-25Merge pull request #47745 from r-ryantm/auto-update/openshot-qtRenaud
openshot-qt: 2.4.2 -> 2.4.3
2018-10-14libsForQt5.libopenshot: 0.2.1 -> 0.2.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libopenshot/versions
2018-10-03openshot-qt: 2.4.2 -> 2.4.3R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openshot-qt/versions
2018-09-28libsForQt5.libopenshot: 0.2.0 -> 0.2.1 (#47037)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libopenshot/versions
2018-09-28libsForQt5.libopenshot-audio: 0.1.6 -> 0.1.7 (#47028)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libopenshot-audio/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-09libsForQt5.libopenshot-audio: 0.1.5 -> 0.1.6 (#42985)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libopenshot-audio/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/vb21d43jjccq86v505dhqhrb7rfaxv6q-libopenshot-audio-0.1.6/bin/openshot-audio-test-sound had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.1.6 with grep in /nix/store/vb21d43jjccq86v505dhqhrb7rfaxv6q-libopenshot-audio-0.1.6 - directory tree listing: https://gist.github.com/4efbc53208f322153ba4881b6b6eefb9 - du listing: https://gist.github.com/e3a2a71be83163ed2ecdc2aaa0800d83