pango, gdk-pixbuf: version downgrade

This commit is contained in:
vpeter4 2012-04-28 16:55:39 +02:00
parent 243f1ad22a
commit 8f18f7ef18
2 changed files with 4 additions and 6 deletions

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="gdk-pixbuf"
PKG_VERSION="2.25.0"
PKG_VERSION="2.24.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.25/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="http://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/2.24/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="glib tiff libjpeg-turbo libpng jasper"
PKG_BUILD_DEPENDS="toolchain glib tiff libjpeg-turbo libpng jasper"
PKG_PRIORITY="optional"
@ -32,5 +32,4 @@ PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gdk-pixbuf: a GNOME library for image loading and manipulation."
PKG_LONGDESC="gdk-pixbuf (GdkPixbuf) is a GNOME library for image loading and manipulation. The GdkPixbuf documentation contains both the programmer's guide and the API reference."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="pango"
PKG_VERSION="1.30.0"
PKG_VERSION="1.28.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.pango.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/pango/1.30/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/pango/1.28/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="glib cairo freetype fontconfig libX11 libXft"
PKG_BUILD_DEPENDS="toolchain glib cairo freetype fontconfig libX11 libXft"
PKG_PRIORITY="optional"
@ -32,5 +32,4 @@ PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="pango: Library for layout and rendering of internationalized text"
PKG_LONGDESC="The goal of the Pango project is to provide an open-source framework for the layout and rendering of internationalized text. Pango is an offshoot of the GTK+ and GNOME projects, and the initial focus is operation in those environments, however there is nothing fundamentally GTK+ or GNOME specific about Pango. Pango uses Unicode for all of its encoding, and will eventually support output in all the worlds major languages."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"