21ae1c653d
Oggz comprises liboggz and the tool oggz, which provides commands to inspect, edit and validate Ogg files. The oggz-chop tool can also be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation.
14 lines
367 B
Makefile
14 lines
367 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/05/09 00:40:12 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= liboggz
|
|
|
|
.if !defined(LIBOGGZ_BUILDLINK3_MK)
|
|
LIBOGGZ_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.liboggz+= liboggz>=1.1.1
|
|
BUILDLINK_PKGSRCDIR.liboggz?= ../../multimedia/liboggz
|
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.endif # LIBOGGZ_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -liboggz
|