libvorbis: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:09:58 +01:00
parent 7283f7738a
commit b50a274973
2 changed files with 34 additions and 1 deletions

View File

@ -11,4 +11,6 @@ PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="libvorbis: Lossless audio compression tools using the ogg-vorbis algorithms"
PKG_LONGDESC="Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This places Vorbis in the same competitive class as audio representations such as MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC."
PKG_IS_ADDON="no"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"

View File

@ -0,0 +1,31 @@
diff -Naur libvorbis-1.3.2-old/configure.ac libvorbis-1.3.2-new/configure.ac
--- libvorbis-1.3.2-old/configure.ac 2010-11-01 12:27:12.000000000 -0700
+++ libvorbis-1.3.2-new/configure.ac 2010-11-01 14:50:03.000000000 -0700
@@ -8,6 +8,7 @@
AC_INIT([libvorbis],[1.3.2],[vorbis-dev@xiph.org])
AC_CONFIG_SRCDIR([lib/mdct.c])
+AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET([])
@@ -16,7 +17,6 @@
AM_CONFIG_HEADER([config.h])
dnl Add parameters for aclocal
-AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
dnl Library versioning
dnl - library source changed -> increment REVISION
diff -Naur libvorbis-1.3.2-old/Makefile.am libvorbis-1.3.2-new/Makefile.am
--- libvorbis-1.3.2-old/Makefile.am 2010-03-25 18:56:25.000000000 -0700
+++ libvorbis-1.3.2-new/Makefile.am 2010-11-01 14:50:03.000000000 -0700
@@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
+ACLOCAL_AMFLAGS = -I m4
+
SUBDIRS = m4 include vq lib test doc
if BUILD_EXAMPLES