Skip to Content.
Sympa Menu

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

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 (9ab844a722d80fbca516d500c6077476c0201cc5)
  • Date: Sun, 30 Sep 2012 03:40:55 -0500

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

dev/null |binary
ftp/transmission/DEPENDS | 6 +++---
ftp/transmission/DETAILS | 2 +-
ftp/transmission/HISTORY | 6 ++++++
ftp/transmission/PRE_BUILD | 4 ++++
ftp/transmission/no-utp.patch | 15 +++++++++++++++
ftp/transmission/transmission-2.52.tar.bz2.sig | 0
ftp/transmission/transmission-2.71.tar.bz2.sig |binary
8 files changed, 29 insertions(+), 4 deletions(-)

New commits:
commit 9ab844a722d80fbca516d500c6077476c0201cc5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

transmission: => 2.71

diff --git a/ftp/transmission/DEPENDS b/ftp/transmission/DEPENDS
index b9c3c64..07057b8 100755
--- a/ftp/transmission/DEPENDS
+++ b/ftp/transmission/DEPENDS
@@ -11,12 +11,12 @@ fi &&

runtime_depends zlib &&

-optional_depends gtk+2 \
+optional_depends gtk+3 \
"--with-gtk" \
"--without-gtk" \
- "for GTK+ client (3.0 will be used if installed)" &&
+ "for GTK+ client" &&

-if is_depends_enabled $SPELL gtk+2; then
+if is_depends_enabled $SPELL gtk+3; then
depends gettext '--enable-nls' &&

optional_depends libcanberra "" "" "for sounds support" &&
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index c27436c..43fa8d4 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.52
+ VERSION=2.71
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 5c70471..76bfb6d 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,9 @@
+2012-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.71
+ * DEPENDS: gtk+2 -> gtk+3
+ * PRE_BUILD: added, to apply the patch
+ * no-utp.patch: added, to fix compilation with disabled µTP support
+
2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.52

diff --git a/ftp/transmission/PRE_BUILD b/ftp/transmission/PRE_BUILD
new file mode 100755
index 0000000..25db3aa
--- /dev/null
+++ b/ftp/transmission/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/no-utp.patch"
diff --git a/ftp/transmission/no-utp.patch b/ftp/transmission/no-utp.patch
new file mode 100644
index 0000000..0edd085
--- /dev/null
+++ b/ftp/transmission/no-utp.patch
@@ -0,0 +1,15 @@
+--- third-party/libutp/utp.h.orig 2012-09-26 21:02:52.000000000 +0400
++++ third-party/libutp/utp.h 2012-09-30 12:20:52.264401960 +0400
+@@ -111,10 +111,12 @@
+ // Process an ICMP received UDP packet.
+ bool UTP_HandleICMP(const byte* buffer, size_t len, const struct sockaddr
*to, socklen_t tolen);
+
++#ifdef WITH_UTP
+ // Write bytes to the uTP socket.
+ // Returns true if the socket is still writable.
+ bool UTP_Write(struct UTPSocket *socket, size_t count);
+
++#endif
+ // Notify the uTP socket of buffer drain
+ void UTP_RBDrained(struct UTPSocket *socket);
+
diff --git a/ftp/transmission/transmission-2.52.tar.bz2.sig
b/ftp/transmission/transmission-2.52.tar.bz2.sig
deleted file mode 100644
index 1855e4f..0000000
Binary files a/ftp/transmission/transmission-2.52.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.71.tar.bz2.sig
b/ftp/transmission/transmission-2.71.tar.bz2.sig
new file mode 100644
index 0000000..8b85169
Binary files /dev/null and b/ftp/transmission/transmission-2.71.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9ab844a722d80fbca516d500c6077476c0201cc5), Vlad Glagolev, 09/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page