Package Details: ntk-git 0.r166.720d8d3-1

Git Clone URL: https://aur.archlinux.org/ntk-git.git (read-only, click to copy)
Package Base: ntk-git
Description: Fork of FLTK 1.3.0 with additional functionality.
Upstream URL: http://non.tuxfamily.org/
Licenses: custom:LGPL
Conflicts: ntk
Provides: ntk
Submitter: imv
Maintainer: lievenmoors
Last Packager: lievenmoors
Votes: 41
Popularity: 0.000000
First Submitted: 2012-12-09 16:07 (UTC)
Last Updated: 2021-07-18 23:22 (UTC)

Dependencies (5)

Required by (16)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

lievenmoors commented on 2014-05-19 18:23 (UTC)

It builds fine on my computer... Anyone else experiencing this?

kuroneko commented on 2014-05-17 22:29 (UTC)

I haven't been able to build this for quite some time now. I keep getting the build error: ../src/Fl_x.cxx:2193:31: error: 'FORCE_POSITION' is a protected member of 'Fl_Widget' if (w->flags() & Fl_Widget::FORCE_POSITION) { ^ Is this an upstream bug? Is anyone else experiencing this problem?

lievenmoors commented on 2014-04-30 18:40 (UTC)

python3/waf issues have been fixed upstream now.

lievenmoors commented on 2014-03-28 20:10 (UTC)

@dudefellaguy Thanks for the heads up. I've switched to depending on python2 for the time being...

dudefellaguy commented on 2014-03-28 12:28 (UTC)

The waf configure script fails on my system. Adding this to the PKGBUILD fixed it for me: prepare() { cd $_gitname sed -i 's|^#!/usr/bin/env python|&2.7|' waf }

loziniak commented on 2014-01-28 16:45 (UTC)

Overall thought about getting sourcecode from GIT repos: Isn't it better to do "git clone --depth=1"?

imv commented on 2013-12-16 14:48 (UTC)

Updated and abandoned, because currently I don't use anything that depends on ntk. Feel free to adopt.

coderkun commented on 2013-12-13 15:00 (UTC)

This PKGBUILD overrides itself to pkgver=127328b ?

lievenmoors commented on 2013-11-17 20:38 (UTC)

I recently changed the non-daw-git pkgver() function according to https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines. It would be nice if ntk-git would use the same, because it uses the commit count in git as a release number. This might allow packages depending on ntk-git, to compare against a specific release.

kris7t commented on 2013-07-25 17:37 (UTC)

The pkgconfig files of this package seem horribly broken, because the option -ansi creeps into the CFLAGS. This makes e.g. Carla impossible to build without first manually patching the ntk.pc, ntk_images.pc and ntk_gl.pc in /usr/lib/pkgconfig. Carla needs to be compiled with -std=gnu++0x, not -ansi, and the -ansi will appear later among the CXXFLAGS than -std=gnu++0x.