Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (429d595e25e33b40a86805d89d88004066963c71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (429d595e25e33b40a86805d89d88004066963c71)
  • Date: Fri, 21 Jul 2006 12:45:38 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
e/emphasis/DEPENDS | 7 ++++---
e/emphasis/HISTORY | 3 +++
e/evfs/DEPENDS | 18 +++++++++++++++++-
e/evfs/HISTORY | 7 +++++++
libs/elfutils/DETAILS | 3 +--
libs/elfutils/HISTORY | 5 +++++
libs/elfutils/elfutils-0.120.tar.gz.sig | 0
libs/elfutils/elfutils-0.122.tar.gz.sig |binary
libs/elfutils/elfutils-portability.patch.sig |binary
10 files changed, 37 insertions(+), 6 deletions(-)

New commits:
commit 429d595e25e33b40a86805d89d88004066963c71
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs can optionally use samba

commit bf25217c7c9d3ecec70c6ec2659c897f64b1b391
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs can optionally use taglib for audio file extraction

commit 743ef4790087680ad44a9ebde1c2853cd2bb7f70
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs depends on sqlite (3.x) for database storage

commit cee90bc5daaa1644c0d208ae3f733b8c62421147
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert evfs dependency on sqlite3 (spell does not exist)

commit b8de3619c26bf2c634a241c140026265dfe0d856
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs now uses libxml2 instead of libxml

commit 969bcca66e5985fc694264a636b0b00779e8bb79
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs uses sqlite3 for database storage now

commit 41ff1c26628656e9997f5d15e841f635618864b6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evfs now optionally uses libextractor for file metadata

commit 1c7abd5be3ae7b13fefdd7ee96cfc6de0439ae58
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

emphasis now depends on enhance

commit 7e1925b8fe551e3f5b55a5ae12d5d4ebab12f50a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated elfutils to 0.122 (fixes bug #12884 as well)

diff --git a/e/emphasis/DEPENDS b/e/emphasis/DEPENDS
index b226414..1cc8638 100755
--- a/e/emphasis/DEPENDS
+++ b/e/emphasis/DEPENDS
@@ -1,4 +1,5 @@
-depends CVS &&
-depends etk &&
-depends libmpd &&
+depends CVS &&
+depends enhance &&
+depends etk &&
+depends libmpd &&
depends mpd
diff --git a/e/emphasis/HISTORY b/e/emphasis/HISTORY
index bf63487..74e4a7d 100644
--- a/e/emphasis/HISTORY
+++ b/e/emphasis/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Now uses enhance as well
+
2006-06-06 Eric Sandall <eric AT sandall.us>
* DETAILS,DEPENDS,PREPARE,PRE_BUILD: Added

diff --git a/e/evfs/DEPENDS b/e/evfs/DEPENDS
index 9cc1754..29cf020 100755
--- a/e/evfs/DEPENDS
+++ b/e/evfs/DEPENDS
@@ -1,4 +1,20 @@
depends CVS &&
depends ecore &&
depends eet &&
-depends libxml
+depends libxml2 &&
+depends sqlite &&
+
+optional_depends libextractor \
+ '--enable-plugin-extractor' \
+ '--disable-plugin-extractor' \
+ 'for file metadata extraction' &&
+
+optional_depends taglib \
+ '' \
+ '' \
+ 'for audio metadata editing and extraction' &&
+
+optional_depends samba \
+ '--enable-samba' \
+ '--disable-samba' \
+ 'for SaMBa filesystem support'
diff --git a/e/evfs/HISTORY b/e/evfs/HISTORY
index 4eeea78..d2a14df 100644
--- a/e/evfs/HISTORY
+++ b/e/evfs/HISTORY
@@ -1,3 +1,10 @@
+2006-07-21 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Now optionally depends on libextractor for file metadata
+ Now depends on sqlite (3.x) for database storage, instead of eet
+ Now uses libxml2 instead of libxml
+ Can optionally use taglib for audio file metadata
+ Can optionally use samba for SMB filesystem support
+
2006-03-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: new SOURCE_URL, CVS is no longer hosted on SF

diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index a452038..b095960 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=elfutils
- VERSION=0.120
+ VERSION=0.122
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-portability.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -11,7 +11,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
LICENSE[0]=OpenSoftware
- BUILD_API=2
KEYWORDS="libs"
WEB_SITE=http://www.redhat.com/
ENTERED=20031203
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index ed8c36c..d20a2f6 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,8 @@
+2006-07-21 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.122 (fixes Bug #12884 as well since the
+ portability patch was updated for this version)
+ Removed BUILD_API=2 (grimoire-wide now)
+
2006-04-24 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.120 (hopefully fixes Bug #10313)
Added portability patch as SOURCE2
diff --git a/libs/elfutils/elfutils-0.120.tar.gz.sig
b/libs/elfutils/elfutils-0.120.tar.gz.sig
deleted file mode 100644
index cf43419..0000000
Binary files a/libs/elfutils/elfutils-0.120.tar.gz.sig and /dev/null differ
diff --git a/libs/elfutils/elfutils-0.122.tar.gz.sig
b/libs/elfutils/elfutils-0.122.tar.gz.sig
new file mode 100644
index 0000000..181d23a
Binary files /dev/null and b/libs/elfutils/elfutils-0.122.tar.gz.sig differ
diff --git a/libs/elfutils/elfutils-portability.patch.sig
b/libs/elfutils/elfutils-portability.patch.sig
index 7136f9f..525e254 100644
Binary files a/libs/elfutils/elfutils-portability.patch.sig and
b/libs/elfutils/elfutils-portability.patch.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (429d595e25e33b40a86805d89d88004066963c71), Eric Sandall, 07/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page