Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19022/main/finkinfo/graphics

Added Files:
        dcraw.info 
Log Message:
new package, tracker item closed. 
http://sourceforge.net/tracker/index.php?func=detail&aid=2492213&group_id=17203&atid=414256.

--- NEW FILE: dcraw.info ---
Package: dcraw
Version: 8.89
Revision: 2
Description: Raw digital photo decoder
Architecture: powerpc, i386
BuildDepends: libjpeg, lcms, libgettext3-dev, libiconv-bin, gettext-tools
Depends: libjpeg-shlibs, lcms-shlibs, libgettext3-shlibs
License: OSI-Approved

# Unpack Phase:
Source: http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-%v.tar.gz
Source-MD5: fbbbd2447c69789d4ef2a9df7b4660b3
SourceDirectory: dcraw

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
gcc -O4 -I%p/include -L%p/lib -Wall -o dcraw dcraw.c \
        -lm -ljpeg -llcms -lintl -DLOCALEDIR=\"%p/share/locale/\"
<<

# Install Phase:
InstallScript: <<
#!/bin/sh -ev
#program
  mkdir %i/bin
  install -m 755 dcraw %i/bin/dcraw

#man pages
  mkdir -p -m 755 %i/share/man/man1
  cp dcraw.1      %i/share/man/man1

  for langchar in \
    fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 sv.latin1 \
    ca.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \
    zh_TW.big5 zh_CN.gb2312
  do
    lang=`echo $langchar | cut -d. -f1`
    char=`echo $langchar | cut -d. -f2-`
    mkdir -p -m 755                         %i/share/man/$lang/man1
    iconv -f utf-8 -t $char dcraw_$lang.1 > %i/share/man/$lang/man1/dcraw.1
    mkdir -p -m 755  %i/share/man/$lang.UTF-8/man1
    cp dcraw_$lang.1 %i/share/man/$lang.UTF-8/man1/dcraw.1
    mkdir -p -m 755  %i/share/locale/$lang/LC_MESSAGES
    msgfmt -o        %i/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po
  done
<<

DescDetail: dcraw decodes any raw image from any digital camera

DescUsage: <<
 The dcraw program is invoked by

  dcraw [OPTION]... [FILE]...

 Type "dcraw" for a list of options or check the man pages.
<<

DescPort: <<
 The compile and install scripts are generated from the commands in the
 file "install". The nl files  for nl are not complete and are skipped.
<<

Homepage: http://www.cybercom.net/~dcoffin/dcraw
Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to