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
a017df43
Commit
a017df43
authored
Aug 14, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLC.app: set CFBundleVersion to git-describe.
parent
72676243
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
Makefile.am
Makefile.am
+9
-13
extras/package/macosx/Info.plist.in
extras/package/macosx/Info.plist.in
+2
-2
No files found.
Makefile.am
View file @
a017df43
...
...
@@ -410,9 +410,10 @@ VLC-release.app: vlc
for
i
in
vlc.xcodeproj Resources README.MacOSX.rtf
;
do
\
cp
-R
$(srcdir)
/extras/package/macosx/
$$
i
$(top_builddir)
/tmp/extras/package/macosx/
;
\
done
for
i
in
Resources Info.plist
;
do
\
cp
-R
$(top_builddir)
/extras/package/macosx/
$$
i
$(top_builddir)
/tmp/extras/package/macosx/
;
\
done
REVISION
=
`
git-describe
`
&&
\
cat
$(top_builddir)
/extras/package/macosx/Info.plist |
\
sed
"s/#REVISION#/
$$
REVISION/g"
>
$(top_builddir)
/tmp/extras/package/macosx/Info.plist
cp
-R
$(top_builddir)
/extras/package/macosx/Resources
$(top_builddir)
/tmp/extras/package/macosx/
for
i
in
AUTHORS COPYING THANKS
;
do
\
cp
"
$(srcdir)
/
$$
i"
$(top_builddir)
/tmp
;
\
done
...
...
@@ -571,9 +572,10 @@ VLC.app: vlc
for
i
in
vlc.xcodeproj Resources README.MacOSX.rtf
;
do
\
cp
-R
$(srcdir)
/extras/package/macosx/
$$
i
$(top_builddir)
/tmp/extras/package/macosx/
;
\
done
for
i
in
Resources Info.plist
;
do
\
cp
-R
$(top_builddir)
/extras/package/macosx/
$$
i
$(top_builddir)
/tmp/extras/package/macosx/
;
\
done
REVISION
=
`
git-describe
`
&&
\
cat
$(top_builddir)
/extras/package/macosx/Info.plist |
\
sed
"s/#REVISION#/
$$
REVISION/g"
>
$(top_builddir)
/tmp/extras/package/macosx/Info.plist
cp
-R
$(top_builddir)
/extras/package/macosx/Resources
$(top_builddir)
/tmp/extras/package/macosx/
for
i
in
AUTHORS COPYING THANKS
;
do
\
cp
"
$(srcdir)
/
$$
i"
$(top_builddir)
/tmp
;
\
done
...
...
@@ -634,17 +636,11 @@ VLC.app: vlc
cd
../../../../
&&
\
cp
-R
$(top_builddir)
/tmp/extras/package/macosx/build/Default/VLC.bundle
\
$(top_builddir)
/VLC.app
rm
-Rf
$(top_builddir)
/tmp
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS
touch
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
chmod
+x
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/src/.libs/vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS/modules
find modules/
-name
'*_plugin
$(LIBEXT)
'
|
while
read
i
;
do
\
if
test
-n
"
$$
i"
;
\
then
ln
-sfn
"
`
pwd
`
/
$$
i"
\
"
$(top_builddir)
/VLC.app/Contents/MacOS/modules"
;
\
fi
;
done
&&
\
ln
-sf
../../../modules
$(top_builddir)
/VLC.app/Contents/MacOS/modules
ln
-sfn
`
pwd
`
/
$(srcdir)
/share
$(top_builddir)
/VLC.app/Contents/MacOS/
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS/share/locale
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
...
...
extras/package/macosx/Info.plist.in
View file @
a017df43
...
...
@@ -737,6 +737,8 @@
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
@VERSION@
</string>
<key>
CFBundleVersion
</key>
<string>
#REVISION#
</string>
<key>
CFBundleSignature
</key>
<string>
VLC#
</string>
<key>
CFBundleURLTypes
</key>
...
...
@@ -792,8 +794,6 @@
</array>
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
@VERSION@
</string>
<key>
NSAppleScriptEnabled
</key>
<string>
YES
</string>
<key>
NSMainNibFile
</key>
...
...
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