pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsmf Import libsmf-1.3 from wip/libsmf



details:   https://anonhg.NetBSD.org/pkgsrc/rev/964f89a74685
branches:  trunk
changeset: 593463:964f89a74685
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Oct 06 11:50:09 2011 +0000

description:
Import libsmf-1.3 from wip/libsmf

LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib.
Full API documentation and examples are included.

diffstat:

 audio/libsmf/DESCR         |   4 ++++
 audio/libsmf/Makefile      |  22 ++++++++++++++++++++++
 audio/libsmf/PLIST         |   6 ++++++
 audio/libsmf/buildlink3.mk |  13 +++++++++++++
 audio/libsmf/distinfo      |   5 +++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r f12ffc7d69a2 -r 964f89a74685 audio/libsmf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsmf/DESCR        Thu Oct 06 11:50:09 2011 +0000
@@ -0,0 +1,4 @@
+LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
+It transparently handles conversions between time and pulses, tempo
+map handling etc. The only dependencies are C compiler and glib.
+Full API documentation and examples are included.
diff -r f12ffc7d69a2 -r 964f89a74685 audio/libsmf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsmf/Makefile     Thu Oct 06 11:50:09 2011 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/10/06 11:50:09 ryoon Exp $
+#
+
+DISTNAME=      libsmf-1.3
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libsmf/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sourceforge.net/projects/libsmf/
+COMMENT=       Standard MIDI File format library
+LICENSE=       2-clause-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   smf.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f12ffc7d69a2 -r 964f89a74685 audio/libsmf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsmf/PLIST        Thu Oct 06 11:50:09 2011 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/06 11:50:09 ryoon Exp $
+bin/smfsh
+include/smf.h
+lib/libsmf.la
+lib/pkgconfig/smf.pc
+man/man1/smfsh.1
diff -r f12ffc7d69a2 -r 964f89a74685 audio/libsmf/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsmf/buildlink3.mk        Thu Oct 06 11:50:09 2011 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/06 11:50:09 ryoon Exp $
+
+BUILDLINK_TREE+=       libsmf
+
+.if !defined(LIBSMF_BUILDLINK3_MK)
+LIBSMF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libsmf+= libsmf>=1.3
+BUILDLINK_PKGSRCDIR.libsmf?=   ../../audio/libsmf
+
+.endif # LIBSMF_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libsmf
diff -r f12ffc7d69a2 -r 964f89a74685 audio/libsmf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsmf/distinfo     Thu Oct 06 11:50:09 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/10/06 11:50:09 ryoon Exp $
+
+SHA1 (libsmf-1.3.tar.gz) = b2fb0ece095e77f04a9ff7532a88fe79533b2c47
+RMD160 (libsmf-1.3.tar.gz) = c6c15191b3c1dff313a3a9f16e8050910c65ede9
+Size (libsmf-1.3.tar.gz) = 545850 bytes



Home | Main Index | Thread Index | Old Index