mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/giflib: upgrade to 5.0.6
This commit is contained in:
parent
903aaa7522
commit
8fe30add3d
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=giflib
|
||||
pkgver=5.0.5
|
||||
pkgver=5.0.6
|
||||
pkgrel=0
|
||||
pkgdesc="A library for reading and writing gif images"
|
||||
url="http://sourceforge.net/projects/giflib/"
|
||||
@ -15,7 +15,6 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
@ -23,7 +22,7 @@ prepare() {
|
||||
done
|
||||
}
|
||||
|
||||
build () {
|
||||
build () {
|
||||
cd "$_builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
@ -41,7 +40,7 @@ package() {
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING \
|
||||
|| return 1
|
||||
|
||||
|
||||
install -m755 libungif.so.$pkgver "$pkgdir"/usr/lib/ || return 1
|
||||
ln -sf libungif.so.$pkgver "$pkgdir"/usr/lib/libungif.so.4 || return 1
|
||||
ln -sf libungif.so.4 "$pkgdir"/usr/lib/libungif.so || return 1
|
||||
@ -53,9 +52,9 @@ utils() {
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
|
||||
}
|
||||
|
||||
md5sums="c3262ba0a3dad31ba876fb5ba1d71a02 giflib-5.0.5.tar.bz2
|
||||
md5sums="603838feeed62e9eaa90415742adddf9 giflib-5.0.6.tar.bz2
|
||||
e1ae3d46e40a8609231dea3075388d4a xmlto-skip-validation.patch"
|
||||
sha256sums="606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609 giflib-5.0.5.tar.bz2
|
||||
sha256sums="8909839ccbdfca75cfbe6a4db907b55978e11fb268a8f3cde24bd923a0f669ea giflib-5.0.6.tar.bz2
|
||||
2244e339343d027044732e47bce2b0bdb3e6d9c472963748af4adb2304374022 xmlto-skip-validation.patch"
|
||||
sha512sums="3b8a5e3bd3ecd324073a635f76fbea218392644d11ca13918631a82339b3ef4567c57666ef777f684e3e81f39f04d8741e0973a538352f5bd17f5f15535a45c2 giflib-5.0.5.tar.bz2
|
||||
sha512sums="117e20319f2df32bdf094678cdececad2b6f33a40baff172d4df68ade86547825ebca81186071bff51e60126692df84dbd7bb5cc4877ba68448f7c47a2cc2491 giflib-5.0.6.tar.bz2
|
||||
36f92cb092ee9dc463aa1b6b9857d1a1591fa5ed6bf973b02385a979a7178cf2c1f7fc75d6474c2fa90c090e9659178ab8cfe6bb3e147425828a1b5a59ca6f06 xmlto-skip-validation.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user