[Pkg-bitcoin-commits] [bitcointrader] 02/07: New upstream version [1.07.96.4]

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat Aug 23 19:03:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository bitcointrader.

commit 3a33e37
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat Feb 15 10:48:22 2014

    New upstream version [1.07.96.4]
---
 debian/changelog               |  2 +-
 debian/patches/fix-build.patch | 19 +++++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1268783..46d9dcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-bitcointrader (1.07.07+repack-1) unstable; urgency=low
+bitcointrader (1.07.96.4+repack-1) unstable; urgency=low
 
   * Initial release (Closes: #______).
 
diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
index 690763b..8eca026 100644
--- a/debian/patches/fix-build.patch
+++ b/debian/patches/fix-build.patch
@@ -1,4 +1,4 @@
-Last-Update: 2013-07-04
+Last-Update: 2014-01-12
 Forwarded: no
 Author: Dmitry Smirnov <onlyjob at member.fsf.org>
 Description: fix build with Qt4
@@ -6,16 +6,23 @@ Description: fix build with Qt4
     In file included from qtbitcointrader.cpp:30:0:
     audioplayer.h:16:24: fatal error: QAudioOutput: No such file or directory
 
---- a/src/QtBitcoinTrader.pro
-+++ b/src/QtBitcoinTrader.pro
-@@ -5,11 +5,12 @@
- LANGUAGE        = C++
+--- a/src/QtBitcoinTrader_Desktop.pro
++++ b/src/QtBitcoinTrader_Desktop.pro
+@@ -6,18 +6,19 @@
  TARGET 		= QtBitcoinTrader
  DEPENDPATH 	+= .
  INCLUDEPATH 	+= .
+ INCLUDEPATH += $$[QT_INSTALL_PREFIX]/src/3rdparty/zlib
 -QT		+= network multimedia
 +QT		+= network multimediakit
- LIBS		+= -lcrypto
+ 
+ win32 {
+ LIBS		+= -lcrypt32 -llibeay32 -lssleay32 -luser32 -lgdi32 -ladvapi32
+ }
+ !win32 {
+ LIBS		+= -lcrypto -lz
+ }
+ 
 -CONFIG		+= qt warn_off release
 +CONFIG		+= qt warn_off release mobility
 +MOBILITY	+= multimedia

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcointrader.git



More information about the Pkg-bitcoin-commits mailing list