From 203a6e63aaf1a619bb35b7d8989ab0c14d82ebdf Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Wed, 5 Jan 2005 11:54:14 +0000 Subject: [PATCH] Stefan Fiedler: add libexif, an EXIF tag parsing library, used by e.g. gimp and gphoto Index: package/stf/libexif/libexif.desc =================================================================== [2005010120410228062] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5459 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/stf/libexif/libexif.desc | 43 +++++++++++++++++++++ package/stf/libexif/no-make-all-in-po.patch | 12 ++++++ 2 files changed, 55 insertions(+) create mode 100644 package/stf/libexif/libexif.desc create mode 100644 package/stf/libexif/no-make-all-in-po.patch diff --git a/package/stf/libexif/libexif.desc b/package/stf/libexif/libexif.desc new file mode 100644 index 000000000..77175521d --- /dev/null +++ b/package/stf/libexif/libexif.desc @@ -0,0 +1,43 @@ +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/tsa/iptraf/iptraf.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] EXIF tag parsing library + +[T] Most digital cameras produce EXIF files, which are JPEG files with extra tags +[T] that contain information about the image. The EXIF library allows you to parse +[T] an EXIF file and read the data from those tags. + +[U] http://sourceforge.net/projects/libexif + +[A] Hans Ulrich Niedermann { Project Manager } + +[M] Stefan Fiedler + +[C] extra/multimedia + +[L] GPL +[S] Beta +[V] 0.6.11 +[P] X -----5---9 130.400 + +[D] 206447692 libexif-0.6.11.tar.bz2 http://dl.sourceforge.net/libexif/ + diff --git a/package/stf/libexif/no-make-all-in-po.patch b/package/stf/libexif/no-make-all-in-po.patch new file mode 100644 index 000000000..05be1d93b --- /dev/null +++ b/package/stf/libexif/no-make-all-in-po.patch @@ -0,0 +1,12 @@ +diff -dur libexif-0.6.11/Makefile.in libexif-0.6.11-p/Makefile.in +--- libexif-0.6.11/Makefile.in 2004-10-16 12:21:37.000000000 +0000 ++++ libexif-0.6.11-p/Makefile.in 2004-12-30 12:20:35.111568480 +0000 +@@ -215,7 +215,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = libexif libjpeg test po m4 ++SUBDIRS = libexif libjpeg test m4 + EXTRA_DIST = @PACKAGE@.spec + + ########################################################################