diff --git a/packages/audio/libvorbis/meta b/packages/audio/libvorbis/meta index 72a9918d7b..c707995598 100644 --- a/packages/audio/libvorbis/meta +++ b/packages/audio/libvorbis/meta @@ -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" \ No newline at end of file +PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes" diff --git a/packages/audio/libvorbis/patches/libvorbis-1.3.2-configure.patch b/packages/audio/libvorbis/patches/libvorbis-1.3.2-configure.patch new file mode 100644 index 0000000000..5a4eb52857 --- /dev/null +++ b/packages/audio/libvorbis/patches/libvorbis-1.3.2-configure.patch @@ -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