[Vorbis-dev] vorbis-tools 1.2.0 Release Candidate

David Rothenberger daveroth at acm.org
Sat Jan 26 13:43:24 PST 2008


On 1/25/2008 9:58 AM, Ivo Emanuel Gonçalves wrote:
> I bumped the version number of vorbis-tools and am preparing it for an
> eventual release in a few days.
> 
> A changelog of what's new may be found at [1].
> 
> Meanwhile, what's in SVN is a "Release Candidate" to find out if
> anything was broken since version 1.1.1.  Report any (or lack of)
> problems you may find, so we'll be able to put out a new version of
> vorbis-tools.

I needed to apply the attached patch to compile r14433 for Cygwin. 
Otherwise, everything worked fine.

-- 
David Rothenberger  ----  daveroth at acm.org

-------------- next part --------------
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x '*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x '*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x Makefile.in -x makefile.in -x configure -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x xmldocs.make origsrc/vorbis-tools/oggdec/Makefile.am src/vorbis-tools/oggdec/Makefile.am
--- origsrc/vorbis-tools/oggdec/Makefile.am	2008-01-26 12:40:26.000000000 -0800
+++ src/vorbis-tools/oggdec/Makefile.am	2008-01-26 12:55:21.696250000 -0800
@@ -11,7 +11,7 @@
 
 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
 
-oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@
+oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@
 oggdec_DEPENDENCIES = @SHARE_LIBS@
 
 oggdec_SOURCES = $(oggdecsources)


More information about the Vorbis-dev mailing list