Commit Graph

67 Commits

Author SHA1 Message Date
Mislav Zanic
7f145286ed openshot-qt: 2.6.1 -> 3.0.0 2023-01-18 16:08:35 +01:00
Mislav Zanic
cf207b25f4 libopenshot: 0.2.7 -> 0.3.0 2023-01-18 16:08:14 +01:00
R. Ryantm
3e72531b37 libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0 2023-01-01 05:11:55 +00:00
Weijia Wang
d1b54838bd libsForQt5.libopenshot-audio: convert to patch 2022-12-28 14:39:41 +01:00
Weijia Wang
abc198bf73 libsForQt5.libopenshot: add darwin support 2022-12-27 11:34:19 +01:00
Weijia Wang
c874cd0b38 libsForQt5.libopenshot-audio: unbreak on aarch64-darwin 2022-12-27 11:34:15 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
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-12-13 21:40:12 +01:00
AndersonTorres
419e261c1b openshot-qt: update dependencies
Because the old pyqt5-with-webkit depends on an old, buggy, full of CVEs WebKit
implementation.
2022-11-20 18:52:37 -03:00
Austin Butler
76085e2232 openshot-qt: fix Python 3.10 incompatibility 2022-11-15 00:04:27 -08:00
AndersonTorres
4d5d34495f openshot: refactor
Many thanks to @jonringer!
2021-11-06 13:51:35 -03:00
AndersonTorres
cdddc286a2 libopenshot-audio: 0.2.0 -> 0.2.2
Many thanks to @jonringer!
2021-11-06 13:51:30 -03:00
AndersonTorres
abe8a30912 libopenshot: 0.2.5 -> 0.2.7
Many thanks to @jonringer!
2021-11-06 13:50:49 -03:00
R. RyanTM
88a8d1df0a openshot-qt: 2.6.0 -> 2.6.1 2021-09-12 22:21:01 +00:00
R. RyanTM
2d0d479f2b openshot-qt: 2.5.1 -> 2.6.0 2021-08-26 10:56:16 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Luke Granger-Brown
2bf2252d6a libsForQt5.libopenshot: tidy up nixpkgs-hammering comments
* Remove now-unused dependency from arguments
* Move swig to nativeBuildInputs
* Add comment to fetchpatch
2021-05-01 12:51:46 +00:00
Robert Schütz
3af3db2024 libsForQt5.libopenshot: unvendor jsoncpp 2021-04-25 15:47:43 +02:00
Robert Schütz
51ff202c23 libsForQt5.libopenshot: remove unittest-cpp
Tests are disabled.
2021-04-25 15:46:57 +02:00
Robert Schütz
eed4144375 libsForQt5.libopenshot: use ffmpeg instead of ffmpeg_3 2021-04-25 15:14:20 +02:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06: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
Fabian Möller
d4e7efc115
openshot-qt: unbreak 2021-01-07 18:18:17 +01:00
Fabian Möller
02e8f39c2a
libopenshot: fix build with gcc10 2021-01-07 18:18:17 +01:00
zimbatm
bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
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-30 14:24:40 +01:00
Dmitry Kalinkin
972bcb496d
openshot-qt: enable on darwin 2020-11-16 18:07:08 -05:00
Dmitry Kalinkin
fcd325c974
libsForQt5.libopenshot: enable on darwin 2020-11-16 18:07:07 -05:00
Dmitry Kalinkin
621f649bfb
libsForQt5.libopenshot-audio: enable on darwin 2020-11-16 18:07:01 -05:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
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-06-12 11:55:31 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
AndersonTorres
5f382299f8 openshot-qt: 2.4.4 -> 2.5.1 2020-03-22 19:32:03 -03:00
AndersonTorres
71ab4348c0 libopenshot: 0.2.3 -> 0.2.5 2020-03-22 19:32:03 -03:00
AndersonTorres
ab7647b15b libopenshot-audio: 0.1.8 -> 0.2.0 2020-03-22 19:32:02 -03:00
Franz Pletz
3f7a17dee1
czmqpp, czmq3: remove, outdated 2019-11-04 19:17:55 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Peter Simons
d7bbcdf274 openshot-qt: fix title generator
@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-09-03 17:49:49 +02:00
Emmanuel Rosa
f6b4c024cd openshot: use wrapQtAppsHook
See #65399
2019-08-06 09:37:44 -04:00
Aaron Andersen
9f7c0e351e openshot-qt: 2.4.3 -> 2.4.4 2019-04-11 20:30:02 -04:00
Aaron Andersen
60ef0708c9 libsForQt5.libopenshot: 0.2.2 -> 0.2.3 2019-04-11 20:29:45 -04:00
Aaron Andersen
6d69de5631 libsForQt5.libopenshot-audio: 0.1.7 -> 0.1.8 2019-04-11 20:29:40 -04:00
Dmitry Kalinkin
20d60c8238
treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed 2018-12-27 09:14:21 -05:00
Renaud
6c74e75228
Merge pull request #47745 from r-ryantm/auto-update/openshot-qt
openshot-qt: 2.4.2 -> 2.4.3
2018-11-25 13:33:39 +01:00
R. RyanTM
6fb80eeacc libsForQt5.libopenshot: 0.2.1 -> 0.2.2
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-14 06:55:36 -07:00
R. RyanTM
97b739f256 openshot-qt: 2.4.2 -> 2.4.3
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-10-03 05:09:43 -07:00
R. RyanTM
d7dcea5bf0 libsForQt5.libopenshot: 0.2.0 -> 0.2.1 (#47037)
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-28 22:15:41 +02:00
R. RyanTM
c19cce9409 libsForQt5.libopenshot-audio: 0.1.6 -> 0.1.7 (#47028)
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-09-28 22:07:59 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM
d655854b8e libsForQt5.libopenshot-audio: 0.1.5 -> 0.1.6 (#42985)
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
2018-07-09 00:29:36 +02:00