mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/imlib2: Updated for version 1.4.0
This commit is contained in:
parent
d1c2a477ec
commit
542213aa84
4 changed files with 19 additions and 15 deletions
|
@ -6,11 +6,8 @@ images, render images to an X-Windows drawable, produce pixmaps and
|
|||
pixmap masks of images, apply filters to images, rotate images,
|
||||
accept RGBA data for images, scale images, and more.
|
||||
|
||||
Slackware 11 comes with Imlib 1.9. From the imlib2 website:
|
||||
Slackware 12 comes with Imlib 1.9.x - from the imlib2 website:
|
||||
|
||||
"Imlib2 can be installed alongside Imlib 1.x without any problems since
|
||||
they are effectively different libraries - but they Have very similar
|
||||
functionality."
|
||||
|
||||
Homepage: http://www.enlightenment.org/Libraries/Imlib2
|
||||
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=imlib2
|
||||
VERSION=1.3.0
|
||||
VERSION=1.4.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -23,11 +23,10 @@ fi
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imlib2"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib2/"
|
||||
DOWNLOAD="http://dl.sourceforge.net/enlightenment/imlib2-1.3.0.tar.gz"
|
||||
MD5SUM="00b724fc6d2dcfa3045bb6a554bb2c8a"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://www.enlightenment.org"
|
||||
DOWNLOAD="http://dl.sourceforge.net/enlightenment/imlib2-1.4.0.tar.gz"
|
||||
MD5SUM="69f7ee996c943142332b4c98597b095c"
|
||||
MAINTAINER="Chess Griffin"
|
||||
EMAIL="chess@chessgriffin.com"
|
||||
APPROVED="alien,robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
imlib2: Imlib2 is the successor to Imlib.
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
imlib2: Imlib2 (successor to Imlib)
|
||||
imlib2:
|
||||
imlib2: Imlib2 can load image files from disk in one of many formats, save
|
||||
imlib2: images to disk in one of many formats, render image data onto other
|
||||
|
@ -6,6 +14,6 @@ imlib2: images, render images to an X-Windows drawable, produce pixmaps and
|
|||
imlib2: pixmap masks of images, apply filters to images, rotate images,
|
||||
imlib2: accept RGBA data for images, scale images, and more.
|
||||
imlib2:
|
||||
imlib2: Homepage: http://www.enlightenment.org/Libraries/Imlib2
|
||||
imlib2:
|
||||
imlib2:
|
||||
imlib2:
|
||||
|
|
Loading…
Reference in a new issue