Commit Graph

10 Commits

Author SHA1 Message Date
Emily
a4eb4b0a62 bino3d: remove LTO workaround
This is unnecessary now that #19098 is fixed.
2024-07-28 15:06:23 +01:00
Emily
fc83a9b97d bino3d: 1.6.8 -> 2.2
There was a comprehensive upstream rework that dropped many
third‐party dependencies in favour of Qt 6 modules (including
FFmpeg 4, which is what motivated me to do this). Accordingly,
comprehensively rework the package for the update.
2024-07-16 13:53:02 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Atemu
9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
R. Ryantm
97c4f50d7f bino3d: 1.6.7 -> 1.6.8 2021-12-11 13:04:52 +00:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Georg Haas
c9ca90af51
bino3d: use mkDerivation from qt
adopted solution from commit 7e0dd3833d
2020-02-13 21:47:08 +01: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
Orivej Desh
41e6eeab51 bino3d: init at 1.6.7 2019-01-26 22:44:04 +00:00