pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libmp3splt Update to 0.5.1 and take MAINTAINER. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64d0d73b3bf7
branches:  trunk
changeset: 547952:64d0d73b3bf7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Oct 05 22:47:23 2008 +0000

description:
Update to 0.5.1 and take MAINTAINER. From the changelog:

- fixed bug settings custom tags to splitted files
- fixed bug for mac compilation (#2099498 : no plugin matches the
    file 'xxx')
- added plugin system for audio formats (currently supports ogg
    vorbis and mp3)
- implemented STDIN and STDOUT (like in the original mp3splt)
- moved translation of error codes to string into the library
- implemented experimental version of 'mp3splt.log' (like in the
    original mp3splt)
- return codes of many functions were checked
- option '-o' now creates directories if necessary
- fixed a log of bugs, including :
(some are related to mp3splt command line, but I post them here)
#1807288 : one-off bug
#1483040 : problems with output file path(mp3splt is removing '/')
#1665006 & #1665002 : corrected return codes & const correctness
#2000246 : changed 'splitted' to 'split'
#118157 : unplayable stdin files on windows (+ same problem for stdin)

diffstat:

 audio/libmp3splt/Makefile      |  9 ++++-----
 audio/libmp3splt/PLIST         |  6 ++++--
 audio/libmp3splt/buildlink3.mk |  4 ++--
 audio/libmp3splt/distinfo      |  8 ++++----
 4 files changed, 14 insertions(+), 13 deletions(-)

diffs (71 lines):

diff -r b550ab931015 -r 64d0d73b3bf7 audio/libmp3splt/Makefile
--- a/audio/libmp3splt/Makefile Sun Oct 05 22:43:30 2008 +0000
+++ b/audio/libmp3splt/Makefile Sun Oct 05 22:47:23 2008 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/05 22:47:23 schmonz Exp $
 #
 
-DISTNAME=      libmp3splt-0.4_rc1
-PKGNAME=       ${DISTNAME:S/_//}
+DISTNAME=      libmp3splt-0.5.1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
 
-MAINTAINER=    bjs%NetBSD.org@localhost
+MAINTAINER=    schmonz%NetBSD.org@localhost
 HOMEPAGE=      http://mp3splt.sourceforge.net/
 COMMENT=       Utility library for MP3 splitting/manipulation
 
@@ -18,6 +17,6 @@
 .include "../../audio/libid3tag/buildlink3.mk"
 .include "../../audio/libmad/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r b550ab931015 -r 64d0d73b3bf7 audio/libmp3splt/PLIST
--- a/audio/libmp3splt/PLIST    Sun Oct 05 22:43:30 2008 +0000
+++ b/audio/libmp3splt/PLIST    Sun Oct 05 22:47:23 2008 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/10/05 22:47:23 schmonz Exp $
 include/libmp3splt/mp3splt.h
-include/libmp3splt/mp3splt_types.h
 lib/libmp3splt.la
+lib/libmp3splt/libsplt_mp3.la
+lib/libmp3splt/libsplt_ogg.la
+@dirrm lib/libmp3splt
 @dirrm include/libmp3splt
diff -r b550ab931015 -r 64d0d73b3bf7 audio/libmp3splt/buildlink3.mk
--- a/audio/libmp3splt/buildlink3.mk    Sun Oct 05 22:43:30 2008 +0000
+++ b/audio/libmp3splt/buildlink3.mk    Sun Oct 05 22:47:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2008/10/05 22:47:23 schmonz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBMP3SPLT_BUILDLINK3_MK:=     ${LIBMP3SPLT_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libmp3splt
 
 .if ${LIBMP3SPLT_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.libmp3splt+=     libmp3splt>=0.4rc1
+BUILDLINK_API_DEPENDS.libmp3splt+=     libmp3splt>=0.5.1
 BUILDLINK_PKGSRCDIR.libmp3splt?=       ../../audio/libmp3splt
 .endif # LIBMP3SPLT_BUILDLINK3_MK
 ###
diff -r b550ab931015 -r 64d0d73b3bf7 audio/libmp3splt/distinfo
--- a/audio/libmp3splt/distinfo Sun Oct 05 22:43:30 2008 +0000
+++ b/audio/libmp3splt/distinfo Sun Oct 05 22:47:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+$NetBSD: distinfo,v 1.2 2008/10/05 22:47:23 schmonz Exp $
 
-SHA1 (libmp3splt-0.4_rc1.tar.gz) = 6f09ea0d95346c842953d8dabaf6809af20259f8
-RMD160 (libmp3splt-0.4_rc1.tar.gz) = 91c83c48cf571463a86f9267db61c052c3ea4e78
-Size (libmp3splt-0.4_rc1.tar.gz) = 406967 bytes
+SHA1 (libmp3splt-0.5.1.tar.gz) = 749e910066de1adec6c8dc762aab8a4c06669b1b
+RMD160 (libmp3splt-0.5.1.tar.gz) = 48b4cac880fd3b5a317500640f037cce2f8b2ace
+Size (libmp3splt-0.5.1.tar.gz) = 453243 bytes



Home | Main Index | Thread Index | Old Index