-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a8dee4
commit 337357a
Showing
14 changed files
with
64 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
env-builder-data/build/script/packet/gstreamerpluginsbase-0.10.36.files/resample.c.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
80c80 | ||
< #ifndef HAVE_XMMINTRIN_H | ||
--- | ||
> #if !defined(__SSE__) || !defined(HAVE_XMMINTRIN_H) | ||
86c86 | ||
< #ifndef HAVE_EMMINTRIN_H | ||
--- | ||
> #if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
DEPS="" | ||
|
||
PK_DIRNAME="jack-audio-connection-kit-0.125.0" | ||
PK_ARCHIVE="$PK_DIRNAME.tar.gz" | ||
PK_URL="http://jackaudio.org/downloads/$PK_ARCHIVE" | ||
PK_DIRNAME="jack1" | ||
PK_URL="https://github.com/jackaudio/$PK_DIRNAME.git" | ||
PK_GIT_CHECKOUT="tags/0.125.0" | ||
PK_LICENSE_FILES="AUTHORS COPYING COPYING.GPL COPYING.LGPL" | ||
|
||
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh | ||
source $INCLUDE_SCRIPT_DIR/inc-pkall-git.sh | ||
|
||
pkhook_prebuild() { | ||
./autogen.sh | ||
} |
24 changes: 24 additions & 0 deletions
24
env-builder-data/build/script/packet/openblas-master.files/KERNEL.generic.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
14,15c14,15 | ||
< SGEMMONCOPYOBJ = sgemm_oncopy.o | ||
< SGEMMOTCOPYOBJ = sgemm_otcopy.o | ||
--- | ||
> SGEMMONCOPYOBJ = sgemm_oncopy.$(SUFFIX) | ||
> SGEMMOTCOPYOBJ = sgemm_otcopy.$(SUFFIX) | ||
20,21c20,21 | ||
< DGEMMONCOPYOBJ = dgemm_oncopy.o | ||
< DGEMMOTCOPYOBJ = dgemm_otcopy.o | ||
--- | ||
> DGEMMONCOPYOBJ = dgemm_oncopy.$(SUFFIX) | ||
> DGEMMOTCOPYOBJ = dgemm_otcopy.$(SUFFIX) | ||
26,27c26,27 | ||
< CGEMMONCOPYOBJ = cgemm_oncopy.o | ||
< CGEMMOTCOPYOBJ = cgemm_otcopy.o | ||
--- | ||
> CGEMMONCOPYOBJ = cgemm_oncopy.$(SUFFIX) | ||
> CGEMMOTCOPYOBJ = cgemm_otcopy.$(SUFFIX) | ||
32,33c32,33 | ||
< ZGEMMONCOPYOBJ = zgemm_oncopy.o | ||
< ZGEMMOTCOPYOBJ = zgemm_otcopy.o | ||
--- | ||
> ZGEMMONCOPYOBJ = zgemm_oncopy.$(SUFFIX) | ||
> ZGEMMOTCOPYOBJ = zgemm_otcopy.$(SUFFIX) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters