From b3a0548d59e46640f6df47451f22ddac261ca64b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 13 Nov 2016 08:25:44 +0000 Subject: [PATCH] jasper: update to 1.900.27. (soname bump) --- common/shlibs | 2 +- srcpkgs/jasper/patches/fix-utypes.patch | 52 ------------------------- srcpkgs/jasper/template | 4 +- 3 files changed, 3 insertions(+), 55 deletions(-) delete mode 100644 srcpkgs/jasper/patches/fix-utypes.patch diff --git a/common/shlibs b/common/shlibs index 6ed1ddadeda..11c5a35fcb7 100644 --- a/common/shlibs +++ b/common/shlibs @@ -711,7 +711,7 @@ libtevent.so.0 libsmbclient-3.6.16_1 libsmbios.so.2 libsmbios-2.2.28_1 libsmbios_c.so.2 libsmbios-2.2.28_1 libwbclient.so.0 libsmbclient-3.5.6_1 -libjasper.so.1 libjasper-1.900.1_1 +libjasper.so.4 libjasper-1.900.27_1 librecode.so.0 librecode-3.6_1 libenca.so.0 libenca-1.13_1 libwavpack.so.1 libwavpack-4.60.1_1 diff --git a/srcpkgs/jasper/patches/fix-utypes.patch b/srcpkgs/jasper/patches/fix-utypes.patch deleted file mode 100644 index 21c42b6530f..00000000000 --- a/srcpkgs/jasper/patches/fix-utypes.patch +++ /dev/null @@ -1,52 +0,0 @@ -Remove problematic (read: non-working) checks for several -types which are definitely defined in sys/types.h - ---- configure.ac 2016-10-23 13:00:07.000000000 +0200 -+++ configure.ac 2016-10-28 20:50:56.881735445 +0200 -@@ -274,12 +274,6 @@ - AC_C_CONST - AC_C_INLINE - AC_TYPE_SIZE_T --AC_CHECK_TYPE(uchar, unsigned char) --AC_CHECK_TYPE(ushort, unsigned short) --AC_CHECK_TYPE(uint, unsigned int) --AC_CHECK_TYPE(ulong, unsigned long) --AC_CHECK_TYPE(longlong, long long) --AC_CHECK_TYPE(ulonglong, unsigned long long) - AC_CHECK_TYPE(ssize_t, int) - AC_CHECK_FUNCS(gettimeofday) - AC_CHECK_FUNCS(getrusage) ---- src/libjasper/include/jasper/jas_config.h.in 2016-10-23 13:00:59.000000000 +0200 -+++ src/libjasper/include/jasper/jas_config.h.in 2016-10-28 20:56:18.232991601 +0200 -@@ -139,31 +139,6 @@ - #undef inline - #endif - --/* Define to `long long' if does not define. */ --#undef longlong -- --/* Define to `unsigned int' if does not define. */ --#undef size_t -- --/* Define to `int' if does not define. */ --#undef ssize_t -- --/* Define to `unsigned char' if does not define. */ --#undef uchar -- --/* Define to `unsigned int' if does not define. */ --#undef uint -- --/* Define to `unsigned long' if does not define. */ --#undef ulong -- --/* Define to `unsigned long long' if does not define. */ --#undef ulonglong -- --/* Define to `unsigned short' if does not define. */ --#undef ushort -- -- - #else - /* A configure-based build is not being used. */ - #include diff --git a/srcpkgs/jasper/template b/srcpkgs/jasper/template index 550f8a229ab..1915f0c400b 100644 --- a/srcpkgs/jasper/template +++ b/srcpkgs/jasper/template @@ -1,6 +1,6 @@ # Template build file for 'jasper'. pkgname=jasper -version=1.900.22 +version=1.900.27 revision=1 build_style=gnu-configure configure_args="--enable-shared --disable-static --without-x --disable-opengl" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://www.ece.uvic.ca/~mdadams/jasper" license="JasPer-2.0" distfiles="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-${version}.tar.gz" -checksum=6c942ae79108cd6a359e5bc34ea03565bd33ac20f6814cb09c4f92298b6b1cb8 +checksum=0bd530875965fa0971a2481861752ff0bc0e6ec08a0871d08842e4edf56bd599 CFLAGS="-std=c99"