Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (56c99aee0dd4bddef0ef5ef554b4e9d165158ad7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (56c99aee0dd4bddef0ef5ef554b4e9d165158ad7)
  • Date: Thu, 18 Mar 2010 07:51:58 -0500

GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov
<spirtbrat AT sourcemage.org>:

disk/brasero/DEPENDS | 7 +++++++
disk/brasero/HISTORY | 3 +++
video/totem-pl-parser/DEPENDS | 12 +++++++++++-
video/totem-pl-parser/HISTORY | 3 +++
4 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit 56c99aee0dd4bddef0ef5ef554b4e9d165158ad7
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

brasero: needs both libburn and libisofs to build libburnia plugins

commit 93edbcf80bad8ac762bddcb74a7871ef83b0a6a1
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

totem-pl-parser: optionally depends on gobject-introspection, gtk-doc

diff --git a/disk/brasero/DEPENDS b/disk/brasero/DEPENDS
index c358baf..7a7af9d 100755
--- a/disk/brasero/DEPENDS
+++ b/disk/brasero/DEPENDS
@@ -12,6 +12,13 @@ optional_depends libburn \
"--disable-libburnia" \
"to build libburnia plugins" &&

+if is_depends_enabled $SPELL libburn; then
+ message "${MESSAGE_COLOR}\
+Brasero needs both libburn and libisofs to build libburnia plugins\
+${DEFAULT_COLOR}"
+ depends libisofs
+fi &&
+
optional_depends cdrtools \
"--enable-cdrtools" \
"--disable-cdrtools" \
diff --git a/disk/brasero/HISTORY b/disk/brasero/HISTORY
index e066ea8..d1be5bd 100644
--- a/disk/brasero/HISTORY
+++ b/disk/brasero/HISTORY
@@ -1,3 +1,6 @@
+2010-03-16 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added libisofs if libburn is enabled
+
2010-03-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
* CONFIGURE: fixed BRASERO_CACHE option
* FINAL, POST_REMOVE: removed
diff --git a/video/totem-pl-parser/DEPENDS b/video/totem-pl-parser/DEPENDS
index 9d07af2..cd3fe3b 100755
--- a/video/totem-pl-parser/DEPENDS
+++ b/video/totem-pl-parser/DEPENDS
@@ -2,4 +2,14 @@ depends libxml2 &&
depends glib2 &&
depends -sub "2.4" gmime &&
depends gtk+2 &&
-depends gnome-vfs2
+depends gnome-vfs2 &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/video/totem-pl-parser/HISTORY b/video/totem-pl-parser/HISTORY
index f3db53d..da098c4 100644
--- a/video/totem-pl-parser/HISTORY
+++ b/video/totem-pl-parser/HISTORY
@@ -1,3 +1,6 @@
+2010-03-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added optional gobject-introspection, gtk-doc
+
2010-03-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.1




  • [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (56c99aee0dd4bddef0ef5ef554b4e9d165158ad7), Vasil Yonkov, 03/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page