Author: pebender
Date: Sat Jun 6 09:38:00 2009
New Revision: 4894
Added:
trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.37.patch.gar
Removed:
trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.36.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/lib/libpng/Makefile
trunk/gar-minimyth/script/lib/libpng/checksums
Log:
- Updated package lib/libpng.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Jun 6
09:38:00 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 66 (2009-06-03):
+Changes since 66 (2009-06-06):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
Modified: trunk/gar-minimyth/script/lib/libpng/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/Makefile (original)
+++ trunk/gar-minimyth/script/lib/libpng/Makefile Sat Jun 6 09:38:00 2009
@@ -1,5 +1,5 @@
GARNAME = libpng
-GARVERSION = 1.2.36
+GARVERSION = 1.2.37
CATEGORIES = lib
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2 config.cache.$(GARCH_FAMILY)
Modified: trunk/gar-minimyth/script/lib/libpng/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/checksums (original)
+++ trunk/gar-minimyth/script/lib/libpng/checksums Sat Jun 6 09:38:00 2009
@@ -1,4 +1,4 @@
-325d67a8dd4a1f672d395c339fddd75c download/libpng-1.2.36.tar.bz2
-3f10c9fe0ad25009293b347a4157e73b download/libpng-1.2.36.patch.gar
+6d1ee0888dbb711214943cb19c294b49 download/libpng-1.2.37.tar.bz2
+5ad1e3d66dc6c4e21931ed8fd4770a7b download/libpng-1.2.37.patch.gar
48428884d61b270b17e314363f8fdbff download/config.cache.i386
48428884d61b270b17e314363f8fdbff download/config.cache.x86_64
Added: trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.37.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.37.patch.gar Sat
Jun 6 09:38:00 2009
@@ -0,0 +1,21 @@
+diff -Naur libpng-1.2.37-old/scripts/libpng-config.in
libpng-1.2.37-new/scripts/libpng-config.in
+--- libpng-1.2.37-old/scripts/libpng-config.in 2009-06-04
04:08:02.000000000 -0700
++++ libpng-1.2.37-new/scripts/libpng-config.in 2009-06-05
14:50:29.000000000 -0700
+@@ -9,14 +9,15 @@
+ # Modeled after libxml-config.
+
+ version="@PNGLIB_VERSION@"
++destd...@gar_destdir@
+ prefix="@prefix@"
+ exec_prefix="@exec_prefix@"
+ libdir="@libdir@"
+ includedir="@includedir@/lib...@pnglib_major@@PNGLIB_MINOR@"
+ libs="-l...@pnglib_major@@PNGLIB_MINOR@"
+ all_libs="-l...@pnglib_major@@PNGLIB_MINOR@ @LIBS@"
+-I_opts="-I${includedir}"
+-L_opts="-L${libdir}"
++I_opts="-I$DESTDIR${includedir}"
++L_opts="-L$DESTDIR${libdir}"
+ R_opts=""
+ cppflags=""
+ ccopts="@LIBPNG_NO_MMX@"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---