1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

Add madplay, the MP3 player portion of the MAD audio project.

PR:		59704
Submitted by:	Sergey Akifyev <asa@gascom.ru>
This commit is contained in:
Joe Marcus Clarke 2003-12-07 01:05:38 +00:00
parent 402c1f8fde
commit 96ffab3c23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95221
6 changed files with 76 additions and 0 deletions

View File

@ -166,6 +166,7 @@
SUBDIR += lopster
SUBDIR += lplayer
SUBDIR += mad
SUBDIR += madplay
SUBDIR += maplay
SUBDIR += mbrola
SUBDIR += mbrolavox

39
audio/madplay/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: madplay
# Date created: 26 November 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= madplay
PORTVERSION= 0.15.0b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= Madplay MP3 player (part of MAD project)
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
mad.2:${PORTSDIR}/audio/libmad \
id3tag.2:${PORTSDIR}/audio/libid3tag
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= abxtest.1 madplay.1
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME+= esound
PKGNAMESUFFIX= -esound
.else
CONFIGURE_ARGS+= --without-esd
.endif
.include <bsd.port.post.mk>

1
audio/madplay/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (madplay-0.15.0b.tar.gz) = 35762ddeb46fba8bbf0a260b6c425e82

View File

@ -0,0 +1,10 @@
--- configure.orig Wed Dec 11 18:31:51 2002
+++ configure Thu Dec 12 12:07:17 2002
@@ -7414,6 +7414,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

8
audio/madplay/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
as well as the MPEG-2 extension to Lower Sampling Frequencies. All
three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
fully implemented.
This is madplay (MP3-player) which is part of the project
WWW: http://mad.sourceforge.net/

17
audio/madplay/pkg-plist Normal file
View File

@ -0,0 +1,17 @@
bin/abxtest
bin/madplay
share/locale/en/LC_MESSAGES/madplay.mo
share/locale/es/LC_MESSAGES/madplay.mo
share/locale/fr/LC_MESSAGES/madplay.mo
share/locale/hr/LC_MESSAGES/madplay.mo
share/locale/no/LC_MESSAGES/madplay.mo
@exec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
@exec rmdir %D/share/locale/no 2>/dev/null || true
@exec rmdir %D/share/locale/hr/LC_MESSAGES 2>/dev/null || true
@exec rmdir %D/share/locale/hr 2>/dev/null || true
@exec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@exec rmdir %D/share/locale/fr 2>/dev/null || true
@exec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
@exec rmdir %D/share/locale/es 2>/dev/null || true
@exec rmdir %D/share/locale/en/LC_MESSAGES 2>/dev/null || true
@exec rmdir %D/share/locale/en 2>/dev/null || true