Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 04:01:07 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486395 - in head/audio: . libinstpatch
Message-ID:  <201812020401.wB24177o014905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec  2 04:01:06 2018
New Revision: 486395
URL: https://svnweb.freebsd.org/changeset/ports/486395

Log:
  New port: audio/libinstpatch: Instrument file software library

Added:
  head/audio/libinstpatch/
  head/audio/libinstpatch/Makefile   (contents, props changed)
  head/audio/libinstpatch/distinfo   (contents, props changed)
  head/audio/libinstpatch/pkg-descr   (contents, props changed)
  head/audio/libinstpatch/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Dec  2 03:09:02 2018	(r486394)
+++ head/audio/Makefile	Sun Dec  2 04:01:06 2018	(r486395)
@@ -417,6 +417,7 @@
     SUBDIR += libgpod-sharp
     SUBDIR += libgroove
     SUBDIR += libid3tag
+    SUBDIR += libinstpatch
     SUBDIR += libkcddb
     SUBDIR += libkcddb-kde4
     SUBDIR += libkcompactdisc

Added: head/audio/libinstpatch/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libinstpatch/Makefile	Sun Dec  2 04:01:06 2018	(r486395)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	libinstpatch
+DISTVERSION=	1.0.0
+DISTVERSIONSUFFIX=	+svn386
+CATEGORIES=	audio
+MASTER_SITES=	https://bigsearcher.com/mirrors/nongnu/gsequencer/1.4.x/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Instrument file software library
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libsndfile.so:audio/libsndfile
+
+USES=		cmake:outsource gettext-runtime gnome localbase:ldflags pkgconfig tar:bz2
+USE_GNOME=	glib20
+USE_LDCONFIG=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
+.include <bsd.port.mk>

Added: head/audio/libinstpatch/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libinstpatch/distinfo	Sun Dec  2 04:01:06 2018	(r486395)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543722380
+SHA256 (libinstpatch-1.0.0+svn386.tar.bz2) = ad2c0ef22d52bc07b0282aba9f49b2e4ccaefc5f9398bb4870ef9beb593eb760
+SIZE (libinstpatch-1.0.0+svn386.tar.bz2) = 477378

Added: head/audio/libinstpatch/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libinstpatch/pkg-descr	Sun Dec  2 04:01:06 2018	(r486395)
@@ -0,0 +1,8 @@
+libInstPatch is a part of Project Swami.
+
+Project Swami is a collection of free software for editing, managing and playing
+musical instruments for MIDI music composition. Current focus is primarily the
+SoundFont format, which is an open file format for digital audio "sample" based
+instruments.
+
+WWW: http://www.swamiproject.org/

Added: head/audio/libinstpatch/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libinstpatch/pkg-plist	Sun Dec  2 04:01:06 2018	(r486395)
@@ -0,0 +1,87 @@
+include/libinstpatch-1.0/libinstpatch/IpatchBase.h
+include/libinstpatch-1.0/libinstpatch/IpatchContainer.h
+include/libinstpatch-1.0/libinstpatch/IpatchConvert_DLS2.h
+include/libinstpatch-1.0/libinstpatch/IpatchConvert_Gig.h
+include/libinstpatch-1.0/libinstpatch/IpatchConvert_SF2.h
+include/libinstpatch-1.0/libinstpatch/IpatchConverter.h
+include/libinstpatch-1.0/libinstpatch/IpatchConverterSF2VoiceCache.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2Conn.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2Info.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2Inst.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2Region.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLS2Sample.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLSFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLSReader.h
+include/libinstpatch-1.0/libinstpatch/IpatchDLSWriter.h
+include/libinstpatch-1.0/libinstpatch/IpatchFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchGig.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigDimension.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigEffects.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigInst.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigRegion.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigSample.h
+include/libinstpatch-1.0/libinstpatch/IpatchGigSubRegion.h
+include/libinstpatch-1.0/libinstpatch/IpatchItem.h
+include/libinstpatch-1.0/libinstpatch/IpatchIter.h
+include/libinstpatch-1.0/libinstpatch/IpatchList.h
+include/libinstpatch-1.0/libinstpatch/IpatchParamProp.h
+include/libinstpatch-1.0/libinstpatch/IpatchPaste.h
+include/libinstpatch-1.0/libinstpatch/IpatchRange.h
+include/libinstpatch-1.0/libinstpatch/IpatchRiff.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2File.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Gen.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2GenItem.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2IZone.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Inst.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Mod.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2ModItem.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2PZone.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Preset.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Reader.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Sample.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_DLS.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_Gig.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_SF2.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_VBank.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Writer.h
+include/libinstpatch-1.0/libinstpatch/IpatchSF2Zone.h
+include/libinstpatch-1.0/libinstpatch/IpatchSample.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleData.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleList.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStore.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreCache.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreRam.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreRom.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSndFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSplit24.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSwap.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreVirtual.h
+include/libinstpatch-1.0/libinstpatch/IpatchSampleTransform.h
+include/libinstpatch-1.0/libinstpatch/IpatchSndFile.h
+include/libinstpatch-1.0/libinstpatch/IpatchTypeProp.h
+include/libinstpatch-1.0/libinstpatch/IpatchUnit.h
+include/libinstpatch-1.0/libinstpatch/IpatchUnit_DLS.h
+include/libinstpatch-1.0/libinstpatch/IpatchUnit_SF2.h
+include/libinstpatch-1.0/libinstpatch/IpatchUnit_generic.h
+include/libinstpatch-1.0/libinstpatch/IpatchVBank.h
+include/libinstpatch-1.0/libinstpatch/IpatchVBankInst.h
+include/libinstpatch-1.0/libinstpatch/IpatchVBankRegion.h
+include/libinstpatch-1.0/libinstpatch/IpatchVirtualContainer.h
+include/libinstpatch-1.0/libinstpatch/IpatchVirtualContainer_types.h
+include/libinstpatch-1.0/libinstpatch/IpatchXml.h
+include/libinstpatch-1.0/libinstpatch/IpatchXmlObject.h
+include/libinstpatch-1.0/libinstpatch/builtin_enums.h
+include/libinstpatch-1.0/libinstpatch/libinstpatch.h
+include/libinstpatch-1.0/libinstpatch/misc.h
+include/libinstpatch-1.0/libinstpatch/sample.h
+include/libinstpatch-1.0/libinstpatch/util.h
+include/libinstpatch-1.0/libinstpatch/version.h
+lib/libinstpatch-1.0.so
+lib/libinstpatch-1.0.so.0
+lib/libinstpatch-1.0.so.0.0.0
+libdata/pkgconfig/libinstpatch-1.0.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812020401.wB24177o014905>