Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a1a154cb9895f3f19a9ff62516cd7fd20822ac84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a1a154cb9895f3f19a9ff62516cd7fd20822ac84)
  • Date: Fri, 18 Jul 2008 11:24:29 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 6 ++++++
graphics/ale/BUILD | 7 +++++++
graphics/ale/CONFIGURE | 3 +++
graphics/ale/DEPENDS | 9 +++++++++
graphics/ale/DETAILS | 15 +++++++++++++++
graphics/ale/HISTORY | 3 +++
perl-cpan/image-exiftool/BUILD | 2 ++
perl-cpan/image-exiftool/DEPENDS | 1 +
perl-cpan/image-exiftool/DETAILS | 17 +++++++++++++++++
perl-cpan/image-exiftool/HISTORY | 3 +++
perl-cpan/image-exiftool/PRE_BUILD | 3 +++
11 files changed, 69 insertions(+)

New commits:
commit a1a154cb9895f3f19a9ff62516cd7fd20822ac84
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/ale: new spell

commit ddfa1066ac35c8f523a93e59249fa6d3ea38ea00
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/image-exiftool: new spell

diff --git a/ChangeLog b/ChangeLog
index 89209d0..f79909c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * perl-cpan/image-exiftool: new spell, command line application
+ and library for dealing with image, audio and video meta
+ information
+ * graphics/ale: new spell, an image enhancer
+
2008-07-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-soft/rexima: new spell, an oss compatible mixer

diff --git a/graphics/ale/BUILD b/graphics/ale/BUILD
new file mode 100755
index 0000000..bff7e77
--- /dev/null
+++ b/graphics/ale/BUILD
@@ -0,0 +1,7 @@
+OPTS="--disable-assertions $OPTS" &&
+OPTS="--enable-optimizations $OPTS" &&
+OPTS="--enable-wmx $OPTS" &&
+OPTS="--with-colors=$ALE_COLORS $OPTS" &&
+OPTS="--with-coords=$ALE_COORDS $OPTS" &&
+OPTS="--with-hashmap=$ALE_HASH $OPTS" &&
+default_build
diff --git a/graphics/ale/CONFIGURE b/graphics/ale/CONFIGURE
new file mode 100755
index 0000000..080cc63
--- /dev/null
+++ b/graphics/ale/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_list ALE_COLORS "use TYPE colors" single double fixed32 fixed16
&&
+config_query_list ALE_COORDS "use TYPE coords" single double fixed32 fixed16
&&
+config_query_list ALE_HASH "use TYPE hash map" no gnu
diff --git a/graphics/ale/DEPENDS b/graphics/ale/DEPENDS
new file mode 100755
index 0000000..e681dfb
--- /dev/null
+++ b/graphics/ale/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends imagemagick \
+ "--with-imagemagick" \
+ "--without-imagemagick" \
+ "ImageMagick file handling" &&
+optional_depends fftw \
+ "--with-fftw3" \
+ "--without-fftw3" \
+ "FFTW3 fourier transforms" &&
+depends image-exiftool
diff --git a/graphics/ale/DETAILS b/graphics/ale/DETAILS
new file mode 100755
index 0000000..353afa6
--- /dev/null
+++ b/graphics/ale/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ale
+ VERSION=0.9.0.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://auricle.dyndns.org/ALE/download/${SOURCE}
+
SOURCE_HASH=sha512:0d5c5f29f8dd68ea20e456ccdf29e273c5339d456b3d2553b11e02d1cb3cdb57462b2c51aaa34be6425fbde2dd0f78b9a26064c768ae8c40fa8090bd6ace9fe4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://auricle.dyndns.org/ALE/";
+ LICENSE[0]=GNU
+ ENTERED=20080718
+ SHORT="a synthetic capture engine and renderer"
+cat << EOF
+ALE is a synthetic capture engine and renderer accepting, as input, a
sequence
+of image frames, and producing, as output, rendered images, registration
data,
+and 3D models.
+EOF
diff --git a/graphics/ale/HISTORY b/graphics/ale/HISTORY
new file mode 100644
index 0000000..86719eb
--- /dev/null
+++ b/graphics/ale/HISTORY
@@ -0,0 +1,3 @@
+2008-07-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/perl-cpan/image-exiftool/BUILD b/perl-cpan/image-exiftool/BUILD
new file mode 100755
index 0000000..afc0d92
--- /dev/null
+++ b/perl-cpan/image-exiftool/BUILD
@@ -0,0 +1,2 @@
+make &&
+make test
diff --git a/perl-cpan/image-exiftool/DEPENDS
b/perl-cpan/image-exiftool/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/image-exiftool/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/image-exiftool/DETAILS
b/perl-cpan/image-exiftool/DETAILS
new file mode 100755
index 0000000..b716d3e
--- /dev/null
+++ b/perl-cpan/image-exiftool/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=image-exiftool
+ VERSION=7.37
+ SOURCE="Image-ExifTool-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.sno.phy.queensu.ca/~phil/exiftool/${SOURCE}
+
SOURCE_HASH=sha512:108f8849cdb2fb655999bba0c5425825225b3c0593eba7bf7eab09881e3600c874ebc2bfa2d03fec8551dc035023fdeccddafabfee7bce5c6b1d348316ea50d6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Image-ExifTool-${VERSION}"
+ WEB_SITE="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+ LICENSE[0]=PERL
+ ENTERED=20080718
+ SHORT="perl library and command-line application for reading,
writing and editing meta information in image, audio and video files"
+cat << EOF
+ExifTool supports many different types of metadata including EXIF, GPS, IPTC,
+XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as
+well as the maker notes of many digital cameras by Canon, Casio, FujiFilm,
+HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson,
+Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon and Sony.
+EOF
diff --git a/perl-cpan/image-exiftool/HISTORY
b/perl-cpan/image-exiftool/HISTORY
new file mode 100644
index 0000000..f005cef
--- /dev/null
+++ b/perl-cpan/image-exiftool/HISTORY
@@ -0,0 +1,3 @@
+2008-07-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/perl-cpan/image-exiftool/PRE_BUILD
b/perl-cpan/image-exiftool/PRE_BUILD
new file mode 100755
index 0000000..0695c70
--- /dev/null
+++ b/perl-cpan/image-exiftool/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+perl Makefile.PL




Archive powered by MHonArc 2.6.24.

Top of Page