2013-07-05 18:12:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2013/07/05 16:12:30 ryoon Exp $
|
2008-02-06 10:26:36 +01:00
|
|
|
#
|
|
|
|
|
2013-07-05 18:12:30 +02:00
|
|
|
DISTNAME= libmp3splt-0.8.2
|
2008-02-06 10:26:36 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
|
|
|
|
|
2008-10-06 00:47:23 +02:00
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
2008-02-06 10:26:36 +01:00
|
|
|
HOMEPAGE= http://mp3splt.sourceforge.net/
|
|
|
|
COMMENT= Utility library for MP3 splitting/manipulation
|
Update to 0.5.6. From the changelog:
- fixed compilation problem, bug #2785683
- fixed critical bug with overlap splitpoints not working (feature
#1530782 => bug)
- fixed critical bug with mp3 stdin (& framemode)
- fixed bug #2786300 in plugins compilation (added -lm)
- Xing header is now written even if SPLT_NO_TAGS option is used
- added SPLT_OPT_XING option to not write Xing header
- fixed bug with custom tags and multiple usages of @o
- fixed bug with stdin & id3v2 & xing
- fixed a small bug with genre in custom tags
- fixed some warning messages & added some more
- fixed dewrap error message
- fixed dewrap bug to not attempt to create output directories when
'-d' option is used
- fixed minor bug #2790952 : time mode creating an empty file (at the end)
- fixed issue with CUE file not being imported correctly : \r and
\n problem (bug #2778717)
- fixed bug #2691576 - CUE file seg fault if no artist
- fixed bug #2520183 : wrong size in snprintf call
- fixed bug with ID3v1 and '@N' (was 1,3,5,... instead of 1,2,3,...)
- fixed time split with '0.0' was infinite looping
- fixed empty output format '' seg fault
- added options @m,@M,@s,@S,@H,@h + no @h or @H in output filenames
if hundreths are 0
- added --with-(mad|id3)(-libraries|-includes)?, --disable-[mad|id3]test
configure options
- added overlapping option of split files (feature request #1530782)
2009-07-25 16:58:00 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-02-06 10:26:36 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2011-10-21 22:51:50 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2012-01-11 19:43:31 +01:00
|
|
|
LIBS.SunOS+= -lresolv
|
|
|
|
|
2011-10-21 22:51:50 +02:00
|
|
|
FIND_PREFIX:= LTDLDIR=libltdl
|
|
|
|
.include "../../mk/find-prefix.mk"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-ltdl-include=${LTDLDIR}/include
|
|
|
|
CONFIGURE_ARGS+= --with-ltdl-lib=${LTDLDIR}/lib
|
2008-02-06 10:26:36 +01:00
|
|
|
|
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
2008-10-06 00:47:23 +02:00
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
2010-11-30 20:16:23 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2011-10-21 22:51:50 +02:00
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
2008-02-06 10:26:36 +01:00
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|