Felix Buehler
f761feb058
vkdt: add meta.platforms & meta.broken
2023-01-28 23:08:51 +01:00
Robert Scott
c623309976
tesseract: 3.05.00 -> 3.05.02
...
fix build with leptonica 1.83
2023-01-28 16:20:52 +00:00
Robert Scott
3b77f6c31b
tesseract4: 4.1.1 -> 4.1.3
...
fix build with leptonica 1.83
2023-01-28 16:20:52 +00:00
R. Ryantm
6ed9400440
vkdt: 0.5.1 -> 0.5.3
2023-01-28 13:28:15 +00:00
Sergei Trofimovich
c1aadcb9ac
fluxus: fix NIX_* environment propagations to scons
...
scons build system does not work by default in nixpkgs envoironment as
it filters system environment and throws away NIX_* flags:
https://scons.org/doc/2.1.0/HTML/scons-user/x1750.html
Fix build system to always propagate os.environment.
2023-01-28 13:27:17 +00:00
Fabián Heredia Montiel
0cf5d85f0c
treewide: add gcc12 flags
2023-01-27 21:20:52 -06:00
Emery Hemingway
f2b744c9ca
xaos: 3.6 -> 4.2.1
2023-01-26 14:52:12 -06:00
Weijia Wang
62c648bd66
Merge pull request #212455 from bcdarwin/vtk-bump-default-version
...
vtk, vtkWithQt5: bump from vtk_8 to vtk_9
2023-01-26 19:25:48 +01:00
Nick Cao
69915d71ba
Merge pull request #212656 from DarkOnion0/drawio
...
drawio: 20.7.4 -> 20.8.10
2023-01-26 10:24:29 +08:00
DarkOnion0
7deb1d9310
drawio: 20.7.4 -> 20.8.10
2023-01-25 20:59:01 +01:00
Aaron Jheng
4b0e37c4c7
yeetgif: use buildGoModule
2023-01-25 11:09:38 +00:00
Jonas Heinrich
9b97ad7b43
Merge pull request #212213 from shashurup/lazpaint-7.2.2
...
lazpaint: 7.1.5 -> 7.2.2
2023-01-25 11:10:31 +01:00
Jonas Heinrich
53909654c0
Merge pull request #212341 from aaronjheng/json-plot
...
json-plot: use buildGoModule
2023-01-25 10:41:06 +01:00
tomberek
3d309cd8e6
Merge pull request #189305 from MatthewCroughan/mc/potreeconverter
...
potreeconverter: init at unstable-2022-08-04
2023-01-24 13:20:17 -05:00
Ben Darwin
4095b8232c
vtk, vtkWithQt5: bump from vtk_8 to vtk_9
2023-01-24 12:33:48 -05:00
Aaron Jheng
1d0d0a31ec
json-plot: use buildGoModule
2023-01-24 00:56:57 +00:00
Sandro
d0ebe0d048
Merge pull request #207930 from r-ryantm/auto-update/ovito
2023-01-24 00:07:16 +01:00
Bobby Rong
798513fd9e
Merge pull request #211764 from bobby285271/upd/libchamplain
...
libchamplain cleanups
2023-01-23 11:13:06 +08:00
Robert Schütz
3a1ec4f986
imagemagick: 7.1.0-57 -> 7.1.0-58
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.0-57...7.1.0-58
2023-01-22 19:02:24 -08:00
Bobby Rong
284370ecf0
shotwell: remove unused libchamplain dependency
...
e9829cefa3
The above commit actually removes the dependency. grep -inr 'champlain' still
returns some results from src/MapWidget.vala, it is just an unused file.
(Note that this app is ported to libsoup 3 in 0.31.5)
2023-01-23 10:12:30 +08:00
Dan Callahan
684b3ea247
rapid-photo-downloader: 0.9.18 -> 0.9.34
2023-01-22 23:54:06 +00:00
Georgy Kibardin
6803ef067f
lazpaint: 7.1.5 -> 7.2.2
2023-01-22 22:11:34 +03:00
Adam Joseph
42815b4a0c
treewide: systemdSupport: use lib.meta.availableOn
...
Many packages have some kind of flag indicating whether or not to build with
systemd support. Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`. Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.
This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.
This provides three benefits:
1. The default values are set correctly (i.e. including `&& isStatic`)
2. The default values are set consistently
3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
8bf670fc28
Merge pull request #211954 from linsui/weylus
...
weylus: fix build
2023-01-22 07:17:47 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
linsui
d7eab4d187
weylus: fix build
2023-01-21 23:52:35 +08:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Anderson Torres
a4f710e858
Merge pull request #211508 from ElnuDev/pureref
...
pureref: init at 1.11.1
2023-01-19 19:41:40 -03:00
ElnuDev
afdcfa28cc
pureref: init at 1.11.1
2023-01-19 13:06:52 -08:00
R. Ryantm
29aecf0a58
jpeginfo: 1.6.2 -> 1.7.0
2023-01-19 15:13:48 +01:00
ajs124
39d335ea0f
Merge pull request #210175 from r-ryantm/auto-update/yacreader
...
yacreader: 9.10.0 -> 9.11.0
2023-01-19 13:00:37 +01:00
Luna Nova
848506435e
monado: unstable-2022-05-28 -> unstable-2023-01-14
2023-01-17 07:39:52 -08:00
WhiteBlackGoose
a6cb255f91
litemdview: init at 0.0.32
2023-01-16 08:43:50 +03:00
Bobby Rong
0bdc78c064
Merge pull request #210822 from bobby285271/rm/gnome-2
...
gnome2: remove some packages
2023-01-16 11:07:07 +08:00
Nick Cao
44a58edc8b
Merge pull request #210550 from r-ryantm/auto-update/photoflare
...
photoflare: 1.6.11 -> 1.6.12
2023-01-16 10:49:18 +08:00
Felix Buehler
d5efe89452
vkdt: separate buildInputs and add wayland package
2023-01-15 17:58:21 +01:00
Bobby Rong
0522c17245
xournal: remove unused libgnomeprint dependency
...
Not needed starting from 0.4.3.
ac88190986
/
2023-01-15 10:54:57 +08:00
R. Ryantm
d023a54c67
oculante: 0.6.39 -> 0.6.41
2023-01-14 13:35:04 +00:00
R. Ryantm
042d45c00d
photoflare: 1.6.11 -> 1.6.12
2023-01-13 15:55:23 +00:00
Florian Klink
1b0941f646
Merge pull request #208961 from paperdigits/darktable42
...
darktable: 4.0.0 -> 4.2.0 & lensfun: 0.3.95 -> 0.3.3
2023-01-13 08:32:42 +00:00
Nick Cao
86f80c8f1b
Merge pull request #208440 from NickCao/qt6-closure
...
Reduce the closure size of various qt6 packages
2023-01-13 06:43:19 +08:00
ajs124
da8a79b78f
Merge pull request #209831 from r-ryantm/auto-update/graphicsmagick
...
graphicsmagick: 1.3.38 -> 1.3.39
2023-01-12 22:52:16 +01:00
R. Ryantm
ad9f07825f
oculante: 0.6.38 -> 0.6.39
2023-01-11 22:16:12 +00:00
R. Ryantm
2abe498362
yacreader: 9.10.0 -> 9.11.0
2023-01-11 09:02:00 +00:00
R. Ryantm
6b6acf136a
jpeginfo: 1.6.1 -> 1.6.2
2023-01-11 07:40:25 +01:00
Jonas Heinrich
4d4947652c
Merge pull request #209803 from paperdigits/vkdt
...
vkdt: init at 0.5.1
2023-01-10 16:29:08 +01:00
Robert Schütz
18a63fa689
rnote: 0.5.10 -> 0.5.12
...
https://github.com/flxzt/rnote/releases/tag/v0.5.12
2023-01-09 07:01:25 -08:00
Christoph Hrdinka
ee014dbc8f
Merge pull request #208073 from toastal/hugin-2022
...
hugin: 2021.0.0 → 2022.0.0
2023-01-09 09:59:30 +01:00
R. Ryantm
a8202b8110
graphicsmagick: 1.3.38 -> 1.3.39
2023-01-09 05:08:32 +00:00
Mica Semrick
4b08343f1c
vkdt: init at 0.5.1
2023-01-08 17:49:56 -08:00
Kerstin
082e0c7ca7
Merge pull request #209541 from dotlambda/imagemagick-7.1.0-57
...
imagemagick: 7.1.0-56 -> 7.1.0-57
2023-01-08 21:09:10 +01:00
Nikolay Korotkiy
3ca4c0e0dd
azpainter: 3.0.4 → 3.0.6
2023-01-08 22:49:19 +04:00
Thiago Kenji Okada
8b5eb8e805
Merge pull request #200852 from foo-dogsquared/add-vipsdisp
...
vipsdisp: init at 2.4.1
2023-01-08 15:19:03 +00:00
7c6f434c
9666d103b3
Merge pull request #209587 from thiagokokada/bump-dia
...
dia: 0.97.3.20170622 -> unstable-2022-12-14
2023-01-08 00:36:05 +00:00
Thiago Kenji Okada
467e2a2397
dia: 0.97.3.20170622 -> unstable-2022-12-14
2023-01-08 00:06:56 +00:00
Robert Schütz
30516113e2
imagemagick: 7.1.0-56 -> 7.1.0-57
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.0-56...7.1.0-57
2023-01-07 10:44:36 -08:00
Thiago Kenji Okada
dced285cf6
mcomix: 2.0.2 -> 2.1.0
2023-01-07 13:26:47 +00:00
figsoda
446ab78868
Merge pull request #209387 from r-ryantm/auto-update/jpegoptim
...
jpegoptim: 1.5.0 -> 1.5.1
2023-01-06 19:55:50 -05:00
Thomas Gerbet
17e0a37381
Merge pull request #209104 from risicle/ris-openimageio-1-to-2
...
openimageio: default to openimageio2, rename 1.x to openimageio_1
2023-01-06 23:52:03 +01:00
R. Ryantm
913ac1f243
jpegoptim: 1.5.0 -> 1.5.1
2023-01-06 22:22:42 +00:00
Thiago Kenji Okada
1384e038f9
Merge pull request #209317 from wegank/fluxus-scons
...
fluxus: migrate to scons_latest
2023-01-06 18:14:07 +00:00
ajs124
9a1c5c24f6
Merge pull request #207330 from wackbyte/bump-krita
...
krita: 5.1.3 -> 5.1.4
2023-01-06 17:58:35 +01:00
figsoda
7a1dfc5a96
Merge pull request #208393 from dit7ya/oculante
...
oculante: init at 0.6.38
2023-01-06 11:57:20 -05:00
Mostly Void
2e59fd5ffc
oculante: init at 0.6.38
2023-01-06 20:22:42 +05:30
Weijia Wang
b62c08e2d7
fluxus: migrate to scons_latest
2023-01-06 15:23:56 +01:00
Mica Semrick
754a44d85b
darktable: 4.0.0 -> 4.2.0
2023-01-05 17:29:11 -08:00
Robert Scott
ef4d0b8c26
openimageio, openimageio_1: move to pkgs/development/libraries
...
it's a library
2023-01-05 21:38:04 +00:00
Thiago Kenji Okada
95b064a513
Merge pull request #209088 from thiagokokada/bump-pinta
...
pinta: 2.0.2 -> 2.1
2023-01-05 21:15:44 +00:00
Robert Scott
2de4166630
openimageio_1: add many knownVulnerabilties
2023-01-05 20:26:49 +00:00
Thiago Kenji Okada
f7e1276560
pinta: 2.0.2 -> 2.1
2023-01-04 20:44:50 +00:00
Anthony Cowley
d89f78d1ce
Merge pull request #203246 from zendo/update/qview
...
qview: 4.0 -> 5.0
2023-01-04 10:14:14 -05:00
Gabriel Arazas
a38f523576
eyedropper: 0.4.0 -> 0.5.0
2023-01-03 14:22:11 +08:00
Sandro
c51092ad75
Merge pull request #205697 from ckiee/blockbench-20221212
2023-01-02 21:58:35 +01:00
Robert Scott
3795f85180
Merge pull request #208013 from risicle/ris-openimageio-2.4.6.0
...
openimageio2: 2.2.17.0 -> 2.4.6.1
2023-01-02 13:42:49 +00:00
Nick Cao
bffa10ffa3
openboard: fix build
2022-12-31 19:33:39 +08:00
R. Ryantm
21c2734135
imagemagick: 7.1.0-55 -> 7.1.0-56
2022-12-30 21:36:25 +00:00
Robert Scott
de947d81f3
openimageio: 2.2.17.0 -> 2.4.6.1
...
switch to opencolorio 2 & use apple sdk 11.0 because upstream
have decided to use futimens and we can't hold back the tide
forever
2022-12-30 18:19:35 +00:00
toastal
d6f100fbf0
hugin: 2021.0.0 → 2022.0.0
...
https://hugin.sourceforge.io/releases/2022.0.0/en.shtml
2022-12-28 15:24:40 +07:00
R. Ryantm
5fd24928ad
ovito: 3.7.7 -> 3.7.11
2022-12-27 08:08:01 +00:00
Ben Darwin
9c748218f2
itk: unstable -> 5.3.0
2022-12-27 09:06:37 +01:00
figsoda
c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
...
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Robert Scott
ec827584b7
Merge pull request #207645 from r-ryantm/auto-update/tesseract5
...
tesseract5: 5.2.0 -> 5.3.0
2022-12-26 01:28:33 +00:00
Weijia Wang
f93d6e7e0b
vengi-tools: unbreak on x86_64-darwin
2022-12-25 09:57:11 +01:00
R. Ryantm
fd284bf461
tesseract5: 5.2.0 -> 5.3.0
2022-12-25 04:48:50 +00:00
Weijia Wang
39ce2d9c1f
dia: unbreak on aarch64-darwin
2022-12-24 19:28:12 +01:00
Weijia Wang
2a6c2b682d
foxotron: unbreak on aarch64-darwin
2022-12-24 19:27:06 +01:00
Thiago Kenji Okada
eb111ebc68
Merge pull request #207537 from r-ryantm/auto-update/drawio
...
drawio: 20.6.2 -> 20.7.4
2022-12-24 11:53:19 +00:00
R. Ryantm
f7667eed3d
drawio: 20.6.2 -> 20.7.4
2022-12-24 09:44:13 +00:00
Robert Schütz
e09b8fd200
rnote: 0.5.9 -> 0.5.10
...
https://github.com/flxzt/rnote/releases/tag/v0.5.10
2022-12-23 02:35:12 -08:00
wackbyte
4d6bbf1620
krita: 5.1.3 -> 5.1.4
2022-12-22 16:05:17 -05:00
Francesco Gazzetta
c0f833ec35
Merge pull request #206702 from fgaz/vengi-tools/0.0.23
...
vengi-tools: 0.0.22 -> 0.0.23
2022-12-21 17:50:43 +00:00
Francesco Gazzetta
26883fa2d6
Merge pull request #206501 from fgaz/evilpixie/0.3.1
...
evilpixie: 0.3 -> 0.3.1
2022-12-20 23:41:50 +00:00
Linus Heckemann
6919026471
Merge pull request #206935 from bcdarwin/vtk_9-propagate-libs
...
vtk_9: propagate libX11 and libGL on Linux
2022-12-20 19:15:59 +01:00
Robert Schütz
e6d4fad0a8
Merge pull request #206888 from dotlambda/imagemagick-7.1.0-55
...
imagemagick: 7.1.0-54 -> 7.1.0-55
2022-12-19 19:04:44 -08:00
Ben Darwin
cf339f3d14
vtk_9: propagate libX11 and libGL on Linux
2022-12-19 18:17:46 -05:00
Vladimír Čunát
2149235d29
Merge #205482 : openboard: 1.6.1 -> unstable-2022-11-28
2022-12-19 19:23:33 +01:00
Robert Schütz
d0be85dd11
imagemagick: 7.1.0-54 -> 7.1.0-55
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.0-54...7.1.0-55
2022-12-19 09:56:30 -08:00
Francesco Gazzetta
0d10cc9175
vengi-tools: 0.0.22 -> 0.0.23
2022-12-18 14:07:28 +01:00
wackbyte
83bffb14af
imgbrd-grabber: 7.9.1 -> 7.10.0
2022-12-17 13:54:50 -05:00
Francesco Gazzetta
59f5209593
evilpixie: 0.3 -> 0.3.1
2022-12-17 09:44:31 +01:00
Guillaume Girol
7c2e65f3f8
Merge pull request #205843 from fgaz/evilpixie/0.3
...
evilpixie: 0.2.1 -> 0.3
2022-12-16 21:17:50 +00:00
Francesco Gazzetta
8ebf746e6c
evilpixie: 0.2.1 -> 0.3
2022-12-16 14:12:00 +01:00
Alexander Bantyev
38358880b3
Merge pull request #205652 from NixOS/hugin-with-egl
...
hugin: use glew-egl to fix startup crash
2022-12-15 11:48:45 +04: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
Robert Schütz
66949e33a4
Merge pull request #205897 from r-ryantm/auto-update/imagemagick
...
imagemagick: 7.1.0-53 -> 7.1.0-54
2022-12-13 12:34:57 -08:00
Robert Schütz
28c1f459e8
megapixels: 1.5.2 -> 1.6.0
...
https://gitlab.com/postmarketOS/megapixels/-/tags/1.6.0
2022-12-13 10:10:02 -08:00
Jan Tojnar
539d47e35e
Merge pull request #205890 from jtojnar/inkscape
...
inkscape: 1.2.1 → 1.2.2
2022-12-13 17:56:53 +01:00
R. Ryantm
980cc45e15
imagemagick: 7.1.0-53 -> 7.1.0-54
2022-12-13 10:04:13 +00:00
Jan Tojnar
3b3f77b181
inkscape: 1.2.1 → 1.2.2
...
https://inkscape.org/news/2022/12/05/download-inkscape-122/
2022-12-13 01:19:00 +01:00
Ryan Mulligan
5d417d1dd3
Merge pull request #201954 from r-ryantm/auto-update/pineapple-pictures
...
pineapple-pictures: 0.6.4 -> 0.6.5
2022-12-11 20:31:05 -08:00
ckie
9fd8c4c6ef
blockbench-electron: 4.1.1 -> 4.5.2; cleanup; fix
2022-12-12 02:40:19 +02:00
figsoda
3414045525
Merge pull request #205659 from DarkOnion0/drawio
...
drawio: 20.6.1 -> 20.6.2
2022-12-11 14:50:55 -05:00
Sandro
7c66c793fe
Merge pull request #205247 from abathur/zenity_loosen_platform
2022-12-11 19:19:51 +01:00
DarkOnion0
0de0c691bf
drawio: 20.6.1 -> 20.6.2
2022-12-11 19:12:40 +01:00
Alexander Bantyev
7b6987ea4e
hugin: use glew-egl to fix startup crash
...
Currently, hugin crashes on startup with an unhelpful
ERROR: 21:14:22.923574 (/build/hugin-2021.0.0/src/hugin1/hugin/GLViewer.cpp:133) SetUpContext(): Error initialising GLEW: Unknown error.
As outlined in [1], this is caused by glew being compiled without egl
support. As such, switching to glew-egl fixes the problem and hugin
starts up fine.
[1]: https://bbs.archlinux.org/viewtopic.php?id=278127
2022-12-11 21:14:01 +04:00
Artturi
790020f680
Merge pull request #204740 from amjoseph-nixpkgs/hugin1
...
hugin: cherrypick fix for segfault on empty XDG_DATA_DIR
2022-12-11 00:09:41 +02:00
Mustafa Çalışkan
ef4b47f725
openboard: 1.6.1 -> unstable-2022-11-28
2022-12-10 17:29:14 +03:00
Travis A. Everett
b5b79d6a42
tev: mark broken on darwin
2022-12-09 10:18:53 -06:00
Robert Schütz
5d4553b163
rnote: 0.5.7 -> 0.5.9
...
https://github.com/flxzt/rnote/releases/tag/v0.5.8
https://github.com/flxzt/rnote/releases/tag/v0.5.9
2022-12-08 17:28:53 -08:00
DarkOnion0
eed6640f79
drawio: 20.3.0 -> 20.6.1
2022-12-08 20:59:06 +01:00
Robert Scott
4ca6c9fda4
Merge pull request #205045 from LeSuisse/imagemagick6-6.9.12-68
...
imagemagick6: 6.9.12-26 -> 6.9.12-68
2022-12-08 00:29:46 +00:00
Thomas Gerbet
e5a37ce507
Merge pull request #204608 from r-ryantm/auto-update/digikam
...
digikam: 7.8.0 -> 7.9.0
2022-12-07 23:43:59 +01:00
Thomas Gerbet
a1f5263a86
imagemagick6: 6.9.12-26 -> 6.9.12-68
...
Fixes CVE-2022-1114, CVE-2022-1115, CVE-2022-3213, CVE-2022-32545, CVE-2022-32546 and CVE-2022-32547.
91af8aa460/ChangeLog.md
2022-12-07 22:24:09 +01:00
Kerstin
c20624ae40
Merge pull request #204735 from r-ryantm/auto-update/imagemagick
...
imagemagick: 7.1.0-52 -> 7.1.0-53
2022-12-06 16:15:13 +01:00
Fabian Affolter
26d68b5350
Merge pull request #198244 from fabaff/gitpython-bump
...
python310Packages.GitPython: 3.1.27 -> 3.1.29
2022-12-06 08:56:32 +01:00
Adam Joseph
ccdfaa8de7
hugin: cherrypick fix for segfault on empty XDG_DATA_DIR
...
Hugin segfaults if the environment variable XDG_DATA_DIR is unset
(rather than being the empty string). Upstream has committed a fix
in edfddc6070ca6d4223d359fb4b38273a5aed2f2d but has not released it
(hugin releases are *very* infrequent).
Let's cherry-pick the fix since it might be a while before they
manage another release.
2022-12-05 22:28:03 -08:00
R. Ryantm
faef21d3db
imagemagick: 7.1.0-52 -> 7.1.0-53
2022-12-06 04:58:01 +00:00
Fabian Affolter
e08ac7c246
freecad: rename GitPython
2022-12-05 20:48:36 +01:00
R. Ryantm
547614a2ec
freecad: 0.20.1 -> 0.20.2
2022-12-05 09:20:08 +00:00
R. Ryantm
ba2f6a3aa2
digikam: 7.8.0 -> 7.9.0
2022-12-05 08:46:27 +00:00
Sandro
0a3ca27681
Merge pull request #191978 from jansol/renderdoc
2022-11-30 16:21:34 +01:00
Sandro Jäckel
248a982a86
gimp: remove ? null from inputs
2022-11-30 14:40:05 +01:00
Fabián Heredia Montiel
d3b71d535c
gimp: condition python2 behind new withPython argument
2022-11-29 19:38:59 -06:00
Jan Solanti
bf16f1860c
renderdoc: move derivation to more appropriate location
2022-11-30 02:35:47 +02:00
Jan Solanti
af0261a8f7
renderdoc: add PySide dependencies back to build
2022-11-30 02:35:47 +02:00
Guillaume Girol
ddf0216b22
Merge pull request #202874 from symphorien/update-sane-backends
...
sane-backends: 1.0.32 -> 1.1.1
2022-11-29 13:51:30 +00:00
alyaeanyx
4d40b87e35
xournalpp: 1.1.2 -> 1.1.3
2022-11-27 21:45:45 +01:00
Artturi
91f186baa6
Merge pull request #201611 from Artturin/removealiasusages
...
Cleanup
2022-11-27 15:13:35 +02:00
zendo
c064354949
qview: 4.0 -> 5.0
2022-11-27 20:37:12 +08:00
Artturin
e1b1e5a0c0
treewide: fix some Function called without required argument
...
by removing packages(if the dependency has been removed) or fixing the argument
2022-11-27 00:44:13 +02:00
R. Ryantm
fc88f71dfe
ascii-image-converter: 1.13.0 -> 1.13.1
2022-11-26 19:39:42 +08:00
Guillaume Girol
03365bdf54
sane-backends: 1.0.32 -> 1.1.1
...
and add myself as maintainer
changelog: https://gitlab.com/sane-project/backends/-/releases/1.1.1
2022-11-24 12:00:00 +00:00
rnhmjoj
6c534a48f4
antimony: 2020-03-28 -> 2022-11-23
...
This allows building Antimony with Qt 5.15
2022-11-23 11:43:20 +01:00
Cole Helbling
d24d8b71d2
qimgv: drop unused patch
2022-11-19 12:31:12 -08:00
Cole Helbling
ee82feef51
qimgv: 1.0.2 -> 1.0.3-alpha
...
Fixes compatibility with recent mpv changes.
2022-11-19 12:31:12 -08:00
R. Ryantm
277dab8929
pineapple-pictures: 0.6.4 -> 0.6.5
2022-11-19 19:28:48 +00:00
R. Ryantm
aea5f56b83
ascii-image-converter: 1.12.0 -> 1.13.0
2022-11-17 20:11:01 +08:00
Aaron Jheng
6cb85df090
lazpaint: mark as broken
2022-11-16 05:36:36 +00:00