mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gdk-pixbuf: Updated for version 0.22.0
This commit is contained in:
parent
2d7b3956d5
commit
6c4f4ad9b0
3 changed files with 14 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue