Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c65fe5c20b562e6884f86a08b018b5b6573e5c1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c65fe5c20b562e6884f86a08b018b5b6573e5c1)
  • Date: Thu, 10 Feb 2011 21:53:42 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-apps/gwc/BUILD | 8 --------
gnome2-apps/gwc/CONFIGURE | 2 --
gnome2-apps/gwc/DEPENDS | 17 ++++++++++++++++-
gnome2-apps/gwc/DETAILS | 6 +++---
gnome2-apps/gwc/HISTORY | 7 +++++++
gnome2-apps/gwc/PRE_BUILD | 6 ++++++
gnome2-apps/gwc/datadir.patch | 12 ++++++++++++
gnome2-libs/gnome-vfs2/DEPENDS | 21 ++++++++++++++++++---
gnome2-libs/gnome-vfs2/DETAILS | 6 +++---
gnome2-libs/gnome-vfs2/HISTORY | 3 +++
gnome2-libs/libbonobo/DEPENDS | 1 -
gnome2-libs/libbonobo/HISTORY | 3 +++
12 files changed, 71 insertions(+), 21 deletions(-)

New commits:
commit 6c65fe5c20b562e6884f86a08b018b5b6573e5c1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gwc: => 0.21-11

commit a7b5745147f3cfe5ef467dd5de46eb5ddfb7bd89
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnome-vfs2: corrected dependencies and the flags
(cherry picked from commit b1e12798e76b82727340693ce3dceac065623bf1)

commit 32199cbb5f4914948c63dd5a34d7370891e6c3ff
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libbonobo: removed useless dependency
(cherry picked from commit 1351d64c1fb5910eca46c1c1640e8d3cb6ac031e)

diff --git a/gnome2-apps/gwc/BUILD b/gnome2-apps/gwc/BUILD
deleted file mode 100755
index 42543e2..0000000
--- a/gnome2-apps/gwc/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-local PATH=".:$PATH" &&
-OPTS="$OPTS --enable-alsa" &&
-
-if [ "$SINGLE" == "y" ]; then
- OPTS="$OPTS --enable-single-fftw3"
-fi &&
-
-default_build
diff --git a/gnome2-apps/gwc/CONFIGURE b/gnome2-apps/gwc/CONFIGURE
deleted file mode 100755
index 4de8a1b..0000000
--- a/gnome2-apps/gwc/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query SINGLE "Did you build fftw as single precision float?" n
-
diff --git a/gnome2-apps/gwc/DEPENDS b/gnome2-apps/gwc/DEPENDS
index e3453ad..a2f1824 100755
--- a/gnome2-apps/gwc/DEPENDS
+++ b/gnome2-apps/gwc/DEPENDS
@@ -1,3 +1,18 @@
depends libgnomeui &&
depends libsndfile &&
-depends fftw
+depends fftw &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA output support" &&
+
+optional_depends libvorbis \
+ "--enable-ogg" \
+ "--disable-ogg" \
+ "for Ogg file reading support" &&
+
+optional_depends mpg123 \
+ "--enable-mp3" \
+ "--disable-mp3" \
+ "for mp3 file reading support"
diff --git a/gnome2-apps/gwc/DETAILS b/gnome2-apps/gwc/DETAILS
index d275b8e..530f9e3 100755
--- a/gnome2-apps/gwc/DETAILS
+++ b/gnome2-apps/gwc/DETAILS
@@ -1,8 +1,8 @@
SPELL=gwc
- VERSION=0.21-10
-
SOURCE_HASH=sha512:247181f125087a51ede20b430d9c70f9e468cf50487758b6e0e9db776fcdf13923bbb86a6254b89704bc6cc7c4c006df9699883208d7e1b62437429ae47e4cbd
+ VERSION=0.21-11
+
SOURCE_HASH=sha512:113e8517f808aa1fd55bc43148d7fcdec28c694aaa526f3a02d62bbdd7b3b59cea17ecea263310cd973e528c037fcf15dc1da7e2af5c073e5ed3e57cd532da41
SOURCE=$SPELL-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
diff --git a/gnome2-apps/gwc/HISTORY b/gnome2-apps/gwc/HISTORY
index 6a0b4c4..a2a2bf3 100644
--- a/gnome2-apps/gwc/HISTORY
+++ b/gnome2-apps/gwc/HISTORY
@@ -1,3 +1,10 @@
+2011-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.21-11 (stable); quoting paths
+ * DEPENDS: added optional dependencies
+ * PRE_BUILD: added, to use custom optimization flags
+ * CONFIGURE, BUILD: removed
+ * datadir.patch: added, to install data files into correct place
+
2009-03-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.21-10

diff --git a/gnome2-apps/gwc/PRE_BUILD b/gnome2-apps/gwc/PRE_BUILD
new file mode 100755
index 0000000..323e4b0
--- /dev/null
+++ b/gnome2-apps/gwc/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/datadir.patch" &&
+
+sed -i "s:-O6:${CFLAGS}:" Makefile.in meschach/makefile.in
diff --git a/gnome2-apps/gwc/datadir.patch b/gnome2-apps/gwc/datadir.patch
new file mode 100644
index 0000000..1660d6e
--- /dev/null
+++ b/gnome2-apps/gwc/datadir.patch
@@ -0,0 +1,12 @@
+--- Makefile.in.orig 2010-09-17 03:28:16.000000000 +0400
++++ Makefile.in 2011-02-11 06:36:51.703656490 +0300
+@@ -2,8 +2,8 @@
+ exec_prefix = @exec_prefix@
+
+ BINDIR = @bindir@
+-DATADIR = @datadir@
+ DATAROOTDIR = @datarootdir@
++DATADIR = ${DATAROOTDIR}
+ LIBDIR = @libdir@
+ SYSCONFDIR = @sysconfdir@
+ APPNAME = gnome_wave_cleaner
diff --git a/gnome2-libs/gnome-vfs2/DEPENDS b/gnome2-libs/gnome-vfs2/DEPENDS
index 356a970..a800c04 100755
--- a/gnome2-libs/gnome-vfs2/DEPENDS
+++ b/gnome2-libs/gnome-vfs2/DEPENDS
@@ -1,5 +1,5 @@
+depends libxml2 &&
depends gconf2 &&
-depends neon &&
depends gnome-mime-data2 &&
depends shared-mime-info &&
depends desktop-file-utils &&
@@ -11,14 +11,19 @@ elif [ "$GNOME_VFS_CRYPTO" == "gnutls" ]; then
depends gnutls '--disable-openssl --enable-gnutls'
fi &&

+optional_depends neon \
+ "--enable-http-debug" \
+ "--disable-http-debug" \
+ "for HTTP method debugging" &&
+
optional_depends samba \
"--enable-samba" \
"--disable-samba" \
"Build with Samba support" &&

optional_depends FAM \
- "" \
- "" \
+ "--enable-fam" \
+ "--disable-fam" \
"for filesystem monitoring" &&

optional_depends hal \
@@ -26,6 +31,11 @@ optional_depends hal
\
"--disable-hal" \
"Enable hal support" &&

+optional_depends howl \
+ "--enable-howl" \
+ "--disable-howl" \
+ "for Howl support" &&
+
optional_depends avahi \
"--enable-avahi" \
"--disable-avahi" \
@@ -58,6 +68,11 @@ optional_depends krb5
\
'' \
'for Kerberos authentication support' &&

+optional_depends acl \
+ '' \
+ '' \
+ 'for file access lists support' &&
+
optional_depends libselinux \
'--enable-selinux' \
'--disable-selinux' \
diff --git a/gnome2-libs/gnome-vfs2/DETAILS b/gnome2-libs/gnome-vfs2/DETAILS
index d0593f7..c4c52a6 100755
--- a/gnome2-libs/gnome-vfs2/DETAILS
+++ b/gnome2-libs/gnome-vfs2/DETAILS
@@ -1,6 +1,6 @@
SPELL=gnome-vfs2
VERSION=2.24.4
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gnome-vfs-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnome-vfs-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gnome-vfs/$BRANCH/$SOURCE
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnome-vfs-$VERSION
WEB_SITE=http://www.gnome.org
ENTERED=20020508
KEYWORDS="gnome2 libs"
- SHORT="gnome-vfs is a file system abstraction library for GNOME"
+ SHORT="file system abstraction library for GNOME"
cat << EOF
-gnome-vfs is a file system abstraction library for GNOME
+gnome-vfs is a file system abstraction library for GNOME.
EOF
diff --git a/gnome2-libs/gnome-vfs2/HISTORY b/gnome2-libs/gnome-vfs2/HISTORY
index 291a8ea..e1cce9b 100644
--- a/gnome2-libs/gnome-vfs2/HISTORY
+++ b/gnome2-libs/gnome-vfs2/HISTORY
@@ -1,3 +1,6 @@
+2011-02-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected a lot of dependencies
+
2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.24.4

diff --git a/gnome2-libs/libbonobo/DEPENDS b/gnome2-libs/libbonobo/DEPENDS
index 8b2bd1a..466584d 100755
--- a/gnome2-libs/libbonobo/DEPENDS
+++ b/gnome2-libs/libbonobo/DEPENDS
@@ -2,7 +2,6 @@ depends dbus-glib &&
depends intltool &&
depends orbit2 &&
depends libxml2 &&
-depends gnome-common2 &&

optional_depends gtk-doc \
"--enable-gtk-doc" \
diff --git a/gnome2-libs/libbonobo/HISTORY b/gnome2-libs/libbonobo/HISTORY
index caac1ce..20ceab2 100644
--- a/gnome2-libs/libbonobo/HISTORY
+++ b/gnome2-libs/libbonobo/HISTORY
@@ -1,3 +1,6 @@
+2011-02-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: gnome-common2 is _not_ required
+
2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.32.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c65fe5c20b562e6884f86a08b018b5b6573e5c1), Vlad Glagolev, 02/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page