summaryrefslogtreecommitdiff
path: root/libgd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-03-30 13:15:49 +0200
committerJuergen Daubert <jue@jue.li>2018-03-30 13:15:49 +0200
commit345ad2b0c3e9ff4ddd144687bfd8af7f22106f02 (patch)
tree6057a39eb3deebef3f696559004a4152ce3e34c0 /libgd
parent20b4b0c10417ee48a6ab48123f2953a0b5dd7fae (diff)
downloadopt-345ad2b0c3e9ff4ddd144687bfd8af7f22106f02.tar.gz
opt-345ad2b0c3e9ff4ddd144687bfd8af7f22106f02.tar.xz
libgd: update to 2.2.5, new maintainer
Diffstat (limited to 'libgd')
-rw-r--r--libgd/.footprint6
-rw-r--r--libgd/.md5sum3
-rw-r--r--libgd/.signature9
-rw-r--r--libgd/Pkgfile23
4 files changed, 17 insertions, 24 deletions
diff --git a/libgd/.footprint b/libgd/.footprint
index 8d6b348ee..3f384747f 100644
--- a/libgd/.footprint
+++ b/libgd/.footprint
@@ -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
diff --git a/libgd/.md5sum b/libgd/.md5sum
index f803f678c..3704bbc3e 100644
--- a/libgd/.md5sum
+++ b/libgd/.md5sum
@@ -1,2 +1 @@
-9076f3abd1f9815d106da36467ea15bc libgd-2.1.1.tar.xz
-0fd1807a40b46c3ab3f300b88923cb07 libvpx-1.5.0-compatibility.patch
+8d8d6a6189513ecee6e893b1fb109bf8 libgd-2.2.5.tar.xz
diff --git a/libgd/.signature b/libgd/.signature
index fabed5ae5..9a0e22aab 100644
--- a/libgd/.signature
+++ b/libgd/.signature
@@ -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
diff --git a/libgd/Pkgfile b/libgd/Pkgfile
index b15f4e8d1..0b639c65f 100644
--- a/libgd/Pkgfile
+++ b/libgd/Pkgfile
@@ -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
}

Generated by cgit