[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
Tue Jun 23 00:24:45 CEST 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 1 23:08:53 2009 +0200| [0da0251eeaf4d9e60c62c4a3c21e5f27e392fd23] | 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.
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0da0251eeaf4d9e60c62c4a3c21e5f27e392fd23
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index fb9e2ad..5908b0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1051,7 +1051,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