[vlc-commits] OSX package: add dependencies on ChangeLog, copy it from builddir everywhere
Rafaël Carré
git at videolan.org
Sun Nov 20 20:03:26 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 20 14:02:53 2011 -0500| [0471d6ef8ba4c9e477561f4ae4fec75f1c8c2cd7] | committer: Rafaël Carré
OSX package: add dependencies on ChangeLog, copy it from builddir everywhere
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0471d6ef8ba4c9e477561f4ae4fec75f1c8c2cd7
---
extras/package/macosx/package.mak | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index e42cd2f..0bfae85 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -115,7 +115,7 @@ package-macosx: VLC-release.app ChangeLog
hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
ls -l "$(top_builddir)/vlc-$(VERSION).dmg"
-package-macosx-zip: VLC-release.app
+package-macosx-zip: VLC-release.app ChangeLog
mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/
cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
cp $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
@@ -124,10 +124,11 @@ package-macosx-zip: VLC-release.app
cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
-package-macosx-framework-zip:
+package-macosx-framework-zip: ChangeLog
mkdir -p $(top_builddir)/vlckit-$(VERSION)/Goodies/
cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework $(top_builddir)/vlckit-$(VERSION)/
- cd $(srcdir); cp AUTHORS COPYING ChangeLog README THANKS NEWS $(abs_top_builddir)/vlckit-$(VERSION)/Goodies/
+ cp $(top_builddir)/ChangeLog $(top_builddir)/vlckit-$(VERSION)/Goodies/
+ cd $(srcdir); cp AUTHORS COPYING README THANKS NEWS $(abs_top_builddir)/vlckit-$(VERSION)/Goodies/
zip -r -y -9 $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
package-translations:
More information about the vlc-commits
mailing list