- 07 Jun, 2005 1 commit
-
-
Thomas Vander Stichele authored
- make autogen error out on toolchain failures - reorder configure.in to get rid of the errors - make an AM_CONDITIONAL for FLAC builds so building with flac detected works - make heavy use of config.h so we don't have gcc compile lines that are 1000 characters long - make make distcheck pass svn path=/trunk/vorbis-tools/; revision=9393
-
- 03 Jun, 2005 1 commit
-
-
Ralph Giles authored
Update autoconf stuff and remove version skewed cruft from acinclude. The gettext stuff should come from the system. svn path=/trunk/vorbis-tools/; revision=9343
-
- 20 Apr, 2004 1 commit
-
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=6556
-
- 23 Feb, 2004 1 commit
-
-
Michael Smith authored
This probably needs some changes if people want to be able to enable it without editing configure.in, but vcut is sufficiently broken that people probably shouldn't be able to do that too easily. svn path=/trunk/vorbis-tools/; revision=5855
-
- 23 Oct, 2003 1 commit
-
-
Segher Boessenkool authored
svn path=/trunk/vorbis-tools/; revision=5496
-
- 18 Oct, 2003 1 commit
-
-
calc authored
This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process. svn path=/trunk/vorbis-tools/; revision=5487
-
- 02 Oct, 2003 1 commit
-
-
Ralph Giles authored
included the latest updates from the translation project: http://www2.iro.umontreal.ca/~gnutra/po/maint/vorbis-tools/ svn path=/trunk/vorbis-tools/; revision=5397
-
- 02 Sep, 2003 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=5290
-
- 28 Aug, 2003 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=5254
-
- 24 Aug, 2003 1 commit
-
-
Stan Seibert authored
default. Special thanks to OldMan, adiabatic, and smack from #vorbis for sponsoring this feature. svn path=/trunk/vorbis-tools/; revision=5246
-
- 06 Aug, 2003 1 commit
-
-
Stan Seibert authored
won't miss it. svn path=/trunk/vorbis-tools/; revision=5198
-
- 24 Jun, 2003 2 commits
-
-
Ralph Giles authored
First, do configure substitution on the top-level subdirs, with DIST_SUBDIRS backup to include everything in 'make dist'. This is cleaner than the previous method of conditionalizing the program-specific makefiles. Second, switch to configure addition of conditional obj files for optional codec support in ogg123. the AM_CONDITIONAL source method is cleaner for this since the build details are all in the Makefile. However, this only really works in automake 1.7; earlier versions require the matching object files to be in the _LDADD and _DEPENDENCIES lines. If configure is generating these anyway, we might as well simplify the Makefile.am's to rely entirely on substitution. Also, check for the OggFLAC library as well as FLAC, since these can be installed independently on some distributions. svn path=/trunk/vorbis-tools/; revision=4995
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=4991
-
- 12 Jan, 2003 1 commit
-
-
Stan Seibert authored
calculate the total play length of the file. Chained streams don't work yet either. Just like FLAC, this support is optional and can be disabled at build time using --without-speex. - Fixed some very silly printing bugs that prevented metadata from being printed at the right verbosity level. svn path=/trunk/vorbis-tools/; revision=4227
-
- 11 Jan, 2003 1 commit
-
-
Stan Seibert authored
- Added stuff into configure.in to detect FLAC libraries and headers (should autodetect correctly, but you can also force it off with --without-flac) as well as setup conditional building. - FLAC is not required to build ogg123 (unlike curl). - Reads both FLAC and Ogg FLAC - Refactored vorbis comment pretty printing into separate file since it is shared by both FLAC and Vorbis readers (and future Speex reader will need it too) - Fixed bug caused by assuming Vorbis comments were null terminated. svn path=/trunk/vorbis-tools/; revision=4222
-
- 07 Nov, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/vorbis-tools/; revision=4092
-
- 11 Jul, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/vorbis-tools/; revision=3584
-
- 09 Jul, 2002 1 commit
-
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=3558
-
- 06 Jul, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/vorbis-tools/; revision=3535
-
- 02 Jul, 2002 3 commits
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=3491
-
Stan Seibert authored
met (libcurl, libao, and POSIX threads), then ogg123 is automatically not built. --disable-ogg123 will also force this behavior. svn path=/trunk/vorbis-tools/; revision=3486
-
Michael Smith authored
formats). svn path=/trunk/vorbis-tools/; revision=3470
-
- 02 May, 2002 1 commit
-
-
Segher Boessenkool authored
svn path=/trunk/vorbis-tools/; revision=3268
-
- 12 Apr, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/vorbis-tools/; revision=3243
-
- 18 Mar, 2002 1 commit
-
-
Segher Boessenkool authored
what's wrong with it. svn path=/trunk/vorbis-tools/; revision=3158
-
- 26 Jan, 2002 1 commit
-
-
Segher Boessenkool authored
svn path=/trunk/vorbis-tools/; revision=2986
-
- 01 Jan, 2002 2 commits
-
-
Jack Moffitt authored
same, but for out of srcdir compiles, builddir is the correct choice. svn path=/trunk/vorbis-tools/; revision=2928
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=2926
-
- 19 Dec, 2001 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=2838
-
- 02 Oct, 2001 1 commit
-
-
Michael Smith authored
it's not yet complete, and probably doesn't compile any more), from Edmund Grimley Evans <edmundo@rano.org> PLEASE test this thoroughly, everyone. svn path=/trunk/vorbis-tools/; revision=2107
-
- 23 Sep, 2001 1 commit
-
-
Stan Seibert authored
- Preserve user-defined CFLAGS in all three cases. svn path=/trunk/vorbis-tools/; revision=2069
-
- 22 Sep, 2001 1 commit
-
-
Stan Seibert authored
now it only contains the getopt code and the utf8 code. - Modified vorbiscomment to perform UTF-8 encoding of the comments as per the vorbis comment spec. - Added stubs in the utf8.c file for the future UTF-8 decoding routines that someone will hopefully write. :) We need them for ogg123 and ogginfo. svn path=/trunk/vorbis-tools/; revision=2067
-
- 13 Aug, 2001 3 commits
-
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=1834
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=1832
-
Stan Seibert authored
to where I found this. svn path=/trunk/vorbis-tools/; revision=1810
-
- 12 Aug, 2001 1 commit
-
-
Gregory Maxwell authored
svn path=/trunk/vorbis-tools/; revision=1768
-
- 04 Aug, 2001 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=1679
-
- 04 Jul, 2001 1 commit
-
-
Michael Smith authored
svn path=/trunk/vorbis-tools/; revision=1539
-
- 02 Jul, 2001 1 commit
-
-
Michael Smith authored
Forgot a configure change needed for iconv detection. svn path=/trunk/vorbis-tools/; revision=1537
-
- 19 Jun, 2001 1 commit
-
-
Kenneth Arnold authored
svn path=/trunk/vorbis-tools/; revision=1509
-