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:
committed by
Norman Feske
parent
f44d6967f6
commit
7950cf338a
13
recipes/api/libsndfile/content.mk
Normal file
13
recipes/api/libsndfile/content.mk
Normal 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 $@
|
||||
1
recipes/api/libsndfile/hash
Normal file
1
recipes/api/libsndfile/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-05-10 6fc18691afe84e1dca434d581644c12bc65b1649
|
||||
Reference in New Issue
Block a user