audio/d11amp: Add new port

D11AMP is an oldskool MP3 player. In addition to being a frontend
to mpg123, it can handle WinAMP's treasure trove of skins.

PR:			268776
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D37974
This commit is contained in:
Thomas Dettbarn 2023-01-05 23:10:00 +00:00 committed by Felix Palmen
parent 9e0e0d7b04
commit 0941047a34
4 changed files with 39 additions and 0 deletions

View File

@ -104,6 +104,7 @@
SUBDIR += cuetools
SUBDIR += cutmp3
SUBDIR += cyanrip
SUBDIR += d11amp
SUBDIR += dagrab
SUBDIR += darkice
SUBDIR += dcd

33
audio/d11amp/Makefile Normal file
View File

@ -0,0 +1,33 @@
PORTNAME= d11amp
DISTVERSION= 0.61
CATEGORIES= audio
MASTER_SITES= https://www.dettus.net/d11amp/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dettus@dettus.net
COMMENT= Oldskool MP3 player
WWW= https://www.dettus.net/d11amp/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libmpg123.so:audio/mpg123 \
libportaudio.so:audio/portaudio \
libzip.so:archivers/libzip
USES= gnome pkgconfig tar:bz2
USE_GNOME= cairo gdkpixbuf2 gtk40
MAKE_ARGS= INSTALLMAN=${STAGEDIR}${PREFIX}/man
TEST_ENV= SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp/
TEST_TARGET= check
LDFLAGS+= -Wl,--as-needed
PLIST_FILES= bin/d11amp \
man/man1/d11amp.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d11amp
.include <bsd.port.mk>

3
audio/d11amp/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672959172
SHA256 (d11amp_0.61.tar.bz2) = c0eb416c033077b195ddc24a9d232e9bfa806fb777b57280e7f833b6267ced09
SIZE (d11amp_0.61.tar.bz2) = 76507

2
audio/d11amp/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
D11AMP is an oldskool MP3 player. In addition to being a frontend
to mpg123, it can handle WinAMP's treasure trove of skins.