Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
203a6e63aa
2 changed files with 55 additions and 0 deletions
  1. +43
    -0
      package/stf/libexif/libexif.desc
  2. +12
    -0
      package/stf/libexif/no-make-all-in-po.patch

+ 43
- 0
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 <stefan.fiedler@students.jku.at>
[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/

+ 12
- 0
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
########################################################################

Loading…
Cancel
Save