1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Add bmp-mac 0.1.1, Monkey's Audio Codec non-win32 port.

PR:		ports/91926
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
Sam Lawrance 2006-04-30 19:48:21 +00:00
parent 5a3ae6c1ce
commit 753d9be59f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160943
5 changed files with 64 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += bmp-festalon
SUBDIR += bmp-flac
SUBDIR += bmp-htmlplaylist
SUBDIR += bmp-mac
SUBDIR += bmp-modplug
SUBDIR += bmp-scrobbler
SUBDIR += bmp-songchange

34
audio/bmp-mac/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: bmp-mac
# Date Created: 17 January 2006
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
PORTNAME= mac
PORTVERSION= 0.1.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= mac-port
PKGNAMEPREFIX= bmp-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= infofarmer@gmail.com
COMMENT= Monkey's Audio Codec non-win32 port
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \
mac.2:${PORTSDIR}/audio/mac
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_AUTOTOOLS= autoconf:259
CPPFLAGS+= "-I${LOCALBASE}/include"
PLUGDIR= lib/bmp/Input
PLUGFILE= lib${PKGNAMEPREFIX}${PORTNAME}.so
PLIST_FILES= ${PLUGDIR}/${PLUGFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/
.include <bsd.port.mk>

3
audio/bmp-mac/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bmp-mac-0.1.1.tar.gz) = a83e54bfa9495665ea938d95f8705ee8
SHA256 (bmp-mac-0.1.1.tar.gz) = 15a9879621f6965c2dbd54f35744cc0173d47aaf2258897a1309d77480cfab2a
SIZE (bmp-mac-0.1.1.tar.gz) = 293918

View File

@ -0,0 +1,11 @@
--- configure.in.orig Tue Jan 17 23:49:11 2006
+++ configure.in Tue Jan 17 23:49:55 2006
@@ -62,7 +62,7 @@
AC_CHECK_LIB(mac, DecompressFile, [])
-#MAC_LIBS="-lmac"
+MAC_LIBS="-lmac -lpthread"
#MAC_INCLUDES="-I/usr/include/mac"
MAC_CXXFLAGS="-s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM"

15
audio/bmp-mac/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
Monkey's Audio is a fast and easy way to compress digital music.
Unlike traditional methods such as mp3, ogg, or lqt that permanently
discard quality to save space, Monkey's Audio only makes perfect,
bit-for-bit copies of your music. That means it always sounds perfect
- exactly the same as the original. Even though the sound is perfect,
it still saves a lot of space. (think of it as a beefed-up Winzip^(TM)
for your music) The other great thing is that you can always decompress
your Monkey's Audio files back to the exact, original files. That way,
you'll never have to recopy your CD collection to switch formats, and
you'll always be able to recreate the original music CD if something
ever happens to yours.
WWW: http://sourceforge.net/projects/mac-port/
arundel@h3c.de