[packages/libprojectM] - fix freetype detection - rel 7

baggins baggins at pld-linux.org
Tue Jan 21 08:54:36 CET 2014


commit 1c758b248aba581fd06621834a11662a08bd6471
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jan 21 08:54:20 2014 +0100

    - fix freetype detection
    - rel 7

 freetype.patch   | 10 ++++++++++
 libprojectM.spec |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/libprojectM.spec b/libprojectM.spec
index 8077578..2aa4a31 100644
--- a/libprojectM.spec
+++ b/libprojectM.spec
@@ -16,7 +16,7 @@ Summary:	Awesome music visualizer
 Summary(pl.UTF-8):	Imponujący wizualizator muzyki
 Name:		libprojectM
 Version:	2.0.1
-Release:	6
+Release:	7
 Epoch:		1
 License:	LGPL v2.1+
 Group:		Libraries
@@ -30,6 +30,7 @@ Patch4:		%{name}-pkgconfig.patch
 Patch5:		01-change-texture-size.patch
 Patch6:		04-change-preset-duration.patch
 Patch7:		06-fix-numeric-locale.patch
+Patch8:		freetype.patch
 URL:		http://projectm.sourceforge.net/
 BuildRequires:	OpenGL-devel
 BuildRequires:	cmake >= 2.6.0
@@ -93,6 +94,7 @@ Statyczna biblioteka projectM.
 %patch5	-p0
 %patch6	-p0
 %patch7	-p0
+%patch8 -p1
 
 %build
 install -d build
diff --git a/freetype.patch b/freetype.patch
new file mode 100644
index 0000000..2144c02
--- /dev/null
+++ b/freetype.patch
@@ -0,0 +1,10 @@
+--- projectM-2.0.1-Source/cmake/FindFreetype2.cmake~	2009-12-06 02:42:51.000000000 +0100
++++ projectM-2.0.1-Source/cmake/FindFreetype2.cmake	2014-01-21 08:52:56.633206453 +0100
+@@ -68,6 +68,7 @@
+ )
+ 
+ FIND_PATH(FREETYPE2_FT2BUILD ft2build.h
++       ${FREETYPE2_INCLUDE_DIR}
+        ${ADDITIONAL_INCLUDE_PATH}
+       /usr/include
+       /usr/X11/include
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libprojectM.git/commitdiff/1c758b248aba581fd06621834a11662a08bd6471



More information about the pld-cvs-commit mailing list