replacing dave's tremor (libvorbisidec) through "normal" unpatched tremor so that...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Dec 2007 07:12:35 +0000 (07:12 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 14 Dec 2007 07:12:35 +0000 (07:12 +0000)
Signed-off-by: Mirko Vogt <dev@nanl.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9751 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libvorbisidec/Makefile
libs/libvorbisidec/patches/100-disable_autoheader.patch [new file with mode: 0644]

index ca2b91a..497edc1 100644 (file)
@@ -9,11 +9,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libvorbisidec
-PKG_VERSION:=1.2.0-dave
+PKG_VERSION:=1.0.2+svn12153
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://users.tpg.com.au/davico/openwrt/
+PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
+PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/
 PKG_MD5SUM:=cb8e51aab92ef164f8e0e8853f7164fa
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -36,6 +36,7 @@ define Package/libvorbisidec/description
 endef
 
 define Build/Configure
+       (cd $(PKG_BUILD_DIR); ./autogen.sh );
        $(call Build/Configure/Default, \
                --enable-shared \
                --enable-static \
diff --git a/libs/libvorbisidec/patches/100-disable_autoheader.patch b/libs/libvorbisidec/patches/100-disable_autoheader.patch
new file mode 100644 (file)
index 0000000..c6767ef
--- /dev/null
@@ -0,0 +1,17 @@
+*** libvorbisidec-1.0.2+svn12153/autogen.sh.orig       Tue Nov 20 19:07:46 2007
+--- libvorbisidec-1.0.2+svn12153/autogen.sh    Tue Nov 20 19:08:24 2007
+***************
+*** 109,120 ****
+  $ACLOCAL $ACLOCAL_FLAGS || exit 1
+  echo "  $LIBTOOLIZE --automake"
+  $LIBTOOLIZE --automake || exit 1
+- echo "  autoheader"
+- autoheader || exit 1
+  echo "  $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
+  $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
+  echo "  autoconf"
+  autoconf || exit 1
+  
+  cd $olddir
+- $srcdir/configure --enable-maintainer-mode "$@" && echo
+--- 109,117 ----