libraries/gdk-pixbuf: Updated for version 0.22.0

This commit is contained in:
Cezary M. Kruk 2010-05-13 00:29:31 +02:00 committed by David Somero
parent 2d7b3956d5
commit 6c4f4ad9b0
3 changed files with 14 additions and 6 deletions

View file

@ -18,10 +18,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -44,11 +47,13 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--disable-debug \
--disable-gtk-doc
--disable-gtk-doc \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
@ -69,8 +74,9 @@ make install DESTDIR=$PKG
rm -rf $PKG/usr/share/gnome
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
@ -80,5 +86,5 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,8 @@ VERSION="0.22.0"
HOMEPAGE="http://library.gnome.org/devel/gdk-pixbuf/stable/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-0.22.0.tar.bz2"
MD5SUM="05fcb68ceaa338614ab650c775efc2f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Cezary M. Kruk"
EMAIL="c.kruk@bigfoot.com"
APPROVED="dsomero"

View file

@ -9,11 +9,11 @@
gdk-pixbuf: gdk-pixbuf (library for manipulating images)
gdk-pixbuf:
gdk-pixbuf: The gdk-pixbuf library provides a number of features:
gdk-pixbuf:
gdk-pixbuf: - GdkPixbuf structure for representing images.
gdk-pixbuf: - Image loading facilities, both synchronous and progressive.
gdk-pixbuf: - Rendering of a GdkPixbuf into various formats:
gdk-pixbuf: drawables (windows, pixmaps), GdkRGB buffers.
gdk-pixbuf: - Fast scaling and compositing of pixbufs.
gdk-pixbuf: - Simple animation loading (ie. animated gifs).
gdk-pixbuf:
gdk-pixbuf:
gdk-pixbuf: