ChucK: update and package

- Update and package ChucK, remove input support
- Update and package Ogg, Vorbis, FLAC, and Libsndfile ports
- Remove ChucK runtime scenarios
- Add ChucK runtime package

Fix #104
This commit is contained in:
Emery Hemingway
2018-05-09 16:40:22 +02:00
committed by Norman Feske
parent f44d6967f6
commit 7950cf338a
67 changed files with 1837 additions and 1390 deletions

View File

@@ -0,0 +1,13 @@
content: include lib/symbols/libsndfile LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libsndfile)
include:
mkdir -p $@
cp -r $(PORT_DIR)/include/libsndfile/* $@
lib/symbols/libsndfile:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/libsndfile/COPYING $@

View File

@@ -0,0 +1 @@
2018-05-10 6fc18691afe84e1dca434d581644c12bc65b1649