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 ...
This commit is contained in:
parent
6dbaebb30d
commit
9c64597bbd
3 changed files with 19 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/04/22 13:42:55 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/10/21 20:51:50 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmp3splt-0.6
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libmp3splt-0.7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
|
||||
|
||||
|
@ -15,13 +14,19 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS+= --with-ltdl-include=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-ltdl-lib=${LOCALBASE}/lib
|
||||
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"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
.include "../../multimedia/libogg/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2010/11/30 19:16:23 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2011/10/21 20:51:50 ryoon Exp $
|
||||
include/libmp3splt/mp3splt.h
|
||||
lib/libmp3splt.la
|
||||
lib/libmp3splt/libsplt_mp3.la
|
||||
lib/libmp3splt/libsplt_ogg.la
|
||||
share/aclocal/mp3splt.m4
|
||||
share/locale/de/LC_MESSAGES/libmp3splt.mo
|
||||
share/locale/fr/LC_MESSAGES/libmp3splt.mo
|
||||
share/locale/cs/LC_MESSAGES/libmp3splt.mo
|
||||
share/locale/de_DE/LC_MESSAGES/libmp3splt.mo
|
||||
share/locale/es/LC_MESSAGES/libmp3splt.mo
|
||||
share/locale/fr_FR/LC_MESSAGES/libmp3splt.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/11/30 19:16:23 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/10/21 20:51:50 ryoon Exp $
|
||||
|
||||
SHA1 (libmp3splt-0.6.tar.gz) = 5f2a441890be8c49cc6886dd891d78325fcba5fd
|
||||
RMD160 (libmp3splt-0.6.tar.gz) = d147ffbab57859621aaf6a11799be44764335b6b
|
||||
Size (libmp3splt-0.6.tar.gz) = 502239 bytes
|
||||
SHA1 (libmp3splt-0.7.tar.gz) = 8774c0ddc4ae3dfb468e2f991c918a09aa763e8f
|
||||
RMD160 (libmp3splt-0.7.tar.gz) = 69d694fd2e491485d634c55b7175ea3f24eaf7e6
|
||||
Size (libmp3splt-0.7.tar.gz) = 628384 bytes
|
||||
SHA1 (patch-aa) = bad2ab75055c3f2a49edbfbd6fb35c29b51bcbcd
|
||||
|
|
Loading…
Reference in a new issue