96f2596e3f
This package provides a couple of tools to cut and cat MP3 audio files at the frame level. * mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into individual pieces (usually tracks) * mp3cat concatenates the audio data from one or more MP3 files * cddb2cue generates a cue file from a CDDB file from Girish Venkatachalam
25 lines
508 B
Makefile
25 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/08 11:14:59 simon Exp $
|
|
|
|
COMMENT = cut and cat MP3 files
|
|
|
|
MODULES = cpan
|
|
DISTNAME = mp3cut-1.13
|
|
PKGNAME = ${DISTNAME}
|
|
CATEGORIES = audio
|
|
|
|
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = JV
|
|
|
|
RUN_DEPENDS = ::audio/p5-CDDB-File \
|
|
::audio/p5-MPEG-Audio-Frame
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|