diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-10-05 22:47:23 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-10-05 22:47:23 +0000 |
commit | eb8f04705c5956494b951c79748314193732a241 (patch) | |
tree | 71ba69087acc0d083a09eb428eff18af8e76255f | |
parent | 0d42eb04ca86c985df199b78ab368e9ae9ec4ae8 (diff) | |
download | pkgsrc-eb8f04705c5956494b951c79748314193732a241.tar.gz |
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)
-rw-r--r-- | audio/libmp3splt/Makefile | 9 | ||||
-rw-r--r-- | audio/libmp3splt/PLIST | 6 | ||||
-rw-r--r-- | audio/libmp3splt/buildlink3.mk | 4 | ||||
-rw-r--r-- | audio/libmp3splt/distinfo | 8 |
4 files changed, 14 insertions, 13 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 99b1d6dc6b2..bcac95cf4df 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -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 +MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://mp3splt.sourceforge.net/ COMMENT= Utility library for MP3 splitting/manipulation @@ -18,6 +17,6 @@ USE_LIBTOOL= yes .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 --git a/audio/libmp3splt/PLIST b/audio/libmp3splt/PLIST index 9fe01af3d23..abfab536d9a 100644 --- a/audio/libmp3splt/PLIST +++ b/audio/libmp3splt/PLIST @@ -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 --git a/audio/libmp3splt/buildlink3.mk b/audio/libmp3splt/buildlink3.mk index 239a0b48f93..11fe888e674 100644 --- a/audio/libmp3splt/buildlink3.mk +++ b/audio/libmp3splt/buildlink3.mk @@ -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_PACKAGES+= libmp3splt 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 --git a/audio/libmp3splt/distinfo b/audio/libmp3splt/distinfo index 954a5628236..44cff44f6a8 100644 --- a/audio/libmp3splt/distinfo +++ b/audio/libmp3splt/distinfo @@ -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 |