Commit Graph

72 Commits

Author SHA1 Message Date
R. Ryantm
9a400c82dd libsForQt5.libopenshot-audio: 0.3.0 -> 0.3.2 2023-04-28 14:52:47 +00:00
R. Ryantm
aafb870729 libsForQt5.libopenshot: 0.3.0 -> 0.3.2 2023-04-26 17:34:43 -03:00
Dylan Frankland
6102cdb048 libopenshot-audio: add Accelerate framework dependency
Added in [v0.2.1](https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.2.1)
2023-04-25 21:16:55 -03:00
Thomas Watson
e563774fac libopenshot: improve Python dir specification to fix Darwin
Previously, the Python path selection logic was patched in the CMake
files. This patch no longer applies.

Fortunately there is a new way to directly specify the path without
patches. Use that instead on all platforms to fix the CMake logic being
broken on Darwin which results in this module not being detected and
the main application failing to start.
2023-02-12 13:56:47 -06:00
K900
543f7fab95 openshot: fix Qt plugin path
We're very much not on 5.12 anymore.
2023-02-12 17:12:57 +03:00
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