Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
61828fc1
Commit
61828fc1
authored
Oct 31, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add JACK
Default disabled for now.
parent
0ba7c06e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
0 deletions
+55
-0
contrib/src/jack/SHA512SUMS
contrib/src/jack/SHA512SUMS
+1
-0
contrib/src/jack/config-osx.patch
contrib/src/jack/config-osx.patch
+25
-0
contrib/src/jack/rules.mak
contrib/src/jack/rules.mak
+29
-0
No files found.
contrib/src/jack/SHA512SUMS
0 → 100644
View file @
61828fc1
a52655ca895e37a49a14cb72811f25c65c54bc26ae6d4ce35331b8b85f87905f1be25a88b2efb96c47b344abd0a6bf9371e4043e05ccf91cb08287835e5cc8ac jack1-0.121.3.tar.gz
contrib/src/jack/config-osx.patch
0 → 100644
View file @
61828fc1
From 7bbaa8a2541987ae8db90819f4a94b9f3b133b24 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Fri, 31 Oct 2014 16:29:26 -0400
Subject: [PATCH 1/1] config: patch to build on OS X
---
config/os/macosx/pThreadUtilities.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/os/macosx/pThreadUtilities.h b/config/os/macosx/pThreadUtilities.h
index bd1d1e8..cdb59b4 100644
--- a/config/os/macosx/pThreadUtilities.h
+++ b/config/os/macosx/pThreadUtilities.h
@@ -66,7 +66,7 @@
#define __PTHREADUTILITIES_H__
#import "pthread.h"
-#import <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>
+#import <MacTypes.h>
#define THREAD_SET_PRIORITY 0
#define THREAD_SCHEDULED_PRIORITY 1
--
1.9.3
contrib/src/jack/rules.mak
0 → 100644
View file @
61828fc1
# JACK
JACK_VERSION
:=
0.121.3
JACK_URL
:=
https://github.com/jackaudio/jack1/archive/
$(JACK_VERSION)
.tar.gz
# disabled by default for now
#PKGS += jack
ifeq
($(call need_pkg,"jack"),)
PKGS_FOUND
+=
jack
endif
$(TARBALLS)/jack1-$(JACK_VERSION).tar.gz
:
$(
call
download,
$(JACK_URL)
)
.sum-jack
:
jack1-$(JACK_VERSION).tar.gz
jack
:
jack1-$(JACK_VERSION).tar.gz .sum-jack
$(UNPACK)
ifdef
HAVE_MACOSX
$(APPLY)
$(SRC)
/jack/config-osx.patch
endif
$(UPDATE_AUTOCONFIG)
$(MOVE)
.jack
:
jack
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
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