Bug 81811 - [new port] audio/xmms-ahx
Summary: [new port] audio/xmms-ahx
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 15:50 UTC by Emanuel Haupt
Modified: 2005-06-06 19:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-06-02 15:50:01 UTC
[new port] audio/xmms-ahx

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

Fix: -- start: xmms-ahx.shar --


-- end: xmms-ahx.shar ----ENh0rlz0de5DtyNctZSZIGiru72qPN7t8VeBlMBH9aO5iFWX
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xmms-ahx
#	xmms-ahx/Makefile
#	xmms-ahx/pkg-descr
#	xmms-ahx/distinfo
#
echo c - xmms-ahx
mkdir -p xmms-ahx > /dev/null 2>&1
echo x - xmms-ahx/Makefile
sed 's/^X//' >xmms-ahx/Makefile << 'END-of-xmms-ahx/Makefile'
X# New ports collection makefile for:   xmms-ahx
X# Date created:		2 June 2005
X# Whom:			Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmms-ahx
XPORTVERSION=	0.6
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	Xmms plugin to play AHX tunes
X
XRUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
X
XPLIST_FILES=	lib/xmms/Input/libahx.so \
X		lib/xmms/Input/libahx.la
X
XGNU_CONFIGURE=	yes
XUSE_X_PREFIX=	yes
XUSE_LIBTOOL_VER=15
XUSE_GNOME=	gtk12
X
XCONFIGURE_ENV=	CFLAGS="${CFLAGS} ${CPPFLAGS}" \
X		CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
X		CPPFLAGS="${CPPFLAGS}" \
X		LDFLAGS="${LDFLAGS}"
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XBROKEN=		"Does not compile on FreeBSD < 5.x"
X.endif
X
X.include <bsd.port.post.mk>
END-of-xmms-ahx/Makefile
echo x - xmms-ahx/pkg-descr
sed 's/^X//' >xmms-ahx/pkg-descr << 'END-of-xmms-ahx/pkg-descr'
XXMMS input plugin for AHX format support. AHX is a synthetic music format from
XAmiga, and reproducing C64-style music.
X
XWWW: http://xmms-ahx.sourceforge.net/
X
X- ehaupt
Xehaupt@critical.ch
END-of-xmms-ahx/pkg-descr
echo x - xmms-ahx/distinfo
sed 's/^X//' >xmms-ahx/distinfo << 'END-of-xmms-ahx/distinfo'
XMD5 (xmms-ahx-0.6.tar.gz) = d1f16d70f2aed108c51e174262f8139d
XSIZE (xmms-ahx-0.6.tar.gz) = 339874
END-of-xmms-ahx/distinfo
exit
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-03 14:24:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-06 19:44:02 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Notes: 
- XMMS was needed for building too (RUN_DEPENDS is not added at build time) 
- USE_GMAKE was needed 
- GNU_CONFIGURE is pulled in by USE_LIBTOOL_VER 
- It does compile on 4.X