Files
genode-world/ports/libvorbis.port
Emery Hemingway 7950cf338a 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
2018-05-14 13:41:00 +02:00

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)