# Template file for 'libvorbis'. pkgname=libvorbis version=1.3.3 revision=2 build_style=gnu-configure subpackages="$pkgname-devel" hostmakedepends="pkg-config" makedepends="libogg-devel" short_desc="The Vorbis General Audio Compression Codec" maintainer="Juan RP " license="BSD" homepage="http://www.xiph.org/vorbis/" distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz" checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762 long_desc=" Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. The libvorbis package contains runtime libraries for use in programs that support Ogg Vorbis." if [ "$XBPS_CROSS_BUILD" ]; then hostmakedepends="automake pkg-config" pre_configure() { sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac ./autogen.sh } fi