diff options
Diffstat (limited to 'libwacom')
-rw-r--r-- | libwacom/PKGBUILD | 33 | ||||
-rw-r--r-- | libwacom/libwacom-0.24-1.hyperbola2-x86_64-build.log | 155 | ||||
-rw-r--r-- | libwacom/libwacom-0.24-1.hyperbola2-x86_64-check.log | 45 | ||||
-rw-r--r-- | libwacom/libwacom-0.24-1.hyperbola2-x86_64-package.log | 71 |
4 files changed, 304 insertions, 0 deletions
diff --git a/libwacom/PKGBUILD b/libwacom/PKGBUILD new file mode 100644 index 0000000..7ba079b --- /dev/null +++ b/libwacom/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> +# Maintainer: André Silva <emulatorman@hyperbola.info> + +pkgname=libwacom +pkgver=0.24 +pkgrel=1.hyperbola2 +pkgdesc="Library to identify Wacom tablets and their features, with eudev support" +arch=('x86_64' 'i686') +url="https://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom" +license=('Expat') +depends=('glib2' 'eudev' 'libgudev') +source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2) +sha512sums=('331acb33ab798abf376f70647786c894014d5baa373cc66d53f1e77e77129ba78ec059f32f5cf3659a1fe3e8f9ff6ab3eb6eefd6090fc3c3bab4582ea25a5640') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -m755 -d ${pkgdir}/lib/udev/rules.d + cd tools + ./generate-udev-rules > ${pkgdir}/lib/udev/rules.d/65-libwacom.rules +} diff --git a/libwacom/libwacom-0.24-1.hyperbola2-x86_64-build.log b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-build.log new file mode 100644 index 0000000..9e898fe --- /dev/null +++ b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-build.log @@ -0,0 +1,155 @@ +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking whether to enable maintainer-specific portions of Makefiles... yes +checking whether make supports nested variables... (cached) yes +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking how to print strings... printf +checking for style of include used by make... GNU +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking dependency style of gcc... gcc3 +checking for a sed that does not truncate output... /bin/sed +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for a working dd... /bin/dd +checking how to truncate binary pipes... /bin/dd bs=4096 count=1 +checking for mt... no +checking if : is a manifest tool... no +checking how to run the C preprocessor... gcc -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +checking dynamic linker characteristics... GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether stripping libraries is possible... yes +checking if libtool supports shared libraries... yes +checking whether to build shared libraries... yes +checking whether to build static libraries... yes +checking for gcc... (cached) gcc +checking whether we are using the GNU C compiler... (cached) yes +checking whether gcc accepts -g... (cached) yes +checking for gcc option to accept ISO C89... (cached) none needed +checking whether gcc understands -c and -o together... (cached) yes +checking dependency style of gcc... (cached) gcc3 +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for sed... (cached) /bin/sed +checking for grep... (cached) /bin/grep +checking for git... no +checking for false... /bin/false +checking for doxygen... no +checking for GLIB... yes +checking linux/input.h usability... yes +checking linux/input.h presence... yes +checking for linux/input.h... yes +checking for LIBXML... no +checking for GTK2... no +checking for GLIB_236... yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating Makefile +config.status: creating data/Makefile +config.status: creating data/layouts/Makefile +config.status: creating doc/Makefile +config.status: creating test/Makefile +config.status: creating tools/Makefile +config.status: creating libwacom/Makefile +config.status: creating libwacom.pc +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +make all-recursive +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24' +Making all in libwacom +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/libwacom' + CC libwacom.lo + CC libwacom-error.lo + CC libwacom-database.lo + CCLD libwacom.la +ar: `u' modifier ignored since `D' is the default (see `U') +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/libwacom' +Making all in data +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +Making all in layouts +make[3]: Entering directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[3]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +make[3]: Nothing to be done for 'all-am'. +make[3]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +Making all in doc +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/doc' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/doc' +Making all in test +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/test' + CC load.o + CC dbverify.o + CC tablet-validity.o + CCLD load + CCLD dbverify + CCLD tablet-validity +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +Making all in tools +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/tools' + CC generate_udev_rules-generate-udev-rules.o + CC libwacom_list_local_devices-list-local-devices.o + CC list-devices.o + CCLD list-devices + CCLD libwacom-list-local-devices + CCLD generate-udev-rules +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/tools' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24' diff --git a/libwacom/libwacom-0.24-1.hyperbola2-x86_64-check.log b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-check.log new file mode 100644 index 0000000..a4c01b5 --- /dev/null +++ b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-check.log @@ -0,0 +1,45 @@ +Making check in libwacom +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/libwacom' +make[1]: Nothing to be done for 'check'. +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/libwacom' +Making check in data +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +Making check in layouts +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +make[2]: Nothing to be done for 'check-am'. +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +Making check in doc +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/doc' +make[1]: Nothing to be done for 'check'. +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/doc' +Making check in test +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/test' +make check-TESTS +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/test' +make[3]: Entering directory '/build/libwacom/src/libwacom-0.24/test' +PASS: load +PASS: tablet-validity +PASS: dbverify +============================================================================ +Testsuite summary for libwacom 0.24 +============================================================================ +# TOTAL: 3 +# PASS: 3 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[3]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +Making check in tools +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/tools' +make[1]: Nothing to be done for 'check'. +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/tools' +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24' diff --git a/libwacom/libwacom-0.24-1.hyperbola2-x86_64-package.log b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-package.log new file mode 100644 index 0000000..f588ecc --- /dev/null +++ b/libwacom/libwacom-0.24-1.hyperbola2-x86_64-package.log @@ -0,0 +1,71 @@ +Making install in libwacom +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/libwacom' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/libwacom' + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/include/libwacom-1.0/libwacom/' + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/lib' + /bin/sh ../libtool --mode=install /usr/bin/install -c libwacom.la '/build/libwacom/pkg/libwacom/usr/lib' + /usr/bin/install -c -m 644 libwacom.h '/build/libwacom/pkg/libwacom/usr/include/libwacom-1.0/libwacom/' +libtool: install: /usr/bin/install -c .libs/libwacom.so.2.5.2 /build/libwacom/pkg/libwacom/usr/lib/libwacom.so.2.5.2 +libtool: install: (cd /build/libwacom/pkg/libwacom/usr/lib && { ln -s -f libwacom.so.2.5.2 libwacom.so.2 || { rm -f libwacom.so.2 && ln -s libwacom.so.2.5.2 libwacom.so.2; }; }) +libtool: install: (cd /build/libwacom/pkg/libwacom/usr/lib && { ln -s -f libwacom.so.2.5.2 libwacom.so || { rm -f libwacom.so && ln -s libwacom.so.2.5.2 libwacom.so; }; }) +libtool: install: /usr/bin/install -c .libs/libwacom.lai /build/libwacom/pkg/libwacom/usr/lib/libwacom.la +libtool: install: /usr/bin/install -c .libs/libwacom.a /build/libwacom/pkg/libwacom/usr/lib/libwacom.a +libtool: install: chmod 644 /build/libwacom/pkg/libwacom/usr/lib/libwacom.a +libtool: install: ranlib /build/libwacom/pkg/libwacom/usr/lib/libwacom.a +libtool: warning: remember to run 'libtool --finish /usr/lib' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/libwacom' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/libwacom' +Making install in data +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +Making install in layouts +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[3]: Entering directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[3]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/share/libwacom/layouts' + /usr/bin/install -c -m 644 cintiq-20wsx.svg intuos-s-pt.svg intuos5-m.svg bamboo-16fg-m-pt.svg dth-2242.svg bamboo-4fg-fun-s-pt.svg cintiq-companion-hybrid.svg mobilestudio-pro-13.svg intuos-pro-2-l.svg bamboo-4fg-se-s-pt.svg intuos-m-p2.svg intuos4-4x6.svg intuos5-l.svg intuos-pro-s.svg bamboo-16fg-s-pt.svg intuos3-9x12.svg cintiq-12wx.svg intuos3-12x12.svg cintiq-21ux.svg intuos3-6x11.svg intuos5-s.svg graphire-wireless-8x6.svg cintiq-24hd.svg intuos4-6x9-wl.svg cintiq-13hd.svg intuos-s-p2.svg intuos4-6x9.svg cintiq-22hd.svg intuos4-8x13.svg bamboo-4fg-fun-m-pt.svg cintiq-21ux2.svg bamboo-4fg-s-pt.svg bamboo-2fg-s-t.svg dti-520.svg intuos-m-p.svg cintiq-companion-2.svg intuos3-12x19.svg bamboo-16fg-s-t.svg dtu-1141.svg bamboo-4fg-s-t.svg '/build/libwacom/pkg/libwacom/usr/share/libwacom/layouts' + /usr/bin/install -c -m 644 intuos-m-pt2.svg intuos-pro-2-m.svg bamboo-2fg-fun-s-pt.svg intuos3-4x5.svg dtu-1031.svg intuos-pro-m.svg intuos-pro-l.svg cintiq-companion.svg intuos-s-p.svg intuos3-4x6.svg bamboo-2fg-fun-m-pt.svg intuos-m-pt.svg graphire4-4x5.svg intuos3-6x8.svg dtk-1651.svg bamboo-4fg-se-m-pt.svg huion-h610-pro.svg intuos4-12x19.svg intuos-s-pt2.svg mobilestudio-pro-16.svg bamboo-2fg-s-pt.svg bamboo-0fg-s-p.svg ek-remote.svg '/build/libwacom/pkg/libwacom/usr/share/libwacom/layouts' +make[3]: Leaving directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/data/layouts' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +make[3]: Entering directory '/build/libwacom/src/libwacom-0.24/data' +make[3]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/share/libwacom' + /usr/bin/install -c -m 644 libwacom.stylus '/build/libwacom/pkg/libwacom/usr/share/libwacom' + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/share/libwacom' + /usr/bin/install -c -m 644 intuos-12x12.tablet isdv4-ef.tablet intuos3-12x19.tablet intuos4-12x19.tablet dtu-1931.tablet graphire3-6x8.tablet cintiq-13hd.tablet intuos5-touch-m.tablet intuos-12x18.tablet isdv4-114.tablet isdv4-e3.tablet bamboo-2fg-fun-s-pt.tablet intuos5-s.tablet intuos4-6x9.tablet dtu-1631.tablet intuos3-12x12.tablet intuos-s-p2.tablet intuos5-touch-s.tablet cintiq-20wsx.tablet isdv4-101.tablet dtu-1031.tablet cintiq-21ux.tablet bamboo-0fg-s-p.tablet cintiq-24hd.tablet intuos-m-pt2.tablet dtf-720.tablet bamboo-2fg-s-p.tablet intuos-9x12.tablet cintiq-companion-hybrid.tablet graphire3-4x5.tablet one-by-wacom-m-p.tablet intuos3-4x5.tablet isdv4-116.tablet intuos4-4x6.tablet isdv4-93.tablet generic.tablet bamboo-2fg-m-p.tablet isdv4-4800.tablet bamboo-4fg-se-m-pt.tablet mobilestudio-pro-13.tablet '/build/libwacom/pkg/libwacom/usr/share/libwacom' + /usr/bin/install -c -m 644 dti-520.tablet mobilestudio-pro-16.tablet n-trig-pen.tablet isdv4-5040.tablet isdv4-e6.tablet intuos-pro-l.tablet intuos2-6x8.tablet cintiq-13hdt.tablet bamboo-4fg-s-t.tablet serial-wacf004.tablet intuos2-4x5.tablet bamboo-4fg-se-s-pt.tablet cintiq-21ux2.tablet intuos-s-pt.tablet isdv4-12c.tablet bamboo-2fg-fun-m-pt.tablet bamboo-16fg-s-p.tablet cintiq-24hd-touch.tablet dtu-2231.tablet intuos2-12x12.tablet cintiq-companion.tablet isdv4-5002.tablet bamboo-4fg-s-pt.tablet intuos2-12x18.tablet bamboo-16fg-m-pt.tablet intuos-pro-2-m.tablet isdv4-5000.tablet bamboo-one.tablet intuos-m-pt.tablet intuos-pro-2-l.tablet bamboo-16fg-s-pt.tablet bamboo-16fg-s-t.tablet bamboo-4fg-fun-s.tablet isdv4-90.tablet intuos5-touch-l.tablet ek-remote.tablet dtk-2241.tablet intuos3-4x6.tablet cintiq-22hd.tablet isdv4-4004.tablet '/build/libwacom/pkg/libwacom/usr/share/libwacom' + /usr/bin/install -c -m 644 cintiq-22hdt.tablet isdv4-10f.tablet isdv4-ec.tablet isdv4-100.tablet dtu-1141.tablet intuos-4x5.tablet intuos3-6x8.tablet intuos-pro-s.tablet intuos-s-pt2.tablet dtk-1651.tablet bamboo-2fg-s-pt.tablet isdv4-10d.tablet isdv4-504a.tablet intuos4-8x13.tablet cintiq-27hd.tablet intuos-m-p2.tablet bamboo-4fg-fun-m.tablet one-by-wacom-s-p.tablet intuos-6x8.tablet cintiq-27hdt.tablet graphire4-4x5.tablet isdv4-e5.tablet intuos-pro-m.tablet dth-2242.tablet intuos-s-p.tablet cintiq-12wx.tablet intuos3-9x12.tablet intuos2-9x12.tablet intuos3-6x11.tablet huion-h610-pro.tablet cintiq-companion-2.tablet intuos-m-p.tablet dtu-1031x.tablet intuos5-m.tablet intuos4-6x9-wl.tablet bamboo-2fg-s-t.tablet graphire-wireless-8x6.tablet isdv4-ed.tablet '/build/libwacom/pkg/libwacom/usr/share/libwacom' +make[3]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/data' +Making install in doc +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/doc' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/doc' +make[2]: Nothing to be done for 'install-exec-am'. +make[2]: Nothing to be done for 'install-data-am'. +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/doc' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/doc' +Making install in test +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/test' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/test' +make[2]: Nothing to be done for 'install-exec-am'. +make[2]: Nothing to be done for 'install-data-am'. +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/test' +Making install in tools +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24/tools' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24/tools' +make[2]: Nothing to be done for 'install-data-am'. + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/bin' + /bin/sh ../libtool --mode=install /usr/bin/install -c libwacom-list-local-devices '/build/libwacom/pkg/libwacom/usr/bin' +libtool: warning: '../libwacom/libwacom.la' has not been installed in '/usr/lib' +libtool: install: /usr/bin/install -c .libs/libwacom-list-local-devices /build/libwacom/pkg/libwacom/usr/bin/libwacom-list-local-devices +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24/tools' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24/tools' +make[1]: Entering directory '/build/libwacom/src/libwacom-0.24' +make[2]: Entering directory '/build/libwacom/src/libwacom-0.24' +make[2]: Nothing to be done for 'install-exec-am'. + /bin/mkdir -p '/build/libwacom/pkg/libwacom/usr/lib/pkgconfig' + /usr/bin/install -c -m 644 libwacom.pc '/build/libwacom/pkg/libwacom/usr/lib/pkgconfig' +make[2]: Leaving directory '/build/libwacom/src/libwacom-0.24' +make[1]: Leaving directory '/build/libwacom/src/libwacom-0.24' |