audio/libinstpatch: Update 1.0.0 -> 1.1.5
This commit is contained in:
parent
1c4f109c58
commit
b2891c3b47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537045
@ -1,10 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libinstpatch
|
||||
DISTVERSION= 1.0.0
|
||||
DISTVERSIONSUFFIX= +svn386
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://bigsearcher.com/mirrors/nongnu/gsequencer/1.4.x/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Instrument file software library
|
||||
@ -15,9 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig tar:bz2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= swami
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
CMAKE_OFF= INTROSPECTION_ENABLED
|
||||
|
||||
PLIST_SUB= VER=2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543722380
|
||||
SHA256 (libinstpatch-1.0.0+svn386.tar.bz2) = ad2c0ef22d52bc07b0282aba9f49b2e4ccaefc5f9398bb4870ef9beb593eb760
|
||||
SIZE (libinstpatch-1.0.0+svn386.tar.bz2) = 477378
|
||||
TIMESTAMP = 1590819431
|
||||
SHA256 (swami-libinstpatch-v1.1.5_GH0.tar.gz) = 5fd01cd2ba7377e7a72caaf3b565d8fe088b5c8a14e0ea91516f0c87524bcf8a
|
||||
SIZE (swami-libinstpatch-v1.1.5_GH0.tar.gz) = 520540
|
||||
|
@ -1,87 +1,98 @@
|
||||
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
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchBase.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchContainer.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConvert_DLS2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConvert_Gig.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConvert_SF2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConvert_SLI.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConverter.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchConverterSF2VoiceCache.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2Conn.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2Info.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2Inst.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2Region.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLS2Sample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLSFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLSReader.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchDLSWriter.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGig.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigDimension.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigEffects.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigInst.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigRegion.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigSample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchGigSubRegion.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchItem.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchIter.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchList.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchParamProp.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchPaste.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchRange.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchRiff.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2File.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Gen.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2GenItem.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2IZone.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Inst.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Mod.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2ModItem.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2ModList.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2PZone.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Preset.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Reader.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Sample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache_DLS.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache_Gig.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache_SF2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache_SLI.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2VoiceCache_VBank.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Writer.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSF2Zone.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLI.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLIFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLIInst.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLIReader.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLISample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLIWriter.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSLIZone.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleData.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleList.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStore.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreCache.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreRam.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreRom.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreSndFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreSplit24.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreSwap.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleStoreVirtual.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSampleTransform.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchSndFile.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchTypeProp.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchUnit.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchUnit_DLS.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchUnit_SF2.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchUnit_generic.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchVBank.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchVBankInst.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchVBankRegion.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchVirtualContainer.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchVirtualContainer_types.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchXml.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/IpatchXmlObject.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/builtin_enums.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/compat.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/libinstpatch.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/misc.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/sample.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/util.h
|
||||
include/libinstpatch-%%VER%%/libinstpatch/version.h
|
||||
lib/libinstpatch-1.0.so
|
||||
lib/libinstpatch-1.0.so.0
|
||||
lib/libinstpatch-1.0.so.0.0.0
|
||||
lib/libinstpatch-1.0.so.2
|
||||
lib/libinstpatch-1.0.so.2.1.0
|
||||
libdata/pkgconfig/libinstpatch-1.0.pc
|
||||
|
Loading…
Reference in New Issue
Block a user