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.
Search Criteria
Package Details: ufraw-cvs 20141214-1
Package Actions
| Package Base: | ufraw-cvs |
|---|---|
| Description: | Standalone or gimp plugin converter for raw files |
| Upstream URL: | http://ufraw.sourceforge.net |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| 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)
- exiv2
- gtkimageview
- lcms>=1.13
- lensfun
- automake (make)
- cvs (make)
- bzip2 (optional) – to read bzipped RAW files
- cfitsio (optional) – to create FITS images
- cinepaint (optional) – to use the cinepaint plugin
- gimp (optional) – to use the gimp import plugin for raw images
- libjpeg-turbo (optional) – to create JPEG images
- libpng (optional) – to create PNG images
- libtiff (optional) – to create TIFF images
- zlib (optional) – to read gzipped RAW files
Required by (0)
Sources
Latest Comments
Comment by Tristelune
Comment by ludenticus
This package seems to be no longer necessary. The official gimp-ufraw covers the latest version.
Comment by Tristelune
Thank you for the information! I have just updated the package!
Comment by James-T
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
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
It's working for me, in case you're still wondering!
Comment by kzoli429
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
I have uploaded a new PKGBUILD. Can you test it ?
Comment by kzoli429
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
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
The ufraw team have fixed the issue in CVS.
Comment by James-T
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
I have updated the PKGBUILD. Because it's my first one don't hesitate to comment!
Comment by jpkotta
missing makedepends: cvs automake-1.11
Comment by ChrisDennis
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
DONE
Comment by ftrvxmtrx
PKGBUILD should include conflicts=('gimp-ufraw').