[arch-commits] Commit in dcraw/repos (12 files)

Eric Bélanger eric at archlinux.org
Wed Jan 11 00:54:53 UTC 2012


    Date: Tuesday, January 10, 2012 @ 19:54:52
  Author: eric
Revision: 146432

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dcraw/repos/extra-i686/PKGBUILD
    (from rev 146431, dcraw/trunk/PKGBUILD)
  dcraw/repos/extra-i686/dcraw.install
    (from rev 146431, dcraw/trunk/dcraw.install)
  dcraw/repos/extra-i686/license.txt
    (from rev 146431, dcraw/trunk/license.txt)
  dcraw/repos/extra-x86_64/PKGBUILD
    (from rev 146431, dcraw/trunk/PKGBUILD)
  dcraw/repos/extra-x86_64/dcraw.install
    (from rev 146431, dcraw/trunk/dcraw.install)
  dcraw/repos/extra-x86_64/license.txt
    (from rev 146431, dcraw/trunk/license.txt)
Deleted:
  dcraw/repos/extra-i686/PKGBUILD
  dcraw/repos/extra-i686/dcraw.install
  dcraw/repos/extra-i686/license.txt
  dcraw/repos/extra-x86_64/PKGBUILD
  dcraw/repos/extra-x86_64/dcraw.install
  dcraw/repos/extra-x86_64/license.txt

----------------------------+
 extra-i686/PKGBUILD        |   96 +++++++++++++++++++++----------------------
 extra-i686/dcraw.install   |   26 +++++------
 extra-i686/license.txt     |   32 +++++++-------
 extra-x86_64/PKGBUILD      |   96 +++++++++++++++++++++----------------------
 extra-x86_64/dcraw.install |   26 +++++------
 extra-x86_64/license.txt   |   32 +++++++-------
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-i686/PKGBUILD	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=dcraw
-pkgver=9.11
-pkgrel=1
-pkgdesc="A command line based converter for digicams raw output"
-arch=('i686' 'x86_64')
-url="http://www.cybercom.net/~dcoffin/dcraw/"
-license=('custom')
-depends=('lcms' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
-        license.txt)
-sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234'
-          '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
-    -Wall -Wno-unused-result -Wno-array-bounds \
-    -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
-  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
-  
-  for langchar in \
-    fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
-    ca.latin1 da.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-)
-    if [ -f dcraw_${lang}.1 ]; then
-      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
-      iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
-      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1
-      cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1
-    fi
-    mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES
-    msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po
-  done
-
-  install -Dm644 "${srcdir}/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 146431, dcraw/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=dcraw
+pkgver=9.12
+pkgrel=1
+pkgdesc="A command line based converter for digicams raw output"
+arch=('i686' 'x86_64')
+url="http://www.cybercom.net/~dcoffin/dcraw/"
+license=('custom')
+depends=('lcms' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
+        license.txt)
+sha1sums=('b0110f83692b14940a8e43759d7ccefa77103cc6'
+          '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
+    -Wall -Wno-unused-result -Wno-array-bounds \
+    -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
+  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
+  
+  for langchar in \
+    fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
+    ca.latin1 da.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-)
+    if [ -f dcraw_${lang}.1 ]; then
+      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
+      iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
+      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1
+      cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1
+    fi
+    mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES
+    msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po
+  done
+
+  install -Dm644 "${srcdir}/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-i686/dcraw.install
===================================================================
--- extra-i686/dcraw.install	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-i686/dcraw.install	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-
-NOTE for dcraw:
-----
-  ==> dcraw provides the simple commandline tools for raw conversion. If you
-  ==> are looking for a more sophisticated way consider gimp-ufraw, which
-  ==> provides a gimp-plugin and a standalone application that can even convert
-  ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
-  ==> 'pacman -S gimp-ufraw' to get it.
-
-EOF
-}

Copied: dcraw/repos/extra-i686/dcraw.install (from rev 146431, dcraw/trunk/dcraw.install)
===================================================================
--- extra-i686/dcraw.install	                        (rev 0)
+++ extra-i686/dcraw.install	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+
+NOTE for dcraw:
+----
+  ==> dcraw provides the simple commandline tools for raw conversion. If you
+  ==> are looking for a more sophisticated way consider gimp-ufraw, which
+  ==> provides a gimp-plugin and a standalone application that can even convert
+  ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
+  ==> 'pacman -S gimp-ufraw' to get it.
+
+EOF
+}

Deleted: extra-i686/license.txt
===================================================================
--- extra-i686/license.txt	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-i686/license.txt	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,16 +0,0 @@
-This is a command-line ANSI C program to convert raw photos from
-any digital camera on any computer running any operating system.
-
-No license is required to download and use dcraw.c.  However,
-to lawfully redistribute this code, you must either (a) include
-full source code* for all executable files containing RESTRICTED
-functions, (b) remove all RESTRICTED functions, re-implement them,
-or copy them from an earlier, unrestricted Revision of dcraw.c,
-or (c) purchase a license from the author.
-
-The functions that process Foveon images have been RESTRICTED
-since Revision 1.237.  All other code remains free for all uses.
-
-*If you have not modified dcraw.c in any way, a link to my
-homepage qualifies as "full source code".
-

Copied: dcraw/repos/extra-i686/license.txt (from rev 146431, dcraw/trunk/license.txt)
===================================================================
--- extra-i686/license.txt	                        (rev 0)
+++ extra-i686/license.txt	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,16 @@
+This is a command-line ANSI C program to convert raw photos from
+any digital camera on any computer running any operating system.
+
+No license is required to download and use dcraw.c.  However,
+to lawfully redistribute this code, you must either (a) include
+full source code* for all executable files containing RESTRICTED
+functions, (b) remove all RESTRICTED functions, re-implement them,
+or copy them from an earlier, unrestricted Revision of dcraw.c,
+or (c) purchase a license from the author.
+
+The functions that process Foveon images have been RESTRICTED
+since Revision 1.237.  All other code remains free for all uses.
+
+*If you have not modified dcraw.c in any way, a link to my
+homepage qualifies as "full source code".
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-x86_64/PKGBUILD	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=dcraw
-pkgver=9.11
-pkgrel=1
-pkgdesc="A command line based converter for digicams raw output"
-arch=('i686' 'x86_64')
-url="http://www.cybercom.net/~dcoffin/dcraw/"
-license=('custom')
-depends=('lcms' 'jasper')
-source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
-        license.txt)
-sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234'
-          '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
-    -Wall -Wno-unused-result -Wno-array-bounds \
-    -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
-  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
-  
-  for langchar in \
-    fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
-    ca.latin1 da.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-)
-    if [ -f dcraw_${lang}.1 ]; then
-      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
-      iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
-      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1
-      cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1
-    fi
-    mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES
-    msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po
-  done
-
-  install -Dm644 "${srcdir}/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
-}

Copied: dcraw/repos/extra-x86_64/PKGBUILD (from rev 146431, dcraw/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=dcraw
+pkgver=9.12
+pkgrel=1
+pkgdesc="A command line based converter for digicams raw output"
+arch=('i686' 'x86_64')
+url="http://www.cybercom.net/~dcoffin/dcraw/"
+license=('custom')
+depends=('lcms' 'jasper')
+source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz
+        license.txt)
+sha1sums=('b0110f83692b14940a8e43759d7ccefa77103cc6'
+          '502c8f0ac7434d48f5dcb2eefe7599627cb69454')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \
+    -Wall -Wno-unused-result -Wno-array-bounds \
+    -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
+  install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
+  
+  for langchar in \
+    fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \
+    ca.latin1 da.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-)
+    if [ -f dcraw_${lang}.1 ]; then
+      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1
+      iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1
+      mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1
+      cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1
+    fi
+    mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES
+    msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po
+  done
+
+  install -Dm644 "${srcdir}/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-x86_64/dcraw.install
===================================================================
--- extra-x86_64/dcraw.install	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-x86_64/dcraw.install	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-
-NOTE for dcraw:
-----
-  ==> dcraw provides the simple commandline tools for raw conversion. If you
-  ==> are looking for a more sophisticated way consider gimp-ufraw, which
-  ==> provides a gimp-plugin and a standalone application that can even convert
-  ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
-  ==> 'pacman -S gimp-ufraw' to get it.
-
-EOF
-}

Copied: dcraw/repos/extra-x86_64/dcraw.install (from rev 146431, dcraw/trunk/dcraw.install)
===================================================================
--- extra-x86_64/dcraw.install	                        (rev 0)
+++ extra-x86_64/dcraw.install	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+
+NOTE for dcraw:
+----
+  ==> dcraw provides the simple commandline tools for raw conversion. If you
+  ==> are looking for a more sophisticated way consider gimp-ufraw, which
+  ==> provides a gimp-plugin and a standalone application that can even convert
+  ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
+  ==> 'pacman -S gimp-ufraw' to get it.
+
+EOF
+}

Deleted: extra-x86_64/license.txt
===================================================================
--- extra-x86_64/license.txt	2012-01-11 00:54:18 UTC (rev 146431)
+++ extra-x86_64/license.txt	2012-01-11 00:54:52 UTC (rev 146432)
@@ -1,16 +0,0 @@
-This is a command-line ANSI C program to convert raw photos from
-any digital camera on any computer running any operating system.
-
-No license is required to download and use dcraw.c.  However,
-to lawfully redistribute this code, you must either (a) include
-full source code* for all executable files containing RESTRICTED
-functions, (b) remove all RESTRICTED functions, re-implement them,
-or copy them from an earlier, unrestricted Revision of dcraw.c,
-or (c) purchase a license from the author.
-
-The functions that process Foveon images have been RESTRICTED
-since Revision 1.237.  All other code remains free for all uses.
-
-*If you have not modified dcraw.c in any way, a link to my
-homepage qualifies as "full source code".
-

Copied: dcraw/repos/extra-x86_64/license.txt (from rev 146431, dcraw/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt	                        (rev 0)
+++ extra-x86_64/license.txt	2012-01-11 00:54:52 UTC (rev 146432)
@@ -0,0 +1,16 @@
+This is a command-line ANSI C program to convert raw photos from
+any digital camera on any computer running any operating system.
+
+No license is required to download and use dcraw.c.  However,
+to lawfully redistribute this code, you must either (a) include
+full source code* for all executable files containing RESTRICTED
+functions, (b) remove all RESTRICTED functions, re-implement them,
+or copy them from an earlier, unrestricted Revision of dcraw.c,
+or (c) purchase a license from the author.
+
+The functions that process Foveon images have been RESTRICTED
+since Revision 1.237.  All other code remains free for all uses.
+
+*If you have not modified dcraw.c in any way, a link to my
+homepage qualifies as "full source code".
+




More information about the arch-commits mailing list