Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
e2c422e8
Commit
e2c422e8
authored
Apr 30, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- added installer for MacOSX VLC Plugin
- updated supported mime types in resource
parent
e3aa4d0b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
77 additions
and
6 deletions
+77
-6
Makefile.am
Makefile.am
+13
-3
extras/MacOSX/plugin/InstallerDescription.plist
extras/MacOSX/plugin/InstallerDescription.plist
+10
-0
extras/MacOSX/plugin/InstallerInfo.plist
extras/MacOSX/plugin/InstallerInfo.plist
+46
-0
mozilla/vlc.r
mozilla/vlc.r
+8
-3
No files found.
Makefile.am
View file @
e2c422e8
...
...
@@ -840,9 +840,6 @@ package-macosx:
# Copy relevant files
cp
-R
"$(top_builddir)/VLC-release.app"
"$(top_builddir)/vlc-${VERSION}/VLC.app"
if
BUILD_MOZILLA
cp
-R
"$(top_builddir)/mozilla/VLC Plugin.plugin"
"$(top_builddir)/vlc-${VERSION}/VLC Plugin.plugin"
endif
cd
"$(srcdir)"
&&
cp
AUTHORS
COPYING
ChangeLog
README
README.MacOSX.rtf
THANKS
NEWS
$(top_builddir)/vlc-${VERSION}/
&&
cp
-R
extras/MacOSX/Delete_Preferences.app
$(top_builddir)/vlc-${VERSION}/
# Create disk image
...
...
@@ -857,6 +854,19 @@ endif
# Clean up
rm
-Rf
"$(top_builddir)/vlc-${VERSION}"
;
package-macosx-plugin
:
if
BUILD_MOZILLA
rm
-rf
"$(top_builddir)/macosx-plugin-instdata/"
mkdir
-p
"$(top_builddir)/macosx-plugin-instdata"
cp
-R
"$(top_builddir)/mozilla/VLC Plugin.plugin"
"$(top_builddir)/macosx-plugin-instdata"
rm
-rf
"$(top_builddir)/VLC Internet Plug-In.pkg"
/Developer/Tools/packagemaker
-build
-ds
-p
"$(top_builddir)/VLC Internet Plug-In.pkg"
\
-f
"$(top_builddir)/macosx-plugin-instdata"
\
-i
"$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist"
\
-d
"$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"
;
true
rm
-rf
"$(top_builddir)/macosx-plugin-instdata/"
endif
package-translations
:
@
if
test
-e
"
$(srcdir)
/vlc-translations-
${VERSION}
"
;
then
\
echo
"Error: please remove
$(srcdir)
/vlc-translations-
${VERSION}
, it is in the way"
;
\
...
...
extras/MacOSX/plugin/InstallerDescription.plist
0 → 100644
View file @
e2c422e8
<?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>
extras/MacOSX/plugin/InstallerInfo.plist
0 → 100644
View file @
e2c422e8
<?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>
0.8.5, The VideoLAN Team, All Rights Reserved.
</string>
<key>
CFBundleIdentifier
</key>
<string>
org.videolan.vlc
</string>
<key>
CFBundleShortVersionString
</key>
<string>
0.8.5
</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>
mozilla/vlc.r
View file @
e2c422e8
...
...
@@ -13,8 +13,9 @@ data 'carb' (0)
resource
'STR#'
(
126
)
{
{
"VideoLAN WWW: http://videolan.org"
"VLC multimedia plugin"
"Version 0.8.5, Copyright 2006, The VideoLAN Team"
"<BR><A HREF='http://www.videolan.org'>http://www.videolan.org</A>"
,
"VLC Multimedia Plugin"
};
};
...
...
@@ -41,7 +42,9 @@ resource 'STR#' (127)
"ASF stream"
,
""
,
""
,
"Google VLC Plugin"
"Google VLC Plugin"
,
"WAV audio"
,
"WAV audio"
};
};
...
...
@@ -69,6 +72,8 @@ resource 'STR#' (128,"MIME Type")
"application/x-mplayer2"
,
""
,
"video/x-ms-wmv"
,
""
,
"video/x-google-vlc-plugin"
,
""
,
"audio/wav"
,
"wav"
,
"audio/x-wav"
,
"wav"
,
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment