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
9c76ebe5
Commit
9c76ebe5
authored
Nov 22, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add growl (not building)
parent
bb8e5d60
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
contrib/src/growl/SHA512SUMS
contrib/src/growl/SHA512SUMS
+1
-0
contrib/src/growl/rules.mak
contrib/src/growl/rules.mak
+22
-0
No files found.
contrib/src/growl/SHA512SUMS
0 → 100644
View file @
9c76ebe5
2c58f029613810f85b7e94303be272fec1b14e91492601c74906e5d0f7e8c5a7c9024b583f422a62db379bc26946897255ed552616d2543c330dd23e5c72441a growl-1.2.2.tar.bz2
contrib/src/growl/rules.mak
0 → 100644
View file @
9c76ebe5
# growl
GROWL_VERSION
:=
1.2.2
GROWL_URL
:=
http://growl.googlecode.com/files/Growl-
$(GROWL_VERSION)
-src
.tbz
ifdef
HAVE_MACOSX
PKGS
+=
growl
endif
$(TARBALLS)/growl-$(GROWL_VERSION).tar.bz2
:
$(
call
download,
$(GROWL_URL)
)
.sum-growl
:
growl-$(GROWL_VERSION).tar.bz2
growl
:
growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv
Growl-1.2.2-src
$@
touch
$@
.growl
:
growl
cd
$<
&&
$(MAKE)
&&
exit
1
#FIXME
touch
$@
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