X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=fe7102e311f71549fe34c05917948991cdde9f41;hb=fe8c4673c5502dd03c26e673bd13d3232add8f9b;hp=c53f9821604992c14d37f183838b4f65d1a22179;hpb=1fda54e9d2ea9ae489dbb60c0164aa0b09c610cd;p=vlc diff --git a/Makefile.am b/Makefile.am index c53f982160..fe7102e311 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,7 @@ SUFFIXES = DISTCHECK_CONFIGURE_FLAGS = \ --enable-fast-install \ + --disable-dbus \ --disable-dvd --disable-mad --disable-libmpeg2 \ --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 \ --disable-fribidi --disable-glx @@ -103,9 +104,6 @@ EXTRA_DIST += \ extras/package/macosx/Resources/English.lproj/Extended.nib/classes.nib \ extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib \ extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \ - extras/package/macosx/Resources/English.lproj/SFilters.nib/classes.nib \ - extras/package/macosx/Resources/English.lproj/SFilters.nib/info.nib \ - extras/package/macosx/Resources/English.lproj/SFilters.nib/keyedobjects.nib \ extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib \ extras/package/macosx/Resources/English.lproj/Update.nib/info.nib \ extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib \ @@ -115,7 +113,7 @@ EXTRA_DIST += \ extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \ extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \ extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \ - extras/package/macosx/Resources/English.lproj/InfoPlist.strings \ + extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \ extras/package/macosx/Resources/a52.icns \ extras/package/macosx/Resources/aac.icns \ extras/package/macosx/Resources/asf.icns \ @@ -257,18 +255,19 @@ EXTRA_DIST += \ extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \ extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \ extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \ - extras/package/macosx/plugin/Info.plist \ - extras/package/macosx/plugin/InstallerInfo.plist \ + extras/package/macosx/plugin/Info.plist.in \ + extras/package/macosx/plugin/InstallerInfo.plist.in \ extras/package/macosx/plugin/InstallerDescription.plist \ extras/package/macosx/plugin/pbdevelopment.plist \ - extras/package/macosx/plugin/English.lproj/InfoPlist.strings \ + extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in \ extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \ extras/package/macosx/eyetvplugin/Info.plist \ extras/package/macosx/eyetvplugin/eyetvplugin.c \ extras/package/macosx/eyetvplugin/eyetvplugin.h \ extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \ extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \ - extras/package/macosx/README.MacOSX.rtf + extras/package/macosx/README.MacOSX.rtf \ + extras/package/macosx/Info.plist.in ############################################################################### @@ -338,9 +337,9 @@ vlc-bundle: vlc done ; \ fi cat $(top_srcdir)/po/LINGUAS | while read i; do \ - mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \ + mkdir -p "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES" ; \ cp "$(top_builddir)/po/$$i.gmo" \ - "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \ + "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \ done find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \; endif @@ -401,9 +400,12 @@ VLC-release.app: vlc rm -Rf "$(top_builddir)/tmp" mkdir -p "$(top_builddir)/tmp/extras/package/macosx" rm -Rf $(top_builddir)/VLC-release.app - for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \ + for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \ cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ done + for i in Resources Info.plist; do \ + cp -R $(top_builddir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ + done for i in AUTHORS COPYING THANKS; do \ cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ done @@ -448,8 +450,6 @@ VLC-release.app: vlc extended.m \ bookmarks.h \ bookmarks.m \ - sfilters.h \ - sfilters.m \ update.h \ update.m \ interaction.h \ @@ -540,9 +540,9 @@ VLC-release.app: vlc $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \ done $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt - $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale + $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale cat $(top_srcdir)/po/LINGUAS | while read i; do \ - mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \ + mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \ cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \ mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \ ln -sf ../English.lproj/InfoPlist.strings \ @@ -564,6 +564,9 @@ VLC.app: vlc for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \ cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ done + for i in Resources Info.plist; do \ + cp -R $(top_builddir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ + done for i in AUTHORS COPYING THANKS; do \ cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ done @@ -608,8 +611,6 @@ VLC.app: vlc extended.m \ bookmarks.h \ bookmarks.m \ - sfilters.h \ - sfilters.m \ update.h \ update.m \ interaction.h \ @@ -638,10 +639,10 @@ VLC.app: vlc "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \ fi ; done && \ ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ - $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale + $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale cat $(top_srcdir)/po/LINGUAS | while read i; do \ - mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \ - ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \ + mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \ + ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \ mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \ ln -sf ../English.lproj/InfoPlist.strings \ $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \ @@ -686,13 +687,15 @@ package-win-common: cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-$(VERSION)/ # Copy the locales - mkdir -p $(top_builddir)/vlc-$(VERSION)/locale + mkdir -p $(top_builddir)/vlc-$(VERSION)/share/locale cat $(top_srcdir)/po/LINGUAS | while read i; do \ - mkdir -p "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES" ; \ + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/locale/$${i}/LC_MESSAGES" ; \ cp "$(srcdir)/po/$${i}.gmo" \ - "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES/vlc.mo" \ + "$(top_builddir)/vlc-$(VERSION)/share/locale/$${i}/LC_MESSAGES/vlc.mo" \ || true ; \ done + mkdir -p $(top_builddir)/vlc-$(VERSION)/share/locale/qt4/ + cp $(QT4LOCALEDIR)/*.qm $(top_builddir)/vlc-$(VERSION)/share/locale/qt4/ || true # Mozilla plugin if BUILD_MOZILLA @@ -729,88 +732,88 @@ package-win32-base-debug: package-win-common # Copy the lua scripts (HTTP) if BUILD_LUA - mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/images" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/requests" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/js" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/dialogs" - cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.html - cp $(srcdir)/share/lua/http/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/.hosts - cp $(srcdir)/share/lua/http/*.css $(top_builddir)/vlc-$(VERSION)/lua/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.css - cp $(srcdir)/share/lua/http/js/*.js $(top_builddir)/vlc-$(VERSION)/lua/http/js/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/js/*.js - cp $(srcdir)/share/lua/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/* - cp $(srcdir)/share/lua/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/.hosts - cp $(srcdir)/share/lua/http/*.ico $(top_builddir)/vlc-$(VERSION)/lua/http/ - cp $(srcdir)/share/lua/http/images/*.png $(top_builddir)/vlc-$(VERSION)/lua/http/images/ - cp $(srcdir)/share/lua/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/lua/http/requests/ - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/*.xml - cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt - unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/images" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/requests" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/js" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs" + cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/share/lua/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/*.html + cp $(srcdir)/share/lua/http/.hosts $(top_builddir)/vlc-$(VERSION)/share/lua/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/.hosts + cp $(srcdir)/share/lua/http/*.css $(top_builddir)/vlc-$(VERSION)/share/lua/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/*.css + cp $(srcdir)/share/lua/http/js/*.js $(top_builddir)/vlc-$(VERSION)/share/lua/http/js/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/js/*.js + cp $(srcdir)/share/lua/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/* + cp $(srcdir)/share/lua/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/dialogs/.hosts + cp $(srcdir)/share/lua/http/*.ico $(top_builddir)/vlc-$(VERSION)/share/lua/http/ + cp $(srcdir)/share/lua/http/images/*.png $(top_builddir)/vlc-$(VERSION)/share/lua/http/images/ + cp $(srcdir)/share/lua/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/*.xml + cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/readme.txt + unix2dos $(top_builddir)/vlc-$(VERSION)/share/lua/http/requests/readme.txt endif if BUILD_LUA #Lua Scripts - $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/playlist + $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/playlist for i in $(srcdir)/share/lua/playlist/*.* ; do \ - $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/playlist/`basename $${i}` ; \ + $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/playlist/`basename $${i}` ; \ done - $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/meta + $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/meta for i in $(srcdir)/share/lua/meta/*.* ; do \ - $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/meta/`basename $${i}` ; \ + $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/meta/`basename $${i}` ; \ done - $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf + $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/intf for i in $(srcdir)/share/lua/intf/*.* ; do \ - $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/`basename $${i}` ; \ + $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/intf/`basename $${i}` ; \ done - $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf/modules + $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/share/lua/intf/modules for i in $(srcdir)/share/lua/intf/modules/*.* ; do \ - $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/modules/`basename $${i}` ; \ + $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/share/lua/intf/modules/`basename $${i}` ; \ done endif # Copy the http files if BUILD_HTTPD - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/images" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/requests" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/js" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/dialogs" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/vlm" - mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/admin" - cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-$(VERSION)/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.html - cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-$(VERSION)/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/.hosts - cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-$(VERSION)/http/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.css - cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-$(VERSION)/http/js/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/js/*.js - cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/http/dialogs/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/* - cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/http/dialogs/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/.hosts - cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-$(VERSION)/http/ - cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-$(VERSION)/http/images/ - cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/http/requests/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/*.xml - cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt - unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt - - cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-$(VERSION)/http/old/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/*.html - cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-$(VERSION)/http/old/ - cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/http/old/ - cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-$(VERSION)/http/old/ - cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/http/old/vlm/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/vlm/*.html - cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/http/old/admin/ - unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/admin/*.html - cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/http/old/admin/ + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/images" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/requests" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/js" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/dialogs" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old/vlm" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/share/http/old/admin" + cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-$(VERSION)/share/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/*.html + cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/.hosts + cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-$(VERSION)/share/http/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/*.css + cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-$(VERSION)/share/http/js/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/js/*.js + cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/* + cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/dialogs/.hosts + cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-$(VERSION)/share/http/ + cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-$(VERSION)/share/http/images/ + cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/share/http/requests/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/requests/*.xml + cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-$(VERSION)/share/http/requests/readme.txt + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/requests/readme.txt + + cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/*.html + cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-$(VERSION)/share/http/old/ + cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/share/http/old/ + cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-$(VERSION)/share/http/old/ + cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/vlm/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/vlm/*.html + cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/ + unix2dos $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/*.html + cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/share/http/old/admin/ endif if BUILD_SKINS @@ -842,18 +845,28 @@ if BUILD_OSDMENU done endif -package-win-common-strip: - $(STRIP) "$(top_builddir)/vlc-$(VERSION)/vlc$(EXEEXT)" +# SDK + mkdir -p "$(top_builddir)/vlc-$(VERSION)/sdk.tmp" + mkdir -p "$(top_builddir)/vlc-$(VERSION)/sdk" + d=$$(pwd) && \ + cd src && \ + make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp" + cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/ + find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir + rm -Rf vlc-$(VERSION)/sdk/bin + +package-win-common-strip: package-win32-base-debug + $(STRIP) "vlc-$(VERSION)/vlc$(EXEEXT)" $(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)" $(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)" if BUILD_MOZILLA - $(STRIP) $(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT); + $(STRIP) "vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)" endif if BUILD_ACTIVEX - $(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT); + $(STRIP) "vlc-$(VERSION)/activex/axvlc$(LIBEXT)" endif -package-win32-base: package-win32-base-debug package-win-common-strip +package-win32-base: package-win-common-strip for i in "" $(top_builddir)/vlc-$(VERSION)/plugins/*$(LIBEXT) ; \ do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done @@ -862,7 +875,7 @@ package-win32-base-exe: package-win32-base if makensis -VERSION >/dev/null 2>&1; then \ MAKENSIS="makensis"; \ elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \ - MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis)"; \ + MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \ elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \ MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \ elif wine --version >/dev/null 2>&1; then \ @@ -881,6 +894,7 @@ package-win32-base-exe-linux: package-win32-base-zip: package-win32-base # Create package + rm -f -- vlc-$(VERSION)-win32.zip zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION) package-win32-base-7zip: package-win32-base @@ -1127,7 +1141,13 @@ update-po: | grep -vE 'qt4/ui/.*.h' \ | grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \ | grep -v 'gui/opie' \ + | grep -v 'wxwidgets' \ + | grep -v 'mux/rtp/' \ + | grep -v 'demux/rtpxiph.c' \ | sort ; \ + echo "#bindings" ; \ + find bindings -name '*.[chm]' -o -name '*.[ch]pp' \ + |sort ; \ } > $(top_srcdir)/po/POTFILES.in rm -f $(top_srcdir)/po/vlc.pot cd po && $(MAKE) POTFILES vlc.pot update-po