1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

35 Commits

Author SHA1 Message Date
Sam Hocevar
d9010f221f * toolbox: use awk, not nawk, and fixed syntax to match older awks. 2003-07-01 12:01:22 +00:00
Sam Hocevar
9340d5f1c7 * toolbox: use nawk instead of awk (Fixes: #780). 2003-07-01 11:58:33 +00:00
Sam Hocevar
e2a71ad58c * toolbox: fuck OS X! 2003-06-29 20:15:35 +00:00
Sam Hocevar
75c3003cf0 * toolbox: syntax fix for OS X's retarded sed. 2003-06-29 19:04:14 +00:00
Derk-Jan Hartman
5793781308 * s/;T;/;D;
Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
2003-06-28 21:03:26 +00:00
Sam Hocevar
655212ddf8 * Makefile.am:
+ Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
    + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
      generated files end in $(builddir).
    + Added -Imozilla to the mozilla plugin link flags.
    + Look for mozilla/vlcintf.idl in $(srcdir).
  * configure.ac:
    + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
  * toolbox:
    + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
    + Prepend ${srcdir} to header files we handle.
  * m4/vlc.m4:
    + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
      ${builddir}.
  * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
    + Include the pixmap with a path relative to the current directory.

   This commit should fix builds that use --srcdir (Closes: #319).
2003-06-28 13:04:52 +00:00
Sam Hocevar
c278cac27a * toolbox:
+ toolbox --changelog now only generates this year's changelog.
  * ChangeLog, doc/ChangeLog-*:
    + Split the changelog into several files, one per year.
  * debian/rules, vlc.ebuild:
    + Distribute the new changelog files.
2003-06-28 01:17:47 +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
43ac528d8f * toolbox:
+ Disabled useless verbosity.
    + Fixed some incorrect ">/dev/null 2>&1" semantics.
2003-06-25 03:08:57 +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
Sam Hocevar
23455b3540 * ./toolbox: we no longer translate the Borland plugin. 2003-05-24 12:34:31 +00:00
Sam Hocevar
55bfbe3c71 * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well. 2003-05-15 15:50:23 +00:00
Sam Hocevar
e989b3be17 * ./toolbox: the Solaris diff does not understand -q, just replaced it
with 2>&1 >/dev/null.
2003-04-14 23:10:20 +00:00
Sam Hocevar
b619d28145 * ./toolbox: fixed a bashism. 2003-04-14 23:07:38 +00:00
Sam Hocevar
e0cc8b35f1 * ./toolbox: implemented toolbox --distclean to clean the tree without
having to bootstrap/configure/whatever.
2003-04-09 16:05:58 +00:00
Christophe Massiot
11eecc2e6f * Bumped up revision number to 0.5.3
* po/* : run --update-po before the release
* ChangeLog : run --update-changelog
* toolbox : ChangeLog is UTC
* OS X : fixed a bug with the deinterlace menu and localizations (thanks
  Felix)
2003-04-06 23:21:14 +00:00
Sam Hocevar
eb7b178c76 * ./toolbox: fixed a Makefile parsing bug. 2003-03-20 10:06:16 +00:00
Olivier Teulière
a64501fd25 Keep quiet, explanations will follow. 2003-03-18 02:21:47 +00:00
Sam Hocevar
b6d851118c * ./toolbox: fixed a sed syntax error (thanks anil). 2003-03-18 01:54:40 +00:00
Sam Hocevar
10bf3688a1 * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins.
* ./toolbox: added --update-glade2 flag.
2003-03-18 01:26:13 +00:00
Sam Hocevar
453fe58a06 * ./autotools/: moved some autotools executables to this subdirectory to
reduce cluttering of the root directory.
2003-03-17 16:59:47 +00:00
Sam Hocevar
a5abccd49b * ./Makefile.am: moved generation of .h files to the toolbox so that we
can call "toolbox --update-includes" without running configure.
  * ./toolbox: de-uglified some shell code.
2003-03-12 05:12:05 +00:00
Sam Hocevar
0eaf631559 * ./bootstrap: fixed a conflict issue with recent autopoint versions.
* ./toolbox: the MSVC project file generation no longer depends on Makefile.
2003-03-12 04:16:02 +00:00
Sam Hocevar
98806540b0 * ./toolbox: added --update-changelog flag. 2003-03-10 19:30:35 +00:00
Gildas Bazin
171d858e99 * ALL: another bunch of fixes for the MSVC build. 2003-03-03 16:49:14 +00:00
Gildas Bazin
d0a61d5a12 * install-win32, Makefile.am: added the html faq to the win32 package.
* toolbox, msvc/*: few fixes to the msvc project files generation.
   (compiling plugins won't work yet because there are a few hacks that
    need to be done in order to compile dlls that use the c-runtime)
2003-03-01 19:25:13 +00:00
Sam Hocevar
c2a934c0ff * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
of places.
2003-02-02 04:01:29 +00:00
Sam Hocevar
1584d670f1 * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
the title and chapter dialogs when DVD menus are activated.
2003-01-29 18:10:52 +00:00
Sam Hocevar
b33872a38b * ./toolbox: made a few glade-generated strings non-translatable.
* ./po/*: fixed spelling errors in pofiles.
2003-01-28 20:02:04 +00:00
Sam Hocevar
2a55093ce0 * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
use "./toolbox --fix-glade" to generate and fix source files.
  * ./include/vlc_common.h: fixed compilation warnings.
2003-01-28 17:11:38 +00:00
Sam Hocevar
c3cbe1767e * ./evc/config.h, ./msvc/config.h: proper generation of these files using
information from configure.ac.in. Thanks to Stephane van Hardeveld for
    spotting this.
2003-01-16 12:49:28 +00:00
Sam Hocevar
d6e27e7bb7 * ALL: merged more UI strings. 2003-01-16 09:00:32 +00:00
Sam Hocevar
d95a9919e4 * ALL: slightly changed some interface strings so that they are common to
all GUIs, thus making the translators' work easier.
2003-01-15 13:16:40 +00:00
Sam Hocevar
425dd27748 * ./toolbox: toolbox --update-po now automatically extracts strings from
the Win32 interface.
2003-01-13 15:20:25 +00:00
Sam Hocevar
c84f4ce5b2 * ./bootstrap: fixed an automake 1.5 check.
* ./toolbox: removed code from bootstrap that wasn't related to the
    bootstrapping sequence and put it here.
2002-12-25 22:36:14 +00:00