mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add mpg321
A completely free clone of mpg123
This commit is contained in:
parent
5e0c39497e
commit
0548500df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39972
7 changed files with 48 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
SUBDIR += mpegaudio
|
||||
SUBDIR += mpg123
|
||||
SUBDIR += mpg123.el
|
||||
SUBDIR += mpg321
|
||||
SUBDIR += mpmf20
|
||||
SUBDIR += mq3
|
||||
SUBDIR += musicbox
|
||||
|
|
32
audio/mpg321/Makefile
Normal file
32
audio/mpg321/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: mpg321
|
||||
# Date created: Mar 17, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mpg321
|
||||
PORTVERSION= 0.0.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://gemini.woot.net/~hosehead/packages/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \
|
||||
ao.1:${PORTSDIR}/audio/libao \
|
||||
SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lc_r -lgnugetopt" \
|
||||
CFLAGS="-I${LOCALBASE}/include" \
|
||||
SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= mpg321.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/mpg321/distinfo
Normal file
1
audio/mpg321/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mpg321_0.0.5.tar.gz) = 6fa2a3012f4ba4c4ffdcb07b6d6013a3
|
11
audio/mpg321/files/patch-configure
Normal file
11
audio/mpg321/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Sat Feb 10 20:39:39 2001
|
||||
+++ configure Sat Feb 10 20:39:50 2001
|
||||
@@ -1078,7 +1078,7 @@
|
||||
AO_LIBS="-L$ao_prefix/lib"
|
||||
fi
|
||||
|
||||
- AO_LIBS="$AO_LIBS -lao -ldl"
|
||||
+ AO_LIBS="$AO_LIBS -lao"
|
||||
|
||||
echo $ac_n "checking for ao""... $ac_c" 1>&6
|
||||
echo "configure:1085: checking for ao" >&5
|
1
audio/mpg321/pkg-comment
Normal file
1
audio/mpg321/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A completely free clone of mpg123
|
1
audio/mpg321/pkg-descr
Normal file
1
audio/mpg321/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
A completely free clone of mpg123
|
1
audio/mpg321/pkg-plist
Normal file
1
audio/mpg321/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/mpg321
|
Loading…
Add table
Reference in a new issue