Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (3fc63ef3197062d57de7b1b206e1a84eeef821f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (3fc63ef3197062d57de7b1b206e1a84eeef821f2)
  • Date: Sun, 10 Sep 2006 14:19:51 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

kde-core/kdemultimedia/DEPENDS | 82
++++++++++++++++++++++++++++++++++-------
kde-core/kdemultimedia/HISTORY | 3 +
2 files changed, 72 insertions(+), 13 deletions(-)

New commits:
commit 3fc63ef3197062d57de7b1b206e1a84eeef821f2
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

kdemultimedia: added optional depends

diff --git a/kde-core/kdemultimedia/DEPENDS b/kde-core/kdemultimedia/DEPENDS
index 4fc52a2..cf38e96 100755
--- a/kde-core/kdemultimedia/DEPENDS
+++ b/kde-core/kdemultimedia/DEPENDS
@@ -1,5 +1,6 @@
depends kdebase &&
depends libpng &&
+depends perl &&

source $GRIMOIRE/FUNCTIONS &&

@@ -9,20 +10,20 @@ fi &&

source $SECTION_DIRECTORY/KDE_DEPENDS &&

-optional_depends lame \
- '' \
- '--disable-lame-test' \
- 'to rip compact disks' &&
+optional_depends lame \
+ '--with-lame' \
+ '--without-lame --disable-lame-test' \
+ 'to rip compact disks' &&

optional_depends flac \
'--with-flac' \
'--without-flac' \
'for lossless audio encoding/decoding' &&

-optional_depends vorbis-tools \
- '' \
- '--disable-vorbis-test' \
- 'for encoding ogg-vorbis files' &&
+optional_depends vorbis-tools \
+ '--with-vorbis' \
+ '--without-vorbis --disable-vorbis-test' \
+ 'for encoding ogg-vorbis files' &&

optional_depends libmad \
'--with-libmad' \
@@ -60,8 +61,8 @@ optional_depends jack
'for low-latency audio sharing' &&

optional_depends taglib \
- '' \
- '' \
+ '--with-taglib' \
+ '--without-taglib' \
'for ID3TAGs and JuK music player' &&

optional_depends cdparanoia \
@@ -86,11 +87,66 @@ optional_depends libtunepimp


optional_depends gst-plugins \
- '' \
- '' \
+ '--with-gstreamer' \
+ '--without-gstreamer' \
'for JuK audio player and GStreamer support' &&

optional_depends xine-lib \
'--with-xine' \
'--without-xine --disable-xinetest' \
- 'for XINE video integration'
+ 'for XINE video integration' &&
+
+optional_depends fontconfig \
+ '' \
+ '' \
+ 'to configure font access' &&
+
+optional_depends libxml2 \
+ '' \
+ '' \
+ 'for a C++ XML interface' &&
+
+optional_depends libxslt \
+ '' \
+ '' \
+ 'for XSLT support' &&
+
+optional_depends freetype2 \
+ '' \
+ '' \
+ 'for freetype support' &&
+
+optional_depends OPENGL \
+ '' \
+ '' \
+ 'for OpenGL support' &&
+
+optional_depends sdl \
+ '' \
+ '' \
+ 'for a portable game library' &&
+
+optional_depends jpeg \
+ '' \
+ '' \
+ 'for JPEG image support' &&
+
+optional_depends cdrtools \
+ '' \
+ '' \
+ 'to burn CDs' &&
+
+optional_depends audiofile \
+ '--with-audiofile' \
+ '--without-audiofile' \
+ 'to use standarized digital audio formats' &&
+
+optional_depends akode \
+ '--with-akode' \
+ '--without-akode' \
+ 'for aKode decoder support' &&
+
+optional_depends libtheora \
+ '--with-theora' \
+ '--without-theora' \
+ 'to use the theora video codec'
diff --git a/kde-core/kdemultimedia/HISTORY b/kde-core/kdemultimedia/HISTORY
index bc835b0..4b6e368 100644
--- a/kde-core/kdemultimedia/HISTORY
+++ b/kde-core/kdemultimedia/HISTORY
@@ -1,3 +1,6 @@
+2006-09-10 Anton Brondz <dinolinux AT sourcemage.org>
+ * DEPENDS: added optional depends, bug #12652
+
2006-08-02 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.5.4




  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (3fc63ef3197062d57de7b1b206e1a84eeef821f2), Anton Brondz, 09/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page