summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2007-04-02The autogen.sh checks for at least 1.8, and indeed at least version 1.6 does ↵Diego 'Flameeyes' Pettenò
not work, so 1.3 is a very optimistic version to ask as a minimum.
2007-03-22Try to reorganize the first tests so that the conditional macros are tested ↵Diego 'Flameeyes' Pettenò
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
2007-03-09Check for chost-specific strings command during ./configure rather than on ↵Diego 'Flameeyes' Pettenò
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
2007-02-09Fix srcdir != builddir builds.Diego 'Flameeyes' Pettenò
CVS patchset: 8593 CVS date: 2007/02/09 04:39:32
2007-02-04Generate a MIME type list for use in front ends' .desktop files etc.Darren Salt
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
2006-12-04Build by default a bzip2-compressed tarball rather than a gzip-compressed.Diego 'Flameeyes' Pettenò
CVS patchset: 8404 CVS date: 2006/12/04 21:05:13
2006-07-31Don't distribute the Debian packaging files in release tarballs.Darren Salt
CVS patchset: 8143 CVS date: 2006/07/31 23:40:39
2006-07-11Correct remaining references to libtool-nofpic.Darren Salt
CVS patchset: 8119 CVS date: 2006/07/11 22:35:25
2006-06-18Don't require mkinstalldirs, as requested by Frantisek Dvorak.Diego 'Flameeyes' Pettenò
CVS patchset: 8057 CVS date: 2006/06/18 21:09:28
2006-06-10Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ↵Diego 'Flameeyes' Pettenò
is used, as discussed in xine-devel. CVS patchset: 8027 CVS date: 2006/06/10 01:47:01
2005-01-14- I always typo it, and install-debug sounds like it's to debug theBastien Nocera
installation (rather than to install the debug) CVS patchset: 7343 CVS date: 2005/01/14 00:08:41
2004-12-01mkinstalldirs script is obsoleted in automake. Using "install-sh -d" instead.František Dvořák
CVS patchset: 7181 CVS date: 2004/12/01 20:26:45
2004-09-20Build system improvements:František Dvořák
- 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
2004-09-09make distcheck-lax works againMichael Roitzsch
CVS patchset: 6955 CVS date: 2004/09/09 10:53:39
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
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
2004-05-13embed mkinstalldirs conditionnalyDaniel Caujolle-Bert
CVS patchset: 6529 CVS date: 2004/05/13 19:39:07
2004-05-10distcheck-lax target to make distchecks without forcing documentationsMichael Roitzsch
rebuild, which requires a full docbook/sgml toolchain CVS patchset: 6516 CVS date: 2004/05/10 21:29:44
2003-10-27rebuild relchk.sh the right way: since the toplevel Makefile has no targetMichael Roitzsch
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
2003-10-26win32/Makefile.am had a very short life ;)Michael Roitzsch
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
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
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
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-05-30sorry for forcing another complete rebuild, but $(DESTDIR) is clearly needed ↵Michael Roitzsch
here (thanks to Carsten Weinhold for noticing) CVS patchset: 4986 CVS date: 2003/05/30 13:06:57
2003-05-29remove the .la files from the plugindir after installMichael Roitzsch
CVS patchset: 4982 CVS date: 2003/05/29 13:09:36
2003-04-07Tired to remove some unwanted plugins?, put a post-install.sh script in the ↵Daniel Caujolle-Bert
topdir, and let install process do it for you CVS patchset: 4561 CVS date: 2003/04/07 10:05:23
2003-03-24adding new Debian release,Siggi Langauf
adding missing files from debhelper update to release tarball CVS patchset: 4476 CVS date: 2003/03/24 23:05:29
2003-03-21fix make distGuenter Bartsch
CVS patchset: 4459 CVS date: 2003/03/21 12:59:05
2003-02-02Fix slackware package build (this dawn libxine circular linking ;-), ↵Daniel Caujolle-Bert
debian/files bug. CVS patchset: 4096 CVS date: 2003/02/02 23:44:25
2003-02-01fix slackware package generation script (bin package available soon).Daniel Caujolle-Bert
CVS patchset: 4075 CVS date: 2003/02/01 00:48:30
2003-01-31definitely no need for a Makefile in /debian...Siggi Langauf
CVS patchset: 4057 CVS date: 2003/01/31 13:51:44
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
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
2003-01-29that should be it for the 1-beta4 release...Siggi Langauf
CVS patchset: 4045 CVS date: 2003/01/29 18:47:21
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-05removing debianization from dist tarballSiggi Langauf
CVS patchset: 3792 CVS date: 2003/01/05 18:10:15
2002-12-08Added files generated by automake to Makefile.amStephen Torri
Added configure to Makefile.am CVS patchset: 3460 CVS date: 2002/12/08 06:18:11
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
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
2002-09-30set m4 path for running aclocal during incremental buildsMichael Roitzsch
CVS patchset: 2764 CVS date: 2002/09/30 14:48:32
2002-06-21Add a small shell script which check about source tarball content (if it'sDaniel Caujolle-Bert
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
2002-03-21Fix depcomp forgetting at 'make dist' stage.Daniel Caujolle-Bert
CVS patchset: 1602 CVS date: 2002/03/21 09:58:39
2001-12-27Use hook to remove config.cache (old autoconf want this).Daniel Caujolle-Bert
CVS patchset: 1314 CVS date: 2001/12/27 20:28:23
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-11-25Some little cleanups.Daniel Caujolle-Bert
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
2001-10-17fixed typo. Thanks to Mark Cooke <mpc@star.sr.bham.ac.uk>!Siggi Langauf
CVS patchset: 822 CVS date: 2001/10/17 09:02:27
2001-10-16last changes to make the package work outside CVSSiggi Langauf
CVS patchset: 820 CVS date: 2001/10/16 01:56:45
2001-10-03Install src (actually src/xine-engine) last, so that libtool's hint aboutJuergen Keil
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
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-09-02debianization for 0.5.2Siggi Langauf
CVS patchset: 552 CVS date: 2001/09/02 20:05:59
2001-08-26added debianization to dist tarball,Siggi Langauf
removed obsolete 0.4 debianization CVS patchset: 500 CVS date: 2001/08/26 09:50:10
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-06-14Kill the recurrent libXv.so problem with MDK.Daniel Caujolle-Bert
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
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38