Robert Scott
cf37ef83c2
freerdp: 2.11.2 -> 2.11.5
2024-01-21 19:00:04 +01:00
Sandro Jäckel
ff67c91cf8
freerdp: use latest ffmpeg
...
It no longer fails to build with newer ffmpeg version.
2024-01-15 01:16:39 +01:00
Weijia Wang
efed2bb015
freerdp: fix build with clang 16
2023-11-01 01:32:49 +01:00
github-actions[bot]
b7f2311d92
Merge staging-next into staging
2023-09-27 18:01:33 +00:00
R. Ryantm
a2f529ef31
freerdpUnstable: 2.11.1 -> 2.11.2
2023-09-27 00:05:09 +00:00
Fabián Heredia Montiel
a87f6a0054
freerdp: ffmpeg → ffmpeg_5
...
Co-authored-by: Atemu <atemu.main@gmail.com>
2023-09-26 15:57:59 -06:00
R. Ryantm
652837d9d4
freerdpUnstable: 2.11.0 -> 2.11.1
2023-09-08 09:16:21 +00:00
R. Ryantm
168ac2a0ab
freerdp: 2.10.0 -> 2.11.0
2023-09-05 02:15:18 +00:00
Adam Joseph
c1f183800f
freerdp: disable man pages if cross compiling
...
The manpage generator attempts to execute `hostPlatform` binaries.
2023-04-08 14:01:37 -07:00
Adam Joseph
c0bbacf138
freerdp: add wayland-scanner to nativeBuildInputs
...
We must also pass `-DWAYLAND_SCANNER=` explicitly, because freerdp
attempts to use the `hostPlatform`'s wayland-scanner (which it
presumably is locating via the `wayland` in `buildInputs`)
2023-04-08 14:01:32 -07:00
Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
54e37e1a1d
freerdpUnstable: 2.9.0 -> 2.10.0
2023-02-19 08:03:24 +00:00
Peter Hoeg
56f107cf7a
freerdp: apply suggestions provided by upstream ( #208832 )
...
* freerdp: apply suggestions provided by upstream
* build manpage and drop CUNIT which is not used
2023-01-05 10:31:07 +08:00
Artturin
c55b931644
treewide: fix lints and remove a unneeded cmake input
2022-12-09 01:16:08 +02:00
R. Ryantm
c2e17b7e5e
freerdp: 2.8.1 -> 2.9.0
2022-11-18 03:13:34 +00:00
Weijia Wang
0fd1939278
freerdp: fix tests on hydra
2022-10-16 14:58:19 +02:00
Weijia Wang
49bcb8429f
freerdp: fix build on darwin
2022-10-15 18:32:57 +02:00
R. Ryantm
fa90ccd7de
freerdpUnstable: 2.8.0 -> 2.8.1
2022-10-13 09:31:52 +00:00
R. Ryantm
053fb00690
freerdp: 2.7.0 -> 2.8.0
2022-08-08 12:01:36 +08:00
Linus Heckemann
0a803ad709
freerdp: 2.6.1 -> 2.7.0
2022-04-25 17:03:40 +02:00
R. Ryantm
db964ae0fa
freerdp: 2.6.0 -> 2.6.1
2022-03-08 18:23:09 +08:00
R. Ryantm
f69cd3d324
freerdp: 2.5.0 -> 2.6.0
2022-02-25 16:55:53 -08:00
Peter Hoeg
3284833ed9
freerdp: 2.4.1 -> 2.5.0
2022-01-13 16:43:09 +08:00
R. Ryantm
700c0c5be3
freerdp: 2.4.0 -> 2.4.1
2021-10-29 16:00:14 +00:00
R. RyanTM
9730596ace
freerdp: 2.3.2 -> 2.4.0
2021-07-29 05:04:48 +00:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
R. RyanTM
b74e644242
freerdp: 2.3.1 -> 2.3.2
2021-03-18 14:31:25 +01:00
R. RyanTM
dcea139c69
freerdp: 2.3.0 -> 2.3.1
2021-03-02 22:06:41 +00:00
R. RyanTM
9fce4a036d
freerdp: 2.2.0 -> 2.3.0
2021-02-26 04:35:46 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
WORLDofPEACE
13dfd7464e
freerdp: build tweaks
...
* use latest ffmpeg_4
* add libjpeg_turbo support
* add cairo support
* add ffmpeg vaapi support
2020-10-24 01:17:03 +02:00
R. RyanTM
2a597059fe
freerdp: 2.1.2 -> 2.2.0
2020-08-01 11:17:22 +00:00
R. RyanTM
b30ecf06de
freerdp: 2.1.1 -> 2.1.2
2020-06-26 08:54:06 +00: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
Linus Heckemann
ed73bb8d80
freerdp: 2.1.0 -> 2.1.1
2020-05-20 18:54:27 +02:00
Linus Heckemann
9df981d3f4
freerdp: 2.0.0 -> 2.1.0
2020-05-09 09:05:07 +02:00
Peter Hoeg
8f89b0cd0e
freerdp: re-enable tests except for one failing test
2020-04-15 12:11:32 +08:00
Linus Heckemann
156ee198b2
freerdp: 2.0.0-rc4 -> 2.0.0 ( #84885 )
...
* freerdp: 2.0.0-rc4 -> 2.0.0
* freerdp: add Xtst for input in shadow server, libxslt for manpages
* freerdp: nits
2020-04-11 11:03:03 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
Elmo Todurov
52208c3b98
freerdp: add nocaps option that turns Caps Lock into Control
2019-06-04 13:45:01 +03:00
Will Dietz
3a26a1fe94
weston: 5.0.0 -> 6.0.0 ( #58522 )
...
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040356.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040334.html
* weston: use freerdp2 not legacy
* freerdp_legacy: drop as no longer needed (weston was last user)
Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
2019-05-31 22:59:50 +02:00
volth
c26640c157
freerdp: remove 'optimize' parametes
...
all `x86_64` has SSE2, so it is needless
2019-04-09 19:19:06 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Peter Hoeg
1d3a243a25
freerdp: 2.0.0-rc3 -> 2.0.0-rc4
2018-11-22 10:32:53 +08:00
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3
2018-10-20 16:53:15 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Jan Tojnar
3784fd5e46
pcsclite: split package
2018-06-29 04:40:54 +02:00
Peter Hoeg
da4695009c
freerdp: 2.0.0-rc1 -> 2.0.0-rc2
2018-04-19 10:31:19 +08:00