[SM-Commit] GIT changes to master grimoire by Arjan Bouter (aad777ada116b183cecca98b5a66f7f526029e95)

Arjan Bouter scm at sourcemage.org
Sat Nov 14 12:27:46 EST 2009


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 gnome2-apps/gnome-power-manager/DEPENDS |    4 -
 gnome2-apps/gnome-power-manager/HISTORY |    3 +
 gnome2-libs/clutter/DETAILS             |    8 +--
 gnome2-libs/clutter/HISTORY             |    3 +
 video-libs/libquicktime/DEPENDS         |   70 +++++++++++++++++++++++++-------
 video-libs/libquicktime/HISTORY         |    3 +
 6 files changed, 71 insertions(+), 20 deletions(-)

New commits:
commit b01e33e9e4ae5c547367d8599952b893f8598932
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    clutter: shortened short and version 1.1.2

commit e6c7006704989d03f9ba7cc5034b9991fff679f2
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    gnome-power-manager: made hal optional

commit 448634929ca8256e5ebd27ad180e42b8db83aa32
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    libquicktime: completed most options for optional deps

diff --git a/gnome2-apps/gnome-power-manager/DEPENDS b/gnome2-apps/gnome-power-manager/DEPENDS
index ab48d37..9066c7c 100755
--- a/gnome2-apps/gnome-power-manager/DEPENDS
+++ b/gnome2-apps/gnome-power-manager/DEPENDS
@@ -1,6 +1,5 @@
 depends xml-parser-expat  &&
 depends dbus-glib         &&
-depends hal		  &&
 depends libglade2	  &&
 depends devicekit         &&
 depends devicekit-power   &&
@@ -17,5 +16,6 @@ optional_depends policykit-gnome                          \
                  "--disable-policykit"                    \
                  "Support PolicyKit permissions daemon?"  &&
 
-optional_depends libnotify "" "" "For nice notifications from the systray icon"  
+optional_depends libnotify "" "" "For nice notifications from the systray icon"  &&
 
+optional_depends hal "--enable-hal" "--disable-hal" "For HAL support"
diff --git a/gnome2-apps/gnome-power-manager/HISTORY b/gnome2-apps/gnome-power-manager/HISTORY
index f0eddd1..9808334 100644
--- a/gnome2-apps/gnome-power-manager/HISTORY
+++ b/gnome2-apps/gnome-power-manager/HISTORY
@@ -1,3 +1,6 @@
+2009-11-07 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS: made hal optional
+
 2009-09-22 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.28.0
 	* DEPENDS: added devicekit-power
diff --git a/gnome2-libs/clutter/DETAILS b/gnome2-libs/clutter/DETAILS
index 27d6a76..f4bf60e 100755
--- a/gnome2-libs/clutter/DETAILS
+++ b/gnome2-libs/clutter/DETAILS
@@ -1,13 +1,13 @@
            SPELL=clutter
-         VERSION=1.0.6
-          SOURCE="${SPELL}-${VERSION}.tar.gz"
+         VERSION=1.1.2
+          SOURCE="${SPELL}-${VERSION}.tar.bz2"
    SOURCE_URL[0]=http://www.${SPELL}-project.org/sources/${SPELL}/${VERSION:0:3}/${SOURCE}
-     SOURCE_HASH=sha512:d2c836961bfdd66d0464d8ae7c473769d3b7bd04de6ad7514ae20d9982906f768f76c14b7eaa7f3ed62c7f2c703de636ea2b9aad5293f7330c2f5d54ef5ac2fe
+     SOURCE_HASH=sha512:098ace6b67e7581c977107ab634e39da61f8741cd1c26bf20bd3c9b3617a762c6371970b666c1572e2cf368993a30c81364d36570afd6ba270b52cb455004403
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
         WEB_SITE="http://www.clutter-project.org"
       LICENSE[0]=LGPL
          ENTERED=20070802
-           SHORT="Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces."
+           SHORT="library for graphical user interfaces."
 cat << EOF
 Clutter is an open source software library for creating fast, visually rich
 and animated graphical user interfaces.
diff --git a/gnome2-libs/clutter/HISTORY b/gnome2-libs/clutter/HISTORY
index 6fc35c4..087affe 100644
--- a/gnome2-libs/clutter/HISTORY
+++ b/gnome2-libs/clutter/HISTORY
@@ -1,3 +1,6 @@
+2009-11-14 Arjan Bouter <abouter at sourcemage.org>
+	* DETAILS: updated to 1.1.2 and shortened short
+
 2009-09-23 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.0.6
 
diff --git a/video-libs/libquicktime/DEPENDS b/video-libs/libquicktime/DEPENDS
index 4fc538e..44f1d91 100755
--- a/video-libs/libquicktime/DEPENDS
+++ b/video-libs/libquicktime/DEPENDS
@@ -1,15 +1,57 @@
-optional_depends  alsa-lib    ""  ""  "for ALSA support"              &&
-optional_depends  gtk+2       ""  ""  "for libquicktime_config tool"  &&
-optional_depends  libdv       ""  ""  "for DV video support"          &&
-optional_depends  libvorbis   ""  ""  "for ogg/vorbis support"        &&
-optional_depends  lame        ""  ""  "for mp3 support"               &&
-optional_depends  jpeg        ""  ""  "for jpeg support"              &&
-optional_depends  libpng      ""  ""  "for png support"               &&
-optional_depends  libavc1394  ""  ""  "for firewire support"          &&
-optional_depends  LIBAVCODEC  "" ""   "AV decoding"                   &&
-optional_depends  x264        "" ""   "encoding H264/AVC video streams" &&
-
-optional_depends  doxygen                        \
-                  ""                             \
-                  "--without-doxygen"            \
+optional_depends  libavc1394  ""  ""  "for firewire support"  &&
+optional_depends  X11-LIBS  \
+                  "--with-x"  \
+                  "--without-x"  \
+                  "for X11 support"  &&
+optional_depends  OPENGL  \
+                  "--with-opengl"  \
+                  "--without-opengl"  \
+                  "for ALSA support"  &&
+optional_depends  GTK2  \
+                  "--with-gtk"  \
+                  "--without-gtk"  \
+                  "for libquicktime_config tool"  &&
+optional_depends  libdv  \
+                  "--with-libdv"  \
+                  "--without-libdv"  \
+                  "for DV video support"  &&
+optional_depends  libvorbis  \
+                  ""  \
+                  "--without-vorbis"  \
+                  "for ogg/vorbis support"  &&
+optional_depends  lame  \
+                  "--with-lame"  \
+                  "--without-lame"  \
+                  "for mp3 support"  &&
+optional_depends  jpeg  \
+                  "--with-libjpeg"  \
+                  "--without-libjpeg"  \
+                  "for jpeg support"  &&
+optional_depends  libpng  \
+                  "--with-libpng"  \
+                  "--without-libpng"  \
+                  "for png support"  &&
+optional_depends  schroedinger  \
+                  "--with-schroedinger"  \
+                  "--without-schroedinger"  \
+                  "for schroedinger support"  &&
+optional_depends  faac  \
+                  "--with-faac"  \
+                  "--without-faac"  \
+                  "for faac support"  &&
+optional_depends  faad2  \
+                  "--with-faad2"  \
+                  "--without-faad2"  \
+                  "for faad support"  &&
+optional_depends  LIBAVCODEC  \
+                  "--with-ffmpeg"  \
+                  "--without-ffmpeg"  \
+                  "AV decoding"  &&
+optional_depends  x264  \
+                  "--with-x264"  \
+                  "--without-x264"  \
+                  "encoding H264/AVC video streams"  &&
+optional_depends  doxygen  \
+                  "--with-doxygen"  \
+                  "--without-doxygen"  \
                   "to documentation generation"
diff --git a/video-libs/libquicktime/HISTORY b/video-libs/libquicktime/HISTORY
index 78d91f6..bfc1cbb 100644
--- a/video-libs/libquicktime/HISTORY
+++ b/video-libs/libquicktime/HISTORY
@@ -1,3 +1,6 @@
+2009-11-12 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS: completed most optional_depends options
+
 2009-07-14 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.1.3
 



More information about the SM-Commit mailing list