Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
83aca3e6
Commit
83aca3e6
authored
16 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update freetype since security issues are present in 2.3.5.
Remove unneeded patch applied upstream.
parent
c69ca05d
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
25 deletions
+1
-25
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/freetype-cross.patch
extras/contrib/src/Patches/freetype-cross.patch
+0
-23
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
83aca3e6
...
...
@@ -498,7 +498,6 @@ freetype-$(FREETYPE2_VERSION).tar.gz:
freetype2
:
freetype-$(FREETYPE2_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/freetype-cross.patch
.freetype
:
freetype2
ifdef
HAVE_CYGWIN
...
...
This diff is collapsed.
Click to expand it.
extras/contrib/src/Patches/freetype-cross.patch
deleted
100644 → 0
View file @
c69ca05d
--- freetype2/builds/unix/configure Tue Jul 3 07:41:45 2007
+++ freetype2/builds/unix/configure.new Mon Sep 24 10:42:30 2007
***************
*** 3269,3277 ****
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CC_BUILD="${build-gcc}"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
--- 3269,3277 ----
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC_BUILD="${build}-gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
This diff is collapsed.
Click to expand it.
extras/contrib/src/packages.mak
View file @
83aca3e6
...
...
@@ -55,7 +55,7 @@ GETTEXT_VERSION=0.17
GETTEXT_URL
=
$(GNU)
/gettext/gettext-
$(GETTEXT_VERSION)
.tar.gz
FONTCONFIG_VERSION
=
2.4.2
FONTCONFIG_URL
=
http://fontconfig.org/release/fontconfig-
$(FONTCONFIG_VERSION)
.tar.gz
FREETYPE2_VERSION
=
2.3.
5
FREETYPE2_VERSION
=
2.3.
6
FREETYPE2_URL
=
$(SF)
/freetype/freetype-
$(FREETYPE2_VERSION)
.tar.gz
FRIBIDI_VERSION
=
0.19.1
FRIBIDI_URL
=
http://fribidi.org/download/fribidi-
$(FRIBIDI_VERSION)
.tar.gz
...
...
This diff is collapsed.
Click to expand it.
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