1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

add mp3stat 2.5.2

Read information about mp3s and oggs bitstream
This commit is contained in:
Ying-Chieh Liao 2002-03-21 14:59:48 +00:00
parent 50303bec47
commit 6d50e1c211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56420
6 changed files with 46 additions and 0 deletions

View File

@ -139,6 +139,7 @@
SUBDIR += mp3info
SUBDIR += mp3mover
SUBDIR += mp3rename
SUBDIR += mp3stat
SUBDIR += mpegaudio
SUBDIR += mpg123
SUBDIR += mpg123.el

29
audio/mp3stat/Makefile Normal file
View File

@ -0,0 +1,29 @@
# ex:ts=8
# Ports collection makefile for: mp3stat
# Date created: Mar 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mp3stat
PORTVERSION= 2.5.2
CATEGORIES= audio
MASTER_SITES= http://safemode.homeip.net/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_GTK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g ; \
s,gtk-config,${GTK_CONFIG},g ; \
s,^CXXFLAGS *=,CXXFLAGS+=,g" ${WRKSRC}/Makefile
# current vorbis support is broken, dont know how to fix
@${PERL} -pi -e "s,^VORBIS,#VORBIS,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
audio/mp3stat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mp3stat_2.5.2.tar.gz) = 1d8aac1dd78928cea869b2d8165ce601

View File

@ -0,0 +1 @@
Read information about mp3s and oggs bitstream

13
audio/mp3stat/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
Mp3stat is a utility to read information about mp3s and oggs bitstream. Most
specifically, how certain bitrates have been placed in the bitstream by the
encoder. Not only does mp3stat give you a graphical representation of the
average bitrate per 1/500th of the file in a linear bar graph to allow you to
compare encoders and settings, it also has a batch file mode. The batch file
mode allows you to use mp3stat as a script utility instead of gui, for use in
your own programs and or scripts. The batch mode can trivially be extended to
give just as much info as the gui version but now defaults to a configurable
output of 3 pieces of info, name, runtime, avgerage bitrate. The batch mode
can take mp3s and oggs in the same directory but it cannot (not yet at least)
recursively run into subdirectories.
WWW: http://safemode.homeip.net/

1
audio/mp3stat/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/mp3stat