Package Details: octave-image 2.14.0-1

Git Clone URL: https://aur.archlinux.org/octave-image.git (read-only, click to copy)
Package Base: octave-image
Description: The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
Upstream URL: https://gnu-octave.github.io/packages/image/
Licenses: custom
Groups: octave-forge
Submitter: EdwardXXIV
Maintainer: pingplug
Last Packager: pingplug
Votes: 62
Popularity: 0.000025
First Submitted: 2010-03-23 10:04 (UTC)
Last Updated: 2022-11-08 01:30 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

rabin commented on 2021-07-16 17:59 (UTC)

The pkgrel of PKGBUILD doesn't match the one in the package details.

rabin commented on 2021-06-28 09:39 (UTC)

Why are the flags unset? I have successfully built using a different set flags from octave-cli.

rocka commented on 2018-05-23 06:04 (UTC) (edited on 2018-08-08 02:28 (UTC) by rocka)

Same issue as @net147. After add CXXFLAGS+=" -fPIC" to PKGBUILD, the package can be successfully built, but there are some problem when using functions as imerode

However, if manually build the package via octave-cli with the same commands in PKGBUILD, then copy files to /usr/lib/octave/packages, the problem would just be solved.

UPDATE: Apply the patch below , the package builds and works fine.

diff --git a/PKGBUILD b/PKGBUILD
index 9b2c314..8b80e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,6 +44,8 @@ build() {
    _archprefix="$srcdir"/install_archprefix
    mkdir -p "$_prefix" "$_archprefix"
    cd "$srcdir"
+   export CFLAGS=''
+   export CXXFLAGS=''
    _octave_run "$(cat <<-EOF
        pkg local_list octave_packages;
        pkg prefix $_prefix $_archprefix;

drizzd commented on 2018-05-11 11:15 (UTC)

Please report upstream. It makes no sense to maintain fixes in aur because we are too lazy to tell the devs.

net147 commented on 2018-05-11 02:50 (UTC) (edited on 2018-05-11 02:52 (UTC) by net147)

I for errors to recompile with -fPIC: https://pastebin.com/n2EgBbYr

It compiles fine with the following change: https://pastebin.com/crnM9s91

Neraeh commented on 2017-03-17 15:16 (UTC)

Hello makepkg -si is failing for me: http://pastebin.com/P32bbtbi The error is in French, "Permission non accordée" means "Permission denied" or "You do not have the right to do this" Is there a way to fix it ? All others octave packages are working well

racko commented on 2015-08-16 17:05 (UTC)

No idea if this is a good idea, but you can replace the 'pkgver=2.2.2' line in the PKGBUILD with 'pkgver=2.4.1'. It's the most recent release you find at http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/ I just realized that this means that this package is out of date ;)

Hexcles commented on 2015-08-12 03:33 (UTC)

'ind2usb' undeclared in imerode.cc? octave: 4.0.0-1 gcc: 5.2.0-1

drizzd commented on 2015-06-10 08:41 (UTC)

Upgrading fails with conflicts How to fix: Uninstall the package and packages which depend on it with pacman -Rc <package>, then re-install the new version and packages which depend on it. See also https://bbs.archlinux.org/viewtopic.php?id=196909.

drizzd commented on 2011-11-01 21:36 (UTC)

The build script now produces a binary package.