1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add xmms-ahx.

XMMS input plugin for AHX format support. AHX is a synthetic music format from
Amiga, and reproducing C64-style music.

WWW: http://xmms-ahx.sourceforge.net/

PR:		ports/81811
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Jean-Yves Lefort 2005-06-06 18:42:12 +00:00
parent d047874f2d
commit 041059c67c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136929
4 changed files with 38 additions and 0 deletions

View File

@ -501,6 +501,7 @@
SUBDIR += xmixer
SUBDIR += xmmix
SUBDIR += xmms-a52dec
SUBDIR += xmms-ahx
SUBDIR += xmms-arts_output
SUBDIR += xmms-audiofile
SUBDIR += xmms-bonk

28
audio/xmms-ahx/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: xmms-ahx
# Date created: 2 June 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= xmms-ahx
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ehaupt@critical.ch
COMMENT= XMMS plugin for playing AHX tunes
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libahx.so
USE_X_PREFIX= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_GNOME= gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

2
audio/xmms-ahx/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (xmms-ahx-0.6.tar.gz) = d1f16d70f2aed108c51e174262f8139d
SIZE (xmms-ahx-0.6.tar.gz) = 339874

7
audio/xmms-ahx/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
XMMS input plugin for AHX format support. AHX is a synthetic music format from
Amiga, and reproducing C64-style music.
WWW: http://xmms-ahx.sourceforge.net/
- ehaupt
ehaupt@critical.ch