[vlc-devel] commit: Add package-macosx-zip and package-macosx-framework-zip Makefile target. ( Pierre d'Herbemont )
git version control
git at videolan.org
Thu Apr 17 01:45:31 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Apr 17 01:45:04 2008 +0200| [d6a90081d17fcacdde58d2b3992bc9cdc8f10610]
Add package-macosx-zip and package-macosx-framework-zip Makefile target.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6a90081d17fcacdde58d2b3992bc9cdc8f10610
---
Makefile.am | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 93be1b5..bdef9f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -997,6 +997,27 @@ package-macosx:
# Clean up
rm -Rf "$(top_builddir)/vlc-$(VERSION)" ;
+package-macosx-zip:
+ rm -Rf $(top_builddir)/vlc-$(VERSION)
+ mkdir -p $(top_builddir)/vlc-$(VERSION)
+ cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
+ for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do
+ cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies/
+ done
+ cp -R $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/v
+ cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERS
+ zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
+
+package-macosx-framework-zip:
+ rm -Rf $(top_builddir)/vlckit-$(VERSION)
+ mkdir -p $(top_builddir)/vlckit-$(VERSION)
+ cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
+ $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
+ for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do
+ cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies/
+ done
+ zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
+
package-macosx-plugin:
if BUILD_MOZILLA
# Create Installer
More information about the vlc-devel
mailing list