1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
4ee6361f0d Remove dummy $Id$ 2008-06-26 18:38:55 +03:00
Pavlov Konstantin
9666ad5557 HACKING: fix some wording / changed macros / changed dirs. 2008-06-09 16:15:25 +04:00
James Bond
bcff0f227b We are not using svn anymore 2008-03-21 20:23:46 +01:00
Rafaël Carré
54b8548a2f put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement 2007-12-21 17:25:10 +00:00
Rémi Denis-Courmont
5b57fae4bc Long overdue update 2007-03-11 10:44:48 +00:00
Christophe Mutricy
bc07639dbb HACKING: Add a note about the module cache and vlc --list 2006-03-07 13:30:27 +00:00
Rémi Denis-Courmont
8d65083c18 Support for Perl 5.005 - patch from Daniel Stränger 2005-11-09 12:03:40 +00:00
Derk-Jan Hartman
bb90b15349 * added asx todo item to list
* added some clarifications on use of bootstrap to HACKING file
2004-09-23 20:56:46 +00:00
Derk-Jan Hartman
099251acbc * HACKING: CVS -> SVN, added remark about developers.videolan.org site 2004-09-23 12:42:42 +00:00
Sam Hocevar
163b655bdf * m4/vlc.m4 configure.ac:
+ Moved the shared object suffix detection to vlc.m4.
    + Replaced AX_* macros with VLC_* macros.
2004-06-25 12:21:32 +00:00
Sam Hocevar
cbeedaded1 * AUTHORS: Added Olivier Aubert.
* HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
2003-07-07 17:01:16 +00:00
Sam Hocevar
ff0c860635 * HACKING: updated doc to match the new build. 2003-07-01 11:58:29 +00:00
Sam Hocevar
fe17002d42 * bootstrap:
+ New build system, using recursive makefiles. Due to the amount of code
      in VLC, this had become unavoidable.
    + Removed the check for OS X's stack size, since our automake targets are
      a lot less hungry now.
    + Ditto for Solaris's sed.
    + Since automake-1.6 is faster than 1.7, use it first if both are present.
  * m4/vlc.m4:
    + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
      and AX_ADD_LDFLAGS macros that do all the magic to detect possible
      modules and register their flags.
    + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
    + Some magic to generate vlc-config.
  * configure.ac:
    + Moved most code to the AX_ADD_* macros.
    + Explicitely added all target Makefiles.
  * modules/**/Modules.am:
    + Path to sources are now relative to Modules.am's directory level.
2003-06-27 13:50:13 +00:00
Sam Hocevar
9542cc88a8 * configure.ac.in is no more, we can now use configure.ac like normal people,
bootstrap generates the proper magic for us.
2003-06-21 17:04:20 +00:00
Christophe Massiot
0e247961c0 * HACKING : documentation for the automake crash
* http.c : fixed a problem with seeking with large files
2002-10-07 21:58:40 +00:00
Sam Hocevar
2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Sam Hocevar
2d8a1a7085 * ./HACKING: we can now use automake-1.5 instead of automake-1.6. But now
we _really_ depend on it.
  * ./bootstrap: we don't use touch to create a file, because it doesn't seem
    to work everywhere.
2002-08-27 14:15:24 +00:00
Sam Hocevar
e3401d5787 * ./configure.in: we now require autoconf 2.5x because previous versions
don't seem to work very well if you are using autopoint, although
    gettext 0.11.5 claims to be fully backwards compatible. Welcome to
    automake hell.
  * ./bootstrap: workaround which uses gettextize if you do not have
    autopoint. We'll probably stay like this for a while, until gettext
    0.11.x (which replaces gettextize with autopoint) becomes more
    widespread. Currently this workaround seems to work, but don't expect
    a clean tarball if you make dist without having used autopoint. Welcome
    to automake hell.
2002-08-26 20:49:50 +00:00
Sam Hocevar
0df46599e8 * ./bootstrap: dropped the dependency on gettext 0.11.5. Now 0.10.4 is OK. 2002-08-26 09:38:20 +00:00
Sam Hocevar
764176f688 * ALL: started the slow move to automake. For the moment, the changes are
unnoticeable apart from the extra dependency on autoconf, automake and
    gettextize. See the new HACKING file for some information, especially if
    you don't run Linux.

    The current strategy is to have the configure script generate a nice
    automake Makefile from Makefile.am, and then clobber it with our good
    old dirty Makefile. Muahaha :-)
2002-08-25 23:18:05 +00:00