707a6d861c
libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304" * fix a serious encoder bug with gcc 4 optimized builds * documentation and spec fixes * updated VS2003 and XCode builds * new draft RTP encapsulation spec
27 lines
657 B
Makefile
27 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.41 2005/12/07 17:50:37 wiz Exp $
|
|
|
|
DISTNAME= libvorbis-1.1.2
|
|
CATEGORIES= devel audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
|
|
|
MAINTAINER= lukem@NetBSD.org
|
|
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
|
|
COMMENT= Library for the Ogg Vorbis audio encoding format
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GCC_REQD+= 2.95.3
|
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
|
|
|
PKGCONFIG_OVERRIDE+= vorbis.pc.in
|
|
PKGCONFIG_OVERRIDE+= vorbisenc.pc.in
|
|
PKGCONFIG_OVERRIDE+= vorbisfile.pc.in
|
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|