Commit Graph

47 Commits

Author SHA1 Message Date
Monty
85a7de5b6e Bump configure version for full release
svn path=/trunk/ogg/; revision=16160
2009-06-23 15:33:16 +00:00
Monty
192348ff2b Bump version from 1.1.4svn to 1.1.4rc1 to reflect release candidate.
svn path=/trunk/ogg/; revision=16074
2009-06-03 04:44:39 +00:00
Ralph Giles
2c85f7c356 Only pass -mv8 on sparc if the compiler supports it.
Propagated from codec-level configure scripts.

svn path=/trunk/ogg/; revision=16054
2009-05-27 13:10:39 +00:00
Ralph Giles
745543fec3 Bump LIB_CURRENT and LIB_AGE for api additions.
In r16050 LIB_REVISION was bumped, but this is only used to identify newer
implementations when the api hasn't changed. LIB_CURRENT increments for
any actual ABI change, and LIB_AGE is also incremented for backward-
compatible changes like new entry points.

See theora/configure.ac for a handy guide.

svn path=/trunk/ogg/; revision=16053
2009-05-27 13:09:33 +00:00
Monty
f5b5e0f3af Bump LIB_REVISION to reflect ABI additions
svn path=/trunk/ogg/; revision=16050
2009-05-27 04:57:11 +00:00
Monty
76f4809e46 Update configure script to use new 'legal' names for cache vals (I hate you so much, autofoo)
Update ogg to check the return of all allocs for those on embedded
platforms with guarantees non-ovecommit.  Be aware that these checks
are useless on any modern desktop OS, but that embedded folks with no
MMU and a hard heap boundary will benefit.

Add one new call to bitpacker that will query a write-mode
oggpack_buffer to see if it ran out of memory at some point; there was
no other way to add the error reporting in an ABI-compatible manner
(and it also allows the writepacker to avoid extra checks; it will
just keep going after running out of memory without faulting and state
can be queried later).


svn path=/trunk/ogg/; revision=16016
2009-05-19 23:27:38 +00:00
erikd
d96d9b49c9 configure.in : Add AM_PROG_CC_C_O to prevent autogen.sh warning.
svn path=/trunk/ogg/; revision=15410
2008-10-18 10:00:29 +00:00
ivo
834caa2fb1 Build support for Haiku. Patch by scottmc at gmail. Closes #1371.
svn path=/trunk/ogg/; revision=14997
2008-06-04 03:27:18 +00:00
Conrad Parker
162575f4b3 Add default values to AC_CHECK_SIZEOF macros, as required for using libogg on
FPGA projects. This was reported by André Costa on theora-dev:
http://lists.xiph.org/pipermail/theora-dev/2007-June/003267.html
and earlier documented by Luis Azuara and Pattara Kiatisevi:
http://oggonachip.sourceforge.net/oggonachip-1.0/report.pdf

svn path=/trunk/ogg/; revision=13008
2007-06-02 03:38:34 +00:00
Ralph Giles
81d5694f4a Bump package version post-release.
svn path=/trunk/ogg/; revision=10485
2005-11-28 04:40:24 +00:00
Ralph Giles
6602c3aeac Remove win32/Makefile.am in favor of just including the whole dir, like
we do for the MacOS build stuff.

If there was a reason for doing it this way, I don't remember what it 
was. The reason we're switching is that 'make dist' doesn't pull in the 
new VS2003 project files, and this seems better than adding each 
specific file all the time.

svn path=/trunk/ogg/; revision=10484
2005-11-28 04:37:31 +00:00
Ralph Giles
8b2604d1ac Bump package and so revision number for release.
svn path=/trunk/ogg/; revision=10472
2005-11-28 01:18:29 +00:00
Thomas Vander Stichele
a1d08d3547 Fix #740 - doubling LDFLAGS
svn path=/trunk/ogg/; revision=10373
2005-11-15 10:35:47 +00:00
Thomas Vander Stichele
248184ce98 get rid of the macosx hack by disting debian from toplevel Makefile.am
svn path=/trunk/ogg/; revision=9990
2005-09-07 19:04:01 +00:00
Ralph Giles
9e56d54565 autoconf does not trace automake subdirs.
svn path=/trunk/ogg/; revision=9692
2005-08-02 21:25:10 +00:00
Ralph Giles
115bedb885 update release and soname version
svn path=/trunk/ogg/; revision=7837
2004-09-23 13:12:01 +00:00
Ralph Giles
80b8c13dc8 Update the build and soname versions for the 1.1.1 release.
svn path=/trunk/ogg/; revision=7742
2004-09-12 21:21:55 +00:00
Thomas Vander Stichele
88dc04f6a3 use config.h to get rid of all the added defines on compile lines
svn path=/trunk/ogg/; revision=6993
2004-07-05 11:39:23 +00:00
Thomas Vander Stichele
d765286bce * autogenerate from configure
* fix download location
* remove Prefix
* own include dir
* move ldconfig runs to -p scripts
* change Release tag to include xiph


svn path=/trunk/ogg/; revision=6991
2004-07-05 11:17:48 +00:00
Thomas Vander Stichele
39ea1f46a1 * error out on autotools failures so warnings are caught early on
* clean up AC_OUTPUT
* AUTOMAKE_OPTIONS = foreign only needs to be done toplevel
  (this can be verified by checking Makefile's generated in other directories
   and seeing that the var isn't used)
 


svn path=/trunk/ogg/; revision=6990
2004-07-05 11:13:36 +00:00
calc
d0e37c9163 AM_MAINTAINER_MODE added
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/ogg/; revision=5487
2003-10-18 20:36:46 +00:00
calc
d6d1777ad3 add pkg-config support for ogg
svn path=/trunk/ogg/; revision=5331
2003-09-11 19:53:37 +00:00
Stan Seibert
0c72a0c1b1 Bump package version and library version. Only new types and
functions added, so we are still backwards compatible.

svn path=/trunk/ogg/; revision=5292
2003-09-03 03:47:53 +00:00
Monty
8c5200cacf Add ogg_uint16_t for Theora
svn path=/trunk/ogg/; revision=3916
2002-09-18 04:42:09 +00:00
Stan Seibert
acff14570d Fixed library version numbers.
svn path=/trunk/ogg/; revision=3590
2002-07-11 20:04:05 +00:00
Ralph Giles
972392dc2f update library version info
svn path=/trunk/ogg/; revision=3589
2002-07-11 15:51:37 +00:00
Ralph Giles
43ede3e1bd Update the package version to 1.0 for release.
svn path=/trunk/ogg/; revision=3580
2002-07-11 13:48:44 +00:00
Jack Moffitt
ce067f28ca Update version number for release.
svn path=/trunk/ogg/; revision=2826
2001-12-19 01:02:46 +00:00
Stan Seibert
3d9ab21edf Clearing out my backlog of autoconf updates:
- CFLAGS propagates to debug and profile targets
- Clean up AM_PATH_OGG macro as per bug #65 and conversations with jack
- -I flag to aclocal allows .m4 files in source dir to be searched for autoconf
  macros.  Not currently needed by libogg, but I've included it to be consistent
  with the other libraries (which will need it).

svn path=/trunk/ogg/; revision=2259
2001-10-27 22:43:54 +00:00
Gregory Maxwell
48c8273d35 Back out broken debian autoconf fix
svn path=/trunk/ogg/; revision=1836
2001-08-13 03:48:22 +00:00
calc
dc9056af07 Debian changes, whee this is fun!
svn path=/trunk/ogg/; revision=1827
2001-08-13 02:40:36 +00:00
Gregory Maxwell
3d15cbd16d updated version to 1.0rc2 in preparation for release
svn path=/trunk/ogg/; revision=1758
2001-08-12 18:17:33 +00:00
Jack Moffitt
48b23dbdee updated version to 1.0rc1 in preparation for release
svn path=/trunk/ogg/; revision=1486
2001-06-18 00:12:06 +00:00
jsquyres
6ed2fa1f32 Allow the user to specify their own CFLAGS and LDFLAGS when they run
configure/autogen.sh.

If the environment variables CFLAGS and/or LDFLAGS are set, their values
are saved and appended to the values that are set in configure.in.

Example (csh-style, cope):

% setenv CFLAGS -DVORBIS_ROCKS=1
% ./autogen.sh

svn path=/trunk/ogg/; revision=1373
2001-02-28 03:17:17 +00:00
Jack Moffitt
027e2b31d3 update build system for new docs
svn path=/trunk/ogg/; revision=1336
2001-02-26 04:22:22 +00:00
Monty
6703476284 final beta 4 commit
change to BSD license
version update

svn path=/trunk/ogg/; revision=1333
2001-02-26 03:49:59 +00:00
Monty
4b2b02cc9b Applied Timothy Wood's configure.in Darwin patch to add -fno-common to the build options
svn path=/trunk/ogg/; revision=1223
2001-01-30 00:18:35 +00:00
Jack Moffitt
bc0c5e8a8f updated version for prebeta4
svn path=/trunk/ogg/; revision=1200
2001-01-22 22:49:45 +00:00
Jack Moffitt
7a32fc5551 more debian inclusion fixes
svn path=/trunk/ogg/; revision=1073
2000-11-18 04:16:52 +00:00
Jack Moffitt
bc071b57ee versioning, plus minor doc changes/adds
svn path=/trunk/ogg/; revision=1029
2000-11-08 08:18:39 +00:00
Ralph Giles
6e39bcc7ba forgot to propagate autogen.sh updates
svn path=/trunk/ogg/; revision=975
2000-11-04 07:28:34 +00:00
Jack Moffitt
1a68a42882 new ogg.m4 stuff. hopefully i haven't totally screwed this up
svn path=/trunk/ogg/; revision=788
2000-10-30 06:52:02 +00:00
Jack Moffitt
1d93affd8b *** empty log message ***
svn path=/trunk/ogg/; revision=747
2000-10-22 02:56:12 +00:00
Jack Moffitt
e87fe2aedd libogg.spec changes suggested by ali abdin
win32 stuff now gets bundled in dists

svn path=/trunk/ogg/; revision=744
2000-10-21 18:01:31 +00:00
Jack Moffitt
aacd3d7e3c macintosh build fixes for ogg
os_types.h should be win32 and mac ready

svn path=/trunk/ogg/; revision=717
2000-10-06 07:32:30 +00:00
Jack Moffitt
5461445d66 library versioning fixed
svn path=/trunk/ogg/; revision=688
2000-09-26 18:28:27 +00:00
Jack Moffitt
f49beca143 Initial revision
svn path=/trunk/ogg/; revision=618
2000-09-03 05:54:26 +00:00