Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (8bb8fd03aaa4256f1444a91808584fa1cf493167)

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 devel-kde3_removal grimoire by Bor Kraljič (8bb8fd03aaa4256f1444a91808584fa1cf493167)
  • Date: Tue, 4 Oct 2011 02:54:56 -0500

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

audio-creation/ecasound/DEPENDS | 5 -----
audio-creation/ecasound/HISTORY | 3 +++
audio-creation/linuxsampler/DEPENDS | 5 -----
audio-creation/linuxsampler/HISTORY | 3 +++
audio-soft/cutmp3/DEPENDS | 3 +--
audio-soft/cutmp3/HISTORY | 3 +++
chat-im/ayttm/DEPENDS | 4 ----
chat-im/ayttm/HISTORY | 3 +++
disk/hotswap/DEPENDS | 3 ---
disk/hotswap/HISTORY | 3 +++
video/mplayer/DEPENDS | 1 -
video/mplayer/HISTORY | 3 +++
xorg-app/compiz/DEPENDS | 5 -----
xorg-app/compiz/HISTORY | 3 +++
14 files changed, 22 insertions(+), 25 deletions(-)

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

compiz: removed optional dependency on kdelibs

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

mplayer: removed optional dependency on arts

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

hotswap: removed optional dependency on kdelibs

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

ayttm: removed optional dependency on arts

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

cutmp3: removed optional dependency on kdebase

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

linuxsampler: removed optional dependency on arts

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

ecasound: removed optional dependency on arts

diff --git a/audio-creation/ecasound/DEPENDS b/audio-creation/ecasound/DEPENDS
index 5b763dd..2197e3d 100755
--- a/audio-creation/ecasound/DEPENDS
+++ b/audio-creation/ecasound/DEPENDS
@@ -11,11 +11,6 @@ optional_depends alsa-lib \
"" \
"for ALSA sound output" &&

-optional_depends arts \
- "--enable-arts" \
- "--disable-arts" \
- "for aRts sound output" &&
-
optional_depends JACK-DRIVER \
"--enable-jack" \
"--disable-jack" \
diff --git a/audio-creation/ecasound/HISTORY b/audio-creation/ecasound/HISTORY
index b00d4b9..4b8af73 100644
--- a/audio-creation/ecasound/HISTORY
+++ b/audio-creation/ecasound/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on arts
+
2008-11-20 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 2.5.2

diff --git a/audio-creation/linuxsampler/DEPENDS
b/audio-creation/linuxsampler/DEPENDS
index 1094482..d53fe51 100755
--- a/audio-creation/linuxsampler/DEPENDS
+++ b/audio-creation/linuxsampler/DEPENDS
@@ -15,11 +15,6 @@ optional_depends JACK-DRIVER \
"--disable-jack-driver" \
"for JACK audio support" &&

-optional_depends arts \
- "--enable-arts-driver" \
- "--disable-arts-driver" \
- "for aRts audio support" &&
-
optional_depends sqlite \
"--enable-instruments-db" \
"--disable-instruments-db" \
diff --git a/audio-creation/linuxsampler/HISTORY
b/audio-creation/linuxsampler/HISTORY
index f3c6a71..d3f8014 100644
--- a/audio-creation/linuxsampler/HISTORY
+++ b/audio-creation/linuxsampler/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on arts
+
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/audio-soft/cutmp3/DEPENDS b/audio-soft/cutmp3/DEPENDS
index b37a61e..bf890fd 100755
--- a/audio-soft/cutmp3/DEPENDS
+++ b/audio-soft/cutmp3/DEPENDS
@@ -1,4 +1,3 @@
depends readline &&
depends ncurses &&
-suggest_depends mpg123 "" "" "for playback (runtime)" &&
-optional_depends kdebase "kde" "" "install konqueror servicemenu entry"
+suggest_depends mpg123 "" "" "for playback (runtime)"
diff --git a/audio-soft/cutmp3/HISTORY b/audio-soft/cutmp3/HISTORY
index 68bd132..e1c4280 100644
--- a/audio-soft/cutmp3/HISTORY
+++ b/audio-soft/cutmp3/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on kdebase
+
2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: removing MPG123 provider, plain depend on mpg123

diff --git a/chat-im/ayttm/DEPENDS b/chat-im/ayttm/DEPENDS
index e72b665..b87c7cb 100755
--- a/chat-im/ayttm/DEPENDS
+++ b/chat-im/ayttm/DEPENDS
@@ -6,10 +6,6 @@ depends glib2 &&
if [[ "$CVS" == "y" ]]; then
depends cvs
fi &&
-optional_depends arts \
- "--enable-arts" \
- "--disable-arts" \
- "For ARTS Support" &&
optional_depends gpgme &&
optional_depends jasper \
"--enable-webcam" \
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index 222d7bc..844448f 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on arts
+
2010-07-10 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.6.3

diff --git a/disk/hotswap/DEPENDS b/disk/hotswap/DEPENDS
index 8b4d300..593f10b 100755
--- a/disk/hotswap/DEPENDS
+++ b/disk/hotswap/DEPENDS
@@ -1,7 +1,4 @@
depends libxml2 &&
-optional_depends kdelibs '--enable-kde-frontend' \
- '--disable-kde-frontend' \
- 'Do you want the KDE frontend?' &&

optional_depends MOTIF '--enable-motif-frontend' \
'--disable-motif-frontend' \
diff --git a/disk/hotswap/HISTORY b/disk/hotswap/HISTORY
index f396796..60d3dfe 100644
--- a/disk/hotswap/HISTORY
+++ b/disk/hotswap/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on kdelibs
+
2007-11-24 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS,DEPENDS,INSTALL,HISTORY: created spell

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 5be8477..3a66d09 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -52,7 +52,6 @@ optional_depends twolame "" "--disable-twolame" "Twolame
(MPEG layer 2 audio) s

# audio devices
optional_depends esound "" "--disable-esd" "for direct esd audio output" &&
-optional_depends arts "" "--disable-arts" "for arts audio output" &&
optional_depends alsa-lib "" "--disable-alsa" "for alsa audio output" &&
optional_depends nas "" "--disable-nas" "for NAS audio output" &&
optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio
output" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index df8e1ea..3824d1b 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on arts
+
2011-09-25 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* mplayer.gpg: added gpg keyring
diff --git a/xorg-app/compiz/DEPENDS b/xorg-app/compiz/DEPENDS
index b46e397..df1f00d 100755
--- a/xorg-app/compiz/DEPENDS
+++ b/xorg-app/compiz/DEPENDS
@@ -18,11 +18,6 @@ depends -sub 'XCOMPOSITE' xorg-server &&
# --disable-gnome-keybindings Disable gnome keybindings
# --disable-kconfig Disable kconfig plugin

-optional_depends kdelibs \
- "--enable-kde" \
- "--disable-kde" \
- "Build KDE window decorator" &&
-
optional_depends kdelibs4 \
"--enable-kde4" \
"--disable-kde4" \
diff --git a/xorg-app/compiz/HISTORY b/xorg-app/compiz/HISTORY
index 18a1d4b..d5246bd 100644
--- a/xorg-app/compiz/HISTORY
+++ b/xorg-app/compiz/HISTORY
@@ -1,3 +1,6 @@
+2011-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed optional dependency on kdelibs
+
2010-12-23 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD: added to fix compiling with gtk




  • [SM-Commit] GIT changes to devel-kde3_removal grimoire by Bor Kraljič (8bb8fd03aaa4256f1444a91808584fa1cf493167), Bor Kraljič, 10/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page