From 6e8e15f44e244056863fa127b198d8737866e88a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 15 Jul 2018 05:39:14 -0500 Subject: user/giflib: pull in, take, fix up --- user/giflib/APKBUILD | 44 +++++++++++++++++++++++++++++++++ user/giflib/xmlto-skip-validation.patch | 19 ++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 user/giflib/APKBUILD create mode 100644 user/giflib/xmlto-skip-validation.patch (limited to 'user/giflib') diff --git a/user/giflib/APKBUILD b/user/giflib/APKBUILD new file mode 100644 index 000000000..c8f01adce --- /dev/null +++ b/user/giflib/APKBUILD @@ -0,0 +1,44 @@ +# Maintainer: A. Wilcox +pkgname=giflib +pkgver=5.1.4 +pkgrel=3 +pkgdesc="Library for reading and writing GIF images" +url="https://sourceforge.net/projects/giflib/" +arch="all" +license="MIT" +depends="" +makedepends="libsm-dev libx11-dev util-linux-dev xmlto" +checkdepends="coreutils" +subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" +source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 + xmlto-skip-validation.patch" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --disable-static + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} + +utils() { + pkgdesc="Programs for manipulating GIF images" + mkdir -p "$subpkgdir"/usr + mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ +} + +sha512sums="32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d giflib-5.1.4.tar.bz2 +36f92cb092ee9dc463aa1b6b9857d1a1591fa5ed6bf973b02385a979a7178cf2c1f7fc75d6474c2fa90c090e9659178ab8cfe6bb3e147425828a1b5a59ca6f06 xmlto-skip-validation.patch" diff --git a/user/giflib/xmlto-skip-validation.patch b/user/giflib/xmlto-skip-validation.patch new file mode 100644 index 000000000..96573ad6c --- /dev/null +++ b/user/giflib/xmlto-skip-validation.patch @@ -0,0 +1,19 @@ +--- ./doc/Makefile.in.orig 2013-07-15 14:59:04.840695596 +0000 ++++ ./doc/Makefile.in 2013-07-15 14:59:30.667643646 +0000 +@@ -379,13 +379,13 @@ + + + .xml.html: +- xmlto xhtml-nochunks $< ++ xmlto --skip-validation xhtml-nochunks $< + + .xml.1: +- xmlto man $< ++ xmlto --skip-validation man $< + + .xml.txt: +- xmlto txt $< ++ xmlto --skip-validation txt $< + + all: allhtml manpages + -- cgit v1.2.3-70-g09d2