* Drop impress option, it gone.
* The keyring doesn't depend on nautilus anymore. Make it stand-alone,
and don't depend on it implicitly.
* Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
On FreeBSD clusters, this won't build (but it builds on my machine)
On DragonFly, the two removed TypeTrait.h patches are still required
(apparently this is a gcc thing, clang was happy enough without them)
Upstream is aware and working on it.
I may change this to BROKEN_FreeBSD when the missing patches are returned.
The BROKEN messages are pretty explicit, but there is an open PR on this
very issue so let's provide that bigger picture information instead.
Essentially "USES=compiler:c++11-lib" is not guaranteed to work on
FreeBSD release < 10 which is a significant issue.
I removed what appears to be a macos-only file from being built. I also
cleared ccache before rebuilding in poudriere, which succeeded. Hopefully
copperspice builds on cluster now (for F10+)
Somehow ccache must be responsible for it's local success. Given the
error message, it may be configured for mac rather than BSD or Linux.
Make broken (on amd64) until further notice. i386 is already broken.
This is quite old project being abandoned: last release was in year 2010. It's
code base relying on stale libraries and in fact it was removed from most of
the distributions. Users should switch to graphics/inkscape or another mature
vector editor. There is also Skencil's fork - sK1 [1] that is actively
developing, but that we have not in ports tree yet. There is also some story
behind the fork [2].
Not sure if this a problem of this app in gnome3 environment, or some general
failure, I wasn't able to add simple text label to the canvas getting this
everywhere:
"""
EditSelection.GetObjectMethod: editor <Sketch.Graphics.selection.EditorWrapper
instance at 0x80a128560> is not compatible
with class skencil.Sketch.Graphics.text.CommonTextEditor
"""
Mark this deprecated and set expiration date to 2015-08-08.
[1] http://sk1project.org/news.php?readmore=107
[2] http://sk1project.org/viewpage.php?page_id=21
- Remove the DEBUG option, since it only makes sense, if everything is
built with WITH_DEBUG
Blender 2.75 comes with many new features and hundreds of bug fixes:
* fully integrated multi-view and stereo 3D pipeline, including shutter
lenses, interlaced modes and more
* heavily improved cycles rendering, especially for light sampling and
seeds
* improved modeling modifiers as well as a new corrective smooth
modifier
* mist attribute animation in the game engine
* improved 3D view painting
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
OpenShadingLanguage 1.6 comes with new features and lots of bug fixes:
* new OSL operators and arrays of undefined length can be passed to the
shaders now
* many API enhancements for the render services and shader contexts
Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES
PR: 200819
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
OpenImageIO 1.5 comes with many new features and bug fixes:
* lots of new functions for image handling (API and command line tools),
such as rotations, median filters, matrix transformations
* new filters (cubic, rifman, simon, ...)
* image metadata support (EXIF)
* SIMD (SSE) instruction support to speed up processing images
* basic movie file support via ffmpeg
Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES
PR: 200818
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
Upstream made an attempt to make copperspice jobs safe. They got closer
but no cigar yet. The new version did built in poudriere for me
(F10/amd64) so I am unbreaking !F(8|9). I will check i386 and F9 and
lower and remove BROKEN if/as they pass. Without multijob support these
builds take hours (> 4 on dedicated machine, > 11 on bulk build)