[vlc-commits] macosx: remove parts used to create a .pkg installer with packagemaker as this tool is no longer with us

Felix Paul Kühne git at videolan.org
Fri Nov 22 16:35:13 CET 2013


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 22 16:34:59 2013 +0100| [07ad73c37aee4740993840a65afad2bda76ee9ff] | committer: Felix Paul Kühne

macosx: remove parts used to create a .pkg installer with packagemaker as this tool is no longer with us

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=07ad73c37aee4740993840a65afad2bda76ee9ff
---

 Makefile.am                              |   31 --------------------
 configure.ac                             |    1 -
 extras/macosx/InstallerDescription.plist |   10 -------
 extras/macosx/InstallerInfo.plist.in     |   46 ------------------------------
 extras/macosx/pbdevelopment.plist        |    8 ------
 5 files changed, 96 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5947782..fcfff6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,37 +27,6 @@ EXTRA_DIST = \
 	extras/macosx/build-vlc-32.sh \
 	extras/macosx/build-vlc.sh
 
-package-macosx-plugin:
-# Create Installer
-	rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
-	mkdir -p "$(top_builddir)/macosx-plugin-instdata"
-	rm -f "$(top_builddir)/src/VLC Plugin.plugin/Contents/MacOS/modules/libmacosx_plugin.dylib"
-	cp -R "$(top_builddir)/src/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
-	rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
-	export PACKAGEMAKER=
-	if test -x /Developer/Tools/packagemaker; then \
-	   export PACKAGEMAKER=/Developer/Tools/packagemaker; \
-	fi; \
-	if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
-	   export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
-	fi; \
-	$${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
-	-f "$(top_builddir)/macosx-plugin-instdata" \
-	-i "$(top_builddir)/extras/macosx/InstallerInfo.plist" \
-	-d "$(top_srcdir)/extras/macosx/InstallerDescription.plist"; true
-	rm -rf "$(top_builddir)/macosx-plugin-instdata/"
-
-# Create disk image
-	rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
-	rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
-	mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
-	mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
-	hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
-	  "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \
-	  -scrub -imagekey zlib-level=9
-	echo "Disk image creation completed:"
-	rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
-
 package-macosx-xpi:
 	mkdir -p "$(top_builddir)/macosx-xpi/plugins"
 	cp $(top_builddir)/src/install.rdf \
diff --git a/configure.ac b/configure.ac
index d8b1036..6127de9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,7 +293,6 @@ AM_COND_IF([HAVE_DARWIN], [
   AC_CONFIG_FILES([
     npapi/package/vlc.r
     extras/macosx/Info.plist
-    extras/macosx/InstallerInfo.plist
   ])
 ])
 AC_OUTPUT
diff --git a/extras/macosx/InstallerDescription.plist b/extras/macosx/InstallerDescription.plist
deleted file mode 100644
index 8d68eff..0000000
--- a/extras/macosx/InstallerDescription.plist
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>IFPkgDescriptionDescription</key>
-	<string>Safari and Firefox Plug-In for the VideoLAN VLC Multimedia player.</string>
-	<key>IFPkgDescriptionTitle</key>
-	<string>VideoLAN VLC Internet Plug-In</string>
-</dict>
-</plist>
diff --git a/extras/macosx/InstallerInfo.plist.in b/extras/macosx/InstallerInfo.plist.in
deleted file mode 100644
index 461437a..0000000
--- a/extras/macosx/InstallerInfo.plist.in
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleGetInfoString</key>
-	<string>@VERSION@, The VideoLAN Team</string>
-	<key>CFBundleIdentifier</key>
-	<string>org.videolan.vlc</string>
-	<key>CFBundleShortVersionString</key>
-	<string>@VERSION@</string>
-	<key>IFMajorVersion</key>
-	<integer>0</integer>
-	<key>IFMinorVersion</key>
-	<integer>8</integer>
-	<key>IFPkgFlagAllowBackRev</key>
-	<false/>
-	<key>IFPkgFlagAuthorizationAction</key>
-	<string>AdminAuthorization</string>
-	<key>IFPkgFlagBackgroundAlignment</key>
-	<string>topleft</string>
-	<key>IFPkgFlagBackgroundScaling</key>
-	<string>none</string>
-	<key>IFPkgFlagDefaultLocation</key>
-	<string>/Library/Internet Plug-Ins</string>
-	<key>IFPkgFlagFollowLinks</key>
-	<true/>
-	<key>IFPkgFlagInstallFat</key>
-	<false/>
-	<key>IFPkgFlagInstalledSize</key>
-	<integer>30212</integer>
-	<key>IFPkgFlagIsRequired</key>
-	<false/>
-	<key>IFPkgFlagOverwritePermissions</key>
-	<false/>
-	<key>IFPkgFlagRelocatable</key>
-	<false/>
-	<key>IFPkgFlagRestartAction</key>
-	<string>NoRestart</string>
-	<key>IFPkgFlagRootVolumeOnly</key>
-	<true/>
-	<key>IFPkgFlagUpdateInstalledLanguages</key>
-	<false/>
-	<key>IFPkgFormatVersion</key>
-	<real>0.10000000149011612</real>
-</dict>
-</plist>
diff --git a/extras/macosx/pbdevelopment.plist b/extras/macosx/pbdevelopment.plist
deleted file mode 100644
index ce827c5..0000000
--- a/extras/macosx/pbdevelopment.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>PBXProjectSourcePath</key>
-	<string>/Users/garf/cavapasmerder/VlcPlugin.pbproj</string>
-</dict>
-</plist>



More information about the vlc-commits mailing list