Age | Commit message (Collapse) | Author |
|
not work, so 1.3 is a very optimistic version to ask as a minimum.
|
|
together, and that the programs are checked. This way all the compilers and flags variables are grouped together on the --help output.
CVS patchset: 8738
CVS date: 2007/03/22 18:21:16
|
|
makefile; also use -a option to scan the whole file, for Solaris compatibility. Suggested by patch from Albert Lee.
CVS patchset: 8645
CVS date: 2007/03/09 23:29:11
|
|
CVS patchset: 8593
CVS date: 2007/02/09 04:39:32
|
|
The list contains one type per line.
(A scripted method is used to allow for cross-compilation.)
CVS patchset: 8589
CVS date: 2007/02/04 01:30:50
|
|
CVS patchset: 8404
CVS date: 2006/12/04 21:05:13
|
|
CVS patchset: 8143
CVS date: 2006/07/31 23:40:39
|
|
CVS patchset: 8119
CVS date: 2006/07/11 22:35:25
|
|
CVS patchset: 8057
CVS date: 2006/06/18 21:09:28
|
|
is used, as discussed in xine-devel.
CVS patchset: 8027
CVS date: 2006/06/10 01:47:01
|
|
installation (rather than to install the debug)
CVS patchset: 7343
CVS date: 2005/01/14 00:08:41
|
|
CVS patchset: 7181
CVS date: 2004/12/01 20:26:45
|
|
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
each function is in a file placed into lib/ directory,
it was not necessary, but it looks nice, IMHO
- headers cleanups (this was needed):
- prototypes of replacement funtions and macros are placed
into separate os_internal.h (and included by config.h)
- drop include inttypes.h from public xine.h, replaced by custom
os_type.h, idea origins from Ogg/Vorbis public headers
- disable generating inttypes.h: generated replacement isn't enough for
xine-lib but nobody complained (and for M$VC we have special version)
- better including headers for win32, let dvdnav use its mutex wrapper
- updated M$VC port
Result:
- xine is compiled nicely by MinGW, CygWin and paritaly M$VC
- frontends in M$VC port don't require additional helping headers
- moved some platform specific things from xine-utils and win32/contrib
to lib/
Finally I can start with real coding. :-)
CVS patchset: 6982
CVS date: 2004/09/20 19:30:02
|
|
CVS patchset: 6955
CVS date: 2004/09/09 10:53:39
|
|
List of some changes:
- replaced some _MSC_VER by more common WIN32
- define INTLDIR, remove -static flag for included intl
- shared more common CFLAGS with DEBUG_CFLAGS
- use WIN32_CFLAGS for all building
- separate some flags into THREAD_CFLAGS_CONFIG,
THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
automatically use internal libs if necessary
- don't warn about missing X for mingw and cygwin
- libw32dll disabled for WIN32 (making native loader would be
interesting, or porting wine code to Windows? :->)
- DVB and RTP disabled for WIN32, not ported yet
- fix build and fix a warning in cdda
- fix build for nosefart and libfaad
- implement configure option --disable-freetype
- sync libxine.pc and xine-config.in
- add -liberty to goom under WIN32
- move original build files from included phread and zlib into archives
and replace them by autotools
CVS patchset: 6910
CVS date: 2004/08/27 19:33:17
|
|
CVS patchset: 6529
CVS date: 2004/05/13 19:39:07
|
|
rebuild, which requires a full docbook/sgml toolchain
CVS patchset: 6516
CVS date: 2004/05/10 21:29:44
|
|
named misc/relchk.sh, this would never be rebuilt here;
adding an explicit rebuild instead
CVS patchset: 5617
CVS date: 2003/10/27 20:42:55
|
|
It would have scared the Windows users and would have been hard to maintain,
so we remove it and distribute the win32 subdirectory from the toplevel
Makefile using dist-hook
CVS patchset: 5606
CVS date: 2003/10/26 17:38:23
|
|
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
here
(thanks to Carsten Weinhold for noticing)
CVS patchset: 4986
CVS date: 2003/05/30 13:06:57
|
|
CVS patchset: 4982
CVS date: 2003/05/29 13:09:36
|
|
topdir, and let install process do it for you
CVS patchset: 4561
CVS date: 2003/04/07 10:05:23
|
|
adding missing files from debhelper update to release tarball
CVS patchset: 4476
CVS date: 2003/03/24 23:05:29
|
|
CVS patchset: 4459
CVS date: 2003/03/21 12:59:05
|
|
debian/files bug.
CVS patchset: 4096
CVS date: 2003/02/02 23:44:25
|
|
CVS patchset: 4075
CVS date: 2003/02/01 00:48:30
|
|
CVS patchset: 4057
CVS date: 2003/01/31 13:51:44
|
|
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
|
|
CVS patchset: 4045
CVS date: 2003/01/29 18:47:21
|
|
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
|
|
CVS patchset: 3792
CVS date: 2003/01/05 18:10:15
|
|
Added configure to Makefile.am
CVS patchset: 3460
CVS date: 2002/12/08 06:18:11
|
|
You would do: autogen.sh <configure flags> or autogen <shortcut>
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with <configure flags> or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.
CVS patchset: 3180
CVS date: 2002/11/04 00:37:18
|
|
CVS patchset: 2764
CVS date: 2002/09/30 14:48:32
|
|
complete). Also, a new 'make release-check' is added, which run this script.
I just see that some file are always missing in tarball (Arm guys won't happy ;-) ).
CVS patchset: 2122
CVS date: 2002/06/21 23:36:50
|
|
CVS patchset: 1602
CVS date: 2002/03/21 09:58:39
|
|
CVS patchset: 1314
CVS date: 2001/12/27 20:28:23
|
|
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28
|
|
CVS patchset: 1109
CVS date: 2001/11/25 13:51:05
|
|
CVS patchset: 822
CVS date: 2001/10/17 09:02:27
|
|
CVS patchset: 820
CVS date: 2001/10/16 01:56:45
|
|
updating LD_LIBRARY_PATH / LD_RUN_PATH / etc. has a better chance of still
being visible on the user's screen when he installs xine-lib.
CVS patchset: 728
CVS date: 2001/10/03 17:12:32
|
|
CVS patchset: 637
CVS date: 2001/09/16 00:01:38
|
|
CVS patchset: 552
CVS date: 2001/09/02 20:05:59
|
|
removed obsolete 0.4 debianization
CVS patchset: 500
CVS date: 2001/08/26 09:50:10
|
|
in libw32dll/wine.
CVS patchset: 264
CVS date: 2001/07/10 21:07:55
|
|
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for
automake, to use it with libtool 1.4.
CVS patchset: 183
CVS date: 2001/06/14 22:04:56
|
|
debug version builds. Fixed The debug rule in src/input.
CVS patchset: 85
CVS date: 2001/05/26 22:04:38
|