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
94762fed
Commit
94762fed
authored
Jul 27, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the libpng patches
parent
c73a3a69
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
5 deletions
+39
-5
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+6
-3
extras/contrib/src/Patches/libpng-darwin-mactel.patch
extras/contrib/src/Patches/libpng-darwin-mactel.patch
+19
-0
extras/contrib/src/Patches/libpng-makefile.patch
extras/contrib/src/Patches/libpng-makefile.patch
+0
-0
extras/contrib/src/Patches/libpng-osx.patch
extras/contrib/src/Patches/libpng-osx.patch
+14
-2
No files found.
extras/contrib/src/Makefile
View file @
94762fed
#
***************************************************************************
#***************************************************************************
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003 - 2006 the VideoLAN team
...
...
@@ -1356,7 +1356,7 @@ zlib: zlib-$(ZLIB_VERSION).tar.gz
patch
-p
0 < Patches/zlib.patch
.zlib
:
zlib
(
cd
zlib
;
$(HOSTCC2)
./configure
--prefix
=
$(PREFIX)
&&
make
install
)
(
cd
zlib
;
$(HOSTCC2)
./configure
--prefix
=
$(PREFIX)
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
@@ -1447,7 +1447,10 @@ ifdef HAVE_WIN32
else
(
cat
Patches/libpng-osx.patch |
sed
-e
's%??PREFIX??%
$(PREFIX)
%'
-e
's%??EXTRA_CFLAGS??%
$(EXTRA_CFLAGS)
%'
-e
's%??EXTRA_LDFLAGS??%
$(EXTRA_LDFLAGS)
%'
| patch
-p0
)
endif
(
patch
-p
0 < Patches/libpng-1.2.8-makefile.patch
)
(
patch
-p
0 < Patches/libpng-makefile.patch
)
ifeq
($(HOST),i686-apple-darwin8)
(
patch
-p
0 < Patches/libpng-darwin-mactel.patch
)
endif
.png
:
libpng
ifdef
HAVE_DARWIN_OS
...
...
extras/contrib/src/Patches/libpng-darwin-mactel.patch
0 → 100644
View file @
94762fed
diff -ruN libpng-1.2.12/scripts/makefile.darwin libpng-1.2.12b/scripts/makefile.darwin
--- libpng/scripts/makefile.darwin 2006-06-27 22:22:40.000000000 +0200
+++ libpng/scripts/makefile.darwin 2006-07-27 09:57:03.000000000 +0200
@@ -63,7 +63,7 @@
OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \
- pngwtran.o pngmem.o pngerror.o pngpread.o
+ pngwtran.o pngmem.o pngerror.o pngpread.o pnggccrd.o
OBJSDLL = $(OBJS:.o=.pic.o)
@@ -226,5 +226,6 @@
pngwtran.o pngwtran.pic.o: png.h pngconf.h
pngwutil.o pngwutil.pic.o: png.h pngconf.h
pngpread.o pngpread.pic.o: png.h pngconf.h
+pnggccrd.o pnggccrd.pic.o: png.h pngconf.h
pngtest.o: png.h pngconf.h
extras/contrib/src/Patches/libpng-
1.2.8-
makefile.patch
→
extras/contrib/src/Patches/libpng-makefile.patch
View file @
94762fed
File moved
extras/contrib/src/Patches/libpng-osx.patch
View file @
94762fed
diff -ruN libpng-1.2.12/scripts/makefile.darwin libpng/scripts/makefile.darwin
--- libpng-1.2.12/scripts/makefile.darwin 2006-06-27 22:22:40.000000000 +0200
+++ libpng/scripts/makefile.darwin 2006-07-2
5 13:28:44
.000000000 +0200
@@ -7,
7 +7,7
@@
+++ libpng/scripts/makefile.darwin 2006-07-2
7 12:07:18
.000000000 +0200
@@ -7,
14 +7,14
@@
# For conditions of distribution and use, see copyright notice in png.h
# where "make install" puts libpng.a, libpng12.dylib, png.h and pngconf.h
...
...
@@ -9,6 +10,17 @@
exec_prefix=$(prefix)
# Where the zlib library and include files are located
-#ZLIBLIB=/usr/local/lib
-#ZLIBINC=/usr/local/include
-ZLIBLIB=../zlib
-ZLIBINC=../zlib
+ZLIBLIB=/usr/lib
+ZLIBINC=/usr/include
+#ZLIBLIB=../zlib
+#ZLIBINC=../zlib
# Library name:
LIBNAME = libpng12
@@ -38,8 +38,8 @@
RANLIB=ranlib
RM_F=/bin/rm -f
...
...
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