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