Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (99fefd78491df8de7b2245cdd20c0db3d5123f23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (99fefd78491df8de7b2245cdd20c0db3d5123f23)
  • Date: Fri, 2 May 2008 00:09:46 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

audio-players/audacious/BUILD | 2
audio-players/audacious/CONFIGURE | 2
audio-players/audacious/DEPENDS | 20
++++---
audio-players/audacious/DETAILS | 2
audio-players/audacious/HISTORY | 5 +
audio-players/audacious/audacious-1.4.5.tgz.sig | 0
audio-players/audacious/audacious-1.5.0.tgz.sig |binary
audio-plugins/audacious-plugins/DETAILS | 2
audio-plugins/audacious-plugins/HISTORY | 3 +
audio-plugins/audacious-plugins/audacious-plugins-1.4.4.tgz.sig | 0
audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig |binary
dev/null |binary
ftp/deluge/DEPENDS | 28
+++++-----
ftp/deluge/DETAILS | 17 +++---
ftp/deluge/HISTORY | 7 ++
15 files changed, 56 insertions(+), 32 deletions(-)

New commits:
commit 99fefd78491df8de7b2245cdd20c0db3d5123f23
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

ftp/deluge: updated VERSION to 0.5.9.0; cleaned up DEPENDS and re-did the
boost version check

commit 87d85b26a2046103939d1a8e401c97ee6834e317
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

audio-plugins/audacious-plugins: updated VERSION to 1.5.0

commit de055639fa322b0817b507ba906f193400444b27
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

audio-players/audacious: updated to 1.5.0; added dbus depend; IPv6
support made a query

diff --git a/audio-players/audacious/BUILD b/audio-players/audacious/BUILD
index 061b434..3f0e2f2 100755
--- a/audio-players/audacious/BUILD
+++ b/audio-players/audacious/BUILD
@@ -1,2 +1,2 @@
-OPTS="--enable-ipv6 --enable-chardet $OPTS" &&
+OPTS="${AUDACIOUS_IPV6} --enable-chardet $OPTS" &&
default_build
diff --git a/audio-players/audacious/CONFIGURE
b/audio-players/audacious/CONFIGURE
new file mode 100755
index 0000000..c95492c
--- /dev/null
+++ b/audio-players/audacious/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option AUDACIOUS_IPV6 "Enable IPv6 support?" n \
+ "--enable-ipv6" "--disable-ipv6"
diff --git a/audio-players/audacious/DEPENDS b/audio-players/audacious/DEPENDS
index 34f29e0..af543e9 100755
--- a/audio-players/audacious/DEPENDS
+++ b/audio-players/audacious/DEPENDS
@@ -1,9 +1,13 @@
-depends gtk+2 &&
-depends libglade2 &&
-depends libmcs &&
-depends libmowgli &&
+depends gtk+2 &&
+depends libglade2 &&
+depends libmcs &&
+depends libmowgli &&

-optional_depends libsamplerate \
- "--enable-samplerate" \
- "" \
- "support for samplerate"
+optional_depends libsamplerate \
+ "--enable-samplerate" \
+ "" \
+ "support for samplerate" &&
+optional_depends dbus \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "support for dbus notifications "
diff --git a/audio-players/audacious/DETAILS b/audio-players/audacious/DETAILS
index 4d43ad4..9622af8 100755
--- a/audio-players/audacious/DETAILS
+++ b/audio-players/audacious/DETAILS
@@ -1,5 +1,5 @@
SPELL=audacious
- VERSION=1.4.5
+ VERSION=1.5.0
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/audio-players/audacious/HISTORY b/audio-players/audacious/HISTORY
index 81cc0ed..3e56a12 100644
--- a/audio-players/audacious/HISTORY
+++ b/audio-players/audacious/HISTORY
@@ -1,3 +1,8 @@
+2008-05-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated VERSION to 1.5.0
+ * DEPENDS: added dbus optional dependency; cleanup
+ * CONFIGURE, BUILD: made the IPv6-support query optional
+
2008-01-19 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.4.5

diff --git a/audio-players/audacious/audacious-1.4.5.tgz.sig
b/audio-players/audacious/audacious-1.4.5.tgz.sig
deleted file mode 100644
index 2bb52d3..0000000
Binary files a/audio-players/audacious/audacious-1.4.5.tgz.sig and /dev/null
differ
diff --git a/audio-players/audacious/audacious-1.5.0.tgz.sig
b/audio-players/audacious/audacious-1.5.0.tgz.sig
new file mode 100644
index 0000000..ff372b9
Binary files /dev/null and b/audio-players/audacious/audacious-1.5.0.tgz.sig
differ
diff --git a/audio-plugins/audacious-plugins/DETAILS
b/audio-plugins/audacious-plugins/DETAILS
index f970a39..422a76e 100755
--- a/audio-plugins/audacious-plugins/DETAILS
+++ b/audio-plugins/audacious-plugins/DETAILS
@@ -1,5 +1,5 @@
SPELL=audacious-plugins
- VERSION=1.4.4
+ VERSION=1.5.0
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/audio-plugins/audacious-plugins/HISTORY
b/audio-plugins/audacious-plugins/HISTORY
index ba1c34a..d313880 100644
--- a/audio-plugins/audacious-plugins/HISTORY
+++ b/audio-plugins/audacious-plugins/HISTORY
@@ -1,3 +1,6 @@
+2008-05-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated VERSION to 1.5.0
+
2008-03-04 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed optional_depends jack to JACK-DRIVER.

diff --git a/audio-plugins/audacious-plugins/audacious-plugins-1.4.4.tgz.sig
b/audio-plugins/audacious-plugins/audacious-plugins-1.4.4.tgz.sig
deleted file mode 100644
index dac8e30..0000000
Binary files
a/audio-plugins/audacious-plugins/audacious-plugins-1.4.4.tgz.sig and
/dev/null differ
diff --git a/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig
b/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig
new file mode 100644
index 0000000..6743529
Binary files /dev/null and
b/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig differ
diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
index 4a62d23..cb8d732 100755
--- a/ftp/deluge/DEPENDS
+++ b/ftp/deluge/DEPENDS
@@ -1,15 +1,17 @@
-depends pygtk2 &&
-depends dbus-python &&
-depends librsvg2 &&
-depends boost &&
+depends pygtk2 &&
+depends dbus-python &&
+depends librsvg2 &&
+depends openssl &&
+depends pyxdg &&
+depends zlib &&
+depends boost &&
+
local boost_ver=$(installed_version boost) &&
-if [[ $boost_ver == 1_34_0 ]]; then
- message "deluge needs newer boost!" &&
+if [[ "$(echo $boost_ver | sed -e 's:_::g')" -lt 1341 ]]; then
+ message "deluge needs newer boost" &&
force_depends boost
-fi&&
-sub_depends boost THREAD &&
-sub_depends boost FILESYSTEM &&
-sub_depends boost DATE_TIME &&
-depends openssl &&
-depends pyxdg &&
-depends zlib
+fi &&
+
+sub_depends boost THREAD &&
+sub_depends boost FILESYSTEM &&
+sub_depends boost DATE_TIME
diff --git a/ftp/deluge/DETAILS b/ftp/deluge/DETAILS
index 8078990..ac0c5bd 100755
--- a/ftp/deluge/DETAILS
+++ b/ftp/deluge/DETAILS
@@ -1,9 +1,9 @@
SPELL=deluge
- VERSION=0.5.8.7
+ VERSION=0.5.9.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-torrent-$VERSION
SOURCE_URL[0]=http://download.deluge-torrent.org/source/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:0ff979828933060a76ff757a2ee719073470d7f80819f4583d2724ed6fda6ba3e9ed57fd9b3153610a3d5442c108f99187ca4586fdb3b7324566fa36e8f49157
+
SOURCE_HASH=sha512:6ac71de7fecc584e058a00aadd1defa76d14cd625d9fed64c2a5aa730a768fb4b6d2036232fa02c4a74d5db4cd3d7d61b0e11f851c2ad469b217a7b8b242988e
LICENSE[0]=GPL
KEYWORDS="bittorrent client p2p"
WEB_SITE=http://www.deluge-torrent.org
@@ -13,9 +13,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-torrent-$VERSION
cat << EOF
Deluge is a BitTorrent client, created using Python and GTK+ (through PyGTK).
Deluge is currently usable on Linux, BSD, and other *NIX operating systems.
-It is intended to bring a native, full-featured client to GTK desktop
environments
-such as GNOME and XFCE. The program uses the libtorrent C++ library.
-Up through the 0.4 branch, this was done through the python-libtorrent
bindings for Python.
-In 0.5, the python-libtorrent bindings were merged into the main client as
the deluge_core extension.
-In future releases, it is likely the official Python bindings for libtorrent
will be used."
+It is intended to bring a native, full-featured client to GTK desktop
+environments such as GNOME and XFCE. The program uses the libtorrent C++
+library.
+
+Up through the 0.4 branch, this was done through the python-libtorrent
bindings
+for Python. In 0.5, the python-libtorrent bindings were merged into the main
+client as the deluge_core extension. In future releases, it is likely the
+official Python bindings for libtorrent will be used.
EOF
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
index d5a2e73..508bbf9 100644
--- a/ftp/deluge/HISTORY
+++ b/ftp/deluge/HISTORY
@@ -1,3 +1,8 @@
+2008-05-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: version updated to 0.5.9.0
+ * DEPENDS: cleaned up and re-did the boost version check
+ * HISTORY: changed the spacing on a entry by Philippe
+
2008-03-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: version update to 0.5.8.7

@@ -29,7 +34,7 @@

2007-11-04 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: Updating version to 0.5.6.2
- Updating SOURCE_DIRECTORY value with constant '-torrent-'
+ Updating SOURCE_DIRECTORY value with constant '-torrent-'

2007-10-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: Updating version to 0.5.6.1



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (99fefd78491df8de7b2245cdd20c0db3d5123f23), Elisamuel Resto, 05/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page