An error occurred fetching the project authors.
- 21 Jul, 2003 1 commit
-
-
Derk-Jan Hartman authored
* Makefile.am: added html files for http intf to macosx. windows and beos probably need to do this too.
-
- 20 Jul, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu. * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.
-
- 19 Jul, 2003 1 commit
-
-
Sam Hocevar authored
-
- 17 Jul, 2003 3 commits
-
-
Sam Hocevar authored
dependencies right. * src/stream_output/announce.c: Compilation fix.
-
Sam Hocevar authored
current directory but looked for in the parent directory.
-
Sam Hocevar authored
* configure.ac: Propagate $(top_srcdir) to the vlc-config call.
-
- 16 Jul, 2003 1 commit
-
-
Sam Hocevar authored
directory, because that's where Gentoo puts it.
-
- 15 Jul, 2003 1 commit
-
-
Alexis de Lattre authored
-
- 08 Jul, 2003 1 commit
-
-
Sam Hocevar authored
+ 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).
-
- 07 Jul, 2003 1 commit
-
-
Sam Hocevar authored
not specified.
-
- 06 Jul, 2003 1 commit
-
-
Sigmund Augdal Helberg 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
-
-
Gildas Bazin 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
-
-
Clément Stenac authored
add sap, or sap="Name" in the stream output options
-
- 17 May, 2003 1 commit
-
-
Gildas Bazin 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
-
Derk-Jan Hartman authored
* vlc.ebuild: small spelling correction
-
Derk-Jan 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
-
-
Gildas Bazin 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.
-