[vlc-devel] commit: Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size ( Felix Paul Kühne )

git version control git at videolan.org
Mon Jun 1 23:09:06 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun  1 23:08:53 2009 +0200| [61b0e2a9bd16272ee3cfcb128528e354ad668e30] | committer: Felix Paul Kühne 

Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size

This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61b0e2a9bd16272ee3cfcb128528e354ad668e30
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2061691..551285d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1128,7 +1128,7 @@ package-macosx: VLC-release.app ChangeLog
 # Note: We can't directly create a read only dmg as we do the bless stuff
 	echo "Make the disk image read-only"
 	mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
-	hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-$(VERSION).dmg"
+	hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
 	rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
 
 # We are done




More information about the vlc-devel mailing list