Skip to Content.
Sympa Menu

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

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 (8f0381df456eec42a496b5582a3e4166a381ccea)
  • Date: Sun, 14 Mar 2010 00:51:22 -0600

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

dev/null |binary
disk/brasero/CONFIGURE | 5
disk/brasero/DEPENDS | 107
++++++++++-----
disk/brasero/DETAILS | 6
disk/brasero/FINAL | 8 -
disk/brasero/HISTORY | 10 +
disk/brasero/POST_REMOVE | 2
disk/brasero/brasero-2.29.6.tar.bz2.sig | 0
disk/brasero/brasero-2.29.91.tar.bz2.sig |binary
video/pitivi/DETAILS | 4
video/pitivi/HISTORY | 3
video/pitivi/pitivi-0.13.4.tar.bz2.sig |binary
video/totem-pl-parser/DETAILS | 2
video/totem-pl-parser/HISTORY | 3
video/totem-pl-parser/totem-pl-parser-2.28.2.tar.bz2.sig | 0
video/totem-pl-parser/totem-pl-parser-2.29.1.tar.bz2.sig |binary
16 files changed, 98 insertions(+), 52 deletions(-)

New commits:
commit 8f0381df456eec42a496b5582a3e4166a381ccea
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

totem-pl-parser: => 2.29.1

commit 3640601e311118815d8301fedc2399eebdc3d8d6
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

brasero: removed dependency on gnome-vfs2, gst-plugins-good,
CD-BURN-UTILITY,
added dependency on gtk+2, gconf2, gst-plugins-base, unique,
dbus, libcanberra,
optionally depends on cdrdao, gobject-introspection
removd FINAL, POST_REMOVE
fixed fixed BRASERO_CACHE option

commit 650dcfc2d7085933966ec2ed45f7ca86858cdc09
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

pitivi: => 0.13.4

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

brasero: => 2.29.91

diff --git a/disk/brasero/CONFIGURE b/disk/brasero/CONFIGURE
index e225c59..f4fc3d0 100755
--- a/disk/brasero/CONFIGURE
+++ b/disk/brasero/CONFIGURE
@@ -1,2 +1,3 @@
-config_query_option BRASERO_CACHE "Update mime, desktop and icon caches when
installing" y \
- "--enable-inotify" "--disable-inotify"
+config_query_option BRASERO_CACHE \
+ "Update mime, desktop and icon caches when installing" y
\
+ "--enable-caches" "--disable-caches"
diff --git a/disk/brasero/DEPENDS b/disk/brasero/DEPENDS
index 4afc5ca..c358baf 100755
--- a/disk/brasero/DEPENDS
+++ b/disk/brasero/DEPENDS
@@ -1,34 +1,73 @@
-depends gnome-vfs2 &&
-depends gst-plugins-good &&
-depends libxml2 &&
-depends gstreamer &&
-optional_depends CD-BURN-UTILITY "" "" "to burn CDs" &&
-optional_depends dvd+rw-tools "" "" "to burn DVDs" &&
-optional_depends totem "--enable-playlist" "--disable-playlist" "For
playlist pane" &&
-optional_depends beagle "--enable-search" "--disable-search" "For search
pane" &&
-optional_depends libnotify "--enable-inotify" "--disable-inotify" "Enable
notifications" &&
-
-optional_depends gst-plugins-base \
- "--enable-preview" \
- "--disable-preview" \
- "to build preview pane" &&
-
-optional_depends nautilus2 "--enable-nautilus" "--disable-nautilus" "Build
nautilus extension?" &&
-
-optional_depends libburn \
- "--enable-libburnia" \
- "--disable-libburnia" \
- "to build libburnia plugins" &&
-
-optional_depends cdrtools \
- "--enable-cdrtools" \
- "--disable-cdrtools" \
- "to build cdrtools plugins" &&
-
-optional_depends cdrkit \
- "--enable-cdrkit" \
- "--disable-cdrkit" \
- "to build libburnia plugins" &&
-
-optional_depends rarian "--enable-scrolkeeper" "--disable-scrollkeeper"
"Register with rarian?" &&
-optional_depends gtk-doc "--enable-gtk-doc" "--disable-gtk-doc" "Install
docs?"
+depends gtk+2 &&
+depends gconf2 &&
+depends gst-plugins-base &&
+depends libxml2 &&
+depends unique &&
+depends dbus &&
+depends libcanberra &&
+depends gstreamer &&
+
+optional_depends libburn \
+ "--enable-libburnia" \
+ "--disable-libburnia" \
+ "to build libburnia plugins" &&
+
+optional_depends cdrtools \
+ "--enable-cdrtools" \
+ "--disable-cdrtools" \
+ "to build cdrtools plugins" &&
+
+optional_depends cdrdao \
+ "--enable-cdrdao" \
+ "--disable-cdrdao" \
+ "to build cdrdao plugins" &&
+
+optional_depends cdrkit \
+ "--enable-cdrkit" \
+ "--disable-cdrkit" \
+ "to build libburnia plugins" &&
+
+optional_depends dvd+rw-tools \
+ "--enable-growisofs" \
+ "--disable-growisofs" \
+ "to build growisofs plugins" &&
+
+optional_depends totem \
+ "--enable-playlist" \
+ "--disable-playlist" \
+ "For playlist pane" &&
+
+optional_depends beagle \
+ "--enable-search" \
+ "--disable-search" \
+ "For search pane" &&
+
+optional_depends libnotify \
+ "--enable-inotify" \
+ "--disable-inotify" \
+ "Enable notifications" &&
+
+optional_depends gst-plugins-base \
+ "--enable-preview" \
+ "--disable-preview" \
+ "to build preview pane" &&
+
+optional_depends nautilus2 \
+ "--enable-nautilus" \
+ "--disable-nautilus" \
+ "to build nautilus extension" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection" &&
+
+optional_depends rarian \
+ "--enable-scrolkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with rarian?" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Install docs?"
diff --git a/disk/brasero/DETAILS b/disk/brasero/DETAILS
index 156beb3..1842808 100755
--- a/disk/brasero/DETAILS
+++ b/disk/brasero/DETAILS
@@ -1,9 +1,9 @@
SPELL=brasero
- VERSION=2.29.6
+ VERSION=2.29.91
+ BRANCH=${VERSION:0:4}
SOURCE=$SPELL-$VERSION.tar.bz2
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.gnome.org/projects/brasero/
ENTERED=20060823
diff --git a/disk/brasero/FINAL b/disk/brasero/FINAL
deleted file mode 100755
index bed21d0..0000000
--- a/disk/brasero/FINAL
+++ /dev/null
@@ -1,8 +0,0 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime &&
-$INSTALL_ROOT/usr/bin/update-desktop-database
$INSTALL_ROOT/usr/share/applications &&
-message "${MESSAGE_COLOR}"
-message "If you want to try libburn support, you need to activate the"
-message "backend through GConf editor at /apps/brasero/config/libburn_burn
and"
-message "/apps/brasero/config/libburn_iso. Note that GConf might need to be"
-message "restarted after installing to display these keys."
-message "${DEFAULT_COLOR}"
diff --git a/disk/brasero/HISTORY b/disk/brasero/HISTORY
index 7972f4b..e066ea8 100644
--- a/disk/brasero/HISTORY
+++ b/disk/brasero/HISTORY
@@ -1,3 +1,13 @@
+2010-03-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * CONFIGURE: fixed BRASERO_CACHE option
+ * FINAL, POST_REMOVE: removed
+ * DEPENDS: removed gnome-vfs2, gst-plugins-good, CD-BURN-UTILITY,
+ added gtk+2, gconf2, gst-plugins-base, unique, dbus, libcanberra,
+ added optional cdrdao, gobject-introspection
+
+2010-03-11 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.29.91
+
2010-02-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.29.6

diff --git a/disk/brasero/POST_REMOVE b/disk/brasero/POST_REMOVE
deleted file mode 100755
index d6f85ab..0000000
--- a/disk/brasero/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime &&
-$INSTALL_ROOT/usr/bin/update-desktop-database
$INSTALL_ROOT/usr/share/applications
diff --git a/disk/brasero/brasero-2.29.6.tar.bz2.sig
b/disk/brasero/brasero-2.29.6.tar.bz2.sig
deleted file mode 100644
index 62afcfd..0000000
Binary files a/disk/brasero/brasero-2.29.6.tar.bz2.sig and /dev/null differ
diff --git a/disk/brasero/brasero-2.29.91.tar.bz2.sig
b/disk/brasero/brasero-2.29.91.tar.bz2.sig
new file mode 100644
index 0000000..07d4003
Binary files /dev/null and b/disk/brasero/brasero-2.29.91.tar.bz2.sig differ
diff --git a/video/pitivi/DETAILS b/video/pitivi/DETAILS
index e0c95b4..59265d6 100755
--- a/video/pitivi/DETAILS
+++ b/video/pitivi/DETAILS
@@ -1,11 +1,11 @@
SPELL=pitivi
- VERSION=0.13.3
+ VERSION=0.13.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.13/$SOURCE
WEB_SITE=http://www.pitivi.org
ENTERED=20080315
-
SOURCE_HASH=sha512:8c75c1a8caa6ed971afe7c2bbc80ad3e56385c652719fd001f2fec0853d7a3a775475b66a792e66a4d65dee36f0f4ee5399295b5ec58673e5380e490d802f059
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
LICENSE[0]=GPL
SHORT="Open Source non-linear video editor"
cat << EOF
diff --git a/video/pitivi/HISTORY b/video/pitivi/HISTORY
index bd1106a..688fcbc 100644
--- a/video/pitivi/HISTORY
+++ b/video/pitivi/HISTORY
@@ -1,3 +1,6 @@
+2010-03-11 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.13.4
+
2009-09-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.13.3

diff --git a/video/pitivi/pitivi-0.13.4.tar.bz2.sig
b/video/pitivi/pitivi-0.13.4.tar.bz2.sig
new file mode 100644
index 0000000..0669e2b
Binary files /dev/null and b/video/pitivi/pitivi-0.13.4.tar.bz2.sig differ
diff --git a/video/totem-pl-parser/DETAILS b/video/totem-pl-parser/DETAILS
index e8a3888..072733a 100755
--- a/video/totem-pl-parser/DETAILS
+++ b/video/totem-pl-parser/DETAILS
@@ -1,5 +1,5 @@
SPELL=totem-pl-parser
- VERSION=2.28.2
+ VERSION=2.29.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/totem-pl-parser/HISTORY b/video/totem-pl-parser/HISTORY
index f5df33f..f3db53d 100644
--- a/video/totem-pl-parser/HISTORY
+++ b/video/totem-pl-parser/HISTORY
@@ -1,3 +1,6 @@
+2010-03-14 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.29.1
+
2010-01-18 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: put back libxml2 and glib2

diff --git a/video/totem-pl-parser/totem-pl-parser-2.28.2.tar.bz2.sig
b/video/totem-pl-parser/totem-pl-parser-2.28.2.tar.bz2.sig
deleted file mode 100644
index 96849cd..0000000
Binary files a/video/totem-pl-parser/totem-pl-parser-2.28.2.tar.bz2.sig and
/dev/null differ
diff --git a/video/totem-pl-parser/totem-pl-parser-2.29.1.tar.bz2.sig
b/video/totem-pl-parser/totem-pl-parser-2.29.1.tar.bz2.sig
new file mode 100644
index 0000000..64d320d
Binary files /dev/null and
b/video/totem-pl-parser/totem-pl-parser-2.29.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-gnome-2.30 grimoire by Vasil Yonkov (8f0381df456eec42a496b5582a3e4166a381ccea), Vasil Yonkov, 03/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page