Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151070 - [new ebuild] GridFlow, an external for PureData
Summary: [new ebuild] GridFlow, an external for PureData
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://gridflow.ca
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on: 87779 284335
Blocks:
  Show dependency tree
 
Reported: 2006-10-12 13:25 UTC by Federico Ferri (RETIRED)
Modified: 2009-09-09 20:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gridflow-0.8.4.ebuild (gridflow-0.8.4.ebuild,1.89 KB, text/plain)
2006-10-12 13:27 UTC, Federico Ferri (RETIRED)
Details
gridflow-extra-0.8.4.ebuild (gridflow-extra-0.8.4.ebuild,1.06 KB, text/plain)
2006-10-12 13:30 UTC, Federico Ferri (RETIRED)
Details
gridflow-0.8.4.ebuild (gridflow-0.8.4.ebuild,1.95 KB, text/plain)
2006-10-13 12:34 UTC, Federico Ferri (RETIRED)
Details
media-video/gridflow/gridflow-0.8.4-r1.ebuild (gridflow-0.8.4-r1.ebuild,3.35 KB, text/plain)
2006-10-18 10:34 UTC, Federico Ferri (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Ferri (RETIRED) gentoo-dev 2006-10-12 13:25:44 UTC
GridFlow is a powerful environment that works with matrixes and it has many applications, like image manipulation, transformations and more.

it is designed as a PureData (media-sound/pd) external.
it has many USE flag to configure its many options.
it optionally depends on Gem (media-video/gem) (another PureData external) see bug #87779, i released an update for gem-0.90.0.ebuild

if you want to see screenshots, look here:
http://gridflow.ca/gallery/

I hope this is a quality ebuild and gets soon into portage tree, cause many users are waiting for it ;)
Comment 1 Federico Ferri (RETIRED) gentoo-dev 2006-10-12 13:27:46 UTC
Created attachment 99468 [details]
gridflow-0.8.4.ebuild

this is the main ebuild. it installs gridflow.so and gridflow.pd_linux
Comment 2 Federico Ferri (RETIRED) gentoo-dev 2006-10-12 13:30:36 UTC
Created attachment 99469 [details]
gridflow-extra-0.8.4.ebuild

this installs extra files for puredata into /usr/lib/pd/extra/gridflow
Comment 3 Federico Ferri (RETIRED) gentoo-dev 2006-10-13 12:34:54 UTC
Created attachment 99578 [details]
gridflow-0.8.4.ebuild

added a better error message, in case that Gem sources aren't anymore in $PORTAGE_TMPDIR (e.g: missing 'keepwork' feature?), that is:

 * Cannot find GEM workdir. (/var/tmp/portage/gem-0.90.0/work/gem-0.90.0)
 * You can solve this by rebuilding gem with:
 * FEATURES=keepwork emerge gem gridflow

hope this is the right way of operating, because:

 # gridflow's build system has to look for a set
 # of *configured* Gem-sources.
 # since when 'gem' USE flag is set, gem becomes a dependency,
 # after gem has compiled, the sources should be still there (?)
Comment 4 Federico Ferri (RETIRED) gentoo-dev 2006-10-18 08:45:27 UTC
I offer to maintain this ebuild, since now I am in contact with GridFlow's developers, and hopefully I would contribute in some way.

What are requisites/rules/guidelines for doing this?


EBUILD NOTE: dependency on #87779 is optional (conditioned by the gem USE-flag)
EBUILD NOTE 2: I plan to join gridflow and gridflow-extra ebuilds since doesn't make much sense not installing the extra package.
EBUILD NOTE 3: I am preparing a gridflow-cvs ebuild cause in the next days GridFlow will have a bugtracker (cheers!:D)
Comment 5 Federico Ferri (RETIRED) gentoo-dev 2006-10-18 10:34:19 UTC
Created attachment 99952 [details]
media-video/gridflow/gridflow-0.8.4-r1.ebuild

this is the unufied ebuild (include both gridflow and gridflow-extra)
Comment 6 Federico Ferri (RETIRED) gentoo-dev 2009-09-09 20:41:38 UTC
updated ebuilds in pd-overlay