Author: pebender
Date: Thu Jul 16 23:54:20 2009
New Revision: 5178
Added:
trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.38.patch.gar
Removed:
trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.37.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 Thu Jul 16
23:54:20 2009
@@ -44,6 +44,7 @@
Updated lib/dbus.
Updated lib/ffmpeg.
Updated lib/fftw3f.
+ Updated lib/libpng.
Updated lib/libvorbis.
Updated mediaplayers/mplayer-svn.
Updated perl/perl-libwww-perl.
Modified: trunk/gar-minimyth/script/lib/libpng/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/Makefile (original)
+++ trunk/gar-minimyth/script/lib/libpng/Makefile Thu Jul 16 23:54:20 2009
@@ -1,8 +1,9 @@
GARNAME = libpng
-GARVERSION = 1.2.37
+GARVERSION = 1.2.38
CATEGORIES = lib
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
-DISTFILES = $(DISTNAME).tar.bz2 config.cache.$(GARCH_FAMILY)
+DISTFILES = $(DISTNAME).tar.bz2
+DISTFILES += config.cache.$(GARCH_FAMILY)
PATCHFILES = $(DISTNAME).patch.gar
LICENSE = $(GARNAME)
$(GARNAME)_LICENSE_TEXT = $(WORKSRC)/LICENSE
Modified: trunk/gar-minimyth/script/lib/libpng/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/checksums (original)
+++ trunk/gar-minimyth/script/lib/libpng/checksums Thu Jul 16 23:54:20 2009
@@ -1,4 +1,4 @@
-6d1ee0888dbb711214943cb19c294b49 download/libpng-1.2.37.tar.bz2
-5ad1e3d66dc6c4e21931ed8fd4770a7b download/libpng-1.2.37.patch.gar
+5401c2586846fca209eba0c02c8ee9e0 download/libpng-1.2.38.tar.bz2
+370f4482374a017b21ec307d5207a701 download/libpng-1.2.38.patch.gar
48428884d61b270b17e314363f8fdbff download/config.cache.i386
48428884d61b270b17e314363f8fdbff download/config.cache.x86_64
Added: trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.38.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.38.patch.gar Thu
Jul 16 23:54:20 2009
@@ -0,0 +1,21 @@
+diff -Naur libpng-1.2.38-old/scripts/libpng-config.in
libpng-1.2.38-new/scripts/libpng-config.in
+--- libpng-1.2.38-old/scripts/libpng-config.in 2009-07-16
03:58:33.000000000 -0700
++++ libpng-1.2.38-new/scripts/libpng-config.in 2009-07-16
23:46:50.000000000 -0700
+@@ -12,14 +12,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
-~----------~----~----~----~------~----~------~--~---