Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dino-devel-0.5.1-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: dino-devel Distribution: openSUSE Tumbleweed
Version: 0.5.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Dec 23 22:29:45 2025
Group: Development/Languages/Other Build host: reproducible
Size: 1356835 Source RPM: dino-0.5.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/dino/dino
Summary: Development files for dino
Contains libraries and header files for developing plugins for dino.

Provides

Requires

License

GPL-3.0-only

Changelog

* Tue Dec 23 2025 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 0.5.1:
    * Strip leading "v" from tag when generating display version
    * AppData: Set display_length to 360
    * Account details: Make own jid selectable
    * Conversation details: Show used account if multiple are active
    * Fix parse incoming stateless file sharing sources
    * FileTransfer fix store source
    * Voice processor: add back call to set stream delay
    * Add support for whole body fallbacks
    * Disregard SFS fallback messages even without source attachment given
    * xmpp-vala: Fix SFS mime_type wire-format
    * File Send Dialog: Make file widget static
    * SFS: Fix datetime formating
    * Add keyboard shortcut to close conversation
    * Fix checkmark icon not being available
    * Meson: Fix path to version.py in certain build
    * User Avatar: Correctly handle multiple avatar sources
    * Improve checking whether MUC messages will be referencable
    * Meson: Add legacy support for Meson 1.3
    * Fix version.py for old python argparse
    * Fix setting server_id for MAM messages from MUCs
    * Only support SystemMemory caps for video
    * device: Target resolution of 720p on libcamera devices
    * device: Request 30 fps in absence of framerate negotiation
    * SFS: Prefer announced media type over application/octet-stream from HTTP
    * Handle issues with libsoup
    * History: Fix sync issues when resuming from partial sync
    * Remove invalid declaration modifiers
    * Fix tick icons
    * Fix file overlay leak
    * rtp: device: Tweak common_widths for 16:9 ratio
    * rtp: device: Ensure even heights for rescaled streams
    * Fix fetching some MAM history for every MUC
  - fix building by removing pkgconfig(vapigen-0.46) requirement, as that
    dependency does not exist
* Sun Apr 13 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.5.0:
    * Improved file sharing
    * Reworked dialogs
    * Consistent Color Generation
    * See https://dino.im/blog/2025/04/dino-0.5-release/
  - Switch to meson
  - Run spec-cleaner
* Fri Apr 04 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.5:
    * Fix build with webrtc-audio-processing 2.x
    * Voice processor: add support for webrtc-audio-processing 1.x and 2.x
    * Fix vertical picture padding for certain aspect ratios
    * Fix various sizing issues
    * Fix compatibility with GTK 4.17+ (bsc#1239972)
    * Search: Build preview string based on chars not bytes
    * Work around pango bug
    * XEP-0215: Remove timeout from previous connection
    * XEP-0215: management of the field `expires`
    * Ignore bad stun/turn IP addresses
    * Omemo: Connect listener only once on account added
    * Fix shift+enter in chat input not scrolling down
    * OMEMO: Do not show message for OMEMO messages without payload
  - Disable webrtc due to build fail for now
* Thu Oct 24 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
    BuildRequires: Use the preferred newer version of libsoup.
* Mon Jul 01 2024 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.4:
    * Update appdata
    * Allow self-signed .onion file transfer certs (#1149)
    * Self-ping with server-given roomnick (#1594)
    * Join Channel dialog: Fix displaying of bookmark details
    * Always export symbols to fix startup on BSDs
    * AppData/DOAP: Use sentence case for summary.
    * AppData: Add brand color
    * Annotating with array_null_terminated doesn't imply a missing array_length
    * Fix message stanza with body changing MUC subject (#1569)
    * Fix poor contrast of highlight in search results with dark theme (#1557)
    * Fix crash on removing conference not in roster (#1516)
    * Fix http upload for servers without file size limit (#1512)
    * Start conversation if closed when receiving an audio or video call (#1485)
    * Fix crash due to gpg binding issue
    * Fix implicit-function-declaration compiler warnings
    * Fix subscription notification clearing
    * fix: Add x node to MUC PM stanza (#1462)
    * Fix showing the kick option to owners
  - Drop upstreamed dino-0.4.3-vala.patch
* Tue Jun 18 2024 Michael Vetter <mvetter@suse.com>
  - Fix build with valac >= 0.56.17 (gh/dino/dino#1576):
    Add dino-0.4.3-vala.patch
* Fri Mar 22 2024 Michael Vetter <mvetter@suse.com>
  - Add dino-0.4.3-emoji.patch:
    Add more emoji translations gh/dino/dino#1207
* Mon Jul 10 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.3:
    * Fix video for cameras with rotated image
    * Fix call window controlls hiding
    * Fix call window styling
    * Fix empty alias being handled different than none
    * Fix crash on NS_URI call when own server has no MAM;
      drop broken mam: 1 "support" #1405
    * Focus ChatInput textbox after selecting emoji
    * Fix character counting for fallbacks #1420
    * Fix chat input status having a fixed width requirement #1439
    * Fix chat input for IME #1419
    * Fix reactions being made to the wrong message #1426
    * data: Set X-Purism-FormFactor in .desktop file
    * Ignore non-DTLS data before handshake is complete
    * Do not send DTLS datagrams to RTP even after handshake
    * Fix certificate start time
    * Fix potential crash in video calls
* Fri Mar 24 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.2:
    * Maintenance release with fix for CVE-2023-28686 and bug fixes.
      See https://dino.im/security/cve-2023-28686
* Fri Mar 03 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.1 bugfix release:
    * Consider stream readable when EOS is reached
    * Fix critical warnings after DTLS-SRTP calls without OMEMO verification
    * Fix typing notifications in groupchats
    * Fix some memory leaks
    * Stop regenerating message menu buttons
    * Clear chat input after /command
    * Remove spell check setting
* Wed Feb 08 2023 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.0:
    See https://dino.im/blog/2023/02/dino-0.4-release/
* Fri Nov 04 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.3.1:
    * Maintenance release for libsoup3 support and bug fixes
  - Remove dino-0.3.0-libsoup.patch
* Fri Oct 28 2022 Michael Vetter <mvetter@suse.com>
  - boo#1204259: Add dino-0.3.0-libsoup.patch
* Tue Oct 11 2022 Michael Vetter <mvetter@suse.com>
  - Fix build by using ninja instead of make for building
    See https://github.com/dino/dino/issues/1281
* Sun Feb 13 2022 Michael Vetter <mvetter@suse.com>
  - Update to 0.3:
    See https://dino.im/blog/2022/02/dino-0.3-release/

Files

/usr/include/crypto-vala.h
/usr/include/dino_i18n.h
/usr/include/libdino.h
/usr/include/qlite.h
/usr/include/xmpp-vala.h
/usr/lib64/libcrypto-vala.so
/usr/lib64/libdino.so
/usr/lib64/libqlite.so
/usr/lib64/libxmpp-vala.so
/usr/share/vala/vapi/crypto-vala.deps
/usr/share/vala/vapi/crypto-vala.vapi
/usr/share/vala/vapi/dino.deps
/usr/share/vala/vapi/libdino.vapi
/usr/share/vala/vapi/qlite.deps
/usr/share/vala/vapi/qlite.vapi
/usr/share/vala/vapi/xmpp-vala.deps
/usr/share/vala/vapi/xmpp-vala.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jan 2 23:21:22 2026