1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

706 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
bd5c1734c3 Win32: Be sure to strip axvlc.dll and npvlc.dll 2010-01-01 23:55:10 +01:00
Pierre d'Herbemont
f954a0582e configure: Make sure old VLC.app building is optional on Mac OS X. 2009-12-31 17:05:15 +01:00
Pierre d'Herbemont
f3d741a209 automake: Use CONTRIB_DIR instead of manually assuming contrib location. 2009-12-18 10:57:25 +01:00
Jean-Baptiste Kempf
85ee626aff Don't ship external dlls so far for Windows 2009-12-06 15:49:18 +01:00
Rafaël Carré
be84ae0b67 Fix win32 package generation - thanks to linkfanel 2009-12-03 11:29:36 +01:00
Rafaël Carré
ecebe41fa1 MAINTAINERS is gone 2009-12-03 11:06:40 +01:00
Geoffroy Couprie
109d6eafdf Win32: add VLC to the "Set program access and computer defaults" dialog
The file associations need to be implemented
2009-11-28 21:17:45 +01:00
Rafaël Carré
e22a0fc342 OSX: use correctly git even when building out of srcdir
Note : Info.plist.in doesn't seem to contain "REVISION" string
Is that git command now useless?
2009-11-06 18:33:32 +01:00
Pierre Ynard
6ec51c9175 WinCE: strip plugin DLLs when creating package
This is quite important on devices where storage space is limited...
2009-11-04 13:15:08 +01:00
Rémi Denis-Courmont
82a6be7c3f Remove MAINTAINERS.
It's so out-of-date that it's not even funny anymore.

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
2009-11-01 23:23:28 +01:00
Pierre d'Herbemont
0ce8daf7e8 am: Don't fail to build Mac OS X target if there is no git. 2009-10-14 23:45:57 +02:00
Rémi Denis-Courmont
410a3de5b3 Get rid of ligcrypt M4 macros
One day maybe, the gcrypt maintainer will get a clue, realize
that his library is not the center of the universe,
that his crappy macros breaks cross-compiling,
that pkg-config works on Windows as well as scripts (ligcrypt-config),
and accept the Debian .pc patches.

Until then...
2009-10-06 22:44:53 +03:00
Geoffroy Couprie
60aa14b737 Win32: Add an option to set the DEP and ASLR flags for all binaries.
This option will make it much harder to exploit vulnerabilities on Vista and Seven
2009-09-17 12:57:57 +02:00
Pierre d'Herbemont
bd36ded730 am: In non verbose be silent when we 'cd src && make install' in the VLC.app targets. 2009-09-03 19:15:38 +02:00
Pierre d'Herbemont
bf4626a0c9 am: Proper way to define --quiet in silent mode.
Compatible with automake<1.11
2009-08-26 12:15:49 +02:00
Felix Paul Kühne
829a50ed88 macosx: add preliminary hash file for Sparkle support 2009-08-19 16:08:01 +02:00
Pierre d'Herbemont
8d8c4591de am: Ensure 'make VLC.app' will be silent when automake is in quiet mode. 2009-08-18 15:59:11 +02:00
Pierre d'Herbemont
460ea0a62b am: Work around old automake version.
They don't have AM_DEFAULT_VERBOSITY.
2009-08-18 15:28:34 +02:00
Pierre d'Herbemont
ed7b4fcd75 am: Pass --quiet to 'make' when automake verbose mode is off. 2009-08-18 15:10:22 +02:00
Felix Paul Kühne
143fd4d8c2 macosx: basic Sparkle integration
Shows basic release notes and demonstrates the user experience. Actual updating not yet possible.
2009-07-30 02:00:11 +02:00
Jean-Paul Saman
ad5c6b6fa9 mozilla: do not ship gui/macosx plugin in Safari webplugin
It is the main cause for memory leaks of VLC browser plugin for MacOS X. Every time the browser plugin is reloaded, vlc core reloads the plugins which causes all global defined objects to initialize. Since there are objects in libmacosx_plugin.dylib that are supposed to live as long as the application these are never freed. Testing is done with --enable-debug.
2009-07-24 14:26:28 +02:00
Rémi Denis-Courmont
1cf4ccdf71 Spell developer properly 2009-07-08 19:56:28 +03:00
Rémi Duraffort
35178153c9 Makefile: the wx inteface does not exist anymore. 2009-07-07 09:49:53 +02:00
Geoffroy Couprie
ba501462ff Strip all debug symbols from binaries (and remove useless case for mozilla and activex) 2009-07-06 14:14:25 +02:00
Felix Paul Kühne
a8f418d417 macosx: reflect nib file changes in make dist 2009-06-28 01:56:52 +02:00
Felix Paul Kühne
fdc86de62b fixed make dist 2009-06-26 13:04:22 +02:00
Derk-Jan Hartman
ad16fc374f http: Removing the old http interface.
This closes #1395
2009-06-12 16:18:29 +02:00
Felix Paul Kühne
4b36ca62fc fixed package-macosx-plugin in case top_srcdir != top_buildir and switched image format to UDBZ, too
NOTE that creating the plugin bundle is still horribly broken in the former case
2009-06-07 20:42:37 +02:00
Felix Paul Kühne
61b0e2a9bd Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size
This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.
2009-06-01 23:09:05 +02:00
Felix Paul Kühne
b241cb486a fixed distribution as dmg if srcdir != top_builddir
(cherry picked from commit feec0f30c55220f3f0be73940899f036cc72c012)
2009-05-30 00:32:41 +02:00
Felix Paul Kühne
6f8279db22 strip modern nib-files correctly when doing release builds
No need to backport this, as 1.0-bugfix only includes classic nibs
2009-05-27 12:05:07 +02:00
Rémi Denis-Courmont
812fd61fad core depends on libcompat.la 2009-05-23 14:59:26 +03:00
Felix Paul Kühne
966d42293a macosx: merge the nib fle containing Eric Dudiak's interface rework 2009-05-21 23:50:14 +02:00
Felix Paul Kühne
cb137fb6ec macosx: added graphics from Eric Dudiak's interface rework 2009-05-21 23:09:13 +02:00
Felix Paul Kühne
2da7d437b1 macosx: fixed Xcode project file and make dist (new document icons...) 2009-05-21 14:17:18 +02:00
Christophe Mutricy
b4ad772933 Move the Changelogs to maintainer-clean.
As they need git to be generated, you don't want them to disappear when you do make distclean in sources extracted from the tarball
2009-05-18 00:00:53 +01:00
Rémi Denis-Courmont
e1a78b744b Start moving replacement functions to a static import library 2009-04-10 20:14:10 +03:00
Felix Paul Kühne
e0e7b2aeec macosx: compilation fix *grml* 2009-04-07 23:27:58 +02:00
Felix Paul Kühne
eda81ebfde macosx: implemented 'dialog-login' and cleaned up most dead code 2009-04-07 23:14:26 +02:00
Christophe Mutricy
c8a1d50d65 Remove broken rules
Better use intltool-update -m and our brains
2009-03-26 22:50:11 +00:00
Jean-Paul Saman
54d2247717 macosx: fix packaging Safari and Firefox plugin. 2009-03-02 14:23:46 +01:00
Rémi Denis-Courmont
64a460aad5 Use a symbolic link instead of a shell script for static vlc
This allows invoking debuggers directly from the command line again!
2009-02-28 16:14:44 +02:00
Christophe Mutricy
df01ece21f Changelogs: we are in 2009 2009-02-24 00:30:13 +00:00
Jean-Baptiste Kempf
e74e198b69 Win32: remember to package skin.dtd and the skin.catalog 2009-02-22 23:40:51 +01:00
Felix Paul Kühne
c609bd896b fixed make dist 2009-02-21 00:54:00 +01:00
Nicolas Chauvet (kwizart)
005855e07d ZIP Module - Use the system minizip when available
- Ship the vlc module header zip.h
 (rename isn't needed once the file in ship)
- Detect minizip presence with pkgconfig
- if .pc not available, try to assume presence from unzip.h
- Move the zlib.h detection in one place (after pkgconfig macro)
 minizip in bundled within zlib in some distro
- Adds -lz in module that needs it in one place
- Prevent the compilation of libs/unzip if minizip is available
 (it shound't prevent this directory to be bundled with the sources)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2009-02-11 18:49:18 +01:00
Rémi Denis-Courmont
2b58c54283 Revert "ZIP Module - Use the system minizip when available"
This reverts commit 35fa551f95.

Conflicts:

	configure.ac
2009-02-11 17:59:29 +02:00
Nicolas Chauvet (kwizart
35fa551f95 ZIP Module - Use the system minizip when available
- Ship the vlc module header zip.h
 (rename isn't needed once the file in ship)
- Detect minizip presence with pkgconfig
- if .pc not available, try to assume presence from unzip.h
- Move the zlib.h detection in one place (after pkgconfig macro)
 minizip in bundled within zlib in some distro
- Adds -lz in module that needs it in one place
- Prevent the compilation of libs/unzip if minizip is available
 (it shound't prevent this directory to be bundled with the sources)

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2009-02-11 17:50:50 +02:00
Geoffroy Couprie
82bc4a3106 Win32: generate gdb symbol files for every dll 2009-02-02 13:33:39 +01:00
Jean-Philippe Andre
a2b72dbb66 Zip: change path to the library in the buildsystem 2009-01-27 23:09:23 +01:00