pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libmp3splt This library provides functions for s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19112270a57c
branches:  trunk
changeset: 538350:19112270a57c
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Feb 06 09:26:36 2008 +0000

description:
This library provides functions for splitting/manipulation of MP3 and
OGG/Vorbis files.  It is provided mainly for use with mp3splt, as this
allows the mp3splt package not to explicitly depend on any of this
library's dependencies.  Of course, other programs are free to
use it!

diffstat:

 audio/libmp3splt/DESCR         |   5 +++++
 audio/libmp3splt/Makefile      |  23 +++++++++++++++++++++++
 audio/libmp3splt/PLIST         |   5 +++++
 audio/libmp3splt/buildlink3.mk |  29 +++++++++++++++++++++++++++++
 audio/libmp3splt/distinfo      |   5 +++++
 5 files changed, 67 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 5bd79b6cbf22 -r 19112270a57c audio/libmp3splt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmp3splt/DESCR    Wed Feb 06 09:26:36 2008 +0000
@@ -0,0 +1,5 @@
+This library provides functions for splitting/manipulation of MP3 and
+OGG/Vorbis files.  It is provided mainly for use with mp3splt, as this
+allows the mp3splt package not to explicitly depend on any of this
+library's dependencies.  Of course, other programs are free to
+use it!
diff -r 5bd79b6cbf22 -r 19112270a57c audio/libmp3splt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmp3splt/Makefile Wed Feb 06 09:26:36 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+#
+
+DISTNAME=      libmp3splt-0.4_rc1
+PKGNAME=       ${DISTNAME:S/_//}
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
+
+MAINTAINER=    bjs%NetBSD.org@localhost
+HOMEPAGE=      http://mp3splt.sourceforge.net/
+COMMENT=       Utility library for MP3 splitting/manipulation
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5bd79b6cbf22 -r 19112270a57c audio/libmp3splt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmp3splt/PLIST    Wed Feb 06 09:26:36 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+include/libmp3splt/mp3splt.h
+include/libmp3splt/mp3splt_types.h
+lib/libmp3splt.la
+@dirrm include/libmp3splt
diff -r 5bd79b6cbf22 -r 19112270a57c audio/libmp3splt/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmp3splt/buildlink3.mk    Wed Feb 06 09:26:36 2008 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBMP3SPLT_BUILDLINK3_MK:=     ${LIBMP3SPLT_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libmp3splt
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibmp3splt}
+BUILDLINK_PACKAGES+=   libmp3splt
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libmp3splt
+
+.if ${LIBMP3SPLT_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libmp3splt+=     libmp3splt>=0.4rc1
+BUILDLINK_PKGSRCDIR.libmp3splt?=       ../../audio/libmp3splt
+.endif # LIBMP3SPLT_BUILDLINK3_MK
+###
+### XXX libmad and libvorbis are needed only for headers.
+###
+BUILDLINK_DEPMETHOD.libmad?=   build
+.include "../../audio/libmad/buildlink3.mk"
+
+BUILDLINK_DEPMETHOD.libvorbis?= build
+.include "../../audio/libvorbis/buildlink3.mk"
+
+.include "../../multimedia/libogg/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r 5bd79b6cbf22 -r 19112270a57c audio/libmp3splt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmp3splt/distinfo Wed Feb 06 09:26:36 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/06 09:26:36 bjs 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



Home | Main Index | Thread Index | Old Index