non port: net-im/quaternion/pkg-plist |
Number of commits found: 6 |
Monday, 17 Jul 2023
|
14:39 Adriaan de Groot (adridg)
net-im/quaternion: update to a newer GH commit
This is so that quaternion can build against latest quaternion.
Includes work from rakuco@ https://reviews.freebsd.org/D41045
8ba9e3e |
Friday, 20 Nov 2020
|
21:16 adridg
Update net-im/quaternion to latest upstream
Release notes:
https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta1
Quaternion is the reference implementation of a Matrix client using
libQuotient; now that the latest Quotient is in-tree, switch the
reference consumer as well.
|
Thursday, 6 Jun 2019
|
14:47 adridg
Update Qt5-based Matrix clients
- libqmatrixclient is undergoing a name-change, to libQuotient.
Anticipate that a little.
- libqmatrixclient installed a ${LOCALBASE}/include/util.h which
is awfully generic; move the includes into include/Quotient
(again, in advance of the completion of the renaming).
Reported by Jan Henrik Sylvester.
- quaternion just has a minor release with several-times-rerolled
AppImage support (which isn't relevant for us).
- spectral has had several more tags done, but no official releases.
The tags are build-numbers, really, so PORTVERSION=603 means
build 603, and can be interpreted as 0.0.0.603 until there's
a real release. This does mean that we'll hit a PORTEPOCH once
such a release happens, when PORTVERSION drops back down to
0.0.1 (or whatever).
- spectral doesn't update to the latest tag (648) because that
requires an unreleased libQuotient version (not an issue if you
build from source with git submodules, but problematic in
packaging).
|
Thursday, 18 Apr 2019
|
19:08 adridg
Update net-im/libqmatrixclient and consumers
New release of libqmatrixclient
https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2
with crash fixes when there are expired tokens or abandoned connections.
This helps when clients are stuck showing some dialog and the connection
goes away under water.
New RC of quaternion, using the updated library.
https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3
Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This
will go away when 0.0.9.5 is reached.
Bump spectral so that it picks up the new libqmatrixclient.
|
Thursday, 7 Mar 2019
|
21:57 adridg
Update net-im/libqmatrixclient and net-im/quaternion in tandem.
New release of libqmatrixclient (which breaks API compatibility) and
a beta for quaternion (its only client).
https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.0
https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-beta1
Summarized:
- (packaging) QtMultimedia (video support) and QtKeychain (for secure storage)
are now added as dependencies.
- (user-visible) Many UI improvements.
This could use some work on the BUILD_DEPENDS to make sure that quaternion
is upgraded together with the static library it depends on.
|
Thursday, 21 Feb 2019
|
13:44 adridg
New Matrix IM desktop client and support-library.
Quaternion is a Matrix IM desktop client; Matrix is a "modern" IM
solution, based on federated messaging and optional end-to-end
encryption. The protocol and most implementations are entirely
Open Source.
This commit introduces a support library, net-im/libqmatrixclient,
and one user of that library, net-im/quaternion. The library itself
is used by other Qt-based Matrix IM clients as well but I needed
*one* client, not three of them.
The pkg-descrs are awful short, but there's really not much more
to say than "a desktop Matrix IM client", since that's what it is.
Listing features seems like useless fluff, since those are inherent
in Matrix protocol support (avatars, image previews, long messages,
etc.).
|
Number of commits found: 6 |