Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c0e1de126e5b9de36190c578ec6dcf8db2efd347)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c0e1de126e5b9de36190c578ec6dcf8db2efd347)
  • Date: Tue, 12 Feb 2013 15:13:03 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/gnome-media2/CONFIGURE | 2 +-
gnome2-libs/gnome-media2/DEPENDS | 2 +-
gnome2-libs/gnome-media2/HISTORY | 7 +++++--
3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit c0e1de126e5b9de36190c578ec6dcf8db2efd347
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-media2: Cleanup formatting

commit fed618b39e8472ecdd0360d8f56174fc643ad1cd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-media2: Depends on unique, not libunique

configure: error: Package requirements (gobject-2.0 >= 2.18.2
gtk+-2.0 >= 2.15.1
gio-2.0
gconf-2.0 >= 2.6.1
libcanberra-gtk >= 0.13
unique-1.0
libxml-2.0
) were not met:

No package 'unique-1.0' found

diff --git a/gnome2-libs/gnome-media2/CONFIGURE
b/gnome2-libs/gnome-media2/CONFIGURE
index 6108e16..6821c95 100755
--- a/gnome2-libs/gnome-media2/CONFIGURE
+++ b/gnome2-libs/gnome-media2/CONFIGURE
@@ -8,4 +8,4 @@ config_query_option GMEDIA_GSTPROPS "Enable GStreamer
properties?" y \
"--enable-gstprops" "--disable-gstprops" &&

config_query_option GMEDIA_GSTMIXER "Enable GStreamer mixer?" y \
- "--enable-gstmix" "--disable-gstmix"
+ "--enable-gstmix" "--disable-gstmix"
diff --git a/gnome2-libs/gnome-media2/DEPENDS
b/gnome2-libs/gnome-media2/DEPENDS
index bb89cf1..47f69eb 100755
--- a/gnome2-libs/gnome-media2/DEPENDS
+++ b/gnome2-libs/gnome-media2/DEPENDS
@@ -2,7 +2,7 @@ depends glib2 &&
depends gtk+2 &&
depends gconf2 &&
depends sox &&
-depends libunique &&
+depends unique &&
depends data-uuid &&
depends gnome-doc-utils &&
depends gstreamer &&
diff --git a/gnome2-libs/gnome-media2/HISTORY
b/gnome2-libs/gnome-media2/HISTORY
index db8f0e4..d8fd4de 100644
--- a/gnome2-libs/gnome-media2/HISTORY
+++ b/gnome2-libs/gnome-media2/HISTORY
@@ -1,8 +1,11 @@
+2013-02-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on unique, not libunique
+
2013-01-09 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on gnome-doc-utils

2012-01-13 Robin Cook <rcook AT wyrms.net>
- * DEPENDS: change unique to libunique
+ * DEPENDS: change unique to libunique

2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.32.0
@@ -83,7 +86,7 @@
* DETAILS: updated VERSION to 2.16.1

2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).

2006-05-30 Robin Cook <rcook AT wyrms.net>



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c0e1de126e5b9de36190c578ec6dcf8db2efd347), Eric Sandall, 02/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page