summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott W Taylor <swtaylor@gentoo.org>2005-01-27 00:28:45 +0000
committerScott W Taylor <swtaylor@gentoo.org>2005-01-27 00:28:45 +0000
commit905db883686ca072f147837439c8112541dfc6c5 (patch)
treeb3a35544287ca43f8178593518f318ddc1e1561d /media-gfx/crwinfo
parentbump. css fix and imagemagick works again (diff)
downloadgentoo-2-905db883686ca072f147837439c8112541dfc6c5.tar.gz
gentoo-2-905db883686ca072f147837439c8112541dfc6c5.tar.bz2
gentoo-2-905db883686ca072f147837439c8112541dfc6c5.zip
initial commit
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/crwinfo')
-rw-r--r--media-gfx/crwinfo/ChangeLog9
-rw-r--r--media-gfx/crwinfo/Manifest4
-rw-r--r--media-gfx/crwinfo/crwinfo-0.2.ebuild29
-rw-r--r--media-gfx/crwinfo/files/crwinfo-0.2.patch17
-rw-r--r--media-gfx/crwinfo/files/digest-crwinfo-0.21
-rw-r--r--media-gfx/crwinfo/metadata.xml13
6 files changed, 73 insertions, 0 deletions
diff --git a/media-gfx/crwinfo/ChangeLog b/media-gfx/crwinfo/ChangeLog
new file mode 100644
index 000000000000..0967c72edf45
--- /dev/null
+++ b/media-gfx/crwinfo/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-gfx/crwinfo
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/crwinfo/ChangeLog,v 1.1 2005/01/27 00:28:45 swtaylor Exp $
+
+*crwinfo-0.2 (26 Jan 2005)
+
+ 26 Jan 2005; Scott W Taylor <swtaylor@gentoo.org> +crwinfo-0.2.ebuild:
+ initial commit
+
diff --git a/media-gfx/crwinfo/Manifest b/media-gfx/crwinfo/Manifest
new file mode 100644
index 000000000000..8e4c273198a5
--- /dev/null
+++ b/media-gfx/crwinfo/Manifest
@@ -0,0 +1,4 @@
+MD5 d96db87a3c8b3787915523dbdf73766b crwinfo-0.2.ebuild 738
+MD5 3fdf2ab9c011f2da531cb844f90c4af4 ChangeLog 237
+MD5 2d5ea52fe53714153ab241aac27982e6 files/crwinfo-0.2.patch 991
+MD5 2245f40e97d2e737c708af5905fc49ca files/digest-crwinfo-0.2 62
diff --git a/media-gfx/crwinfo/crwinfo-0.2.ebuild b/media-gfx/crwinfo/crwinfo-0.2.ebuild
new file mode 100644
index 000000000000..f47a9c2a2d66
--- /dev/null
+++ b/media-gfx/crwinfo/crwinfo-0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/crwinfo/crwinfo-0.2.ebuild,v 1.1 2005/01/27 00:28:45 swtaylor Exp $
+
+DESCRIPTION="Canon raw image (CRW) information and thumbnail extractor"
+HOMEPAGE="http://freshmeat.net/projects/crwinfo/"
+SRC_URI="http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/CRWInfo-${PV}.tar.gz"
+S="${WORKDIR}/CRWInfo-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc amd64 alpha ia64 hppa ppc64"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ patch -p0 < ${FILESDIR}/${P}.patch
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin crwinfo || die
+ dodoc README spec
+}
diff --git a/media-gfx/crwinfo/files/crwinfo-0.2.patch b/media-gfx/crwinfo/files/crwinfo-0.2.patch
new file mode 100644
index 000000000000..18170b10d71e
--- /dev/null
+++ b/media-gfx/crwinfo/files/crwinfo-0.2.patch
@@ -0,0 +1,17 @@
+--- crwinfo.c.orig 2002-07-30 11:17:03.000000000 -0600
++++ crwinfo.c 2005-01-21 15:24:54.256888228 -0700
+@@ -95,10 +95,10 @@
+ fprintf( stderr, "-m show misc. information (whitepoint, AF mode etc)\n" );
+ fprintf( stderr, "-f show flash information (flash mode etc)\n" );
+ fprintf( stderr, "-cf show custom function settings\n" );
+- fprintf( stderr, "-t extract the thumbnail to the optional filename.
+- If no filename for the thumbnail is given, the
+- name of the CRW-file is used with a .jpg
+- extension\n" );
++ fprintf( stderr, "-t extract the thumbnail to the optional filename. \n" );
++ fprintf( stderr, " If no filename for the thumbnail is given, the\n" );
++ fprintf( stderr, " name of the CRW-file is used with a .jpg\n" );
++ fprintf( stderr, " extension\n" );
+ fprintf( stderr, "-x show experimental information (don't rely on it)\n" );
+ exit(0);
+ }
diff --git a/media-gfx/crwinfo/files/digest-crwinfo-0.2 b/media-gfx/crwinfo/files/digest-crwinfo-0.2
new file mode 100644
index 000000000000..cd002f7d0dc1
--- /dev/null
+++ b/media-gfx/crwinfo/files/digest-crwinfo-0.2
@@ -0,0 +1 @@
+MD5 182f179cdba5df8b708a698fad355f6e CRWInfo-0.2.tar.gz 10717
diff --git a/media-gfx/crwinfo/metadata.xml b/media-gfx/crwinfo/metadata.xml
new file mode 100644
index 000000000000..a1065414b778
--- /dev/null
+++ b/media-gfx/crwinfo/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>swtaylor@gentoo.org</email>
+ <name>Scott W. Taylor</name>
+ <description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+Utility to extract thumbnails and information from Canon raw (CRW) files.
+</longdescription>
+</pkgmetadata>