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 6c6fef3245ad5129939e6e68e16a81da1230df62 (commit) via d8b4c3fa3c5e56aabdc9903b1af56d3a35aa5758 (commit) via 893093d3bd2f19fa7c19f985b3afc27ef23cecda (commit) via 8735596f9b60f5bb5c3291dc64759e7c0f534b15 (commit) via c112dc71a456cd4ee88c4860bf3363d376d0ce28 (commit) via 9d7544babba6f6153707b52dbe76a9c5334204b9 (commit) from 15bf90daae2981cbebc043dfe630c4e05f87035f (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 6c6fef3245ad5129939e6e68e16a81da1230df62 Merge: d8b4c3f 893093d Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 4 00:00:01 2011 +0100
Merge remote-tracking branch 'stevee/image-magick'
commit d8b4c3fa3c5e56aabdc9903b1af56d3a35aa5758 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Nov 3 23:49:59 2011 +0100
libpng: Update to 1.5.6.
commit 893093d3bd2f19fa7c19f985b3afc27ef23cecda Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Nov 3 22:13:02 2011 +0100
ImageMagick: New package.
commit 8735596f9b60f5bb5c3291dc64759e7c0f534b15 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Nov 3 22:12:35 2011 +0100
librsvg2: New package.
commit c112dc71a456cd4ee88c4860bf3363d376d0ce28 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Nov 3 22:11:49 2011 +0100
gdk-pixbuf2: New package.
gdk-pixfub2 is a dependency of librsvg2.
commit 9d7544babba6f6153707b52dbe76a9c5334204b9 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Nov 3 22:10:58 2011 +0100
libcroco: New package.
libcroco is a dependency of librsvg2.
-----------------------------------------------------------------------
Summary of changes: ImageMagick/ImageMagick.nm | 49 ++++++++++++++++++++++++++ pango/pango.nm => gdk-pixbuf2/gdk-pixbuf2.nm | 32 +++++++--------- eggdbus/eggdbus.nm => libcroco/libcroco.nm | 22 ++++++------ libpng/libpng.nm | 7 ++-- pango/pango.nm => librsvg2/librsvg2.nm | 33 ++++++++--------- 5 files changed, 92 insertions(+), 51 deletions(-) create mode 100644 ImageMagick/ImageMagick.nm copy pango/pango.nm => gdk-pixbuf2/gdk-pixbuf2.nm (58%) copy eggdbus/eggdbus.nm => libcroco/libcroco.nm (68%) copy pango/pango.nm => librsvg2/librsvg2.nm (60%)
Difference in files: diff --git a/ImageMagick/ImageMagick.nm b/ImageMagick/ImageMagick.nm new file mode 100644 index 0000000..dc5ecff --- /dev/null +++ b/ImageMagick/ImageMagick.nm @@ -0,0 +1,49 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = ImageMagick +version = 6.7.3 +release = 1 +patchlevel = 3 + +groups = Application/Multimedia +url = http://www.imagemagick.org/ +license = ImageMagick +summary = Command line programm to create and convert several image formats. + +description + ImageMagick also includes command line programs for creating + animated or transparent .gifs, creating composite images, creating + thumbnail images, and more. +end + +thisapp = %{name}-%{version}-%{patchlevel} + +source_dl = ftp://ftp.ImageMagick.org/pub/%{name}/ +sources = %{thisapp}.tar.xz + +build + requires + libjpeg-devel + libpng-devel + librsvg2-devel + libtiff-devel + libxml2-devel + end + + configure_options += \ + --sysconfdir=/etc \ + --enable-shared \ + --disable-static \ + --with-threads +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end +end diff --git a/gdk-pixbuf2/gdk-pixbuf2.nm b/gdk-pixbuf2/gdk-pixbuf2.nm new file mode 100644 index 0000000..35172b7 --- /dev/null +++ b/gdk-pixbuf2/gdk-pixbuf2.nm @@ -0,0 +1,45 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = gdk-pixbuf2 +version = 2.24.0 +major_ver = 2.24 +release = 1 + +groups = System/Libraries +url = http://www.gtk.org/ +license = LGPLv2+ +summary = An image loading library. + +description + gdk-pixbuf is an image loading library that can be extended by loadable + modules for new image formats. +end + +thisapp = gdk-pixbuf-%{version} + +source_dl = http://download.gnome.org/sources/gdk-pixbuf/%%7Bmajor_ver%7D/ +sources = %{thisapp}.tar.xz + +build + requires + glib2-devel + libpng-devel + libjpeg-devel + libtiff-devel + end + + configure_options += \ + --disable-rpath +end + +packages + package %{name} + end + + package %{name}-devel + template DEVEL + end +end diff --git a/libcroco/libcroco.nm b/libcroco/libcroco.nm new file mode 100644 index 0000000..4b775ba --- /dev/null +++ b/libcroco/libcroco.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = libcroco +version = 0.6.2 +major_ver = 0.6 +release = 1 + +groups = System/Libraries +url = +license = LGPLv2+ +summary = A CSS2 parsing library. + +description + libcroco is a CSS2 parsing and manipulation library. +end + +source_dl = http://download.gnome.org/sources/%%7Bname%7D/%%7Bmajor_ver%7D/ + +build + requires + glib2-devel + libxml2-devel + end + + configure_options += \ + --disable-static + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end +end diff --git a/libpng/libpng.nm b/libpng/libpng.nm index 3b1ded2..31fdf84 100644 --- a/libpng/libpng.nm +++ b/libpng/libpng.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libpng -version = 1.5.4 +version = 1.5.6 release = 1
groups = System/Libraries @@ -20,7 +20,7 @@ description data compression algorithm. end
-source_dl = +source_dl = http://downloads.sourceforge.net/project/libpng/libpng15/%%7Bversion%7D/ sources = %{thisapp}.tar.xz
build @@ -32,8 +32,7 @@ end
packages package %{name} - end - + package %{name}-devel template DEVEL diff --git a/librsvg2/librsvg2.nm b/librsvg2/librsvg2.nm new file mode 100644 index 0000000..92f6ea5 --- /dev/null +++ b/librsvg2/librsvg2.nm @@ -0,0 +1,46 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = librsvg2 +version = 2.34.1 +major_ver = 2.34 +release = 1 + +groups = System/Libraries +url = +license = LGPLv2+ +summary = A SVG library based on cairo. + +description + librsvg is a SVG library based on cairo. +end + +thisapp = librsvg-%{version} + +source_dl = http://download.gnome.org/sources/librsvg/%%7Bmajor_ver%7D/ +sources = %{thisapp}.tar.xz + +build + requires + cairo-devel + gdk-pixbuf2-devel + glib2-devel + libcroco-devel + libxml2-devel + pango-devel + end + + configure_options += \ + --disable-static \ + --disable-gtk-theme +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end +end
hooks/post-receive -- IPFire 3.x development tree