[csw-devel] SF.net SVN: gar:[5975] csw/mgar/pkg/speex/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Aug 10 18:06:40 CEST 2009
Revision: 5975
http://gar.svn.sourceforge.net/gar/?rev=5975&view=rev
Author: dmichelsen
Date: 2009-08-10 16:06:40 +0000 (Mon, 10 Aug 2009)
Log Message:
-----------
speex: Add patch to honour getopt.c
Modified Paths:
--------------
csw/mgar/pkg/speex/trunk/Makefile
csw/mgar/pkg/speex/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/speex/trunk/files/speex-getopt.patch.bz2
Modified: csw/mgar/pkg/speex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/speex/trunk/Makefile 2009-08-10 15:10:14 UTC (rev 5974)
+++ csw/mgar/pkg/speex/trunk/Makefile 2009-08-10 16:06:40 UTC (rev 5975)
@@ -13,6 +13,26 @@
MASTER_SITES = http://downloads.xiph.org/releases/speex/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+# The important lines are these:
+#
+# diff -Naur speex-1.2rc1.orig/src/Makefile.am speex-1.2rc1.patched/src/Makefile.am
+# --- speex-1.2rc1.orig/src/Makefile.am 2008-06-02 10:21:21.000000000 +0200
+# +++ speex-1.2rc1.patched/src/Makefile.am 2009-08-10 16:44:45.255831787 +0200
+# @@ -18,8 +18,8 @@
+#
+# speexenc_SOURCES = speexenc.c wav_io.c skeleton.c
+# speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(top_builddir)/libspeex/libspeexdsp.la \
+# - $(OGG_LIBS) @FFT_LIBS@
+# + $(OGG_LIBS) @FFT_LIBS@ $(LIBOBJS)
+#
+# speexdec_SOURCES = speexdec.c wav_io.c
+# speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
+# - $(OGG_LIBS) @FFT_LIBS@
+# + $(OGG_LIBS) @FFT_LIBS@ $(LIBOBJS)
+#
+# All the other stuff is generated (and the newlines on getopt*.c were stripped of ^M)
+PATCHFILES = speex-getopt.patch.bz2
+
PACKAGES = CSWspeex
CATALOGNAME = libspeex
REQUIRED_PKGS = CSWlibogg
@@ -24,7 +44,7 @@
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
# 64-bit doesn't build on x86.
-# BUILD64 = 1
+BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
TEST_SCRIPTS =
Modified: csw/mgar/pkg/speex/trunk/checksums
===================================================================
--- csw/mgar/pkg/speex/trunk/checksums 2009-08-10 15:10:14 UTC (rev 5974)
+++ csw/mgar/pkg/speex/trunk/checksums 2009-08-10 16:06:40 UTC (rev 5975)
@@ -1 +1,2 @@
c4438b22c08e5811ff10e2b06ee9b9ae download/speex-1.2rc1.tar.gz
+fe24237dc5e9cea5d5896dffa10c6c06 download/speex-getopt.patch.bz2
Added: csw/mgar/pkg/speex/trunk/files/speex-getopt.patch.bz2
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/speex/trunk/files/speex-getopt.patch.bz2
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list