diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:51:50 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-21 20:51:50 +0000 |
commit | 37d0b12692fe056d3bba5d864a50c150314f3fb9 (patch) | |
tree | b95a915c23745f6ad7c4c2ab156f8385db1952c8 /audio | |
parent | 39b6343387fd139effa1843302e54cf247a08961 (diff) | |
download | pkgsrc-37d0b12692fe056d3bba5d864a50c150314f3fb9.tar.gz |
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 ...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmp3splt/Makefile | 15 | ||||
-rw-r--r-- | audio/libmp3splt/PLIST | 8 | ||||
-rw-r--r-- | audio/libmp3splt/distinfo | 8 |
3 files changed, 19 insertions, 12 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 63b85c9b8af..f3ac7db16bd 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -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" diff --git a/audio/libmp3splt/PLIST b/audio/libmp3splt/PLIST index 27ee36dc0e1..8435a195fc0 100644 --- a/audio/libmp3splt/PLIST +++ b/audio/libmp3splt/PLIST @@ -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 diff --git a/audio/libmp3splt/distinfo b/audio/libmp3splt/distinfo index 04150708cc3..dbe813d3f1b 100644 --- a/audio/libmp3splt/distinfo +++ b/audio/libmp3splt/distinfo @@ -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 |