djvulibre: update to 3.5.28
This commit is contained in:
parent
4e98730712
commit
abf0927e08
2 changed files with 10 additions and 17 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- libdjvu/GSmartPointer.h~ 2011-03-29 12:35:05.000000000 +0400
|
|
||||||
+++ libdjvu/GSmartPointer.h 2011-03-29 12:35:25.000000000 +0400
|
|
||||||
@@ -58,6 +58,9 @@
|
|
||||||
|
|
||||||
#ifndef _GSMARTPOINTER_H_
|
|
||||||
#define _GSMARTPOINTER_H_
|
|
||||||
+
|
|
||||||
+#include <cstring>
|
|
||||||
+
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'djvulibre'
|
# Template file for 'djvulibre'
|
||||||
pkgname=djvulibre
|
pkgname=djvulibre
|
||||||
version=3.5.27
|
version=3.5.28
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
configure_args="--host=${XBPS_TRIPLET}"
|
||||||
|
hostmakedepends="pkg-config automake libtool"
|
||||||
makedepends="tiff-devel"
|
makedepends="tiff-devel"
|
||||||
short_desc="Utilities for the DjVu image format"
|
short_desc="Utilities for the DjVu image format"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://djvu.sourceforge.net/"
|
homepage="http://djvu.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
|
||||||
checksum=e69668252565603875fb88500cde02bf93d12d48a3884e472696c896e81f505f
|
checksum=82e392a9cccfee94fa604126c67f06dbc43ed5f9f0905d15b6c8164f83ed5655
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
libdjvulibre_package() {
|
libdjvulibre_package() {
|
||||||
short_desc+=" - runtime libraries"
|
short_desc+=" - runtime libraries"
|
||||||
|
|
Loading…
Reference in a new issue