1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00
Commit Graph

85 Commits

Author SHA1 Message Date
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
51c3c7d717 * include/video.h: renamed this file to vlc_video.h to avoid name collisions
with a couple of modules.
2003-06-26 12:19:59 +00:00
Sam Hocevar
4606012830 * Makefile.am: using C++ linkage for vlc under OS X and BeOS. 2003-06-25 14:41:57 +00:00
Sam Hocevar
80e0bf5c9c * Makefile.am: changed interface.h to vlc_interface.h. 2003-06-24 15:50:47 +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
Gildas Bazin
8e9d90a130 * ALL: bumped version to 0.6.0-test2
* Makefile.am: got rid of the faq in the package-win32 target.
2003-05-27 21:48:45 +00:00
Eric Petit
9534c1b617 * Makefile.am: minor change in BeOS packages generation
* doc/release-howto.txt: remove outdated info about how to build BeOS
   packages
2003-05-24 15:11:00 +00:00
Sam Hocevar
247becb9ee * ./Makefile.am: used $(srcdir) where necessary (Closes: #319). 2003-05-24 12:35:06 +00:00
Sam Hocevar
71bca56a5a * Built-in modules were linked twice in the mozilla plugin; removed the
non-PIC ones (Closes Debian bug #194384).
2003-05-23 11:41:17 +00:00
Clément Stenac
b8443a2c70 All: Support for SAP advertising in stream output
add sap, or sap="Name" in the stream output options
2003-05-20 16:20:33 +00:00
Gildas Bazin
3a0e5d284f * 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.
2003-05-17 23:57:35 +00:00
Sam Hocevar
5ec858c489 * ./Makefile.am: fixed LDFLAGS when using --enable-gprof. 2003-05-15 16:02:26 +00:00
Derk-Jan Hartman
83e8c2cc00 * Makefile.am: on make dist move vlc.ebuild
* vlc.ebuild: small spelling correction
2003-05-15 15:35:55 +00:00
Derk-Jan Hartman
ffbda9c9a7 * added vlc.ebuild, vlc.spec.redhat to dist.
* 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?
2003-05-15 00:46:23 +00:00
Gildas Bazin
409095fb1a * 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.
2003-05-13 22:33:33 +00:00
Eric Petit
a74943943e Makefile.am: fixed BeOS package generation when all modules are built-in 2003-05-06 02:17:11 +00:00
Gildas Bazin
cf3c9805ef * ALL: removed the old channels server stuff (was deprecated). 2003-05-05 16:09:41 +00:00
Gildas Bazin
d0ba140bc2 * 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. 2003-04-24 16:13:38 +00:00
Eric Petit
d9ddadd06b * Makefile.am: fixed 'make package-beos'
* 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
2003-04-22 16:36:16 +00:00
Eric Petit
5887da8133 ALL: fixed i18n under BeOS 2003-04-18 15:25:51 +00:00
Christophe Massiot
dd521c469b * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in
(incomplete).
2003-04-14 22:22:32 +00:00
Derk-Jan Hartman
a99dcf71d1 * All : added an about VLC panel. It scrolls the names and the work of the
AUTHORS file.

* AUTHORS: updated my own info
2003-04-09 20:53:28 +00:00
Sam Hocevar
d9ca68f7ab * ./Makefile.am: we call pbxbuilder with the explicit target name, because
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.
2003-04-09 17:27:51 +00:00
Sam Hocevar
62ef155640 * ./mozilla/*: moved support files in a separate directory.
* ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp
    that builds with g++ instead of CodeWarrior.
2003-04-09 16:18:36 +00:00
Gildas Bazin
f2ab9c5f16 * Makefile.am, install-win32: added the default skin to the win32 package. 2003-04-06 17:14:43 +00:00
Christophe Massiot
540bc1491e * Updated French and German translations courtesy of their maintainers
* THANKS: added Jean-Pierre Kuypers, French translator
* NEWS: updated for 0.5.3 release. Please check.
2003-04-06 15:43:02 +00:00
Christophe Massiot
e0cde63a7d * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
* modules/gui/wxwindows/open.cpp: fixed a string
* src/misc/configuration.c: don't yell when a config variable disappears
* po/de.po po/it.po: new translations by maintainers
2003-04-06 01:00:07 +00:00
Sam Hocevar
23f7ae063c * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
* ./Makefile.am: we distribute ./toolbox.
2003-03-25 23:32:00 +00:00
Derk-Jan Hartman
866a814965 * moved macosx-dmg to extras/MacOSX/macosx-dmg
* added some macosx files to DIST that were probably missing in the tar ;)
2003-03-24 19:58:42 +00:00
Sigmund Augdal Helberg
b5d99c6455 modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
render text on the video
include/osd.h: some constants useful when interfacing with the osd module
configure.ac.in: check for freetype2, enabled the osdtext module by default
Makefile.am: added osd.h, please check that this is correct
lirc.c: modified to provide feedback when buttons are pressed.

Look at the Feedback() function in lirc.c to see how this module can be used
2003-03-23 16:38:40 +00:00
Christophe Massiot
73b480644e Fixed the "locales have disappeared" problem under OS X. 2003-03-21 07:54:24 +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
Gildas Bazin
ff7bc1f42a * Makefile.am: Fixed problem with the package-win32 target. 2003-03-11 18:16:10 +00:00
Gildas Bazin
43a1a2b0bd * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. 2003-03-05 19:58:47 +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
Gildas Bazin
96347da3c4 * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
target, and included the locales in the installer script.
* src/libvlc.c: on win32 we look for the locales in vlc's directory.
2003-02-26 19:39:43 +00:00
Laurent Aimar
312754c3a2 * all : declaration of http and httpd. 2003-02-23 19:07:02 +00:00
Derk-Jan Hartman
7f880fa312 ALL: - changed vlc.app into VLC.app
modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
     mousecursor.
2003-02-11 15:35:29 +00:00
Christophe Massiot
461358ec4a * src/extras/libc.c: New vlc_wraptext function,
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
* src/input/input.c: Correctly parse MRL of the type
  /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
* modules/access/*: Changed some msg_Warn into msg_Err
* po/fr.po: Updated French translation,
* configure.ac.in: Re-enabled Swedish translation,
* Makefile.am: Do not recompile everything everytime someone changes a .h
2003-02-08 22:20:28 +00:00
Christophe Massiot
7a68b37172 * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
* src/misc/darwin_specific.m: more generic language detection
* NEWS: summarized changes from 0.4.6 to 0.5.0
2003-02-01 20:34:55 +00:00
Sam Hocevar
27975a94c8 * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files. 2003-01-31 22:35:44 +00:00
Christophe Massiot
c6fdadcb25 Keep -O2 in --disable-optimizations mode, cause it can't harm... 2003-01-30 10:44:50 +00:00
Laurent Aimar
2b9dfff883 * all: modified files for video transcoding. Still needed configure.ac.in 2003-01-22 10:44:50 +00:00
Christophe Massiot
23cdeacfeb Including font-eutopiabold36.rle for DivX and ogg subtitles. 2003-01-18 13:24:44 +00:00
Sam Hocevar
c92a04960c * ./Makefile.am: fixed distribution of MSVC files. 2003-01-16 23:37:59 +00:00
Christophe Massiot
e358b6daa4 Do not bail out when no *.gmo exists. 2003-01-08 23:15:13 +00:00
Sigmund Augdal Helberg
759d0b9f6c use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
a minor change in argumets passed to nsis
2003-01-08 14:00:29 +00:00
Christophe Massiot
5361fc7d3e * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
* Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
2003-01-08 00:41:25 +00:00
Jon Lech Johansen
c8afb36b47 * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-) 2003-01-03 21:38:37 +00:00