search for: i18n_libs

Displaying 3 results from an estimated 3 matches for "i18n_libs".

2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
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. -Ivo [1]
2002 Sep 11
1
patch for FLAC
...iff -u -p -r1.21 Makefile.am --- oggenc/Makefile.am 11 Jul 2002 02:45:38 -0000 1.21 +++ oggenc/Makefile.am 11 Sep 2002 18:59:45 -0000 @@ -19,7 +19,7 @@ INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @ oggenc_LDADD = @SHARE_LIBS@ \ @VORBISENC_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ \ - @LIBICONV@ @I18N_LIBS@ + @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@ oggenc_DEPENDENCIES = @SHARE_LIBS@ oggenc_SOURCES = $(oggencsources)
2002 Aug 14
0
automake 1.6 compatability patch
...FS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = vcut +bin_PROGRAMS = @VCUT@ +EXTRA_PROGRAMS = vcut mandir = @MANDIR@ man_MANS = $(mans) +EXTRA_MANS = $(man_pages) INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ @I18N_CFLAGS@ vcut_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@ vcut_SOURCES = $(vcutsources) - -endif - -EXTRA_DIST = $(vcutsources) $(mans) debug: $(MAKE) all CFLAGS="@DEBUG@" Index: vorbiscomment/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile....