openbsd-ports/audio/libdca/Makefile
ajacoutot acdd092453 Some bug fixes from upstream:
- Fix random crashes caused by invalid 32-bit shifts on 32-bit values.
- Mark tables as static constants.
- Change output normalisation factor from 3/2 to sqrt(2).
- Sanity check for subframes and prim_channels to avoid crashes with invalid streams.
- Avoid crashing with invalid frames setting a bitalloc_huffman component to 7.

While here, tweak COMMENT and remove USE_GROFF.

from Brad
2012-05-15 16:17:27 +00:00

28 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/05/15 16:17:27 ajacoutot Exp $
COMMENT= free DTS Coherent Acoustics decoder
V= 0.0.5
DISTNAME= libdca-${V}
REVISION= 2
EXTRACT_SUFX= .tar.bz2
CATEGORIES= audio
MASTER_SITES= http://download.videolan.org/pub/videolan/libdca/${V}/
SHARED_LIBS= dca 0.0
HOMEPAGE= http://www.videolan.org/developers/libdca.html
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c m ossaudio
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>