libgd: update to 2.2.5, new maintainer

This commit is contained in:
Juergen Daubert 2018-03-30 13:15:49 +02:00
parent 20b4b0c104
commit 345ad2b0c3
4 changed files with 17 additions and 24 deletions

View File

@ -30,8 +30,8 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgd.a
-rwxr-xr-x root/root usr/lib/libgd.la
lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.3.0.0
lrwxrwxrwx root/root usr/lib/libgd.so.3 -> libgd.so.3.0.0
-rwxr-xr-x root/root usr/lib/libgd.so.3.0.0
lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.3.0.5
lrwxrwxrwx root/root usr/lib/libgd.so.3 -> libgd.so.3.0.5
-rwxr-xr-x root/root usr/lib/libgd.so.3.0.5
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gdlib.pc

View File

@ -1,2 +1 @@
9076f3abd1f9815d106da36467ea15bc libgd-2.1.1.tar.xz
0fd1807a40b46c3ab3f300b88923cb07 libvpx-1.5.0-compatibility.patch
8d8d6a6189513ecee6e893b1fb109bf8 libgd-2.2.5.tar.xz

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TD+q3WkdhkRZ0Qk0Xrqw3/E7uPkt+jT1EqPSOD1G7sY75AYIyvcZudtx6+Na44wpq8CCx8ym1tzzUk+GPBcnws=
SHA256 (Pkgfile) = d835c442040cafac8e5283ca12105ea5ceda2d3a4d68c0e1698b551803783e35
SHA256 (.footprint) = 85b02e1f05f43b74bdb1684588737ba9f1dc84b600b7f1666bebaef69ced8e6a
SHA256 (libgd-2.1.1.tar.xz) = 9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285
SHA256 (libvpx-1.5.0-compatibility.patch) = 2707bbd424b370faf2f37b933d80747efb34790d565be1efed286d663b0932bb
RWSE3ohX2g5d/Vx9bcp8CHrgxhPiertR9lEB7otPJ1yu+YWQsv4QOgbnGRRonwEk5zqAOZPZaWGYbkZBS3QBzG8J+SJlJbvzrwg=
SHA256 (Pkgfile) = 5b5b2a11ba2d034ec6997b1a2ebaa51cf8da925080530a81916f7267b6a5e2e0
SHA256 (.footprint) = 19ae266d6ceb6a40733d79ba0aae7e3040ef7bcb0207967fcfea5342a7db28ab
SHA256 (libgd-2.2.5.tar.xz) = 8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51

View File

@ -1,21 +1,16 @@
# Description: gd libraries
# URL: http://www.libgd.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on: xorg-libxpm libjpeg-turbo freetype
# Description: Library for the dynamic creation of images
# URL: https://libgd.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xorg-libxpm libjpeg-turbo freetype
name=libgd
version=2.1.1
version=2.2.5
release=1
source=(https://bitbucket.org/libgd/gd-libgd/downloads/$name-$version.tar.xz \
libvpx-1.5.0-compatibility.patch)
source=(https://github.com/libgd/libgd/releases/download/gd-$version/$name-$version.tar.xz)
build () {
cd $name-$version
cd $name-$version
patch -p0 -i $SRC/libvpx-1.5.0-compatibility.patch
./configure --prefix=/usr
make DESTDIR=$PKG install
./configure --prefix=/usr
make DESTDIR=$PKG install
}