- 06 Jul, 2003 1 commit
-
-
sigmunau authored
share/vlc_win32_rc.rc: provide some version info in the vlc binary If all is well, this should not break msvc build, but binaries built with msvc will have version 0.0.0
-
- 05 Jul, 2003 1 commit
-
-
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.
-
- 03 Jul, 2003 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
directory too low.
-
Sam Hocevar authored
+ If a builtin has been rebuilt, rebuild vlc. + Do not rebuild the Mozilla plugin's xpt when the Makefile changes.
-
- 01 Jul, 2003 5 commits
-
-
Sam Hocevar authored
+ Fixed a == test bashism. + Cosmetic changes. * toolbox, vlc-config.in.in: Cosmetic changes. * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
Sam Hocevar authored
obsolescent by the latest ones.
-
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?
-
Sam Hocevar authored
-
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.
-
- 28 Jun, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
+ 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).
-
- 27 Jun, 2003 4 commits
-
-
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.
-
Sam Hocevar authored
* m4/Makefile.am: distribute our generated private.m4 file.
-
Sam Hocevar authored
+ Removed trailing / from directory names. + Used dummy instead of "" in the for/do/done loops. + Protected a couple of filenames with double quotes.
-
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.
-
- 26 Jun, 2003 1 commit
-
-
Sam Hocevar authored
with a couple of modules.
-
- 25 Jun, 2003 1 commit
-
-
Sam Hocevar authored
-
- 24 Jun, 2003 1 commit
-
-
Sam Hocevar authored
-
- 21 Jun, 2003 1 commit
-
-
Sam Hocevar authored
bootstrap generates the proper magic for us.
-
- 27 May, 2003 1 commit
-
-
gbazin authored
* ALL: bumped version to 0.6.0-test2 * Makefile.am: got rid of the faq in the package-win32 target.
-
- 24 May, 2003 2 commits
-
-
Eric Petit authored
* doc/release-howto.txt: remove outdated info about how to build BeOS packages
-
Sam Hocevar authored
-
- 23 May, 2003 1 commit
-
-
Sam Hocevar authored
non-PIC ones (Closes Debian bug #194384).
-
- 20 May, 2003 1 commit
-
-
zorglub authored
add sap, or sap="Name" in the stream output options
-
- 17 May, 2003 1 commit
-
-
gbazin authored
* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :) * install-win32, Makefile.am: updates for the win32 package. * NEWS: added a few missing things.
-
- 15 May, 2003 3 commits
-
-
Sam Hocevar authored
-
hartman authored
* vlc.ebuild: small spelling correction
-
hartman authored
* added all the new icons to the dist. * on make dist i would like to do mv vlc.ebuild vlc-${VERSION}.ebuild I don't know how to do this. Who does?
-
- 13 May, 2003 1 commit
-
-
gbazin authored
* modules/gui/wxwindows/*: new subtitles file dialog box. * modules/demux/util/sub.c: fixed a few description strings. * Makefile.am: small cosmetic change to package-win32 target.
-
- 06 May, 2003 1 commit
-
-
Eric Petit authored
-
- 05 May, 2003 1 commit
-
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 24 Apr, 2003 1 commit
-
-
gbazin authored
* Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.
-
- 22 Apr, 2003 1 commit
-
-
Eric Petit authored
* modules/gui/beos/*: added _()s so the whole interface is translated * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now) FIXME: currently, untranslated strings are not converted to UTF-8
-
- 18 Apr, 2003 1 commit
-
-
Eric Petit authored
-
- 14 Apr, 2003 1 commit
-
-
Christophe Massiot authored
(incomplete).
-
- 09 Apr, 2003 3 commits
-
-
hartman authored
AUTHORS file. * AUTHORS: updated my own info
-
Sam Hocevar authored
we might have an additional target one day, such as vlcplugin :) * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin. * ./mozilla/vlcshell.cpp: added required OS X functions.
-
Sam Hocevar authored
* ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp that builds with g++ instead of CodeWarrior.
-
- 06 Apr, 2003 1 commit
-
-
gbazin authored
* Makefile.am, install-win32: added the default skin to the win32 package.
-