mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/ufraw: Updated for version 0.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
86e1517905
commit
ccacaac116
3 changed files with 13 additions and 8 deletions
|
@ -3,10 +3,9 @@ raw images from digital cameras. It supports most of the existing raw
|
|||
formats (any format supported by DCRaw). UFRaw can be used on its own or
|
||||
as a Gimp plug-in.
|
||||
|
||||
You can add "--enable-extras" to the configure arguments in the build
|
||||
script to use the included dcraw and avoid the recommended dependency
|
||||
dcraw.
|
||||
|
||||
UFRaw requires gtkimageview to include the image preview window. You can
|
||||
build it without gtkimageview (run with GTK=no) but you'll only have
|
||||
command line interface to UFRaw.
|
||||
|
||||
cfitsio (available in SBo) is an optional dependency to support FITS file
|
||||
format.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="ufraw"
|
||||
VERSION=${VERSION:-0.21}
|
||||
VERSION=${VERSION:-0.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -86,6 +86,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--enable-mime \
|
||||
--enable-extras \
|
||||
--enable-dst-correction \
|
||||
--enable-contrast \
|
||||
--build=$ARCH-slackware-linux \
|
||||
$gtk_option
|
||||
|
||||
|
@ -95,6 +98,9 @@ make install DESTDIR=$PKG
|
|||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# remove dcraw executable - we have a separate package in SBo which provides this.
|
||||
rm -f $PKG/usr/bin/dcraw
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ufraw"
|
||||
VERSION="0.21"
|
||||
VERSION="0.22"
|
||||
HOMEPAGE="http://ufraw.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.21/ufraw-0.21.tar.gz"
|
||||
MD5SUM="897873deec92f88e2b7c4e8699959f6f"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-0.22/ufraw-0.22.tar.gz"
|
||||
MD5SUM="c30767cae2c44310f2a3d67d7a76f2c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dcraw gtkimageview lensfun"
|
||||
|
|
Loading…
Reference in a new issue