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.
This commit is contained in:
parent
cc231f8295
commit
ba9c04bd41
@ -1,16 +1,17 @@
|
||||
#$OpenBSD: Makefile,v 1.3 2002/08/22 12:19:17 espie Exp $
|
||||
#$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.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
|
||||
|
@ -1,3 +1 @@
|
||||
AC-3 decoding library, to use with DVDs.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
3
audio/liba52/pkg/PFRAG.shared
Normal file
3
audio/liba52/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2003/08/16 16:52:09 jolan Exp $
|
||||
lib/liba52.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/03/29 14:43:47 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/16 16:52:09 jolan Exp $
|
||||
bin/a52dec
|
||||
bin/extract_a52
|
||||
include/a52dec/a52.h
|
||||
@ -9,4 +9,5 @@ lib/liba52.a
|
||||
lib/liba52.la
|
||||
man/man1/a52dec.1
|
||||
man/man1/extract_a52.1
|
||||
%%SHARED%%
|
||||
@dirrm include/a52dec
|
||||
|
Loading…
Reference in New Issue
Block a user