Package Details: ufraw-cvs 20141214-1

Package Base: ufraw-cvs
Description: Standalone or gimp plugin converter for raw files
Upstream URL: http://ufraw.sourceforge.net
Category: multimedia
Licenses: GPL2
Conflicts: gimp-ufraw
Provides: gimp-ufraw
Submitter: zhuqin
Maintainer: None
Last Packager: Tristelune
Votes: 16
First Submitted: 2010-07-12 17:06
Last Updated: 2014-12-15 17:49

Dependencies (14)

Required by (0)

Sources

Latest Comments

Comment by Tristelune

2015-06-28 09:01

That's right, the last version is available and regularly a new version is
released. So I won't port it to aur4. If somebody still need it, I let him maintain this package.

Comment by ludenticus

2015-05-26 20:16

This package seems to be no longer necessary. The official gimp-ufraw covers the latest version.

Comment by Tristelune

2014-12-15 17:51

Thank you for the information! I have just updated the package!

Comment by James-T

2014-12-14 19:04

Not sure if it's a change in the repository packages but the optional dependency libcfitsio does not exist -- the correct package name is cfitsio.

Comment by Tristelune

2014-07-18 19:44

Thank you for the new! But to be honest I totally forgot what was the problem :-( ! By the way: I will be away for about one week and I will update this package when I come back. If I forget, don't hesitate to remember it to me ;-).

Comment by conley

2014-07-18 00:34

It's working for me, in case you're still wondering!

Comment by kzoli429

2013-09-18 15:38

Need some time until configuring the next Arch machine.
I have installed some apps with dependencies in the meantime which are not compatible with ufraw-cvs. I don't want to break the present installation.

Comment by Tristelune

2013-09-11 14:14

I have uploaded a new PKGBUILD. Can you test it ?

Comment by kzoli429

2013-09-10 17:54

Trying to install ufraw-cvs I got this:

You must have automake-1.5 or higher.
==> ERROR: A failure occurred in build().
Aborting...

I have automake-1.14-1 installed.

Comment by Tristelune

2013-01-18 22:05

Thank you for reporting the problem! So if I understand right everything is ok now. Just tell me if it's not the case.

Comment by James-T

2013-01-18 14:56

The ufraw team have fixed the issue in CVS.

Comment by James-T

2013-01-17 21:18

The configure.ac file in the current ufraw CVS is not compatible with the current versions of automake. (I have reported this to the ufraw devs).

UNitl such time as it get fixed, the following patch to configure.ac is needed (I think I've got it the right way round).

*** configure.ac.~1.160.~ 2011-08-06 10:10:46.000000000 -0600
--- configure.ac 2013-01-17 13:18:37.057140901 -0700
***************
*** 7,13 ****

AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
! AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
--- 7,13 ----

AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
! AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP

I think that it's also necessary to add aclocal to the build instructions prior to the call to autogen.sh

Comment by Tristelune

2012-11-03 19:21

I have updated the PKGBUILD. Because it's my first one don't hesitate to comment!

Comment by jpkotta

2012-08-14 15:55

missing makedepends: cvs automake-1.11

Comment by ChrisDennis

2012-06-06 09:13

I found that the package didn't compile or install ufraw itself, only ufraw-batch. I fixed it by adding '--with-gtk' to the invocation of ./configure in the PKGBUILD file.

Comment by zhuqin

2010-07-14 12:42

DONE

Comment by ftrvxmtrx

2010-07-14 09:19

PKGBUILD should include conflicts=('gimp-ufraw').