public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 74c80ab12d86cb537a6ccf7d573feec71535677c
@ 2012-09-19 19:07 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-09-19 19:07 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3772 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  74c80ab12d86cb537a6ccf7d573feec71535677c (commit)
       via  3e1532929ecdda146c6a3e3e1dc76298b136098b (commit)
      from  58adb7e153b82f6b033038cfe236870c753b2140 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74c80ab12d86cb537a6ccf7d573feec71535677c
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Wed Sep 19 19:54:23 2012 +0200

    pango: Update to 1.31.0.
    
    Now requires harfbuzz to build and on runtime.
    
    Fixes #10229.

commit 3e1532929ecdda146c6a3e3e1dc76298b136098b
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Wed Sep 19 19:53:28 2012 +0200

    harfbuzz: New package.
    
    harfbuzz is a build dependency of pango > 1.31.
    
    Reference #10229.

-----------------------------------------------------------------------

Summary of changes:
 libX11/libX11.nm => harfbuzz/harfbuzz.nm |   25 +++++++++++++------------
 pango/pango.nm                           |   10 +++++-----
 2 files changed, 18 insertions(+), 17 deletions(-)
 copy libX11/libX11.nm => harfbuzz/harfbuzz.nm (64%)

Difference in files:
diff --git a/harfbuzz/harfbuzz.nm b/harfbuzz/harfbuzz.nm
new file mode 100644
index 0000000..7ab7e1e
--- /dev/null
+++ b/harfbuzz/harfbuzz.nm
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = harfbuzz
+version    = 0.9.4
+release    = 1
+
+groups     = System/Libraries
+url        = http://freedesktop.org/wiki/Software/HarfBuzz
+license    = MIT
+summary    = A text shaping library.
+
+description
+	HarfBuzz is an implementation of the OpenType Layout engine.
+end
+
+source_dl  = http://www.freedesktop.org/software/harfbuzz/release/
+sources    = %{thisapp}.tar.bz2
+
+build
+	requires
+		cairo-devel
+		freetype-devel
+		glib2-devel
+	end
+
+	test
+		make check
+	end
+end
+
+packages
+	package %{name}
+
+	package %{name}-devel
+		template DEVEL
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
diff --git a/pango/pango.nm b/pango/pango.nm
index ba16ffb..be1409d 100644
--- a/pango/pango.nm
+++ b/pango/pango.nm
@@ -4,9 +4,9 @@
 ###############################################################################
 
 name       = pango
-major	   = 1.29
-version    = %{major}.5
-release    = 2
+major	   = 1.31
+version    = %{major}.0
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.pango.org/
@@ -14,7 +14,7 @@ license    = LGPLv2+
 summary    = System for layout and rendering of internationalized text.
 
 description
-	Pango is a library for laying out and rendering of text, with an \
+	Pango is a library for laying out and rendering of text, with an
 	emphasis on internationalization.
 end
 
@@ -29,6 +29,7 @@ build
 		gcc-c++
 		glib2-devel
 		glibc-devel
+		harfbuzz-devel
 		libXft-devel
 		perl
 		pkg-config
@@ -40,7 +41,6 @@ end
 
 packages
 	package %{name}
-	end
 
 	package %{name}-devel
 		template DEVEL


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-19 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-19 19:07 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 74c80ab12d86cb537a6ccf7d573feec71535677c git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox