[packages/tuxpaint] - fix linking with libpng - rel 6

baggins baggins at pld-linux.org
Fri Nov 8 08:09:29 CET 2013


commit a76bbc94f92ee02d007efd369733d0bbea0e3649
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Nov 8 08:09:17 2013 +0100

    - fix linking with libpng
    - rel 6

 tuxpaint-libpng15.patch | 6 ++----
 tuxpaint.spec           | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/tuxpaint.spec b/tuxpaint.spec
index 73a0283..e63b26e 100644
--- a/tuxpaint.spec
+++ b/tuxpaint.spec
@@ -13,7 +13,7 @@ Summary:	Tux Paint - A simple drawing program for children
 Summary(pl.UTF-8):	Tux Paint - Prosty program do rysowania dla dzieci
 Name:		tuxpaint
 Version:	0.9.21
-Release:	5
+Release:	6
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Graphics
diff --git a/tuxpaint-libpng15.patch b/tuxpaint-libpng15.patch
index 2075390..0931b77 100644
--- a/tuxpaint-libpng15.patch
+++ b/tuxpaint-libpng15.patch
@@ -17,12 +17,10 @@
  				   PNG_sRGB_INTENT_PERCEPTUAL);
 --- tuxpaint-0.9.21/Makefile~	2012-02-11 11:14:52.538332123 +0100
 +++ tuxpaint-0.9.21/Makefile	2012-02-11 11:19:26.806386279 +0100
-@@ -72,8 +72,7 @@
- ARCH_LIBS:=$($(OS)_ARCH_LIBS)
+@@ -72,7 +72,6 @@
  
  PAPER_LIB:=$(call linktest,-lpaper,)
--PNG:=$(call linktest,-lpng,)
-+PNG:=$(call linktest,-lpng15,)
+ PNG:=$(call linktest,-lpng,)
 -PNG:=$(if $(PNG),$(PNG),$(call linktest,-lpng12,))
  
  FRIBIDI_LIB:=$(shell pkg-config --libs fribidi)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tuxpaint.git/commitdiff/a76bbc94f92ee02d007efd369733d0bbea0e3649



More information about the pld-cvs-commit mailing list