Package Details: openframeworks 0.12.0-3

Git Clone URL: https://aur.archlinux.org/openframeworks.git (read-only, click to copy)
Package Base: openframeworks
Description: An open source C++ toolkit for creative coding.
Upstream URL: http://openframeworks.cc/
Keywords: coding creative dev graphics toolkit
Licenses: MIT
Submitter: marcs
Maintainer: marcs
Last Packager: marcs
Votes: 19
Popularity: 0.001502
First Submitted: 2015-09-27 13:41 (UTC)
Last Updated: 2024-03-15 11:30 (UTC)

Pinned Comments

marcs commented on 2020-01-02 12:43 (UTC) (edited on 2020-01-02 13:08 (UTC) by marcs)

I know @damir, for some reason it's a path problem with aur-helpers, it seems that if the helper saves the package in a hidden folder then the Makefile fails.

For example yay saves this package in $HOME/.cache/yay/openframeworks (which is awful IMO) and start building it. If you move the package folder to a non hidden folder (like your $HOME folder for example) then the build works.

It's a bug with OpenFrameworks, hopefully will be resolved.

For now clone this package and build it with makepkg.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

marcs commented on 2016-06-27 08:13 (UTC)

@hillac25: I updated the source URL @madc: Nice, you already tested that ?

madc commented on 2016-06-26 18:13 (UTC)

If you'd replace line 5 of of-make-workspace with `WS=${1:-~/of-workspace}`, the script could be given an optional path, pointing to where to setup the workspace.

hillac25 commented on 2016-06-20 21:44 (UTC)

The "www" in the URL of the source array needs to be dropped. With it, the download never begins and as such - breaks this package. The correct download URL is : http://openframeworks.cc/versions/v${pkgver}/${_name}.tar.gz

dvzrv commented on 2016-04-30 10:44 (UTC)

@marcs: that is correct, but not all maintainers are very patch-friendly :) Thanks!

marcs commented on 2016-04-29 16:31 (UTC) (edited on 2016-04-29 16:32 (UTC) by marcs)

Better avoid symlinks to prevent future package conflicts, I just added a simple patch to fix the path of RtAudio's header file. Thank you dvzrv for bringing up the problem.

dvzrv commented on 2016-04-25 21:34 (UTC)

To anyone running into the "RtAudio.h: No such file or directory" issue (https://forum.openframeworks.cc/t/ofrtaudiosoundstream-o-failed-rtaudio-h-on-fresh-archlinux-0-9-3-solved/23088), you can either downgrade to 4.1.1 or for the time being just symlink RtAudio.h as follows (being root): ln -s /usr/include/rtaudio/RtAudio.h /usr/include/RtAudio.h

marcs commented on 2016-02-29 10:46 (UTC)

Update to version 0.9.2, and I fixed the license array.

llmage commented on 2016-02-24 19:50 (UTC)

aura >>= Dumping makepkg output in 3.. 2.. 1.. ==> ERROR: license should be an array

marcs commented on 2016-01-27 15:26 (UTC)

I'm able to build the package on a clean installation. Are you using a weird/unofficial version of gcc ? run this command: expr `gcc -dumpversion | cut -f1 -d.` \> 4 Should return 1

Fallstar commented on 2016-01-21 10:43 (UTC)

Build failing : /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' http://pastebin.com/fu31y7Pw