Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 15:53:14 +0100 (CET)
From:      No Name <arundel@h3c.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78303: New Port: audio/xmms-mac
Message-ID:  <200503021453.j22ErERV096006@localhost.skatecity>
Resent-Message-ID: <200503021500.j22F0aRr076286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78303
>Category:       ports
>Synopsis:       New Port: audio/xmms-mac
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 02 15:00:35 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD skatecity 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sun Feb 27 16:54:49 CET 2005 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


	
>Description:
	A xmms plugin for monkeys audio files (+.ape) version 0.2.1

>How-To-Repeat:
	
>Fix:

	

--- ollodsa begins here ---
# 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:
#
#	/usr/ports/custom/xmms-mac
#	/usr/ports/custom/xmms-mac/pkg-plist
#	/usr/ports/custom/xmms-mac/pkg-descr
#	/usr/ports/custom/xmms-mac/distinfo
#	/usr/ports/custom/xmms-mac/Makefile
#	/usr/ports/custom/xmms-mac/files
#	/usr/ports/custom/xmms-mac/files/patch-aa
#
echo c - /usr/ports/custom/xmms-mac
mkdir -p /usr/ports/custom/xmms-mac > /dev/null 2>&1
echo x - /usr/ports/custom/xmms-mac/pkg-plist
sed 's/^X//' >/usr/ports/custom/xmms-mac/pkg-plist << 'END-of-/usr/ports/custom/xmms-mac/pkg-plist'
Xlib/xmms/Input/libxmms-mac.so
END-of-/usr/ports/custom/xmms-mac/pkg-plist
echo x - /usr/ports/custom/xmms-mac/pkg-descr
sed 's/^X//' >/usr/ports/custom/xmms-mac/pkg-descr << 'END-of-/usr/ports/custom/xmms-mac/pkg-descr'
XMonkey's Audio is a fast and easy way to compress digital music.
XUnlike traditional methods such as mp3, ogg, or lqt that permanently
Xdiscard quality to save space, Monkey's Audio only makes perfect,
Xbit-for-bit copies of your music.  That means it always sounds perfect
X- exactly the same as the original.  Even though the sound is perfect,
Xit still saves a lot of space. (think of it as a beefed-up Winzip^(TM)
Xfor your music) The other great thing is that you can always decompress
Xyour Monkey's Audio files back to the exact, original files.  That way,
Xyou'll never have to recopy your CD collection to switch formats, and
Xyou'll always be able to recreate the original music CD if something
Xever happens to yours.
X
XWWW: http://www.monkeysaudio.com/
END-of-/usr/ports/custom/xmms-mac/pkg-descr
echo x - /usr/ports/custom/xmms-mac/distinfo
sed 's/^X//' >/usr/ports/custom/xmms-mac/distinfo << 'END-of-/usr/ports/custom/xmms-mac/distinfo'
XMD5 (xmms-mac-0.2.1.tar.gz) = 67737a3d0fdf15db894497eb64673dea
XSIZE (xmms-mac-0.2.1.tar.gz) = 273451
END-of-/usr/ports/custom/xmms-mac/distinfo
echo x - /usr/ports/custom/xmms-mac/Makefile
sed 's/^X//' >/usr/ports/custom/xmms-mac/Makefile << 'END-of-/usr/ports/custom/xmms-mac/Makefile'
X# New ports collection makefile for:	xmms-mac
X# Date Created:				23 February 2005
X# Whom:					<arundel@h3c.de>
X#
X# $FreeBSD$
X
XPORTNAME=	xmms-mac
XPORTVERSION=	0.2.1
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	mac-port
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	arundel@h3c.de
XCOMMENT=	Monkey's Audio Codec non-win32 port
X
XBUILD_DEPENDS=	mac:${PORTSDIR}/audio/mac
XLIB_DEPENDS=    xmms.4:${PORTSDIR}/multimedia/xmms
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_AUTOCONF_VER=	259
X
XWRKSRC=		${WRKDIR}/libxmms-mac
X
XTARGET_DIR=	${PREFIX}/lib/xmms/Input
X
XPROG_FILES=	${WRKSRC}/src/.libs/libxmms-mac.so.1
X
Xdo-install:
X	${INSTALL} -d ${TARGET_DIR}
X	${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR}/libxmms-mac.so
X
X.include <bsd.port.mk>
END-of-/usr/ports/custom/xmms-mac/Makefile
echo c - /usr/ports/custom/xmms-mac/files
mkdir -p /usr/ports/custom/xmms-mac/files > /dev/null 2>&1
echo x - /usr/ports/custom/xmms-mac/files/patch-aa
sed 's/^X//' >/usr/ports/custom/xmms-mac/files/patch-aa << 'END-of-/usr/ports/custom/xmms-mac/files/patch-aa'
X--- configure.in.orig	Mon Feb 28 14:51:53 2005
X+++ configure.in	Mon Feb 28 14:51:37 2005
X@@ -44,7 +44,7 @@
X 
X AC_CHECK_LIB(mac, DecompressFile, [])
X 
X-MAC_LIBS="-lmac"
X+MAC_LIBS="-lmac -lpthread"
X MAC_INCLUDES="-I/usr/include/mac"
X MAC_CXXFLAGS="-s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM"
X 
END-of-/usr/ports/custom/xmms-mac/files/patch-aa
exit
--- ollodsa ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021453.j22ErERV096006>