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
54e605e3
Commit
54e605e3
authored
Oct 18, 2012
by
Naohiro KORIYAMA
Committed by
Jean-Baptiste Kempf
Oct 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: HarfBuzz version 0.9.5
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
826ec51f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
18 deletions
+3
-18
contrib/src/harfbuzz/SHA512SUMS
contrib/src/harfbuzz/SHA512SUMS
+1
-1
contrib/src/harfbuzz/harfbuzz-osx.patch
contrib/src/harfbuzz/harfbuzz-osx.patch
+0
-11
contrib/src/harfbuzz/rules.mak
contrib/src/harfbuzz/rules.mak
+2
-6
No files found.
contrib/src/harfbuzz/SHA512SUMS
View file @
54e605e3
6b3d313287e4b9baba864bcdd2e29d20b4c0573b4b538a2979d53996406bfbb819b13e7fd87b9d3918c055134377f6d9abd2fec7ce3b566869ecd56ca04c87b7 harfbuzz-0.9.2
.tar.bz2
778d68998f652f37fc5295c09683a294ab50f9ab5c4c0937c89ee4838d5ff042ab9f9d30eeabf5e48f755af2fa78bca03d79d777fb1e014c1592a583cf2fd1cc harfbuzz-0.9.5
.tar.bz2
contrib/src/harfbuzz/harfbuzz-osx.patch
View file @
54e605e3
--- harfbuzz-0.9.2/configure.ac.orig 2012-08-04 23:49:48.000000000 +0900
+++ harfbuzz-0.9.0/configure.ac 2012-08-05 00:46:52.000000000 +0900
@@ -197,7 +197,7 @@
AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false)
if $have_coretext; then
CORETEXT_CFLAGS=
- CORETEXT_LIBS=
+ CORETEXT_LIBS="-Wl,-framework,ApplicationServices"
AC_SUBST(CORETEXT_CFLAGS)
AC_SUBST(CORETEXT_LIBS)
AC_DEFINE(HAVE_CORETEXT, 1, [Have Core Text backend])
--- harfbuzz-0.9.2/harfbuzz.pc.in.orig 2012-08-12 12:05:38.000000000 +0900
+++ harfbuzz-0.9.2/harfbuzz.pc.in 2012-08-12 12:15:08.000000000 +0900
@@ -7,5 +7,5 @@
...
...
contrib/src/harfbuzz/rules.mak
View file @
54e605e3
# HARFBUZZ
HARFBUZZ_VERSION
:=
0.9.
2
HARFBUZZ_URL
:=
http://www.freedesktop.org/software/harfbuzz/
snapshot
/harfbuzz-
$(HARFBUZZ_VERSION)
.tar.bz2
HARFBUZZ_VERSION
:=
0.9.
5
HARFBUZZ_URL
:=
http://www.freedesktop.org/software/harfbuzz/
release
/harfbuzz-
$(HARFBUZZ_VERSION)
.tar.bz2
PKGS
+=
harfbuzz
ifeq
($(call need_pkg,"harfbuzz"),)
PKGS_FOUND
+=
harfbuzz
...
...
@@ -28,10 +28,6 @@ DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
HARFBUZZ_CONF
=
.harfbuzz
:
harfbuzz
ifdef
HAVE_MACOSX
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
"
./autogen.sh
$(HOSTCONF)
$(HARFBUZZ_CONF)
else
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
"
./configure
$(HOSTCONF)
$(HARFBUZZ_CONF)
endif
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