Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
960adb27
Commit
960adb27
authored
Jan 20, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
parent
245c5c48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
extras/MacOSX/plugin/Info.plist
extras/MacOSX/plugin/Info.plist
+2
-2
mozilla/Makefile.am
mozilla/Makefile.am
+5
-6
No files found.
extras/MacOSX/plugin/Info.plist
View file @
960adb27
...
...
@@ -5,13 +5,13 @@
<key>
CFBundleDevelopmentRegion
</key>
<string>
English
</string>
<key>
CFBundleExecutable
</key>
<string>
V
lc
Plugin
</string>
<string>
V
LC
Plugin
</string>
<key>
CFBundleIdentifier
</key>
<string>
com.netscape.vlc
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundlePackageType
</key>
<string>
NS
PL
</string>
<string>
BR
PL
</string>
<key>
CFBundleSignature
</key>
<string>
MOSS
</string>
<key>
CFBundleVersion
</key>
...
...
mozilla/Makefile.am
View file @
960adb27
...
...
@@ -4,7 +4,7 @@
noinst_LIBRARIES
=
$(noinst_LIBRARIES_mozilla)
MOSTLYCLEANFILES
=
$(LIBRARIES_mozilla)
MOSTLYCLEANFILES
=
$(LIBRARIES_mozilla)
$(npvlc_DATA)
$(DATA_npvlc_rsrc)
$(vlcintf_xpt_DATA)
EXTRA_DIST
=
$(SOURCES_mozilla)
$(DIST_rsrc)
$(DIST_misc)
BUILT_SOURCES
=
$(BUILT_SOURCES_mozilla)
...
...
@@ -67,7 +67,7 @@ DATA_npvlc_rsrc = $(noinst_npvlc_rsrc_DATA)
noinst_npvlc_rsrc_DATA
=
npvlc.rsrc
noinst_npvlc_rsrcdir
=
$(libdir)
npvlc.rsrc
:
$(srcdir)/vlc.r
/Developer/Tools/Rez /Developer/Headers/FlatCarbon/Types.r
$<
-o
$@
/Developer/Tools/Rez
-useDF
/Developer/Headers/FlatCarbon/Types.r
$<
-o
$@
LDFLAGS_npvlc
=
-arch
ppc
-bundle
-read_only_relocs
suppress
$(LIBRARIES_libvlc)
-dylib
`
$(VLC_CONFIG)
--libs
mozilla vlc
builtin
$(pic)
`
DATA_bundle
=
$(noinst_bundle_DATA)
...
...
@@ -77,12 +77,11 @@ noinst_bundledir = $(libdir)
VLC\ Plugin.plugin
:
npvlc.rsrc npvlc.dylib
rm
-rf
"
$@
"
mkdir
-p
"./
$@
/Contents/MacOS"
cp
npvlc.dylib
"./
$@
/Contents/MacOS/
$@
"
cp
npvlc.dylib
"./
$@
/Contents/MacOS/
VLC Plugin
"
mkdir
-p
./
"
$@
"
/Contents/Resources
ditto
-rsrcFork
npvlc.rsrc
"./
$@
/Contents/MacOS/
$@
.rsrc"
cp
$(top_srcdir)
/extras/MacOSX/plugin/Info.plist
"./
$@
/Contents/Info.plist"
cp
$(top_srcdir)
/extras/MacOSX/plugin/pbdevelopment.plist
"./
$@
/Contents/pbdevelopment.plist"
cp
npvlc.rsrc
"./
$@
/Contents/Resources/VLC Plugin.rsrc"
cp
-r
$(top_srcdir)
/extras/MacOSX/plugin/English.lproj
"./
$@
/Contents/Resources/"
cp
$(top_srcdir)
/extras/MacOSX/plugin/Info.plist
"./
$@
/Contents/Info.plist"
(
cd
$(top_builddir)
/VLC.app/Contents/MacOS/
;
tar
cf - modules
)
|
\
(
cd
"./
$@
/Contents/MacOS"
;
tar
xf -
)
...
...
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