pyexiv2: Added pyexiv2 0.1.2 - A python binding to exiv2
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../pyexiv2/mt.patch
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
# We only build boost_python-mt, not boost_python so correct the linking
|
||||
--- pyexiv2/src/SConscript.orig 2008-08-29 23:26:50.000000000 +0300
|
||||
+++ pyexiv2/src/SConscript 2008-08-29 23:27:25.000000000 +0300
|
||||
@@ -11,7 +11,7 @@
|
||||
env.Append(CPPPATH=[python_inc_path])
|
||||
|
||||
# Libraries to link against
|
||||
-libs = ['boost_python', 'exiv2']
|
||||
+libs = ['boost_python-mt', 'exiv2']
|
||||
env.Append(LIBS=libs)
|
||||
|
||||
# Build shared library libpyexiv2
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
[TIMESTAMP] 1220041949 Fri Aug 29 23:32:29 2008
|
||||
[BUILDTIME] 0 (5)
|
||||
[SIZE] 0.21 MB, 8 files
|
||||
|
||||
[DEP] bash
|
||||
[DEP] binutils
|
||||
[DEP] boost
|
||||
[DEP] bzip2
|
||||
[DEP] coreutils
|
||||
[DEP] diffutils
|
||||
[DEP] exiv2
|
||||
[DEP] fhs
|
||||
[DEP] findutils
|
||||
[DEP] gawk
|
||||
[DEP] gcc
|
||||
[DEP] glibc
|
||||
[DEP] grep
|
||||
[DEP] patch
|
||||
[DEP] pil
|
||||
[DEP] python
|
||||
[DEP] scons
|
||||
[DEP] sed
|
||||
[DEP] sysfiles
|
||||
[DEP] tar
|
||||
@@ -0,0 +1,15 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../pyexiv2/pyexiv2.conf
|
||||
# Copyright (C) 2008 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; version 2 of the License. A copy of the
|
||||
# GNU General Public License can be found in the file COPYING.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
MAKE=scons
|
||||
@@ -0,0 +1,36 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
[COPY]
|
||||
[COPY] Filename: package/.../pyexiv2/pyexiv2.desc
|
||||
[COPY] Copyright (C) 2008 The OpenSDE Project
|
||||
[COPY]
|
||||
[COPY] More information can be found in the files COPYING and README.
|
||||
[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; version 2 of the License. A copy of the
|
||||
[COPY] GNU General Public License can be found in the file COPYING.
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
[I] A python binding to exiv2
|
||||
|
||||
[T] Pyexiv2 is a python binding to exiv2, the C++ library for manipulation
|
||||
[T] of EXIF and IPTC image metadata. It is a python module that allows your
|
||||
[T] python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded
|
||||
[T] in image files (JPEG, TIFF, ...).
|
||||
|
||||
[U] http://tilloy.net/dev/pyexiv2/
|
||||
|
||||
[A] Olivier Tilloy <olivier@tilloy.net>
|
||||
[M] Nagy Karoly Gabriel <karasz@opensde.org>
|
||||
|
||||
[C] extra/development
|
||||
|
||||
[E] python
|
||||
|
||||
[L] GPL
|
||||
[S] Beta
|
||||
[V] 0.1.2
|
||||
[P] X -----5---9 800.000
|
||||
|
||||
[D] 2979465533 pyexiv2-0.1.2.tar.bz2 http://tilloy.net/dev/pyexiv2/releases/
|
||||
Reference in New Issue
Block a user