Skip to content

Commit f5bc146

Browse files
committed
v1.1.5
1 parent bd19b36 commit f5bc146

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
All notable changes to this project are documented in this file.
3+
All notable changes to this project are documented in this file
4+
5+
## [1.1.5] – 2026-04-06
6+
### Bugfix
7+
- Added missing dependency for Qt5
48

59
## [1.1.4] – 2026-04-06
610
* Added multicast support to the player

bin/udp-player.deb

72 Bytes
Binary file not shown.

bin/udp-sender.deb

-100 Bytes
Binary file not shown.

player/pkg/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: udp-player
2-
Version: 1.1.4
2+
Version: 1.1.5
33
Section: sound
44
Priority: optional
55
Architecture: arm64
66
Maintainer: Raspberryfpc
7-
Depends: libc6, libgcc-s1, libasound2
7+
Depends: libc6, libgcc-s1, libasound2, libqt5pas1
88
Description: Ultra-low latency UDP audio receiver
99
Low latency audio receiver for Raspberry Pi and Linux systems.

sender/pkg/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: udp-sender
2-
Version: 0.0.1
2+
Version: 0.0.2
33
Section: sound
44
Priority: optional
55
Architecture: arm64
66
Maintainer: Raspberryfpc
7-
Depends: ffmpeg, libc6, libgcc-s1
7+
Depends: ffmpeg, libc6, libgcc-s1, libqt5pas1
88
Description: UDP Audio Sender for Raspberry Pi
99
sends audio via UDP using FFmpeg.

0 commit comments

Comments
 (0)