about summary refs log tree commit diff
path: root/pkgs/applications/networking/syncplay
AgeCommit message (Collapse)AuthorFilesLines
2023-06-17syncplay: fix tls support in clientnyanotech2-1/+15
Adds "pem", which is a new dependency added in the last release from upstream. Nixos patches certifi to return the system ca bundle, which includes openssl-format "trusted certificate"s, which pyopenssl seems to choke on when syncplay tries to load them. Therefore, we add a patch that skips those "trusted certificates".
2023-05-26syncplay: fix `TypeError` on LinuxMichael Hoang1-0/+9
2023-05-12syncplay: Switch to PySide6 and Qt6Michael Hoang1-5/+16
Syncplay now works on macOS 🎉
2023-05-12syncplay: 1.6.9 -> 1.7.0Michael Hoang1-2/+2
2023-04-08syncplay: render natively under WaylandMichael Hoang1-1/+1
2023-03-11syncplay: fix xcb plugin issueKylie McClain1-0/+1
Without this, syncplay fails to start: > qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" > This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. > > Aborted (core dumped)
2022-05-22treewide: migrate python packages to optional-dependenciesMartin Weinelt1-1/+1
This follows the term used by PEP 621.
2022-05-08python3Packages.twisted: use extras-requireRobert Schütz1-1/+1
2022-04-13syncplay: Allow disabling GUISilvan Mosberger1-4/+6
The GUI brings a huge closure size with it, about 1.64GB, or 90.5% of the total. Turning the GUI off brings the closure size down to just 177MB
2021-12-19maintainers: rename enzime to EnzimeMichael Hoang1-1/+1
2021-08-23syncplay: 1.6.7 -> 1.6.9R. RyanTM1-2/+2
2020-12-15syncplay: 1.6.6 -> 1.6.7Euan Kemp1-2/+2
2020-10-30syncplay: 1.6.5 -> 1.6.6Riley Inman1-2/+2
2020-07-12syncplay: 1.6.4a -> 1.6.5R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-19syncplay: apply wrapQtAppsHook fixScott Olson1-1/+6
2019-12-18syncplay: 1.6.4 -> 1.6.4aScott Olson1-2/+2
2019-12-18syncplay: upgrade from Qt4 to Qt5 dependencyScott Olson1-2/+2
Syncplay automatically detects whether it has access to PySide, which binds Qt4, or PySide2, which binds Qt5. By simply updating the dependencies, we can upgrade Syncplay to Qt5.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-17syncplay: 1.6.3 -> 1.6.4R. RyanTM1-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/syncplay/versions
2019-06-10syncplay: add TLS supportNikolay Amiantov1-7/+9
Also cleanup.
2019-04-02syncplay: 1.6.2 -> 1.6.3R. RyanTM1-3/+3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/syncplay/versions
2019-01-26syncplay: 1.6.1 -> 1.6.2R. RyanTM1-3/+3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/syncplay/versions
2018-12-22syncplay: 1.6.0 -> 1.6.1R. RyanTM1-3/+3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/syncplay/versions
2018-11-10syncplay: 1.5.5 -> 1.6.0worldofpeace1-6/+6
2018-07-09syncplay: 1.5.3 -> 1.5.5 (#43245)Michael Hoang1-9/+4
Leave syncplay to install to the correct directory rather than moving folders around to make it work.
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-04-11syncplay: 1.5.2 -> 1.5.3 (#38693)R. RyanTM1-3/+3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/syncplay/versions. These checks were done: - built on NixOS - ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/.syncplay-server-wrapped -h’ got 0 exit code - ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/.syncplay-server-wrapped --help’ got 0 exit code - ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/syncplay-server -h’ got 0 exit code - ran ‘/nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3/bin/syncplay-server --help’ got 0 exit code - found 1.5.3 with grep in /nix/store/dfjzzxr9ih0cpmz3ls5xcmfaf2qrhmhh-syncplay-1.5.3 - directory tree listing: https://gist.github.com/52097c8cbb187c4fb391af784f94d056
2018-03-09syncplay: 1.5.0 -> 1.5.2Ryan Mulligan1-3/+3
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -h` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --help` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -v` and found version 1.5.2 - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --version` and found version 1.5.2 - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -h` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --help` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -v` and found version 1.5.2 - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --version` and found version 1.5.2 - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped -h` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped --help` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server -h` got 0 exit code - ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server --help` got 0 exit code - found 1.5.2 with grep in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2 - found 1.5.2 in filename of file in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2
2017-12-13syncplay: init at 1.5.0Michael Hoang1-0/+30