1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

audio/adplay: Update to 1.9

This commit is contained in:
Emanuel Haupt
2025-12-25 16:29:32 +01:00
parent 3315f7d373
commit dae7069c53
3 changed files with 5 additions and 26 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
PORTNAME= adplay
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.1
PORTREVISION= 3
DISTVERSION= 1.9
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -36,7 +35,7 @@ ALSA_CONFIGURE_WITH= alsa-prefix=${LOCALBASE}/lib
ALSA_CFLAGS+= `pkg-config --cflags alsa`
SDL_USES= sdl
SDL_USE= SDL=mixer,sdl
SDL_USE= SDL=mixer2,sdl2
SDL_CONFIGURE_OFF= --disable-output-sdl
DBFILE= adplug.db
+3 -3
View File
@@ -1,5 +1,5 @@
TIMESTAMP = 1590309553
SHA256 (adplug-adplay-unix-v1.8.1_GH0.tar.gz) = 5fa1d475740bf88f5a618c1a79b52d1b0faf0c70b1c3f181114711fd2c84aa2d
SIZE (adplug-adplay-unix-v1.8.1_GH0.tar.gz) = 42222
TIMESTAMP = 1766640860
SHA256 (adplug-adplay-unix-v1.9_GH0.tar.gz) = 6390772f9a9d12df8db90b9834db3f14bddeb35c5e3ecb58131ed0cec0e546fd
SIZE (adplug-adplay-unix-v1.9_GH0.tar.gz) = 47935
SHA256 (adplug-database-v1.0_GH0.tar.gz) = 1c2cfd08bbaba19209893d5a6ef18287251aa34c82c2704570255e19a2535a99
SIZE (adplug-database-v1.0_GH0.tar.gz) = 4462
-20
View File
@@ -1,20 +0,0 @@
--- acinclude.m4.orig 2010-01-01 08:21:00 UTC
+++ acinclude.m4
@@ -422,7 +422,7 @@ if test "$alsa_prefix" != "" ; then
fi
dnl add the alsa library
-ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
+ALSA_LIBS="$ALSA_LIBS -lasound -lm -lpthread"
LIBS="$ALSA_LIBS $LIBS"
AC_MSG_RESULT($ALSA_LIBS)
@@ -541,7 +541,7 @@ AC_ARG_ENABLE(aotest, [ --disable-aotes
# see where dl* and friends live
AC_CHECK_FUNCS(dlopen, [AO_DL_LIBS=""], [
- AC_CHECK_LIB(dl, dlopen, [AO_DL_LIBS="-ldl"], [
+ AC_CHECK_LIB(dl, dlopen, [
AC_MSG_WARN([could not find dlopen() needed by libao sound drivers
your system may not be supported.])
])