- 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
13 lines
480 B
Plaintext
13 lines
480 B
Plaintext
LICENSE := BSD
|
|
VERSION := 1.3.6
|
|
DOWNLOADS := libvorbis.archive
|
|
|
|
# See https://downloads.xiph.org/pub/xiph/releases/vorbis/SHA256SUMS
|
|
|
|
URL(libvorbis) := http://downloads.xiph.org/releases/vorbis/libvorbis-$(VERSION).tar.xz
|
|
SHA(libvorbis) := af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415
|
|
DIR(libvorbis) := src/lib/libvorbis
|
|
|
|
DIRS := include/vorbis
|
|
DIR_CONTENT(include/vorbis) := $(addprefix src/lib/libvorbis/include/vorbis/,codec.h vorbisenc.h vorbisfile.h)
|