mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
jasper: update to 1.900.27. (soname bump)
This commit is contained in:
parent
fbf083bc5d
commit
b3a0548d59
3 changed files with 3 additions and 55 deletions
|
@ -711,7 +711,7 @@ libtevent.so.0 libsmbclient-3.6.16_1
|
||||||
libsmbios.so.2 libsmbios-2.2.28_1
|
libsmbios.so.2 libsmbios-2.2.28_1
|
||||||
libsmbios_c.so.2 libsmbios-2.2.28_1
|
libsmbios_c.so.2 libsmbios-2.2.28_1
|
||||||
libwbclient.so.0 libsmbclient-3.5.6_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
|
librecode.so.0 librecode-3.6_1
|
||||||
libenca.so.0 libenca-1.13_1
|
libenca.so.0 libenca-1.13_1
|
||||||
libwavpack.so.1 libwavpack-4.60.1_1
|
libwavpack.so.1 libwavpack-4.60.1_1
|
||||||
|
|
|
@ -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 <sys/types.h> does not define. */
|
|
||||||
-#undef longlong
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
||||||
-#undef size_t
|
|
||||||
-
|
|
||||||
-/* Define to `int' if <sys/types.h> does not define. */
|
|
||||||
-#undef ssize_t
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned char' if <sys/types.h> does not define. */
|
|
||||||
-#undef uchar
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
||||||
-#undef uint
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned long' if <sys/types.h> does not define. */
|
|
||||||
-#undef ulong
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned long long' if <sys/types.h> does not define. */
|
|
||||||
-#undef ulonglong
|
|
||||||
-
|
|
||||||
-/* Define to `unsigned short' if <sys/types.h> does not define. */
|
|
||||||
-#undef ushort
|
|
||||||
-
|
|
||||||
-
|
|
||||||
#else
|
|
||||||
/* A configure-based build is not being used. */
|
|
||||||
#include <jasper/jas_config2.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'jasper'.
|
# Template build file for 'jasper'.
|
||||||
pkgname=jasper
|
pkgname=jasper
|
||||||
version=1.900.22
|
version=1.900.27
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-static --without-x --disable-opengl"
|
configure_args="--enable-shared --disable-static --without-x --disable-opengl"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.ece.uvic.ca/~mdadams/jasper"
|
homepage="http://www.ece.uvic.ca/~mdadams/jasper"
|
||||||
license="JasPer-2.0"
|
license="JasPer-2.0"
|
||||||
distfiles="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-${version}.tar.gz"
|
distfiles="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-${version}.tar.gz"
|
||||||
checksum=6c942ae79108cd6a359e5bc34ea03565bd33ac20f6814cb09c4f92298b6b1cb8
|
checksum=0bd530875965fa0971a2481861752ff0bc0e6ec08a0871d08842e4edf56bd599
|
||||||
|
|
||||||
CFLAGS="-std=c99"
|
CFLAGS="-std=c99"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue