Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6444e134e55a110b06619fc1e046b8c20215ff12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6444e134e55a110b06619fc1e046b8c20215ff12)
  • Date: Wed, 12 Oct 2011 06:17:16 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-plugins/audacious-plugins/DEPENDS | 4 ----
audio-plugins/audacious-plugins/HISTORY | 3 +++
libs/bioapi-linux/DEPENDS | 1 -
libs/bioapi-linux/HISTORY | 4 ++++
libs/libextractor/DEPENDS | 5 -----
libs/libextractor/HISTORY | 3 +++
net/wvstreams/DEPENDS | 4 ----
net/wvstreams/HISTORY | 3 +++
8 files changed, 13 insertions(+), 14 deletions(-)

New commits:
commit 6444e134e55a110b06619fc1e046b8c20215ff12
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

wvstreams: removed optional dependency on qt-x11

commit c5315b303842e958d5aad3acacc9b5a07a4c8ad8
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libextractor: removed optional dependeny on qt-x11

commit f7fac889cbe2b5c2e359e6c855e768e5787fd42f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

bioapi-linux: removed optional dependency on qt-x11

commit 574603db1069bab716ec99e4f7f504e7e9c5f99b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

audacious-plugins: removed optional dependency on arts

diff --git a/audio-plugins/audacious-plugins/DEPENDS
b/audio-plugins/audacious-plugins/DEPENDS
index d53f989..d0fd37c 100755
--- a/audio-plugins/audacious-plugins/DEPENDS
+++ b/audio-plugins/audacious-plugins/DEPENDS
@@ -26,10 +26,6 @@ optional_depends JACK-DRIVER \
"" \
"--disable-jack" \
"support for jack (note: jack2 may not work here yet!)" &&
-optional_depends arts \
- "" \
- "--disable-arts" \
- "support for arts" &&
# filetype plugins
optional_depends LIBAVCODEC \
"" \
diff --git a/audio-plugins/audacious-plugins/HISTORY
b/audio-plugins/audacious-plugins/HISTORY
index a2521f7..6d425e8 100644
--- a/audio-plugins/audacious-plugins/HISTORY
+++ b/audio-plugins/audacious-plugins/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on arts
+
2011-09-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.0.3

diff --git a/libs/bioapi-linux/DEPENDS b/libs/bioapi-linux/DEPENDS
deleted file mode 100755
index 8d2a4bb..0000000
--- a/libs/bioapi-linux/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends qt-x11 "--with-Qt-dir=/usr" "--with-Qt-dir=no" "for Qt"
diff --git a/libs/bioapi-linux/HISTORY b/libs/bioapi-linux/HISTORY
index 7529983..9ae329a 100644
--- a/libs/bioapi-linux/HISTORY
+++ b/libs/bioapi-linux/HISTORY
@@ -1,3 +1,7 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+ removed, no longer needed
+
2009-02-23 Arjan Bouter <abouter AT sourcemage.org>
* created spell based on the bioapi spell.
kept it's history.
diff --git a/libs/libextractor/DEPENDS b/libs/libextractor/DEPENDS
index f125d8f..5683c4b 100755
--- a/libs/libextractor/DEPENDS
+++ b/libs/libextractor/DEPENDS
@@ -22,11 +22,6 @@ optional_depends gtk+2 \
"--disable-gtktest" \
"For thumbnail support" &&

-optional_depends qt-x11 \
- "--with-qt" \
- "--without-qt" \
- "For thumbnail support" &&
-
optional_depends libgnome \
"--enable-gnome" \
"--disable-gnome" \
diff --git a/libs/libextractor/HISTORY b/libs/libextractor/HISTORY
index 00c5de3..1bcdbfb 100644
--- a/libs/libextractor/HISTORY
+++ b/libs/libextractor/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependeny on qt-x11
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/net/wvstreams/DEPENDS b/net/wvstreams/DEPENDS
index 06f1bda..36dc7da 100755
--- a/net/wvstreams/DEPENDS
+++ b/net/wvstreams/DEPENDS
@@ -15,10 +15,6 @@ optional_depends dbus
\
"--with-dbus" \
"--without-dbus" \
"Enable dbus support" &&
-optional_depends qt-x11 \
- "--with-qt" \
- "--without-qt" \
- "Enable Qt support" &&
optional_depends valgrind \
"--with-valgrind" \
"--without-valgrind" \
diff --git a/net/wvstreams/HISTORY b/net/wvstreams/HISTORY
index 98c8b24..f38de3b 100644
--- a/net/wvstreams/HISTORY
+++ b/net/wvstreams/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on qt-x11
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6444e134e55a110b06619fc1e046b8c20215ff12), Bor Kraljič, 10/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page