Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (b2d0f7e76f1c249fc1ed5bb643848e2e200b8c70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (b2d0f7e76f1c249fc1ed5bb643848e2e200b8c70)
  • Date: Tue, 19 Aug 2008 12:30:48 -0500

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

ChangeLog | 3 +++
audio-creation/glame/DEPENDS | 6 +-----
audio-creation/glame/HISTORY | 3 +++
doc/algorithms/DETAILS | 3 ++-
doc/algorithms/HISTORY | 3 +++
mobile/gtkpbbuttons/DEPENDS | 1 +
mobile/gtkpbbuttons/HISTORY | 3 +++
utils/lmctl/DEPENDS | 1 +
utils/lmctl/HISTORY | 3 +++
volatiles | 2 +-
10 files changed, 21 insertions(+), 7 deletions(-)

New commits:
commit 6c41d6648fdce6bc5e1caa2a5e519c2fe76d7add
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

pmi: DETAILS: added FORCE_DOWNLOAD and SOURCE_IGNORE fixing bug 12400

commit 8fcdc933d0c6500b67cfb12bb786faedf98e4117
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

gtkpbbuttons: DEPENDS: added libgnomeui, fixing bug 12472

commit 7c12f8d711e1e482ecccd40b5b6a609ee5745bbb
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

lcmtl: DEPENDS: added libusb

commit d4ea81897292b31146449834d2d13ec7468c8e22
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

glame: DEPENDS: made libxml2 non-optional, fixing bug 12596

commit ce466417c7f63e8258572a2ef1ccb685b1dc799a
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

volatiles: fixed regex for perllocal.pod, fixing bug 14458

diff --git a/ChangeLog b/ChangeLog
index ba7b61b..85ad0e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2008-08-19 Robert Figura <rfigura AT sourcemage.org>
+ * volatiles: fixed regex for perllocal.pod
+
+2008-08-19 Robert Figura <rfigura AT sourcemage.org>
* excluded: added /usr/share/pear/.filemap

2008-08-19 Ismael Luceno <ismael AT sourcemage.org>
diff --git a/audio-creation/glame/DEPENDS b/audio-creation/glame/DEPENDS
index 1a1f4da..fddd57d 100755
--- a/audio-creation/glame/DEPENDS
+++ b/audio-creation/glame/DEPENDS
@@ -1,15 +1,11 @@
depends guile &&
+depends libxml2 &&

optional_depends ladspa \
"--enable-ladspa" \
"--disable-ladspa" \
"for LADSPA support" &&

-optional_depends libxml2 \
- "--with-libxml2" \
- "--without-libxml2" \
- "for XML 2.0 support" &&
-
optional_depends libgnomeui \
"--enable-gui" \
"--disable-gui" \
diff --git a/audio-creation/glame/HISTORY b/audio-creation/glame/HISTORY
index e315234..d19680c 100644
--- a/audio-creation/glame/HISTORY
+++ b/audio-creation/glame/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Robert Figura <rfigura AT sourcemage.org>
+ * DEPENDS: made libxml2 non-optional
+
2007-04-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 2.0.1
* CONFIGURE: removed
diff --git a/doc/algorithms/DETAILS b/doc/algorithms/DETAILS
index 90bb67b..25ae9ae 100755
--- a/doc/algorithms/DETAILS
+++ b/doc/algorithms/DETAILS
@@ -4,7 +4,8 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/macros/latex/contrib/$SOURCE
SOURCE_URL[1]=ftp://ftp.dante.de/tex-archive/macros/latex/contrib/$SOURCE
- MD5[0]=e05c3849e79d0014a48921f5162dd425
+ SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on

WEB_SITE=http://www.ctan.org/tex-archive/help/Catalogue/entries/algorithms.html
ENTERED=20030511
LICENSE=UNKNOWN
diff --git a/doc/algorithms/HISTORY b/doc/algorithms/HISTORY
index 4b3d1f5..c22c16b 100644
--- a/doc/algorithms/HISTORY
+++ b/doc/algorithms/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Robert Figura <template AT sourcemage.org>
+ * DETAILS: added FORCE_DOWNLOAD and SOURCE_IGNORE
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/mobile/gtkpbbuttons/DEPENDS b/mobile/gtkpbbuttons/DEPENDS
index 3aac6ae..7dd7c65 100755
--- a/mobile/gtkpbbuttons/DEPENDS
+++ b/mobile/gtkpbbuttons/DEPENDS
@@ -1,6 +1,7 @@
depends pbbuttonsd &&
depends audiofile &&
depends gtk+2 &&
+depends libgnomeui &&

optional_depends gnome2-profile \
"--with-gnome" \
diff --git a/mobile/gtkpbbuttons/HISTORY b/mobile/gtkpbbuttons/HISTORY
index 91b2863..b3b5fee 100644
--- a/mobile/gtkpbbuttons/HISTORY
+++ b/mobile/gtkpbbuttons/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Robert Figura <template AT sourcemage.org>
+ * DEPENDS: added libgnomeui
+
2006-09-01 Armando Vega <synan AT rilinux.hr>
* DETAILS: version bump 0.6.8, removed UPDATED and BUILD_API, source
extension changed from .tar.gz to .tgz

diff --git a/utils/lmctl/DEPENDS b/utils/lmctl/DEPENDS
new file mode 100755
index 0000000..5487d07
--- /dev/null
+++ b/utils/lmctl/DEPENDS
@@ -0,0 +1 @@
+depends libusb
diff --git a/utils/lmctl/HISTORY b/utils/lmctl/HISTORY
index 1061485..2aefa12 100644
--- a/utils/lmctl/HISTORY
+++ b/utils/lmctl/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Robert Figura <template AT sourcemage.org>
+ * DEPENDS: added libusb
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/volatiles b/volatiles
index 64299f4..aa3955e 100644
--- a/volatiles
+++ b/volatiles
@@ -1,4 +1,4 @@
-^/usr/lib/perl5/*/*/perllocal.pod
+^/usr/lib/perl5/.*/.*/perllocal\.pod
^/usr/lib/python[^/]*/site-packages/easy-install.pth
^/usr/share/pear/\.filemap$
^/etc/gconf/gconf\.xml\.defaults/.*



  • [SM-Commit] GIT changes to master grimoire by Robert Figura (b2d0f7e76f1c249fc1ed5bb643848e2e200b8c70), Robert Figura, 08/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page