Commit Graph

373 Commits

Author SHA1 Message Date
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
Rémi Denis-Courmont 1f73b291f8 Really fix 2006-02-19 19:59:47 +00:00
Rémi Denis-Courmont 4e06876bf4 Attempt to fix vlc linkage with static libvlc 2006-02-19 19:47:44 +00:00
Rémi Denis-Courmont 5f27fad54e - Build builtins before shared libvlc
- Link builtins with libvlc instead of vlc
  (seems to fix shared libvlc on Win32)
2006-02-19 18:29:08 +00:00
Rémi Denis-Courmont 009df32991 Dionoea: here is "make core", your portable "make vlc" replacement 2006-02-19 17:14:36 +00:00
Rémi Denis-Courmont b5b707f0ba Really fix libintl linking 2006-02-19 15:21:58 +00:00
Rémi Denis-Courmont 0701057f20 Remove unused directory 2006-02-19 14:13:29 +00:00
Rémi Denis-Courmont be62d282ac - Build libvlc from src/ rather than top
so that it is cleanly built before all modules
  (step toward buildable shared libvlc on Win32)
- Don't build position dependant code when building shared libvlc
  (that was a big waste of time)
- Link builtin modules with vlc rather than libvlc
2006-02-19 13:11:21 +00:00
Rémi Denis-Courmont 775ebb8f00 Clean up backported from [12323] 2006-02-19 09:52:55 +00:00
Felix Paul Kühne 155ea0e45f * new CheckForUpdate panel (closes #310)
- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
    - download through VLC is implemented, but commented for the moment
- needs some checking once a complete Status.xml is available
2006-02-18 18:40:04 +00:00
Clément Stenac e0003bec24 * Beginning of VLM API
* Some test work
* Export vlm_MediaSearch
2006-02-14 21:41:23 +00:00
Clément Stenac 2f6ad030e7 * get/set/toggle fullscreen
* Fix a bug in playlist_play

(Refs:#457)
2006-02-07 21:08:32 +00:00
Clément Stenac 8d995e6f08 Use a hash for stats. Not finished 2006-02-03 23:52:45 +00:00
Antoine Cellerier bcf427725c src/*, include/* : update core functions. (Should make it relatively easy
to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.
2006-02-02 17:29:06 +00:00
Sam Hocevar 04a605b111 * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION. 2006-02-01 14:57:12 +00:00
Sam Hocevar d766835baa * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
there is no easy way to check for the presence of an executable, but
    trying to execute it ("foo --version >/dev/null") is usually safe.
2006-02-01 11:20:52 +00:00
Christophe Mutricy 5ec1e69545 win32 rules: make it more dirty to be able to produce debug package 2006-01-28 18:43:13 +00:00
Clément Stenac 8dc4f35af4 Fixes for prehistoric build system 2006-01-28 11:38:49 +00:00
Sam Hocevar cf6397c802 * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
the reserved words CXXFLAGS and LDFLAGS.
  * configure.ac: remove spaces inside parentheses that confuse automake.
  * Makefile.am: do not use both = and += inside conditionals.
2006-01-24 12:09:06 +00:00