An error occurred fetching the project authors.
  1. 06 Nov, 2003 1 commit
  2. 04 Nov, 2003 1 commit
  3. 26 Oct, 2003 2 commits
  4. 25 Oct, 2003 3 commits
    • Gildas Bazin's avatar
      · c4c17554
      Gildas Bazin authored
      * bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully).
      c4c17554
    • Sam Hocevar's avatar
      * bootstrap: · 1412088f
      Sam Hocevar authored
          + Fixed a typo causing the Mozilla plugin build to fail.
          + Call the generic rule in "all" instead of "all-am" to spare one make level
            of recursion.
      1412088f
    • Sam Hocevar's avatar
      * bootstrap: · 5b629ba1
      Sam Hocevar authored
          + Smaller makefiles.
          + Faster builds. Heh.
      5b629ba1
  5. 24 Oct, 2003 1 commit
  6. 23 Oct, 2003 1 commit
  7. 20 Oct, 2003 1 commit
  8. 07 Oct, 2003 1 commit
  9. 24 Jul, 2003 1 commit
    • Sam Hocevar's avatar
      * bootstrap: · beab78a9
      Sam Hocevar authored
          + Run autopoint with the -f flag.
          + Remove stamp files in the bootstrap process.
      beab78a9
  10. 17 Jul, 2003 1 commit
  11. 16 Jul, 2003 1 commit
    • Sam Hocevar's avatar
      * bootstrap: · 0bf20368
      Sam Hocevar authored
          + Minor indentation fix.
        * toolbox:
          + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
        * po/*:
          + Re-ran toolbox --update po.
      0bf20368
  12. 08 Jul, 2003 2 commits
  13. 07 Jul, 2003 1 commit
  14. 05 Jul, 2003 1 commit
    • Sam Hocevar's avatar
      * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian · 09496f19
      Sam Hocevar authored
          woody package build.
        * bootstrap:
          + Remove config.h.in and config.h before running autoheader.
          + Added "set -e" for better error tracking.
          + Call autoheader and automake after autoconf so that the first build does
            not need to call autoheader.
        * debian/woody-buildpackage:
          + Removed that script and put the code in toolbox.
        * debian/control:
          + Added a build-dependency on libmatroska-dev.
        * debian/rules:
          + Activated Matroska support.
          + Re-enabled dh_installchangelogs.
      09496f19
  15. 04 Jul, 2003 2 commits
  16. 03 Jul, 2003 1 commit
  17. 02 Jul, 2003 4 commits
  18. 01 Jul, 2003 4 commits
    • Sam Hocevar's avatar
      * bootstrap: Fixed detection of older automake version that advertise · 750c81c7
      Sam Hocevar authored
          themselves as 1.[0-5]-* instead of 1.[0-5].*.
      750c81c7
    • Sam Hocevar's avatar
      * bootstrap: · e2d69c72
      Sam Hocevar authored
          + Removed the Modules.am generation. To build module/foo/libfoo.so, you
            now need to cd modules/foo and make libfoo.so.
          + Workaround for Solaris sed. Which sucks. Did I mention that before?
      e2d69c72
    • Sam Hocevar's avatar
      * m4/vlc.m4: output all modules to vlc-config, not just those who define · d93b2c5c
      Sam Hocevar authored
          their LDFLAGS.
        * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded
          systems such as our beloved Solaris.
        * po/:
          + Regenerated vlc.pot.
          + Updated British translation.
          + Fixed fuzzy entries in the French translation.
      d93b2c5c
    • Sam Hocevar's avatar
      * Makefile.am: · 2e743e00
      Sam Hocevar authored
          + Forward AM_MAKEFLAGS through recursive makefiles.
          + Removed the plugins and builtins rules. This causes libintl to be built
            before the plugins.
        * bootstrap:
          + Enabled recursive builds of plugins and builtins.
        * vlc-config.in.in:
          + Fixed a typo.
        * debian/changelog:
          + Next upload will fix bug #199427.
      2e743e00
  19. 27 Jun, 2003 2 commits
    • Sam Hocevar's avatar
      * debian/changelog: · 1f4f2234
      Sam Hocevar authored
          + Updated to the latest Debian unstable upload.
        * debian/rules:
          + Moved the skins interface into the wxvlc package.
          + Cosmetic fixes.
        * debian/control:
          + Updated the description of the wxvlc package.
        * bootstrap:
          + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS.
        * Makefile.am:
          + Put modules in SUBDIRS, not DIST_SUBDIRS.
        * .cvsignore:
          + Ignore vlc-config.in.
      1f4f2234
    • Sam Hocevar's avatar
      * bootstrap: · fe17002d
      Sam Hocevar authored
          + 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.
      fe17002d
  20. 23 Jun, 2003 1 commit
  21. 21 Jun, 2003 2 commits
  22. 25 May, 2003 1 commit
  23. 25 Mar, 2003 1 commit
  24. 20 Mar, 2003 1 commit
  25. 17 Mar, 2003 1 commit
  26. 12 Mar, 2003 1 commit
  27. 03 Feb, 2003 1 commit