LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles timepulses conversions, tempo map handling etc. The only dependencies are C compiler and glib. Full API documentation and examples are included. WWW: http://sourceforge.net/projects/libsmf/
This commit is contained in:
parent
d42a343612
commit
29be4364a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251757
@ -375,6 +375,7 @@
|
||||
SUBDIR += libshout2
|
||||
SUBDIR += libsidplay
|
||||
SUBDIR += libsidplay2
|
||||
SUBDIR += libsmf
|
||||
SUBDIR += libsndfile
|
||||
SUBDIR += libtremor
|
||||
SUBDIR += libtunepimp
|
||||
|
23
audio/libsmf/Makefile
Normal file
23
audio/libsmf/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: libsmf
|
||||
# Date created: 2010-03-29
|
||||
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libsmf
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= trasz@FreeBSD.org
|
||||
COMMENT= Standard MIDI File format library
|
||||
|
||||
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
|
||||
|
||||
USE_GNOME= glib20 gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= smfsh.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libsmf/distinfo
Normal file
3
audio/libsmf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libsmf-1.3.tar.gz) = eb698f1bc0bad9d5bce4c10386347486
|
||||
SHA256 (libsmf-1.3.tar.gz) = d3549f15de94ac8905ad365639ac6a2689cb1b51fdfa02d77fa6640001b18099
|
||||
SIZE (libsmf-1.3.tar.gz) = 545850
|
6
audio/libsmf/pkg-descr
Normal file
6
audio/libsmf/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
|
||||
It transparently handles timepulses conversions, tempo map handling
|
||||
etc. The only dependencies are C compiler and glib. Full API
|
||||
documentation and examples are included.
|
||||
|
||||
WWW: http://sourceforge.net/projects/libsmf/
|
7
audio/libsmf/pkg-plist
Normal file
7
audio/libsmf/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/smfsh
|
||||
include/smf.h
|
||||
lib/libsmf.so.0
|
||||
lib/libsmf.so
|
||||
lib/libsmf.la
|
||||
lib/libsmf.a
|
||||
libdata/pkgconfig/smf.pc
|
Loading…
Reference in New Issue
Block a user