Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2024 11:09:04 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1821de1c6e2 - main - audio/alsa-utils: update to 1.2.11
Message-ID:  <202404141109.43EB94Na028426@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1821de1c6e2cc6432bfaaee8a6802f1e861c5aa

commit e1821de1c6e2cc6432bfaaee8a6802f1e861c5aa
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-04-14 06:41:38 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-04-14 11:07:56 +0000

    audio/alsa-utils: update to 1.2.11
    
    Changelog: https://www.alsa-project.org/wiki/Changes_v1.2.10_v1.2.11
---
 audio/alsa-utils/Makefile                          |  3 +--
 audio/alsa-utils/distinfo                          |  6 +++---
 audio/alsa-utils/files/patch-aplay_aplay.c         | 23 ----------------------
 .../files/patch-seq_aplaymidi_aplaymidi.c          | 11 -----------
 4 files changed, 4 insertions(+), 39 deletions(-)

diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile
index 93109dd0cc58..4ac36a682521 100644
--- a/audio/alsa-utils/Makefile
+++ b/audio/alsa-utils/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	alsa-utils
-PORTVERSION=	1.2.10
-PORTREVISION=	3
+PORTVERSION=	1.2.11
 CATEGORIES=	audio
 MASTER_SITES=	https://www.alsa-project.org/files/pub/utils/
 
diff --git a/audio/alsa-utils/distinfo b/audio/alsa-utils/distinfo
index 6771e3b285b1..efd8cdd7fd1c 100644
--- a/audio/alsa-utils/distinfo
+++ b/audio/alsa-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695515854
-SHA256 (alsa-utils-1.2.10.tar.bz2) = 104b62ec7f02a7ce16ca779f4815616df1cc21933503783a9107b5944f83063a
-SIZE (alsa-utils-1.2.10.tar.bz2) = 1625707
+TIMESTAMP = 1713015078
+SHA256 (alsa-utils-1.2.11.tar.bz2) = 9ac6ca3a883f151e568dcf979b8d2e5cbecc51b819bb0e6bb8a2e9b34cc428a7
+SIZE (alsa-utils-1.2.11.tar.bz2) = 1627148
diff --git a/audio/alsa-utils/files/patch-aplay_aplay.c b/audio/alsa-utils/files/patch-aplay_aplay.c
deleted file mode 100644
index 61a9046313b2..000000000000
--- a/audio/alsa-utils/files/patch-aplay_aplay.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- aplay/aplay.c.orig	2020-02-19 12:02:10 UTC
-+++ aplay/aplay.c
-@@ -49,7 +49,6 @@
- #include <sys/time.h>
- #include <sys/stat.h>
- #include <sys/types.h>
--#include <endian.h>
- #include "gettext.h"
- #include "formats.h"
- #include "version.h"
-@@ -70,6 +69,12 @@
- #define be16toh(x) __be16_to_cpu(x)
- #define le32toh(x) __le32_to_cpu(x)
- #define be32toh(x) __be32_to_cpu(x)
-+#endif
-+
-+#ifndef _LARGEFILE64_SOURCE
-+/* assume modern system */
-+typedef off_t off64_t;
-+#define lseek64 lseek
- #endif
- 
- #define DEFAULT_FORMAT		SND_PCM_FORMAT_U8
diff --git a/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c b/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c
deleted file mode 100644
index 03c821703455..000000000000
--- a/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- seq/aplaymidi/aplaymidi.c.orig	2023-09-01 15:36:26 UTC
-+++ seq/aplaymidi/aplaymidi.c
-@@ -819,6 +819,8 @@ static void play_midi(void)
- 		ev.time.tick = event->tick;
- 		ev.dest = ports[event->port];
- 		if (event->type == SND_SEQ_EVENT_TEMPO) {
-+			snd_seq_ev_set_fixed(&ev);
-+			ev.type = event->type;
- 			ev.dest.client = SND_SEQ_CLIENT_SYSTEM;
- 			ev.dest.port = SND_SEQ_PORT_SYSTEM_TIMER;
- 			ev.data.queue.queue = queue;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404141109.43EB94Na028426>