Commit Graph

391 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
56fc945314 Better compression for win32.zip packages building in order to make E-bola happy. 2006-10-16 19:59:34 +00:00
Felix Paul Kühne
75df49da5f * added the fspanel-related files to the respective targets 2006-10-12 16:33:35 +00:00
Christophe Mutricy
7454370932 update-po and fix rules for qt4 ui 2006-09-18 11:30:31 +00:00
Felix Paul Kühne
7ed95b6fe0 * add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax doesn't need to bootstrap over and over again. Implementation follows later on 2006-09-17 20:19:53 +00:00
Christophe Mutricy
ccc5c5dc52 Re-use the old OBJC workaround and distribute autoconf260.m4 2006-09-15 16:20:57 +00:00
Sam Hocevar
fb3aa29117 * Makefile.am: add empty versioning information to libvlc.so. 2006-09-10 16:37:47 +00:00
Christophe Mutricy
7f50b683cd Makefile.am: We no longer need a .xpt for the mozilla plugin 2006-08-29 12:23:28 +00:00
Felix Paul Kühne
0a9dbda920 * additional interaction enhancements
- intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
    - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
* wx: a compilation fix, but no update to the current API
* osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.

The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
2006-07-30 22:00:44 +00:00
Christophe Mutricy
0e63174493 Don't include opie/ in the gettext stuff as it's not in the tarball. 2006-07-25 09:37:31 +00:00
Christophe Mutricy
717b507068 Grrrr, silly qt4 build system 2006-07-24 23:00:57 +00:00
Christophe Mutricy
62ab3db5c4 Localized the stings inside the .ui and update the po files. 2006-07-24 21:45:56 +00:00
Rémi Denis-Courmont
840f845c8c Make config.status happy (muahaha) 2006-06-04 18:43:05 +00:00
Rémi Denis-Courmont
9d85b9dace Some build systems clean up. Now require automake 1.7
Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
2006-06-04 18:09:30 +00:00
Rémi Denis-Courmont
5b369300e5 Suppress support for position dependant code (except on mingw32).
This simplifies the build system quite a lot, and reduce compilation
times when PIC is actually needed.

If you really mind the extra overhead of PIC, use:
./configure --enable-libtool --enable-static --disable-shared
2006-06-04 17:07:19 +00:00
Eric Petit
55f33b618e Adds support for Apple's remote (only handles Play/Pause at the moment).
AppleRemote.[mh] is MIT licensed code from Martin Kahr:
http://www.martinkahr.com/source-code
2006-05-25 14:59:57 +00:00
Christophe Mutricy
f1269968c9 suppress reference to debian/ 2006-05-08 21:51:52 +00:00
Damien Fouilleul
b037ebc1f2 Makefile.am: fixed EXTRA_DIST for MacOS X plugin 2006-05-02 09:23:06 +00:00
Felix Paul Kühne
b8118762a5 * forward-port [15502] 2006-05-01 11:47:19 +00:00
Damien Fouilleul
0bf8997391 - MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution 2006-04-30 17:40:34 +00:00
Damien Fouilleul
e2c422e819 - added installer for MacOSX VLC Plugin
- updated supported mime types in resource
2006-04-30 16:08:32 +00:00
Damien Fouilleul
c7178603f9 - added 'VLC Plugin.plugin' in MacOS X Disk image 2006-04-19 10:13:07 +00:00
Christophe Mutricy
b9560d0dc7 Makefile.am: Fix for introduction of vlc.win32.nsi.in 2006-04-12 21:56:41 +00:00
Felix Paul Kühne
21bd7be900 * be a bit more verbose when creating the disk-image 2006-04-12 16:54:42 +00:00
Clément Stenac
e26fe1f67b Package fix 2006-04-12 11:43:33 +00:00
Felix Paul Kühne
2d202f4da6 * added 2 options for the OSX-disk-image creation-line
- scrub: removes .Trashes
    - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.

Thanks to cilly on IRC for suggesting this.
2006-03-30 17:38:36 +00:00
Antoine Cellerier
6f49313d3e Hum ... we still want to strip when using wince 2006-03-28 15:40:43 +00:00
Antoine Cellerier
458f08e285 Don't strip windows builds when running make package-win-common-devel 2006-03-28 13:30:33 +00:00
Felix Paul Kühne
24f3979031 * copy the http-intf-readme to the OSX-bundle as well 2006-03-22 18:09:55 +00:00
Antoine Cellerier
20edd9524b Add share/http/requests/readme to win target 2006-03-22 16:38:46 +00:00
Antoine Cellerier
f193ee6490 Add 7zip win32 build targets 2006-03-21 20:56:35 +00:00
Felix Paul Kühne
bb48220f9b * fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...) 2006-03-20 14:13:04 +00:00
Felix Paul Kühne
e87c51f9e3 * fix make dist for OSX 2006-03-11 23:29:09 +00:00
Rémi Denis-Courmont
5ff510b7c6 Test distcheck with libtool when using libtool so I can test 2006-03-10 18:10:45 +00:00
Rémi Denis-Courmont
abb377b148 Same as previous commit - for VLC 2006-03-10 17:30:32 +00:00
Christophe Mutricy
b2bda4aa79 Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball 2006-03-10 14:03:58 +00:00
Damien Fouilleul
ca0ddba7f6 extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME

NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
2006-03-05 23:49:52 +00:00
Felix Paul Kühne
37c8f98cef * added a couple of OSX-intf-files which were added after the last release 2006-03-03 17:29:13 +00:00
Rémi Denis-Courmont
245a80d201 Move vlc.c to . to fix distclean (Automake limitation) 2006-02-26 11:59:18 +00:00
Rémi Denis-Courmont
6c46c25234 Attempt to fix core and all targets with more than one job 2006-02-25 20:46:22 +00:00
Rémi Denis-Courmont
b351f99f05 Fix Win32 packaging targets inter-dependencies
(otherwise unusable with more than one make job)
2006-02-24 22:39:45 +00:00
Rémi Denis-Courmont
6aa5b04632 _Experimental_ *optional* libtool support (--enable-libtool)
Should work fine (ie. better than --enable-shared-libvlc) on Linux,
should work on Mac OS X (except for packaging), while shared libvlc doesn't.

Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
use --enable-shared-libvlc for now.
2006-02-23 19:41:36 +00:00
Rémi Denis-Courmont
bf5f972345 Fix linking with included gettext 2006-02-23 10:41:15 +00:00
Damien Fouilleul
06cc669a54 all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html 2006-02-22 14:04:31 +00:00
Damien Fouilleul
81c1cc5e58 all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll. 2006-02-22 12:21:23 +00:00
Rémi Denis-Courmont
ab65d88b08 Build vlc-bundle on BeOS 2006-02-21 11:02:38 +00:00
Rémi Denis-Courmont
a77c60b031 Fix linking with C++ builtins 2006-02-20 19:53:22 +00:00
Rémi Denis-Courmont
e3ca65eedb - Remove dependency of vlc on stamp-builtin with shared libvlc
- Link against -lvlc instead of src/libvlc.so otherwise installed vlc
  cannot be loaded (closes #555)
- Remove src/libvlc.a when src/libvlc.so is built so that previous item
  does not break Win32 linking

<subliminal message>how about using libtool</subliminal message>
2006-02-20 18:00:28 +00:00
Felix Paul Kühne
9f078d8b45 * added the progress dialogue to the set of widgets
- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise

* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days

As usual, comments on the implementation and the GUI-design are welcome :)
2006-02-19 22:38:07 +00:00
Rémi Denis-Courmont
5765333a1e Share most of binary packaging script between WinCE and Win32 2006-02-19 20:14:07 +00:00
Rémi Denis-Courmont
6f773ad07d Include libvlc.dll when packaging
(Hmm, there is a nice code duplication between win32 and winCE here)
2006-02-19 20:02:12 +00:00