This updates to the latest release of Aqualung, the first release in
over 5 years. User-visible changes are fairly small, mostly limited
to CDDB changes. All patches in the port are now upstreamed.
Tested on amd64. Will be committing in a couple days unless I hear
objections.
Thanks,
Jeremy
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/aqualung/Makefile,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile
--- Makefile 3 Jul 2020 02:28:35 -0000 1.56
+++ Makefile 28 Aug 2020 03:55:59 -0000
@@ -2,9 +2,8 @@
COMMENT= advanced music player
-VERSION= 1.0
+VERSION= 1.1
DISTNAME= aqualung-${VERSION}
-REVISION= 11
EPOCH= 0
CATEGORIES= audio
@@ -17,8 +16,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 bz2 c cairo fontconfig
-WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
-WANTLIB += gthread-2.0 iconv intl m mp3lame ogg pango-1.0 pangocairo-1.0
+WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0 gthread-2.0
+WANTLIB += harfbuzz iconv intl m mp3lame ogg pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pthread samplerate sndfile sndio ${COMPILER_LIBCXX}
WANTLIB += vorbis vorbisenc vorbisfile z gtk-x11-2.0 gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 xml2 mac mad mpcdec FLAC avcodec
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/aqualung/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 5 Sep 2015 14:59:34 -0000 1.6
+++ distinfo 29 Aug 2020 18:32:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (aqualung-1.0.tar.gz) = wobBQywUdRJ/TpUlcCvLSG7YX8YlOb0+80TZIzPoQ0c=
-SIZE (aqualung-1.0.tar.gz) = 2014854
+SHA256 (aqualung-1.1.tar.gz) = dRwN+naEAie4vl0JmFmZC8dlGAulzVVsbHL4GzaK/Lw=
+SIZE (aqualung-1.1.tar.gz) = 1986368
Index: patches/patch-src_cddb_lookup_c
===================================================================
RCS file: patches/patch-src_cddb_lookup_c
diff -N patches/patch-src_cddb_lookup_c
--- patches/patch-src_cddb_lookup_c 1 Jul 2020 21:16:02 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_cddb_lookup_c,v 1.1 2020/07/01 21:16:02 jeremy Exp $
-
-Change default CDDB port to 8880, as that is what gnudb.org uses.
-
-Index: src/cddb_lookup.c
---- src/cddb_lookup.c.orig
-+++ src/cddb_lookup.c
-@@ -223,7 +223,7 @@ cddb_connection_setup(cddb_conn_t ** conn) {
- cddb_set_server_port(*conn, 80);
- } else {
- cddb_http_disable(*conn);
-- cddb_set_server_port(*conn, 888);
-+ cddb_set_server_port(*conn, 8880);
- }
- }
-
Index: patches/patch-src_core_c
===================================================================
RCS file: patches/patch-src_core_c
diff -N patches/patch-src_core_c
--- patches/patch-src_core_c 3 Jul 2020 02:28:35 -0000 1.8
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,80 +0,0 @@
-$OpenBSD: patch-src_core_c,v 1.8 2020/07/03 02:28:35 jeremy Exp $
-
-Reinit sndio if there is a audio(4) error. Without this, aqualung is
-unusable after an audio(4) error until it is closed and reopened.
-
-Create .config directory before .config/aqualung if it does not exist.
-
-Index: src/core.c
---- src/core.c.orig
-+++ src/core.c
-@@ -20,6 +20,7 @@
-
- #include <config.h>
-
-+#include <libgen.h>
- #include <stddef.h>
- #include <stdio.h>
- #include <stdlib.h>
-@@ -119,6 +120,10 @@ GSList * saved_pconns_L = NULL;
- GSList * saved_pconns_R = NULL;
-
No comments:
Post a Comment