Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccf7d6959bce5706962e9d15bfd288e7e5915746)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccf7d6959bce5706962e9d15bfd288e7e5915746)
  • Date: Wed, 16 Apr 2008 06:39:44 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

archive/tar/DEPENDS | 6 +++---
archive/tar/HISTORY | 4 +++-
archive/tar/POST_REMOVE | 2 +-
archive/tar/PRE_BUILD | 6 ------
archive/tar/tar_lzma.diff | 42 ------------------------------------------
gnome2-apps/gtkam/DEPENDS | 13 +++++++------
gnome2-apps/gtkam/DETAILS | 13 ++++++-------
gnome2-apps/gtkam/HISTORY | 5 ++++-
8 files changed, 24 insertions(+), 67 deletions(-)

New commits:
commit ccf7d6959bce5706962e9d15bfd288e7e5915746
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtkam: => 0.1.15, added missing deps, cleaned up, fixed short and long
descs

commit 3539c697f8462f08cf648887635380ba685880cf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tar: removed useless lzma patch

diff --git a/archive/tar/DEPENDS b/archive/tar/DEPENDS
index da4147b..fe0de3b 100755
--- a/archive/tar/DEPENDS
+++ b/archive/tar/DEPENDS
@@ -1,4 +1,4 @@
-depends gnupg &&
-depends smgl-fhs &&
+depends gnupg &&
+depends smgl-fhs &&

-optional_depends lzma-utils "" "" "for LZMA support"
+optional_depends lzma-utils "" "" "for LZMA support"
diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index d4dd15e..6093941 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,6 @@
+2008-04-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: removed, lzma support is already in 1.20
+
2008-04-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.20, fixed WEB_SITE
* PRE_BUILD: gcc 4.3 patch is useless now
@@ -155,4 +158,3 @@
the tag reflects latest available information posted by
Jean Michel Smith to sgl-spells
See DETAILS for details ;-)
-
diff --git a/archive/tar/POST_REMOVE b/archive/tar/POST_REMOVE
index 553fca1..f8d16e0 100755
--- a/archive/tar/POST_REMOVE
+++ b/archive/tar/POST_REMOVE
@@ -1 +1 @@
-install-info --delete tar --info-dir $TRACK_ROOT/usr/share/info
+install-info --delete tar --info-dir $TRACK_ROOT/usr/share/info
diff --git a/archive/tar/PRE_BUILD b/archive/tar/PRE_BUILD
deleted file mode 100755
index d5465d8..0000000
--- a/archive/tar/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-if is_depends_enabled $SPELL lzma-utils; then
- patch -p1 < $SPELL_DIRECTORY/tar_lzma.diff
-fi
diff --git a/archive/tar/tar_lzma.diff b/archive/tar/tar_lzma.diff
deleted file mode 100644
index 50eacb8..0000000
--- a/archive/tar/tar_lzma.diff
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/src/buffer.c.orig 2006-11-02 13:46:59.000000000 +0100
-+++ b/src/buffer.c 2006-11-02 13:50:05.000000000 +0100
-@@ -196,7 +196,8 @@
- ct_none,
- ct_compress,
- ct_gzip,
-- ct_bzip2
-+ ct_bzip2,
-+ ct_lzma
- };
-
- struct zip_magic
-@@ -213,6 +214,7 @@
- { ct_compress, 2, "\037\235", "compress", "-Z" },
- { ct_gzip, 2, "\037\213", "gzip", "-z" },
- { ct_bzip2, 3, "BZh", "bzip2", "-j" },
-+ { ct_lzma, 3, "]\000\000", "lzma", "-Y" },
- };
-
- #define NMAGIC (sizeof(magic)/sizeof(magic[0]))
---- a/src/tar.c.orig 2006-11-02 13:47:07.000000000 +0100
-+++ b/src/tar.c 2006-11-02 13:51:53.000000000 +0100
-@@ -568,6 +568,8 @@
- N_("control pax keywords"), GRID+8 },
- {"label", 'V', N_("TEXT"), 0,
- N_("create archive with volume name TEXT; at list/extract time, use TEXT
as a globbing pattern for volume name"), GRID+8 },
-+ {"lzma", 'Y', 0, 0,
-+ N_("filter the archive through lzma"), GRID+8 },
- {"bzip2", 'j', 0, 0,
- N_("filter the archive through bzip2"), GRID+8 },
- {"gzip", 'z', 0, 0,
-@@ -1423,6 +1425,10 @@
- }
- break;
-
-+ case 'Y':
-+ set_use_compress_program_option ("lzma");
-+ break;
-+
- case 'z':
- set_use_compress_program_option ("gzip");
- break;
diff --git a/gnome2-apps/gtkam/DEPENDS b/gnome2-apps/gtkam/DEPENDS
index dd9f2d2..eb39c56 100755
--- a/gnome2-apps/gtkam/DEPENDS
+++ b/gnome2-apps/gtkam/DEPENDS
@@ -1,7 +1,8 @@
-depends gtk+2 &&
-depends libexif-gtk &&
-depends libgphoto2 &&
-depends libusb &&
-depends aalib &&
-optional_depends hotplug "" "" "for kernel hotplug support"
+depends gtk+2 &&
+depends libexif-gtk &&
+depends libgphoto2 &&
+depends libusb &&
+depends aalib &&

+optional_depends gimp "" "--without-gimp" "for GIMP plugin" &&
+optional_depends hotplug "" "" "for kernel hotplug support"
diff --git a/gnome2-apps/gtkam/DETAILS b/gnome2-apps/gtkam/DETAILS
index f5ebe9b..74538de 100755
--- a/gnome2-apps/gtkam/DETAILS
+++ b/gnome2-apps/gtkam/DETAILS
@@ -1,17 +1,16 @@
SPELL=gtkam
- VERSION=0.1.14
+ VERSION=0.1.15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/$SOURCE
-
SOURCE_HASH=sha512:169d11ea526d56d64503b95292b29718c1b60d014225673cf27db70503bab593b652edc384b63caf7dd88088fc30a0fe0d5e83c6834709e113f23d91e60e3835
+
SOURCE_HASH=sha512:75b330a8d0836add74273bd9ce8e528ce7990caedc3a3b27da64c6c80e5fd826a105cef908e346ea2be1a1e7235f46feb8394e8c8e5668261646ffbfff8c79cf
LICENSE[0]=GPL
WEB_SITE=http://gphoto.sourceforge.net/
ENTERED=20030323
KEYWORDS="gnome2"
- SHORT="gPhoto2 - digital photography"
+ SHORT="official GTK2 GUI for gPhoto2"
cat << EOF
-gtkam is the official GTK2 GUI for libgphoto2. Its
-purpose it to provide a standard client for libgphoto2
-aimed at GNOME users. Consider it as a reference
-implementation for a graphical libgphoto2 client.
+gtkam is the official GTK2 GUI for libgphoto2. Its purpose it to provide a
+standard client for libgphoto2 aimed at GNOME users. Consider it as a
+reference implementation for a graphical libgphoto2 client.
EOF
diff --git a/gnome2-apps/gtkam/HISTORY b/gnome2-apps/gtkam/HISTORY
index b154fba..d002094 100644
--- a/gnome2-apps/gtkam/HISTORY
+++ b/gnome2-apps/gtkam/HISTORY
@@ -1,3 +1,7 @@
+2008-04-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.15, fixed desc
+ * DEPENDS: added gimp as opt dep
+
2007-12-02 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: removed optional_depends on libexif-gtk (Bug #14153)

@@ -28,4 +32,3 @@

2003-03-23 Jose Bernardo Silva <jbernardo AT sourcemage.org>
* Created the gtkam spell based on the gphoto2
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccf7d6959bce5706962e9d15bfd288e7e5915746), Vlad Glagolev, 04/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page