pkgsrc/audio/libmp3splt/Makefile

33 lines
931 B
Makefile
Raw Normal View History

Update to 0.7 * Remove LOCALBASE * Use pkg-config for library detection (pcre and so on) Changelog: libmp3splt version 0.7 ------------------------------------------------------------- - added negative splitpoints support: closes #3005266, #1659204 - added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489 - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - rewritten internet part (tracktype, freedb) - fixed windows bug to take translations from the current directory - fixed windows bug with wide characters in directory path of executable libmp3splt version 0.6.1a ------------------------------------------------------------- - fixed tracktype.org issue libmp3splt version 0.6.1 ------------------------------------------------------------- - added genre tag to custom tags and to output format (@g) - support for the FILE attribute in CUE files - #1353726 - support for setting tags from filename regular expression - added cutter as unit testing framework in libmp3splt - fixed CUE import bug - spaces at the end are now correctly wiped out - fixed bug #3114384: introduced back the 'file might be VBR' warning - fixed bug #3034474: genre tag problems - fixed ogg stream issues - #2861898 & #1078018 - fixed bug: setting the saved end time on wrong splitpoint indexes - more translations (project mp3splt-gtk on transifex) - and many other bugs ...
2011-10-21 22:51:50 +02:00
# $NetBSD: Makefile,v 1.8 2011/10/21 20:51:50 ryoon Exp $
#
Update to 0.7 * Remove LOCALBASE * Use pkg-config for library detection (pcre and so on) Changelog: libmp3splt version 0.7 ------------------------------------------------------------- - added negative splitpoints support: closes #3005266, #1659204 - added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489 - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - rewritten internet part (tracktype, freedb) - fixed windows bug to take translations from the current directory - fixed windows bug with wide characters in directory path of executable libmp3splt version 0.6.1a ------------------------------------------------------------- - fixed tracktype.org issue libmp3splt version 0.6.1 ------------------------------------------------------------- - added genre tag to custom tags and to output format (@g) - support for the FILE attribute in CUE files - #1353726 - support for setting tags from filename regular expression - added cutter as unit testing framework in libmp3splt - fixed CUE import bug - spaces at the end are now correctly wiped out - fixed bug #3114384: introduced back the 'file might be VBR' warning - fixed bug #3034474: genre tag problems - fixed ogg stream issues - #2861898 & #1078018 - fixed bug: setting the saved end time on wrong splitpoint indexes - more translations (project mp3splt-gtk on transifex) - and many other bugs ...
2011-10-21 22:51:50 +02:00
DISTNAME= libmp3splt-0.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://mp3splt.sourceforge.net/
COMMENT= Utility library for MP3 splitting/manipulation
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
Update to 0.7 * Remove LOCALBASE * Use pkg-config for library detection (pcre and so on) Changelog: libmp3splt version 0.7 ------------------------------------------------------------- - added negative splitpoints support: closes #3005266, #1659204 - added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489 - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - rewritten internet part (tracktype, freedb) - fixed windows bug to take translations from the current directory - fixed windows bug with wide characters in directory path of executable libmp3splt version 0.6.1a ------------------------------------------------------------- - fixed tracktype.org issue libmp3splt version 0.6.1 ------------------------------------------------------------- - added genre tag to custom tags and to output format (@g) - support for the FILE attribute in CUE files - #1353726 - support for setting tags from filename regular expression - added cutter as unit testing framework in libmp3splt - fixed CUE import bug - spaces at the end are now correctly wiped out - fixed bug #3114384: introduced back the 'file might be VBR' warning - fixed bug #3034474: genre tag problems - fixed ogg stream issues - #2861898 & #1078018 - fixed bug: setting the saved end time on wrong splitpoint indexes - more translations (project mp3splt-gtk on transifex) - and many other bugs ...
2011-10-21 22:51:50 +02:00
USE_TOOLS+= pkg-config
FIND_PREFIX:= LTDLDIR=libltdl
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-ltdl-include=${LTDLDIR}/include
CONFIGURE_ARGS+= --with-ltdl-lib=${LTDLDIR}/lib
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Update to 0.7 * Remove LOCALBASE * Use pkg-config for library detection (pcre and so on) Changelog: libmp3splt version 0.7 ------------------------------------------------------------- - added negative splitpoints support: closes #3005266, #1659204 - added trimming using silence detection: closes #3016524, #3141369, #880051, #1576489 - fixed bug #3034474: genre tag problem + original tags are now correctly copied, with two exceptions: * only one artist, album, title are supported * for mp3's, the total tracknumber is not yet supported - rewritten internet part (tracktype, freedb) - fixed windows bug to take translations from the current directory - fixed windows bug with wide characters in directory path of executable libmp3splt version 0.6.1a ------------------------------------------------------------- - fixed tracktype.org issue libmp3splt version 0.6.1 ------------------------------------------------------------- - added genre tag to custom tags and to output format (@g) - support for the FILE attribute in CUE files - #1353726 - support for setting tags from filename regular expression - added cutter as unit testing framework in libmp3splt - fixed CUE import bug - spaces at the end are now correctly wiped out - fixed bug #3114384: introduced back the 'file might be VBR' warning - fixed bug #3034474: genre tag problems - fixed ogg stream issues - #2861898 & #1078018 - fixed bug: setting the saved end time on wrong splitpoint indexes - more translations (project mp3splt-gtk on transifex) - and many other bugs ...
2011-10-21 22:51:50 +02:00
.include "../../devel/pcre/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"