An error occurred fetching the project authors.
- 28 Jun, 2003 1 commit
-
-
Sam Hocevar authored
+ 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.
-
- 27 Jun, 2003 2 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
+ 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.
-
- 21 Jun, 2003 2 commits
-
-
Sam Hocevar authored
* configure.ac: + Added curly braces around variables. + Got rid of the "x$foo" constructs. + Renamed *_plugin conditionals into *_p. * debian/changelog: + Fixed a duplicate entry. + Added an entry for an old Debian upload that fixed #117180. * debian/control: + Added a build dependency on libimlib2-dev for skins. * debian/rules: + Activated support for skins.
-
Sam Hocevar authored
+ Use the -s flag instead of -a so that debhelper properly handles the i386-only plugin packages. + Split the build rule into configure and build.
-
- 19 Jun, 2003 1 commit
-
-
Sam Hocevar authored
+ Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU` so that the rules can be called directly. * debian/control: + Removed leading "a"s from package descriptions. + Set policy to 3.5.10. * debian/copyright: + Removed debian/vlc.copyright.
-
- 31 May, 2003 1 commit
-
-
Sam Hocevar authored
-
- 14 May, 2003 1 commit
-
-
Sam Hocevar authored
the extras/ directory.
-
- 14 Apr, 2003 1 commit
-
-
Sam Hocevar authored
way before we link them with VLC, and once with -fPIC so that they can be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and we don't need it on x86.
-
- 09 Apr, 2003 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 11 Mar, 2003 3 commits
-
-
Sam Hocevar authored
vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because they were not in woody. * ./debian/control: tuned the control file to provide smooth upgrades from woody, from sarge, and from the local VideoLAN repository.
-
Sam Hocevar authored
packages (because the dependencies are very small), and the vlc-plugin-mad, vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them anyway). * ./debian/*: changed vlc-plugin-svgalib to x86-only.
-
Sam Hocevar authored
because the API changed too much since the version in woody).
-
- 17 Feb, 2003 1 commit
-
-
Sam Hocevar authored
-
- 16 Feb, 2003 1 commit
-
-
Sam Hocevar authored
* ./debian/control: vlc-glide is now Architecture: i386 only. * ./debian/control: vlc-plugin-mad Provides: mp3-decoder. * ./debian/rules: the deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
-
- 10 Feb, 2003 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
official VLC tree.
-
- 09 Feb, 2003 1 commit
-
-
Sam Hocevar authored
* ./debian/rules: added extra touch calls to prevent autobuilders from launching autoconf/automake.
-
- 06 Feb, 2003 1 commit
-
-
Sam Hocevar authored
-
- 03 Feb, 2003 1 commit
-
-
Sam Hocevar authored
-
- 02 Feb, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 28 Jan, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./debian/rules: added comments here and there.
-
- 13 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 04 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to the Mozilla plugin properties. * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the Debian build script.
-
- 02 Nov, 2002 1 commit
-
-
Sigmund Augdal Helberg authored
debian/rules: update the location of libgnome_main_plugin.so and libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian packages seem to build now (even though there were some warnings)
-
- 30 Sep, 2002 2 commits
-
-
Sam Hocevar authored
and gnome-vlc packages. * ALL: updated .cvsignore files to properly ignore automake files.
-
Sam Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-
- 09 Sep, 2002 1 commit
-
-
Sam Hocevar authored
dependencies in debian/control.
-
- 24 Aug, 2002 2 commits
-
-
Sam Hocevar authored
modules. * ./debian/rules: added faad to the package generation.
-
Sam Hocevar authored
0.5.x version, and created the vlc-plugin-svgalib package.
-
- 20 Aug, 2002 1 commit
-
-
Sam Hocevar authored
gtk_main() in its own thread, and does nothing on subsequent calls. This ensures that gtk_main is only running once. * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome modules are now fully reentrant thanks to their use of the gtk_main module. * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available to external programs. * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done by vlc_destroy(). * ./modules/control/rc/rc.c: implemented a few new functions. For instance, run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even launch several of them. "segfault" works, too.
-
- 12 Aug, 2002 1 commit
-
-
Sam Hocevar authored
only have one parent, because I don't want to deal with cycles, and each created object is indexed in a global array. This feature is unused yet, but it will speed up vlc_object_find(FIND_ANYWHERE). * ./debian/rules: activated the faad codec. * ./doc/fortunes.txt: new fortune cookies. * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach. * ./modules/audio_output/oss.c: fixed two compilation warnings.
-
- 08 Aug, 2002 2 commits
-
-
Sam Hocevar authored
name but with different directory names. * ./Makefile: plugins get installed in different directory names. * ALL: additional -ansi -pedantic fixes.
-
Sam Hocevar authored
* ALL: lots of -ansi -pedantic fixes.
-
- 23 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin. * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather add them to the vlc-config output.
-