openbsd-ports/audio/liba52/Makefile
jolan ba9c04bd41 build a shared version too. gets x11/vlc closer to working on macppc.
bump PKGNAME.

XXX doesn't respect CFLAGS, installing liba52.txt might be useful.

"No accelerated IMDCT transform found", an annoying message I have been
wondering about for awhile, stems from not using an fft library.  Seems
they only support djb's one, which in typical style, is unlicensed.
(http://cr.yp.to/djbfft.html).  Mentioned here as TODO for advocating or
adding support of another fft library.
2003-08-16 16:52:09 +00:00

23 lines
484 B
Makefile

#$OpenBSD: Makefile,v 1.4 2003/08/16 16:52:09 jolan Exp $
CATEGORIES= audio
COMMENT= 'AC-3 decoding library'
DISTNAME= a52dec-0.7.4
PKGNAME= liba52-0.7.4p0
MASTER_SITES= http://liba52.sourceforge.net/files/
HOMEPAGE= http://liba52.sourceforge.net/
MAINTAINER= Marc Espie <espie@openbsd.org>
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# GPL
PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
PERMIT_PACKAGE_FTP=Yes
.include <bsd.port.mk>