Package Details: natron 1:1-1

Git Clone URL: https://aur.archlinux.org/natron.git (read-only, click to copy)
Package Base: natron
Description: Open source compositing software (metapackage with the program and standard plugins)
Upstream URL: https://natrongithub.github.io/
Keywords: adobe after-effects alternative compositing nuke video
Licenses: GPL
Submitter: ozgursarier
Maintainer: tecnotercio
Last Packager: tecnotercio
Votes: 35
Popularity: 0.000388
First Submitted: 2016-08-16 20:34 (UTC)
Last Updated: 2022-08-13 06:30 (UTC)

Dependencies (6)

Required by (1)

Sources (0)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

MarcinWieczorek commented on 2016-08-28 20:01 (UTC) (edited on 2016-08-28 20:02 (UTC) by MarcinWieczorek)

git is a missing makedepend. IMHO you should use variables with or without braces, doesn't matter which one, but not mixed.

ozgursarier commented on 2016-08-28 19:51 (UTC)

@ooo: You're right! I added the line below. ------- QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" QMAKE_LFLAGS_RELEASE="${LDFLAGS}"

ooo commented on 2016-08-28 11:31 (UTC)

How about passing CFLAGS and CXXFLAGS (and LDFLAGS with QMAKE_LFLAGS_RELEASE) from makepkg.conf to qmake? https://wiki.archlinux.org/index.php/makepkg#CFLAGS.2FCXXFLAGS.2FCPPFLAGS_in_makepkg.conf_do_not_work_for_QMAKE_based_packages Otherwise it will be always built with generic -march=x86-64

ozgursarier commented on 2016-08-23 10:33 (UTC)

@MarcinWieczorek: +1

MarcinWieczorek commented on 2016-08-23 10:29 (UTC)

Not so new! Both commands you execute in install file will run automatically as hooks, so you can just remove it.

ozgursarier commented on 2016-08-23 10:19 (UTC)

@MarcinWieczorek: Pacman hooks must be a new feature. Do i have to add something to PKGBUILD for activating that hook or i just have to delete .install file because hooks are activated automaticly?

MarcinWieczorek commented on 2016-08-22 23:18 (UTC)

.INSTALL file runs a command provided by hooks.

s0r00t commented on 2016-08-21 17:59 (UTC)

Alright, I published my 4 PKGBUILDs! Feel free to test them and report bugs on their respective pages :)

s0r00t commented on 2016-08-20 22:43 (UTC)

Oh :p namcap's a Python tool to check PKGBUILD and built packages for common pitfalls & mistakes.

ozgursarier commented on 2016-08-20 22:06 (UTC)

@s0r00t: I did just look sample .spec file from the projects git page and fill the PKGBUILD. (PS: I am a medical student from Turkey. I started to learn bash scripting 2 years ago but i haven't got enough experiance about packaging yet. Actually don't know what namcap is used for. :P)