Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (886afdd98f7f8206e858401ac70e7f46c8072fe1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (886afdd98f7f8206e858401ac70e7f46c8072fe1)
  • Date: Fri, 24 Jul 2009 17:28:59 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-libs/openal-soft/DEPENDS | 2 +-
audio-libs/openal-soft/HISTORY | 3 +++
graphics-libs/libpano13/DETAILS | 4 ++--
graphics-libs/libpano13/HISTORY | 5 +++++
graphics-libs/libpano13/UP_TRIGGERS | 9 +++++++++
graphics/hugin/DEPENDS | 2 ++
graphics/hugin/DETAILS | 6 +++---
graphics/hugin/HISTORY | 5 +++++
8 files changed, 30 insertions(+), 6 deletions(-)

New commits:
commit 886afdd98f7f8206e858401ac70e7f46c8072fe1
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libpano13: only run the triggers if the trigerees are installed

commit e25690879a9a424704b9526a22ad0506feb25aaf
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

hugin: deconstified the source dir

commit a4961ffc55f320efe9feced3d9eb92c090094835
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

openal-soft: fixed syntax error

commit b1ffb93a739b4c707afa9e09e0b2de485083aa2f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

hugin: 0.8.0

commit c6790598e26cb916eb79f3e6b5e9d2bbee290883
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libpano13: 2.9.14

diff --git a/audio-libs/openal-soft/DEPENDS b/audio-libs/openal-soft/DEPENDS
index f0b5f32..74b4c42 100755
--- a/audio-libs/openal-soft/DEPENDS
+++ b/audio-libs/openal-soft/DEPENDS
@@ -1,3 +1,3 @@
depends cmake &&
optional_depends portaudio19 "" "" "for a portaudio backend" &&
-optional_depends pulseaudio "" "" "for a pulseaudio backend" &&
+optional_depends pulseaudio "" "" "for a pulseaudio backend"
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
index ccba479..2aba9b5 100644
--- a/audio-libs/openal-soft/HISTORY
+++ b/audio-libs/openal-soft/HISTORY
@@ -1,3 +1,6 @@
+2009-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: fixed syntax error
+
2009-07-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: changed portaudio to optional, added pulseaudio
* DETAILS: updated spell to 1.8.466
diff --git a/graphics-libs/libpano13/DETAILS b/graphics-libs/libpano13/DETAILS
index 4142191..de0a95f 100755
--- a/graphics-libs/libpano13/DETAILS
+++ b/graphics-libs/libpano13/DETAILS
@@ -1,8 +1,8 @@
SPELL=libpano13
- VERSION=2.9.12
+ VERSION=2.9.14
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/panotools/$SOURCE
-
SOURCE_HASH=sha512:0ef066318c1f13ede6fb559907aa4827963bde28d003289578c94aa1bddb77be539645dfb43d7724329b4ee56ecb363d611851d9dfeda3f846a990a7d2517a6a
+
SOURCE_HASH=sha512:4fac7dabe509ca4edcdba0258e4cb23f81ac6feb7091ad27450c3bef7660504046c56623261891bfb156ad6c593ae6a6deb1bfca432ca0b7228afeaa098cd884
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://panotools.sourceforge.net/";
LICENSE[0]=GPL
diff --git a/graphics-libs/libpano13/HISTORY b/graphics-libs/libpano13/HISTORY
index b5e1289..746e949 100644
--- a/graphics-libs/libpano13/HISTORY
+++ b/graphics-libs/libpano13/HISTORY
@@ -1,3 +1,8 @@
+2009-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 2.9.14
+ * UP_TRIGGERS: added, the soname changed
+ only run the triggers if the trigerees are installed
+
2008-07-18 Jaeic Lee <zeraxeal AT gmail.com>
* DETAILS: Rewrote long description.

diff --git a/graphics-libs/libpano13/UP_TRIGGERS
b/graphics-libs/libpano13/UP_TRIGGERS
new file mode 100755
index 0000000..cb5837f
--- /dev/null
+++ b/graphics-libs/libpano13/UP_TRIGGERS
@@ -0,0 +1,9 @@
+local old_version=$(installed_version $SPELL) &&
+if [[ $old_version == 2.9.12 ]]; then
+ if spell_installed autopano-sift-c; then
+ up_trigger autopano-sift-c
+ fi &&
+ if spell_installed hugin; then
+ up_trigger hugin
+ fi
+fi
diff --git a/graphics/hugin/DEPENDS b/graphics/hugin/DEPENDS
index 41e0872..b7e3f0e 100755
--- a/graphics/hugin/DEPENDS
+++ b/graphics/hugin/DEPENDS
@@ -8,6 +8,8 @@ depends tiff &&
depends jpeg &&
depends libpng &&
depends cmake &&
+depends glew &&
+
runtime_depends image-exiftool &&
suggest_depends autopano-sift-c "" "" "for control point generation"

diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS
index a2c6952..6c7dcb1 100755
--- a/graphics/hugin/DETAILS
+++ b/graphics/hugin/DETAILS
@@ -1,9 +1,9 @@
SPELL=hugin
- VERSION=0.7.0
+ VERSION=0.8.0
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/hugin/$SOURCE
-
SOURCE_HASH=sha512:b86a82fc94df5adfbd6079069dd5f03786c46c27e2cfa91f4c7984f5877f967f38c0742e19e7bea49d8cad82898d5066346975b1f6690362c980bd89d1840ffc
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-0.7.0"
+
SOURCE_HASH=sha512:6bdbc41cab3de824269a8634d656632089533f454d926c47a6c7df2e169e862c4a3e4ccf1271c081fd21daa0707daf55f2e7b2feffa5ce348cde3277c9cde275
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://hugin.sourceforge.net/";
LICENSE[0]=GPL
ENTERED=20080711
diff --git a/graphics/hugin/HISTORY b/graphics/hugin/HISTORY
index db32970..9f7941f 100644
--- a/graphics/hugin/HISTORY
+++ b/graphics/hugin/HISTORY
@@ -1,3 +1,8 @@
+2009-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.0
+ deconstified the source dir
+ * DEPENDS: added the new dependency - glew
+
2008-10-13 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.7.0




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (886afdd98f7f8206e858401ac70e7f46c8072fe1), Jaka Kranjc, 07/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page