about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/fractal
AgeCommit message (Collapse)AuthorFilesLines
2024-05-05fractal: 6 -> 7networkException2-1219/+1176
this patch updates fractal to version 7. this also fixes nix-prefetch-git resolving `rev = "7";` to `refs/environments/review-jsparber-h-cxnwl8/deployments/2` by using `rev = "refs/tags/7";` directly.
2024-01-18fractal: 5 -> 6Adam Stephens2-408/+564
Changelog: https://gitlab.gnome.org/World/fractal/-/releases/6
2023-12-01fractal: drop drawin supportlinsui1-0/+1
2023-11-27fractal: enable gstreamer-good supportColin1-0/+1
gstreamer-good was in the old `fractal` 4.x package, seems to have been overlooked in the upgrade to fractal 5. providing this enables fractal to play inline video -- else the following output is observed for messages containing video: ``` ERROR fractal::components::video_player::imp: Error playing video: Error from element /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: Your GStreamer installation is missing a plug-in. Your GStreamer installation is missing a plug-in. ../gst/playback/gsturidecodebin.c(1049): no_more_pads_full (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: no suitable plugins found: ../gst/playback/gstdecodebin2.c(4704): gst_decode_bin_expose (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: Quicktime (video/quicktime, variant=(string)iso) ```
2023-11-26fractal: 4.4.2 -> 5linsui2-1235/+4623
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-2/+4
This will be deprecated in the next commit.
2023-03-31fractal: fix build due to git dependencies in Cargo.lockPhilipp Mildenberger2-4/+3313
2023-03-24fractal: 4.4.0 -> 4.4.2Philipp Mildenberger2-212/+4
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
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-04fractal: fix build on darwinWeijia Wang1-0/+5
2022-10-07fractal: patch to work with rust 1.64Theodore Ni2-4/+202
2022-03-24fractal: fix build with meson 0.61Bobby Rong1-1/+12
2021-05-07treewide maintainers: add teams.{freedesktop,gnome}Jan Tojnar1-1/+1
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát1-1/+1
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-03-21fractal: don't mark as brokenWORLDofPEACE1-2/+0
https://github.com/NixOS/nixpkgs/pull/116324
2021-03-17fractal: mark brokenSandro Jäckel1-2/+3
2021-03-14fractal: port away from buildRustPackageJan Tojnar1-14/+10
The new setup hooks compose better with Meson setup hooks. Also correct license.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-27Merge pull request #99195 from berbiche/fix-fractalSandro1-0/+1
fractal: mark broken on Darwin
2020-10-29Merge pull request #99345 from nh2/gstreamer-1.18.0Niklas Hambüchen1-1/+1
gstreamer: 1.16.2 -> 1.18.0
2020-10-24gstreamer: 1.16.2 -> 1.18.0Niklas Hambüchen1-1/+1
Fixes #98769. Important changes from https://gstreamer.freedesktop.org/releases/1.18/: * `gst-validate` was renamed to `gst-devtools` upstream: > * the `gst-validate` tarball has been superseded by > the `gst-devtools` tarball for consistency with the git module name. * `gst-python` is now Python 3 only: > * Python 2.x is no longer supported
2020-10-24fractal: use libhandy_0Atemu1-2/+2
2020-09-30fractal: mark broken on DarwinNicolas Berbiche1-0/+1
2020-09-06fractal: add gtk support to gstreamerPhilipp Bartsch1-0/+3
Closes #96618 Suggested-by: Jan Tojnar <jtojnar@gmail.com>
2020-08-15fractal: 4.2.2 → 4.4.0Jan Tojnar1-5/+5
https://gitlab.gnome.org/GNOME/fractal/-/blob/4.4.0/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in#L21-49
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-0/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-29fractal: fix strict deps buildJörg Thalheim1-1/+1
2020-02-16fractal: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-12-04fractal: 4.2.0 -> 4.2.2Will Dietz1-13/+6
gtksourceview4, patch's MR accepted \o/, add gst-validate dep
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+0
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-03and another gdk_pixbuf renameFrederik Rietdijk1-2/+2
2019-08-01fractal: 4.0.0 -> 4.2.0worldofpeace1-11/+17
Build system changes happening in the following commits: * https://gitlab.gnome.org/GNOME/fractal/commit/79bf10af6ddecf50b0dc7641658694c196f73403 * https://gitlab.gnome.org/GNOME/fractal/commit/6982765607fb0a0c9e5eae4ad32659b29e5d0fb3 * https://gitlab.gnome.org/GNOME/fractal/commit/4abfa58282e958b2ab6fe44c5e3963d1b5db258a Submitted MR upstream to update Cargo.lock [0] and to make scripts executable [1]. [0]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/446 [1]: https://gitlab.gnome.org/GNOME/fractal/merge_requests/447
2019-07-30fractal: stylize, add me to maintainersworldofpeace1-9/+48
2019-06-28fractal: fix build with gstreamer 1.16.0worldofpeace1-1/+9
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2018-12-30fractal: init at 4.0.0 !Will Dietz1-0/+43
Matrix chat app.