1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

732 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
3f02d5ddbd No need for huge automake if's 2008-05-22 19:10:10 +03:00
Rémi Denis-Courmont
b6b695f188 Remove internal Python build support 2008-05-21 20:48:11 +03:00
Rémi Denis-Courmont
b26f5a25af Remove incorrect if BUILD_VLC 2008-05-19 21:11:45 +03:00
Rémi Denis-Courmont
84d0f814c4 Rename the shared libraries 2008-05-15 19:40:44 +03:00
Rémi Denis-Courmont
492c2c6822 vlc: set the plugin-path explicitly
So we don't need the current working directory hack to run VLC from the
build tree. As an added bonus, we can now run VLC from its build tree
even if the current working directory is not $(top_builddir).
2008-05-10 20:46:18 +03:00
Rémi Denis-Courmont
ddcfa776d8 Another Makefile fix 2008-05-10 20:46:18 +03:00
Rémi Denis-Courmont
7690e538aa Do not wander twice in the same subdir - fix distcheck 2008-05-10 20:17:47 +03:00
Pierre d'Herbemont
07cb75ee58 automake: Don't run make install for VLC.app. 2008-05-10 16:48:25 +02:00
Rémi Denis-Courmont
21efc7ca07 fix Makefile.am 2008-05-09 19:18:20 +03:00
Rémi Denis-Courmont
fe5b149ec2 Don't install vlc-config.
It does provide sufficient/useful infos for external build.
Use pkg-config vlc-plugin instead.
2008-05-09 18:36:06 +03:00
Rafaël Carré
40df45bfbf Fix VLC.app target 2008-05-06 20:23:03 +02:00
Rémi Denis-Courmont
7849b24961 More avoidable directories 2008-05-04 15:51:15 +03:00
Rémi Denis-Courmont
ab6a68b202 Don't recurse to python, ax and mozilla directories if not needed 2008-05-04 15:40:27 +03:00
Christophe Mutricy
01b8538d9d Meaningful Typo 2008-04-24 21:09:08 +01:00
Rémi Denis-Courmont
14d8baf799 Win32: fix core target 2008-04-23 21:24:31 +03:00
Rémi Denis-Courmont
718b12955d Replace a nasty ugly construct with another similar one 2008-04-21 23:06:06 +03:00
Rémi Denis-Courmont
6f5105121a Remove unused target 2008-04-21 23:06:06 +03:00
Pierre d'Herbemont
ee482262ae Forgotten in previous commit. 2008-04-17 11:55:00 +02:00
Pierre d'Herbemont
d9f9ab15fd Makefile.am: Yet an other package-macosx-zip fix. 2008-04-17 11:48:04 +02:00
Pierre d'Herbemont
c573b4d052 Fix package-macosx*-zip tabs. 2008-04-17 02:40:06 +02:00
Pierre d'Herbemont
d6a90081d1 Add package-macosx-zip and package-macosx-framework-zip Makefile target. 2008-04-17 01:45:39 +02:00
VideoLAN
a55cd54a8e macosx: Fix VLC-release.app library links. 2008-04-15 22:31:55 +02:00
Pierre d'Herbemont
01a95e7638 test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
2008-04-11 18:47:05 +02:00
Jean-Paul Saman
647a7ada7b Don't install scripts and images when the plugin/module that needs them is not build. 2008-04-11 13:52:55 +02:00
Felix Paul Kühne
2dbc7ecdd0 Fixed make dist
note to self: Keep an eye on it if you update the OS X GUI...
2008-04-09 00:41:04 +02:00
Jean-Baptiste Kempf
e837e05eb2 Lua Scripts on Windows have to go to scripts/ and not share/lua since no share/ is used on windows.
This doesn't fix it completely yet.
2008-04-05 22:16:48 -07:00
Antoine Cellerier
3aa3031d6e Remove lua/http/old from Makefile.am 2008-04-04 11:04:31 +02:00
Antoine Cellerier
d8b6a43aa3 Fix lua http interface loading. 2008-04-03 21:26:31 +02:00
Antoine Cellerier
4ad218c25f Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts. 2008-04-02 22:32:33 +02:00
Rémi Denis-Courmont
aa39d52bc9 Fix make distcheck 2008-03-31 19:15:20 +03:00
Rémi Denis-Courmont
c432ea068e Clean changelogs, but not too often 2008-03-31 17:41:42 +03:00
Rémi Denis-Courmont
ce52ce2eaf Automate ChangeLog-2008 too
(needs to check make distclean now)
2008-03-31 17:39:14 +03:00
Felix Paul Kühne
8c5e9b0731 somewhat fix VLC-release.app: (well, isn't distributable yet) 2008-03-29 15:34:09 +01:00
Rémi Denis-Courmont
d7b8bf4805 Don't distribute removed autoconf260 2008-03-25 18:21:19 +02:00
Sam Hocevar
16c69ade84 Add a --disable-vlc configure flag to not build VLC.
In some cases (eg. when building binary packages) one only needs libvlc
and libvlc-control and does not wish to build or install VLC binaries.
This --disable-vlc flag saves us from manually removing the unwanted
binaries after "make install".
2008-03-19 13:25:34 +00:00
Rafaël Carré
0b446e7833 Fix indentation to make anjuta happy 2008-03-10 11:48:37 +01:00
Christophe Mutricy
27774650dd Fix the symlink generation 2008-02-28 19:56:45 +00:00
Christophe Mutricy
689d893b4e We do need the symlink for the buildtree 2008-02-27 19:37:56 +00:00
Rafaël Carré
c3f5005864 fix win32 & osx packages (vlc is now in src/) 2008-02-27 19:34:12 +00:00
Rémi Denis-Courmont
a7954388b0 Mostly revert [25311], [25313].
Lets wait for 0.9.1 to sort this out.
2008-02-25 19:52:09 +00:00
Rémi Denis-Courmont
0038d62233 Bring a non-installed ./vlc script that loads plugins from the build tree explicitly. 2008-02-25 17:50:59 +00:00
Rémi Denis-Courmont
9a4101d72b More vlc to src/ (yes, I know this screws up things).
If you packaged without staged installation you're going to have a problem (but packaging without staged installation is to utterly lame in the first place)
2008-02-25 17:32:54 +00:00
Damien Fouilleul
b2bc5fb8a2 Makefile.am: reverting [25187], my contribs were too old 2008-02-18 15:08:04 +00:00
Damien Fouilleul
547e481bf1 VLC.app: fix bundling of 3rd party dylib 2008-02-18 11:58:06 +00:00
Christophe Mutricy
5b470a3dec Fix make dist. The Makefile has been transformed in a script 2008-02-10 19:28:36 +00:00
Felix Paul Kühne
9c50e460e0 Makefile.am: distribute simple_prefs.* 2008-02-09 18:19:49 +00:00
Rafaël Carré
ba9f39d754 fix framework building in VLC-release.app target 2008-02-09 18:15:55 +00:00
Christophe Mutricy
478c8270a2 Clean the vlc aliases
Don't test that vlc --help and vlc --version works because automake thinks that any output on stderr is an error.
2008-02-08 00:20:06 +00:00
Rafaël Carré
d97e6fb4a2 Copy README.MacOSX.rtf in the right place 2008-02-06 10:38:15 +00:00
Christophe Mutricy
c830a75153 We do need to distribute m4/ 2008-02-06 00:13:25 +00:00
Christophe Mutricy
ad2b55d3f2 Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved
2008-02-05 22:43:14 +00:00
Rafaël Carré
44c059eb11 Fix VLC{-release}.app generation, make symbolic links to .gmo files in the source tree, not in the build tree 2008-02-05 12:59:07 +00:00
Pierre d'Herbemont
fdf1076a81 Makefile.am: Typo in VLC-release.app. 2008-02-05 01:01:09 +00:00
Jean-Baptiste Kempf
d5582a2e05 Fix make package-win32 2008-02-05 00:20:16 +00:00
Rafaël Carré
fbf515ab28 rm -Rf verify the existence of tmp for us 2008-02-04 14:54:09 +00:00
Pierre d'Herbemont
7c43db68ea Makefile.am: Fix make.pl location. 2008-02-04 13:44:44 +00:00
Pierre d'Herbemont
10fb66c935 Makefile.am: Attempt to fix VLC.app VLC-release.app. 2008-02-04 13:35:19 +00:00
Pierre d'Herbemont
c5146198c2 Makefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X. 2008-02-04 13:06:44 +00:00
Pierre d'Herbemont
e0401e74e0 Attempt to fix previous commit. 2008-02-04 12:44:50 +00:00
Pierre d'Herbemont
01458fb0cf Makefile.am: Also remove ./tmp from the VLC.app target. 2008-02-04 12:25:00 +00:00
Pierre d'Herbemont
d2bf76d06d Makefile.am: Automatically remove ./tmp in the VLC-release.app target. 2008-02-04 12:12:15 +00:00
Pierre d'Herbemont
dab8e12dee Makefile.am: Some target weren't updated during the move. 2008-02-04 12:03:17 +00:00
Rafaël Carré
4371729a7c README.MacOSX.rtf has moved 2008-02-04 10:34:49 +00:00
Jean-Baptiste Kempf
d6cfab4413 Idem as previous 2008-02-04 03:59:45 +00:00
Jean-Baptiste Kempf
f59e3d4d79 Small Win32 fix. 2008-02-04 03:48:48 +00:00
Pierre d'Herbemont
3e3af45845 Makefile.am: Get package files from the new location. 2008-02-04 01:28:24 +00:00
Pierre d'Herbemont
2e888fde24 Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
projects/ - contains projects that link to libvlc other than vlc and the bindings.
    extras/package - contains the packaging specific files.
    extras/deprecated - deprecated files.
    extras/buildsystem - contains non-default buildsystem stuff.
    extras/analyser - contains code analyser (such as editor specific files) specific files.
2008-02-04 01:17:33 +00:00
Rémi Denis-Courmont
014c5b76f3 Remove libintl from the source tree.
People use libintil from the contrib anyway.
2008-02-03 18:31:07 +00:00
Rémi Denis-Courmont
bcca390d44 Cosmetic: Use $(...) rather than ${...} for variable expansion 2008-02-03 14:02:07 +00:00
Pierre d'Herbemont
47d3ba0c80 Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app). 2008-02-02 14:07:33 +00:00
Pierre d'Herbemont
3e75c8bc8f Makefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework. 2008-02-01 01:31:08 +00:00
Pierre d'Herbemont
20f3acbf38 Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that. 2008-01-31 23:20:45 +00:00
Rémi Denis-Courmont
e76d847b0e Move automake options to Makefile.am 2008-01-31 17:20:11 +00:00
Rémi Denis-Courmont
85a37a8cb9 Yes, it works 2008-01-31 17:11:58 +00:00
Felix Paul Kühne
4862877a67 Makefile.am: another attempt to the fix dmg creation 2008-01-20 12:14:48 +00:00
Felix Paul Kühne
cbeed90927 osx: use dmg-creation code from the 0.8.6-bugfix branch to provide reliable NBs (to be reverted as soon as the existing script is fixed) 2008-01-19 14:01:00 +00:00
Felix Paul Kühne
eb149eed40 Makefile.am: try it the simple way now, trusting the user not to open another dmg with the same name 2008-01-05 16:42:17 +00:00
Felix Paul Kühne
89e87d9bb6 Makefile.am: another attempt to fix hdiutil attach 2008-01-05 16:36:48 +00:00
Pierre d'Herbemont
0554ff0a21 Makefile.am: Attempt to get hidutil attach working. 2008-01-04 13:13:55 +00:00
Felix Paul Kühne
1b4a1c8ae4 makefile: we want to use spaces instead of tabs. sorry for the disturbance 2007-12-30 22:08:08 +00:00
Felix Paul Kühne
abb027a384 arf 2007-12-30 16:39:23 +00:00
Felix Paul Kühne
aa50e70169 Makefile: correctly distribute .hosts within VLC-release.app 2007-12-30 16:38:27 +00:00
Pierre d'Herbemont
8442f8addd Makefile.am: Put hdiutil into verbose mode in package-macosx creation. 2007-12-22 12:36:53 +00:00
Felix Paul Kühne
415c99dbd1 cough, fix VLC-release.app broken in previous commit 2007-12-16 12:50:45 +00:00
Felix Paul Kühne
b1af1fb50f * strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder 2007-12-16 12:46:59 +00:00
Pierre d'Herbemont
8e6a26cadc Makefile.am: Don't ship the framework, since it's too big for now. 2007-12-13 15:21:21 +00:00
Rémi Denis-Courmont
a58afe8e62 Build VLC aliases cleanly (don't need to parse argv[0]) 2007-12-09 21:36:32 +00:00
Jean-Paul Saman
ef8059236f Revert [23438] because --enable-fast-install does the same. 2007-12-03 22:39:55 +00:00
Jean-Paul Saman
17e8348c0a Install .libs/vlc instead of libtool script vlc. 2007-12-03 10:05:39 +00:00
Christophe Mutricy
98ede4f254 Don't use modules/gui/opie in gettext as we don't distribute it.
Upgrade POTFILE.in and vlc.pot
2007-11-14 22:02:01 +00:00
Pierre d'Herbemont
8ba909ce0f Makefile.am: Remove for goods disabled code. (as per funman's request). 2007-11-12 23:12:43 +00:00
Pierre d'Herbemont
31c0f5258c Makefile.am: Disable icon positionement in the dmg. 2007-11-12 22:59:14 +00:00
Christophe Mutricy
7fe8ad1b31 Fix [23001] 2007-11-11 19:26:32 +00:00
Antoine Cellerier
e10d431182 Port the http interface to the Lua Interface Module framework.
* share/luaintf/http.lua: Equivalent of the legacy modules/control/http/
   module. (The new module takes 272 lines of Lua, instead of 5475 lines for
   the old one.) Functionality is basically the same except for CGI support
   which is missing.
 * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax.
 * modules/misc/lua/: Add Lua bindings for a few VLC function, the most
   important being the HTTPd high level functions, ACLs, stat and opendir.

The Lua code still needs to be cleaned up a bit.
2007-11-10 16:34:53 +00:00
Christophe Mutricy
5dd38e75cc Don't replace @ on file without e-mail address 2007-11-09 22:07:51 +00:00
Christophe Mutricy
4df7f5a549 Don't put built sources in POTFILES.in 2007-11-08 00:07:58 +00:00
Pierre d'Herbemont
096b58df0c Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day. 2007-11-05 17:18:17 +00:00
Antoine Cellerier
de31813fc0 Add a new type of VLC Lua module: Interfaces.
Two things led me to add this new type of Lua modules:
 * Most interfaces duplicate code from one another (rc and telnet both deal
   with sockets, rc and hotkeys duplicate VLC interfacing code)
 * It's easier to code in Lua than in C (for high level stuff)
(* Users can code their own module easily, all they need is a text editor.)

Most of the changes in modules/misc/ are Lua wrappers for different C APIs
in VLC. I'd say that 90% of those wrappers won't change, the other 10% might
 need small changes (mostly to simplify the C code).

The VLC Lua "interface" module will look for lua scripts in the
*share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules
which can be used by multiple VLC Lua modules (using require "modulename").

This commit includes 4 Lua interface modules:
 * dummy.lua: the default module. Prints error messages and quits.
 * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of
   new features (+ multiple socket connections at a time work!). See file for
   more details.
 * telnet.lua: equivalent to the legacy telnet.c module. See file for more
   details.
 * hotkeys.lua: a rewrite of the hotkey handling module. This module is still
   experimental. I'll need to change VLC core hotkeys stuff to make it work
   like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action
   can have 1 hotkey). This version executes 3 dummy actions when keys 'q',
   'w' or 'x' are pressed.

What's left to do:
 * Port the http interface plugin to this framework (at least for the
   macros/rpn part ... using <?vlc some lua code ?> à la PHP would be way
   easier than what we currently have).
 * Finish work on the hotkeys module.
 * Code a real telnet/rc module with autocompletion and all the cool features
   usually found in a telnet/terminal interface.
 * Trash the legacy C modules.

Stuff to test (which I can't test myself):
 * Win32 and Mac OS X specific changes to Makefile.am
 * Console interface under Win32. I expect it not to work.

Other stuff included in this changeset are:
 * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code).
 * That's pretty much it in fact :/
2007-11-04 21:42:27 +00:00
Damien Fouilleul
45abd2cd3d - mozilla plugin: added support for XCode 3 tools (leopard) 2007-11-03 20:09:50 +00:00
Felix Paul Kühne
39aa499b26 * fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me 2007-10-20 22:39:20 +00:00
Felix Paul Kühne
2edb3900e7 * missed one occurence in the previous commit 2007-10-20 15:39:07 +00:00
Felix Paul Kühne
86af9ad16a * fixed [22708] for OSX 2007-10-20 15:14:12 +00:00
Rémi Denis-Courmont
53e6603735 Separate LDFLAGS from LIBS for real.
Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed.
Cannot test since the tree is currently broken.
2007-10-15 16:29:17 +00:00
Rafaël Carré
7ec9e15485 typo 2007-10-12 16:25:08 +00:00
Rémi Denis-Courmont
7b4638dd18 Simplify and fix (real) vlc dependencies and "make core" assuming libtool is used 2007-09-30 19:28:30 +00:00
Rémi Denis-Courmont
617c0f13a6 Hmmrph 2007-09-24 19:00:52 +00:00
Rémi Denis-Courmont
408e72b850 Remove stupid broken error message in XSPF parser - refs #1293.
Someone should fix this properly instead.
2007-09-22 15:31:13 +00:00
Christophe Mutricy
8c363ddcc5 Remove spurious tab 2007-09-18 22:20:10 +00:00
Rémi Denis-Courmont
9781c1c48d Use po/LINGUAS 2007-09-18 15:16:31 +00:00
Rafaël Carré
67cb64706d Avoid using sed -i which seems to be non standard.
Use makensis when it's installed in the default location.
Patch by Hannes Domani
2007-09-17 23:36:25 +00:00
Rafaël Carré
edbb603bd2 osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory. 2007-09-15 22:54:41 +00:00
Rémi Denis-Courmont
4b01790692 Revert [22061]. I probably need more sleep. 2007-09-15 20:44:32 +00:00
Rémi Denis-Courmont
d12b9ae0b4 OSD install fix from Hannes Domani 2007-09-15 20:33:07 +00:00
Jérome Decoodt
f165974e85 Don't mix VLC.app and VLC-release.app 2007-09-14 22:15:38 +00:00
Olivier Aubert
3a7e1af15d Bundle libvlc-control.dylib in VLC.app and VLC-release.app 2007-09-12 14:04:38 +00:00
Christophe Mutricy
d2c43d052f Fix make dist 2007-09-05 22:11:02 +00:00
Rafaël Carré
967ecaa2b9 Partially revert [21689]. Ships AUTHORS and THANKS with windows package 2007-09-02 12:47:44 +00:00
Rafaël Carré
7440827a7f qt4: Fix help dialog (again)
Uses builtin AUTHORS THANKS and COPYING files on every platform
Don't ship AUTHORS.txt and THANKS.txt on windows packages
COPYING.txt is kept since it's used in the nsis installer
Only show authors' name instead of the full AUTHORS file
Removes an empty line in THANKS to make it easier to parse without using endless pipes
2007-09-01 17:43:49 +00:00
Christophe Mutricy
db74f67fc5 Add a nice target 2007-08-31 22:31:04 +00:00
Christophe Mutricy
01f75e6f6d Woody is past history 2007-08-31 22:16:19 +00:00
Damien Fouilleul
5f94d9ca26 vlc: don't forget vlc-config --libs vlc when linking executable 2007-08-28 17:13:14 +00:00
Christophe Mutricy
4865bf7252 s/vlc-debus/mpris/ 2007-08-27 12:27:23 +00:00
Rafaël Carré
a387a1ff33 Distributes luameta on windows builds 2007-08-18 14:51:06 +00:00
Pierre d'Herbemont
a9d17dba88 Makefile.am: Correctly link share on Mac OS X. 2007-08-18 03:08:56 +00:00
Rémi Denis-Courmont
80def97f15 Continue fixing static builds 2007-08-15 17:37:20 +00:00
Rémi Denis-Courmont
343ef81a3f *Partially* fix static builds 2007-08-15 17:15:56 +00:00
Rémi Denis-Courmont
30900cb3df Make scripts as such 2007-08-15 15:45:12 +00:00
Rémi Denis-Courmont
366e7199da Unused stuff 2007-08-15 15:44:05 +00:00
Pierre d'Herbemont
1179afb6e1 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts. 2007-08-13 21:46:27 +00:00
Rafaël Carré
c47fbbed22 fucking make 2007-08-13 19:28:35 +00:00
Rafaël Carré
3a13e4b14b fuck autotools 2007-08-13 19:06:25 +00:00
Rafaël Carré
24f3597e34 Builds correctly lua for windows
Distributes luaplaylist scripts with windows packages
2007-08-13 18:53:46 +00:00
Damien Fouilleul
2886f5007d Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll 2007-08-10 10:49:12 +00:00
Rémi Denis-Courmont
5438a92a06 Remove totally broken VC support.
Use SVN history if you ever want to revive it.
2007-08-04 16:57:00 +00:00
Damien Fouilleul
3fb49d5d25 Makefile.am: fix package-win32 to use libtool libs location 2007-07-30 21:10:22 +00:00
Damien Fouilleul
b64a5f2c22 vlc.exe: remove -lintl from dependencies (should be added to libvlc.la) 2007-07-30 08:55:05 +00:00
Rémi Denis-Courmont
f1eecee21d Remove USE_LIBTOOL hack 2007-07-29 08:43:08 +00:00
Rémi Denis-Courmont
a8d1e07d87 Remove vlc_symbols - refs #297.
Maintaining an API with this was pretty much impossible.
2007-07-29 08:26:56 +00:00
Jérome Decoodt
7171c2bd92 Fix compilation on MacOS
Thanks to pdherbemont
2007-07-27 17:16:56 +00:00
Pierre d'Herbemont
a56fd965a1 Makefile.am: Run install_name_tool on the module. 2007-07-26 20:38:26 +00:00
Pierre d'Herbemont
17eb99da1e Makefile.am: fix typos in the VLC-release.app target. 2007-07-26 20:35:35 +00:00
Pierre d'Herbemont
0dc23c8fa6 Makefile.am: With VLC-release.app make sure to install not to ln. 2007-07-22 10:45:49 +00:00
Pierre d'Herbemont
39658cd83e Makefile.am: Make the VLC-release.app target libtool aware. 2007-07-21 23:04:43 +00:00
Pierre d'Herbemont
398918b0c5 Makefile.am: Use libtool on Mac OS X. 2007-07-21 20:10:21 +00:00
Felix Paul Kühne
74ea2fbed9 * make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago. 2007-06-26 18:59:05 +00:00
Christophe Mutricy
ad83b3b362 Makefile.am: s/version.c/revision.c/ in update-po code
POTFILES.in: Refresh it
2007-05-23 22:28:19 +00:00
Christophe Mutricy
bf20db6606 Don't use gettext on src/modules/builtin.h 2007-05-23 12:33:06 +00:00
Pierre d'Herbemont
411185798d Mac OS X: Make sure luaplaylist folder is in the distribution. 2007-05-20 15:36:55 +00:00
Rémi Denis-Courmont
bc387d3ddb Remove unneeded old kludge 2007-05-19 20:00:54 +00:00
Rémi Denis-Courmont
dc2c11a1e1 - Remove unneeded "." kludge (libvlc is now built from src)
- Remove old NULL kludge
2007-05-19 17:47:15 +00:00
Jean-Paul Saman
147305c660 Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation. 2007-05-19 15:39:08 +00:00
Jean-Paul Saman
8303871776 oops me being stupid, forgot this part 2007-05-18 12:51:33 +00:00
Jean-Paul Saman
08ae38fb8c Don't build srtp when gcrypt isn't available. 2007-05-18 12:47:54 +00:00
Rémi Denis-Courmont
620dc72af1 - Revert [20137]
- Revert [20138]
 - Revert [20139]

Special credits to these commits for:
 - breaking the build system,
 - crashing VLC on every single 64-bits platform,
 - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
2007-05-17 10:38:01 +00:00
Christophe Mutricy
2a14ed222c Fix i18n building 2007-05-16 22:37:49 +00:00
Jean-Paul Saman
fe66192ab8 Don't build libs/srtp when --disable-gnutls is given. 2007-05-16 14:52:50 +00:00
Christophe Mutricy
f204ed7e35 trailing space 2007-04-21 00:47:57 +00:00
Pierre d'Herbemont
3c81d1e927 Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image. 2007-04-03 16:46:15 +00:00
Rémi Denis-Courmont
56e9569c94 - Improve DIST_SUBDIR
- Require automake 1.9 to fix some libtool plugin build problems
- Remove useless libs/Makefile
2007-03-11 11:04:38 +00:00
Rémi Denis-Courmont
066e58dd34 Create a modules-like directory for libraries
that are not plugins neither in the core
2007-03-10 14:29:14 +00:00
Christophe Mutricy
b33ad0d9fe Distribute the .hosts and .access for win32 2007-03-03 00:16:52 +00:00
Christophe Mutricy
0c2f9d46c3 Xcode project has moved 2007-02-06 15:09:54 +00:00
Damien Fouilleul
5fa810ed34 Makefile.am: reorganize vlc_LDFLAGS for win32 2007-01-14 20:35:51 +00:00
Felix Paul Kühne
29ae4a7af4 * give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit 2007-01-14 16:25:41 +00:00
Felix Paul Kühne
804ba31bc8 * simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2 anymore and we therefore don't need to support pbxbuild either 2006-12-31 14:27:10 +00:00
Felix Paul Kühne
a79208b6dc * very first step to support future darwin releases 2006-12-28 19:36:57 +00:00
Christophe Mutricy
aeb39123d4 Don't transform tavs to 4 spaces in Makefiles. 2006-12-23 15:12:01 +00:00
Rémi Denis-Courmont
4ec5943cb3 Take program-transform-name into account when creating vlc symlinks 2006-12-21 18:18:08 +00:00
Christophe Mutricy
402d93f759 Makefile.am: tweack win32 packaging rules 2006-12-11 21:06:55 +00:00
Rémi Denis-Courmont
6ed527e817 Use shared libvlc on Win32 2006-12-10 19:56:13 +00:00
Christophe Mutricy
839bc0fb62 Fix path. 2006-12-06 21:27:32 +00:00
Rémi Denis-Courmont
1e5190c138 Do not try to distribute non-existant kludges 2006-12-06 21:12:53 +00:00
Derk-Jan Hartman
f0f2eefeb0 * Expand the ugly hack to also let automake define OBJCLINK and friends 2006-12-05 17:05:20 +00:00
Rémi Denis-Courmont
a053437da9 Work around for core target 2006-11-22 18:11:07 +00:00
Rafaël Carré
3251bacd0f Add dbus-vlc.py to dist 2006-11-20 10:34:33 +00:00
Derk-Jan Hartman
5d880fa8f6 * forwardport [17800]
Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
2006-11-16 00:58:47 +00:00
Felix Paul Kühne
f8a101115d * forward-port [17536] 2006-11-07 20:38:53 +00:00
Christophe Mutricy
900ba5380c Some safety fix pointed by pjrm on irc 2006-11-05 15:51:46 +00:00
Rémi Denis-Courmont
3640b72ca1 Fix core deps again 2006-11-05 15:46:26 +00:00
Rémi Denis-Courmont
4ddf635979 Fix make core not to remove libvlc if not needed 2006-11-05 12:16:44 +00:00
Jean-Paul Saman
e86b20c4e3 Forward port of 17368. Make it easier to build a macosx package when build in debug mode. 2006-10-30 09:13:32 +00:00
Christophe Mutricy
2f8a6ee2e3 Hrm 2006-10-27 21:22:10 +00:00
Christophe Mutricy
72a42b973f spec files have been renamed 2006-10-27 21:03:53 +00:00
Rémi Denis-Courmont
b3621b5278 Don't build obsolete+broken wxwidgets in distcheck 2006-10-21 14:04:02 +00:00
Rémi Denis-Courmont
7a035788e5 Make sure vlc_LDFLAGS is always set
(automake bug?)
2006-10-21 09:26:37 +00:00
Derk-Jan Hartman
1352c6305e * target -> host in Makefile.am 2006-10-21 09:18:06 +00:00
Rémi Denis-Courmont
4a2f80fe41 Remove no-op 2006-10-21 09:16:34 +00:00
Rémi Denis-Courmont
9e44246acb Multiple confirmation that is it works on Linux.
Anyway, there is no libiconv_* invocation in src/vlc.c
2006-10-21 08:56:19 +00:00
Jean-Paul Saman
1180a63aa9 Revert revision [17165] because it broke libtool build on linux 2006-10-21 08:48:15 +00:00
Rémi Denis-Courmont
c3b3c2a8d7 Remove useless link flags from vlc program 2006-10-20 14:39:55 +00:00
Rémi Denis-Courmont
40356097fe Remove -version-info; it is plain meaningless for a program 2006-10-19 19:00:54 +00:00
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