Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
2d89fa9e
Commit
2d89fa9e
authored
Aug 19, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/growl: added patch to upgrade the xcodeproj and cleanup the script
parent
dfb4fa14
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
735 additions
and
13 deletions
+735
-13
contrib/src/growl/growl-xcode4.patch
contrib/src/growl/growl-xcode4.patch
+731
-0
contrib/src/growl/rules.mak
contrib/src/growl/rules.mak
+4
-13
No files found.
contrib/src/growl/growl-xcode4.patch
0 → 100644
View file @
2d89fa9e
This diff is collapsed.
Click to expand it.
contrib/src/growl/rules.mak
View file @
2d89fa9e
...
...
@@ -12,21 +12,12 @@ $(TARBALLS)/growl-$(GROWL_VERSION).tar.bz2:
.sum-growl
:
growl-$(GROWL_VERSION).tar.bz2
ifeq
($(shell clang -v 2>/dev/null || echo FAIL),)
GROWL_COMPILER
=
com.apple.compilers.llvm.clang.1_0
else
GROWL_COMPILER
=
com.apple.compilers.gcc.4_2
endif
growl
:
growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv
Growl-1.2.2-src
$@
sed
-i
.orig
-e
s/
"SDKROOT = macosx10.5"
/
"SDKROOT = macosx
$(OSX_VERSION)
"
/g
\
-e
s/
"GCC_VERSION = 4.0"
/
"GCC_VERSION =
$(GROWL_COMPILER)
"
/g
\
-e
s/com.apple.compilers.gcc.4_0/
$(GROWL_COMPILER)
/g
\
$@
/Growl.xcodeproj/project.pbxproj
sed
-i
.orig
-e
s/
"REVISION
\$
$REV
"
/
"REVISION 0x
\$
$REV
"
/g
$@
/generateHgRevision.sh
touch
$@
mv
Growl-1.2.2-src growl-1.2.2
$(APPLY)
$(SRC)
/growl/growl-xcode4.patch
sed
-i
.orig
-e
s/
"REVISION
\$
$REV
"
/
"REVISION 0x
\$
$REV
"
/g growl-1.2.2/generateHgRevision.sh
$(MOVE)
.growl
:
growl
cd
$<
&&
xcodebuild
$(XCODE_FLAGS)
-target
Growl.framework
-configuration
Release
...
...
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