Aaron Andersen
01c6b064e4
Merge pull request #177979 from r-ryantm/auto-update/kodiPackages.requests
...
kodiPackages.requests: 2.25.1+matrix.1 -> 2.27.1+matrix.1
2022-06-18 16:15:40 +02:00
Yarny0
bd86db1833
{nixos/,}clickshare-csc1: remove (prepare Qt4 removal)
...
Qt4 is on it's way out, according to
https://github.com/NixOS/nixpkgs/pull/174634
Barco's ClickShare driver/client requires Qt4;
an update isn't in sight anywhere.
To prepare for the removal of Qt4,
the commit at hand removes the
ClickShare package and its NixOS module.
The release notes are appended with a hint about the
removal and some alternatives that might help users
that are still in need of the driver/client functionality.
2022-06-18 11:47:08 +02:00
Sandro
2dfc6081a8
Merge pull request #151215 from jojosch/jellyfin-media-player-1.7.0
...
jellyfin-media-player: 1.6.1 -> 1.7.0
2022-06-17 11:55:19 +02:00
Sandro
81bd065a9a
Merge pull request #171527 from SuperSamus/haruna
2022-06-17 11:39:41 +02:00
R. Ryantm
9794e0c4e9
kodiPackages.requests: 2.25.1+matrix.1 -> 2.27.1+matrix.1
2022-06-17 06:02:38 +00:00
R. Ryantm
5d14e1487d
kodiPackages.idna: 2.10.0+matrix.1 -> 3.3.0+matrix.1
2022-06-17 05:57:58 +00:00
R. Ryantm
293127848f
kodiPackages.certifi: 2020.12.05+matrix.1 -> 2022.5.18+matrix.1
2022-06-17 05:53:05 +00:00
WeebSorceress
41b5af8b65
anime-downloader: init at 5.0.14
2022-06-16 15:38:37 -03:00
Robert Schütz
c6bedda775
hypnotix: 2.6 -> 2.7
...
https://github.com/linuxmint/hypnotix/blob/2.7/debian/changelog
2022-06-16 16:32:35 +00:00
Fabian Affolter
2b2174260f
Merge pull request #177781 from klemensn/wxcam-remove
...
wxcam: Remove
2022-06-16 00:25:51 +02:00
Michele Guerini Rocco
4019eadd58
Merge pull request #177299 from rnhmjoj/pr-mkvtoolnix
...
mkvtoolnix: 67.0.0 -> 68.0.0
2022-06-15 20:56:03 +02:00
Klemens Nanni
b061feb6d6
wxcam: Remove
...
`meta.homepage` still exists but shows that the current version is from
2011.
```
$ wxcam
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1016,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1014,wx containers,compatible with 2.6).
Aborted (core dumped)
```
See #39976 .
2022-06-15 19:18:34 +02:00
Martino Fontana
00e2f8e63c
haruna: 0.7.3 -> 0.8.0
2022-06-15 15:56:50 +02:00
Sergei Trofimovich
ba4453f804
Merge pull request #177088 from trofi/workaround-fno-common-for-coriander
...
coriander: add -fcommon workaround
2022-06-15 06:58:33 +00:00
Sergei Trofimovich
f9ee9236dc
Merge pull request #177091 from trofi/workaround-fno-common-for-gnome_mplayer
...
gnome_mplayer: add -fcommon workaround
2022-06-15 06:55:50 +00:00
Johannes Schleifenbaum
f97b60d47b
jellyfin-media-player: 1.6.1 -> 1.7.0
2022-06-14 08:30:15 +02:00
Mario Rodas
3749bf5f6d
Merge pull request #177258 from jojosch/jellyfin-mpv-shim-update
...
jellyfin-mpv-shim: 2.0.2 -> 2.1.0
2022-06-14 00:12:44 -05:00
Fabian Affolter
bafe407883
Merge pull request #177505 from fabaff/catt-bump
...
catt: 0.12.2 -> 0.12.7
2022-06-13 22:47:09 +02:00
Fabian Affolter
d339c45815
catt: 0.12.2 -> 0.12.7
2022-06-13 12:55:11 +02:00
Anderson Torres
4a883960e0
Merge pull request #175080 from somasis/aegisub
...
aegisub: 3.2.2 -> 3.3.2
2022-06-12 21:56:44 -03:00
Robert Schütz
288724f989
Merge pull request #176391 from aanderse/kodi.packages.urllib3
...
kodi.packages.urllib3: 1.26.4+matrix.1 -> 1.26.8+matrix.1
2022-06-12 16:37:14 +00:00
Aaron Andersen
e17c1d5a52
kodi.packages.urllib3: 1.26.4+matrix.1 -> 1.26.8+matrix.1
2022-06-12 09:50:57 -04:00
rnhmjoj
9a41cd6236
mkvtoolnix: 67.0.0 -> 68.0.0
2022-06-11 16:25:47 +02:00
Johannes Schleifenbaum
25cdb44ff0
jellyfin-mpv-shim: 2.0.2 -> 2.1.0
2022-06-11 09:22:05 +02:00
Sergei Trofimovich
045b2473c1
gnome_mplayer: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: mpris-interface.o:src/playlist.h:32: multiple definition of
`plclose'; gui.o:src/playlist.h:32: first defined here
2022-06-09 22:09:41 +01:00
Sergei Trofimovich
d3c992949e
coriander: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: subtitles.o:src/coriander.h:110: multiple definition of
`main_window'; main.o:src/coriander.h:110: first defined here
2022-06-09 21:57:02 +01:00
Vincent Laporte
e6b4eb3b78
qarte: 4.15.1 → 4.17.1
2022-06-08 10:11:38 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Sandro
e2cc0bd2fd
Merge pull request #176019 from trofi/workaround-fno-common-for-vokoscreen
...
vokoscreen: add -fcommon workaround
2022-06-03 16:59:55 +02:00
Sergei Trofimovich
622faae80d
w_scan: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: char-coding.o:/build/w_scan-20170107/si_types.h:117: multiple definition of
`service_t'; countries.o:/build/w_scan-20170107/si_types.h:117: first defined here
2022-06-03 00:47:53 +01:00
Sergei Trofimovich
73e5c4d5aa
vokoscreen: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: alsa_device.o:(.bss+0x8): multiple definition of `rc'; QvkAlsaDevice.o:(.bss+0x8): first defined here
2022-06-03 00:43:44 +01:00
Sandro Jäckel
fd4a00dfa8
manim: remove pytest-cov
2022-06-01 17:38:14 +02:00
Sandro
461c077f0e
Merge pull request #120479 from friedelino/add-manim-com
...
manim: remove old manim(lib) package and init at 0.15.2
2022-06-01 17:01:57 +02:00
Sandro
cac45c69ab
Merge pull request #174080 from dotlambda/hypnotix-init
...
hypnotix: init at 2.6
2022-05-31 03:58:41 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux
2022-05-30 13:42:58 +02:00
Frido Friedemann
81c384a4c0
manim: init at 0.15.2
2022-05-29 15:17:31 +02:00
Rick van Schijndel
37c633f7ae
treewide: pkgs/applications: mark broken for darwin
2022-05-29 10:56:04 +02:00
Kylie McClain
d61ce4445c
aegisub: 3.2.2 -> 3.3.2
...
This also is a switch to wangqr's fork.
This fork is currently used by OpenSUSE, Fedora, Solus, and Void Linux. <https://repology.org/project/aegisub/versions >
<https://github.com/wangqr/aegisub >
2022-05-28 22:13:15 -04:00
Pavol Rusnak
ef50f067f7
Merge pull request #171043 from prusnak/curlWithGnuTls
...
treewide: refactor curlWithGnuTls into all-packages.nix
2022-05-25 17:18:07 +02:00
R. Ryantm
65bd6b2faa
ani-cli: 2.1 -> 2.2
2022-05-25 01:21:20 +00:00
Frido Friedemann
9c3e927949
manim: remove to be replaced by ManimCE
...
Existing manim package has been incorrectly named manim, although on PyPi it is
called manimlib. It is now developed under the name manimgl, so the PyPi
package manimlib will receive no further updates. The new manim
package in nixpkgs is now the Manim Community Edition.
2022-05-24 21:24:17 +02:00
Robert Schütz
a452e0e264
hypnotix: init at 2.6
2022-05-23 06:33:24 +00:00
Jan Tojnar
b8b9f52393
Merge branch 'master' into staging-next
...
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0
and f6c5761935
.
2022-05-21 17:52:39 +02:00
Michele Guerini Rocco
7ce1c5eed3
Merge pull request #173676 from risicle/ris-mkvtoolnix-darwin-cppfs-experimental
...
mkvtoolnix: remove outdated clang fix
2022-05-21 10:14:48 +02:00
Robert Scott
5d26153324
mkvtoolnix: remove outdated clang fix
2022-05-20 22:39:42 +01:00
github-actions[bot]
77bded3c43
Merge master into staging-next
2022-05-20 18:02:18 +00:00
Robert Schütz
d5a2974e52
libsForQt5.mauiPackages: init at 2.1.2
2022-05-20 08:54:02 -07:00
github-actions[bot]
17dfec3606
Merge master into staging-next
2022-05-19 00:02:14 +00:00
Artturi
b0c602515d
Merge pull request #173084 from Artturin/unecessaryprf
...
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
2022-05-18 21:23:58 +03:00
github-actions[bot]
e87bfef273
Merge staging-next into staging
2022-05-16 18:11:41 +00:00
github-actions[bot]
115f2f7878
Merge master into staging-next
2022-05-16 18:05:56 +00:00
Artturi
6323f3ccba
Merge pull request #173275 from zendo/test
...
mpc-qt: 2019-06-09 -> 22.02
2022-05-16 20:59:52 +03:00
zendo
d1e5ca2014
mpc-qt: 2019-06-09 -> 22.02
2022-05-16 23:11:26 +08:00
github-actions[bot]
add75748e2
Merge staging-next into staging
2022-05-16 12:03:45 +00:00
github-actions[bot]
f10256fb7a
Merge master into staging-next
2022-05-16 12:02:51 +00:00
github-actions[bot]
f74178b418
Merge staging-next into staging
2022-05-15 18:01:53 +00:00
Peter Jones
1ed0bc2be3
makemkv: install mmccextr
...
Some discs cause makemkv to attempt to execute `bin/mmccextr`. Ensure
the file is installed so no run time errors occur.
2022-05-15 10:52:03 -07:00
Vladimír Čunát
d72c6a72d0
Merge branch 'master' into staging-next
2022-05-15 18:17:05 +02:00
Thiago Kenji Okada
acdec6d298
Merge pull request #172912 from armeenm/bump-byzanz
...
byzanz: 0.2.3.alpha -> unstable-2016-03-12
2022-05-15 12:53:44 +01:00
Jan Tojnar
d1b77f990f
Merge branch 'staging-next' into staging
...
Conflicts:
pkgs/applications/networking/browsers/firefox/common.nix between f6c5761935
and a373324120
.
2022-05-15 07:08:29 +02:00
Artturin
1a634cc057
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
...
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files
which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next
2022-05-14 12:01:17 +00:00
Jörg Thalheim
d8a708d2b6
Merge pull request #172801 from midchildan/fix/epgstation
...
epgstation: fix build
2022-05-14 08:12:55 +01:00
midchildan
6a0c84d594
epgstation: keep old buildInputs in overrideAttrs
2022-05-14 15:24:01 +09:00
Armeen Mahdian
51536724da
byzanz: 0.2.3.alpha -> unstable-2016-03-12
2022-05-13 16:06:17 -05:00
midchildan
834477e4d4
epgstation: move node-pre-gyp and node-gyp-build to buildInputs
2022-05-14 00:48:28 +09:00
github-actions[bot]
814126147f
Merge staging-next into staging
2022-05-13 12:02:03 +00:00
github-actions[bot]
477cc9463d
Merge master into staging-next
2022-05-13 12:01:27 +00:00
Janne Heß
0027518c91
Merge pull request #172771 from wkral/ogmtools-fix
...
ogmtools: fix build
2022-05-13 11:57:33 +02:00
midchildan
dfeb273bfa
epgstation: fix build
2022-05-13 10:39:02 +09:00
github-actions[bot]
d79af4efe4
Merge staging-next into staging
2022-05-13 00:03:35 +00:00
github-actions[bot]
97ea1401a7
Merge master into staging-next
2022-05-13 00:03:00 +00:00
William Kral
f7958990af
ogmtools: fix build
2022-05-12 14:54:38 -07:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
...
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Naïm Favier
2ae69114a1
makeWrapper: implement --inherit-argv0
...
For symmetry/interoperability with makeBinaryWrapper. Implemented as
--argv0 '$0'
2022-05-10 22:07:57 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging
2022-05-10 18:01:50 +00:00
Sandro
4010722a05
Merge pull request #154131 from onny/vvave
...
vvave: init at 2.1.1
2022-05-10 15:37:53 +02:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging
2022-05-10 12:11:45 +00:00
Jonas Heinrich
83b7231f6a
clip: init at 2.1.1
2022-05-10 04:33:35 -04:00
github-actions[bot]
2bf60ff84f
Merge staging-next into staging
2022-05-10 06:01:44 +00:00
Artturin
c07b5cd424
mplayer: remove useless nulls
2022-05-10 00:58:50 +03:00
Jonas Heinrich
a0e539ac40
vvave: init at 2.1.1
2022-05-09 16:17:14 +02:00
Sandro
7169abf52f
python310Packages.babel: 2.9.1 -> 2.10.1 ( #171867 )
2022-05-09 01:53:28 +02:00
Marek Fajkus
ce00fa7b97
Merge pull request #170449 from lilyinstarlight/obs-gstreamer-0.3.3
...
obs-studio-plugins.obs-gstreamer: 0.2.1 -> 0.3.3
2022-05-08 00:44:30 +02:00
Aaron Andersen
8100bbdb41
Merge pull request #171096 from r-ryantm/auto-update/kodiPackages.inputstreamhelper
...
kodiPackages.inputstreamhelper: 0.5.8+matrix.1 -> 0.5.10+matrix.1
2022-05-07 03:14:28 -04:00
R. Ryantm
18c3377993
ffmpeg-normalize: 1.22.10 -> 1.23.0
2022-05-07 02:16:11 +00:00
Naïm Favier
0b94145288
vdr: fix wrapper arguments escaping
2022-05-06 18:30:18 +02:00
Pavol Rusnak
cfc3c4efcc
Merge pull request #170362 from r-ryantm/auto-update/ffmpeg-normalize
...
ffmpeg-normalize: 1.22.9 -> 1.22.10
2022-05-06 13:32:47 +02:00
Will Dietz
37cada5b61
vlc: 3.0.17 -> 3.0.17.3
...
https://code.videolan.org/videolan/vlc/-/tags/3.0.17.3
https://code.videolan.org/videolan/vlc/-/tags/3.0.17.2
https://code.videolan.org/videolan/vlc/-/tags/3.0.17.1
There's a 3.0.17.4, but is not listed as latest on videolan.org yet,
and is a hotfix for Windows, so stick with 3.0.17.3 for now.
2022-05-03 08:10:23 -05:00
Sandro
70c293cf81
Merge pull request #169931 from ck3d/vdr-fritz-1.5.4
...
vdrPlugins.fritzbox: 1.5.3 -> 1.5.4
2022-05-03 09:38:04 +02:00
Vladimír Čunát
9478ec747c
Merge branch 'staging-next-2022-04-23'
...
Close #169965 : the PR and real 'staging-next' branch contained
extra systemd rebuild that I wanted to avoid in this iteration.
(to save Hydra's work)
2022-05-02 09:12:51 +02:00
rnhmjoj
8379a22914
mkvtoolnix: 66.0.0 -> 67.0.0
2022-05-01 17:09:25 +02:00
R. Ryantm
36fcd5f0dc
kodiPackages.inputstreamhelper: 0.5.8+matrix.1 -> 0.5.10+matrix.1
2022-05-01 06:27:11 +00:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23
2022-04-30 23:02:28 +02:00
Pavol Rusnak
4b7a8ae947
treewide: refactor curlWithGnuTls into all-packages.nix
2022-04-30 18:56:59 +02:00
Vojtěch Káně
e0053a7a8a
lightworks: 2021.2.1 -> 2022.1.1
2022-04-29 10:30:15 -05:00
Alias Gram
b263bfb91c
hyperion-ng: init at 2.0.12
2022-04-29 09:22:21 -05:00
Vladimír Čunát
51554cbbdb
Merge branch 'master' into staging-next-2022-04-23
2022-04-27 22:50:17 +02:00
Artturi
53491f56b6
Merge pull request #170622 from Artturin/davincipyt
2022-04-27 16:36:57 +03:00
Artturin
47194d8ddb
davinci-resolve: dont use a alias
2022-04-27 16:31:15 +03:00