Skip to content
Snippets Groups Projects
Commit c4565f1a authored by Älven's avatar Älven Committed by Zsolt Udvari
Browse files

comms/quisk: Update to 4.2.36

Fix pkg-descr's permissions.

Changelog: https://james.ahlstrom.name/quisk/CHANGELOG.txt

PR:		278390
Approved by:	maintainer timeout (2+ weeks)
parent 48f3bc6c
No related branches found
No related tags found
No related merge requests found
PORTNAME= quisk
DISTVERSION= 4.2.19
PORTREVISION= 2
DISTVERSION= 4.2.36
CATEGORIES= comms hamradio
MASTER_SITES= PYPI
......@@ -11,9 +10,9 @@ WWW= https://james.ahlstrom.name/quisk/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
LIB_DEPENDS= libfftw3.so:math/fftw3 \
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfftw3.so:math/fftw3 \
libportaudio.so:audio/portaudio \
libasound.so:audio/alsa-lib \
libpulse.so:audio/pulseaudio
USES= python
......
TIMESTAMP = 1687973631
SHA256 (quisk-4.2.19.tar.gz) = 8946b29894eee88db4faceda82fe3f0878f45429a13083e77f4b3c9e132c8cd2
SIZE (quisk-4.2.19.tar.gz) = 4805584
TIMESTAMP = 1723034330
SHA256 (quisk-4.2.36.tar.gz) = 4e7e7d1a004fc17e787555c7178d358632fc4b87eb819cd387f6456f297755ca
SIZE (quisk-4.2.36.tar.gz) = 5151025
--- ac2yd/remote.c.orig 2022-11-30 19:10:07 UTC
--- ac2yd/remote.c.orig 2023-12-12 20:34:47 UTC
+++ ac2yd/remote.c
@@ -20,6 +20,7 @@
@@ -28,6 +28,7 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/ip.h>
......
--- setup.py.orig 2022-11-19 21:34:46 UTC
--- setup.py.orig 2024-05-10 17:22:55 UTC
+++ setup.py
@@ -48,6 +48,15 @@ if sys.platform == "darwin": # Build for Macintosh
define_macros.append(("QUISK_HAVE_PULSEAUDIO", None))
@@ -54,6 +54,15 @@ elif "freebsd" in sys.platform: #Build for FreeBSD
define_macros = [("QUISK_HAVE_PULSEAUDIO", None)] # Pulseaudio is in FreeBSD base
Modules = [Extension ('quisk._quisk', include_dirs=['.', base_dir + '/include'], library_dirs=['.', base_dir + '/lib'],
libraries=libraries, sources=sources, define_macros=define_macros)]
+if "freebsd" in sys.platform: #Build for FreeBSD
......
--- sound.c.orig 2022-11-01 15:27:27 UTC
--- sound.c.orig 2024-05-20 18:01:18 UTC
+++ sound.c
@@ -15,7 +15,7 @@
#else
#include <sys/socket.h>
#include <arpa/inet.h>
-#include <netinet/ip.h>
+#include <netinet/in.h>
#endif
#include "quisk.h"
@@ -596,7 +596,7 @@ void play_sound_interface(struct sound_dev* dev, int n
@@ -604,7 +604,7 @@ void play_sound_interface(struct sound_dev* dev, int n
else
dev->cr_correction = (0.5 - dev->cr_average_fill) * dev->play_buf_size;
if (dev->cr_correction != 0)
......
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment