Commit Graph

61 Commits

Author SHA1 Message Date
Sam Hocevar
29da6909ea * toolbox: fixed mixup in the changelog generation example. 2004-09-21 16:07:41 +00:00
Olivier Teulière
7253e7389e Removed the old skins plugin 2004-08-21 11:34:33 +00:00
Clément Stenac
1f9e100842 Do not translate wizard strings, and stop ignoring old win32 gui plugin 2004-04-25 15:32:28 +00:00
Sam Hocevar
445d17b2d5 * toolbox:
+ Removed --changelog from the help message.
    + Output a warning asking to use "svn log" when --changelog is called.
  * Regenerated SVN changelogs.
2004-03-07 17:26:50 +00:00
Sam Hocevar
dd443c16f4 * toolbox:
+ Do not remove svn directories in autotools/ when using --distclean.
2004-03-05 16:45:32 +00:00
Sam Hocevar
916c69e30e * debian/rules debian/control:
+ No longer build a local libmpeg2 since it entered sid.
    + Build the livedotcom plugin.
  * toolbox:
    + No longer remove flac, speex and matroska from the woody build; I will
      provide clean backports.
2004-02-10 14:33:17 +00:00
Sam Hocevar
83c6d1f77c * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC). 2004-01-21 14:44:56 +00:00
Sam Hocevar
a666bc5626 * toolbox:
+ Minor fixes to the woody packages.
2004-01-04 18:18:45 +00:00
Sam Hocevar
4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00
Sam Hocevar
51e2e19d78 * toolbox: Do not include MOC files in the POTFILES.in generation. 2003-12-09 14:33:31 +00:00
Gildas Bazin
0d90e5238d * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling.
* msvc/config.h.in, modules/access_output/file.c: MSVC fixes.
* modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel.
2003-12-04 12:33:43 +00:00
Sam Hocevar
decbe365f9 * toolbox: more cvs2cl fixes.
* ChangeLog: updated changelog.
2003-11-27 00:05:51 +00:00
Sam Hocevar
b2192adfa5 * toolbox: Attempt to fix a strange cvs2cl behaviour. 2003-11-26 23:32:07 +00:00
Sam Hocevar
294d05e167 * debian/control:
+ Build-depend on fixed dvb-dev packages.
2003-11-04 15:26:04 +00:00
Sam Hocevar
9bcf04ca29 * debian/control:
+ Build-depend on a newer wxwindows version to avoid incompatibilities.
    + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
      because these packages cannot be installed together.
  * debian/rules:
    + Temporarily disabled the framebuffer video output plugin because of
       current code errors in linux-kernel-headers.
2003-11-01 10:07:09 +00:00
Sam Hocevar
be7e3f05a3 * toolbox: On Debian woody, don't activate the speex plugin, and use
ttf-thryomanes instead of ttf-freefonts (not available).
2003-10-24 14:50:07 +00:00
Sam Hocevar
348389a102 * debian/control: Updated the libxosd build dependency to fix a build
issue on Debian s390.
2003-09-15 18:28:47 +00:00
Sam Hocevar
f5cfd12845 * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in.
* po/: Re-ran toolbox --update-po.
2003-07-31 13:06:07 +00:00
Gildas Bazin
7528b8435b * toolbox: fixed typo in the changelog rule. 2003-07-29 21:56:47 +00:00
Sam Hocevar
0bf20368a6 * bootstrap:
+ Minor indentation fix.
  * toolbox:
    + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
  * po/*:
    + Re-ran toolbox --update po.
2003-07-16 15:52:05 +00:00
Sigmund Augdal Helberg
371148d3db toolbox: made a --add-include that can be used by doxygen to get proper
includes in the .h files, since they are parsed out of context by
	 doxygen
Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS

With these changes, and a slightly patched version of doxygen (which you can
get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
be able to get some useful documentation out of the vlc sources.
2003-07-14 20:36:55 +00:00
Sam Hocevar
56dd78bd1f * toolbox: we cannot use printf '\r' under Cygwin; use a real ^M character
instead.
2003-07-08 16:21:00 +00:00
Sam Hocevar
e10b64a458 * bootstrap:
+ Removed a useless use of cut.
    + Do not fail in the "clean" rule if no targets were built.
  * Makefile.am:
    + Propagate $(srcdir) to toolbox.
  * toolbox:
    + Do not include .moc files in POTFILES.in.
    + Fixed the generation of MSVC project files (untested).
2003-07-08 13:09:30 +00:00
Sam Hocevar
09496f1939 * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian
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.
2003-07-05 14:47:53 +00:00
Gildas Bazin
aaebbb4345 * toolbox: fixed ./toolbox --distclean 2003-07-02 20:01:51 +00:00
Sam Hocevar
f53fe2616c * configure.ac:
+ Fixed a == test bashism.
    + Cosmetic changes.
  * toolbox, vlc-config.in.in: Cosmetic changes.
  * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
2003-07-01 19:17:32 +00:00
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