[arch-commits] Commit in steghide/trunk (PKGBUILD)

2019-09-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 25, 2019 @ 20:29:54
  Author: arojas
Revision: 511779

https

Modified:
  steghide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 20:28:59 UTC (rev 511778)
+++ PKGBUILD2019-09-25 20:29:54 UTC (rev 511779)
@@ -11,7 +11,7 @@
 url='http://steghide.sourceforge.net'
 license=('GPL')
 depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'buildsystem.patch'
 'gcc-4.2.patch'
  "${pkgname}-climits.patch"


[arch-commits] Commit in steghide/trunk (PKGBUILD steghide-gcc6.patch)

2018-06-09 Thread Antonio Rojas via arch-commits
Date: Saturday, June 9, 2018 @ 11:05:52
  Author: arojas
Revision: 342165

BUILDINFO rebuild

Added:
  steghide/trunk/steghide-gcc6.patch
Modified:
  steghide/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 steghide-gcc6.patch |   22 ++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-09 10:55:57 UTC (rev 342164)
+++ PKGBUILD2018-06-09 11:05:52 UTC (rev 342165)
@@ -6,7 +6,7 @@
 
 pkgname=steghide
 pkgver=0.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Embeds a message in a file by replacing some of the least significant 
bits'
 arch=('x86_64')
 url='http://steghide.sourceforge.net'
@@ -15,11 +15,13 @@
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'buildsystem.patch'
 'gcc-4.2.patch'
- "${pkgname}-climits.patch")
+ "${pkgname}-climits.patch"
+ steghide-gcc6.patch)
 md5sums=('5be490e24807d921045780fd8cc446b3'
  '14f5e054d71c91262bb1140288043df8'
  'fd861dc5a0a392c6c94a61e85ad74f29'
- '897ce18edd008293a3328bc3f88775b3')
+ '897ce18edd008293a3328bc3f88775b3'
+ '6dd60a84fccca270fa7315f1102454ff')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,6 +32,8 @@
   patch -Np1 -i ../gcc-4.2.patch
   patch -Np1 -i ../steghide-climits.patch
 
+  patch -p1 -i ../steghide-gcc6.patch # Fix build with GCC 6
+
   # touch files needed by GNU Autotools
   touch NEWS AUTHORS ChangeLog
 

Added: steghide-gcc6.patch
===
--- steghide-gcc6.patch (rev 0)
+++ steghide-gcc6.patch 2018-06-09 11:05:52 UTC (rev 342165)
@@ -0,0 +1,22 @@
+--- steghide-0.5.1/src/Arguments.h.orig2018-06-09 11:04:48.795952519 
+
 steghide-0.5.1/src/Arguments.h 2018-06-09 11:00:57.239290249 +
+@@ -100,7 +100,7 @@
+   static const VERBOSITY  Default_Verbosity = NORMAL ;
+   static const unsigned long  Default_Radius = 0 ; // there is no 
default radius for all file formats
+   static const unsigned int   Max_Algorithm = 3 ;
+-  static const float  Default_Goal = 100.0 ;
++  static constexpr float  Default_Goal = 100.0 ;
+   static const DEBUGCOMMAND   Default_DebugCommand = NONE ;
+   static const bool   Default_Check = false ;
+   static const unsigned int   Default_DebugLevel = 0 ;
+--- steghide-0.5.1/src/ProgressOutput.h.orig   2018-06-09 11:01:44.662622682 
+
 steghide-0.5.1/src/ProgressOutput.h2018-06-09 11:01:57.755955767 
+
+@@ -64,7 +64,7 @@
+**/
+   void done (float rate, float avgweight = NoAvgWeight) const ;
+ 
+-  static const float NoAvgWeight = -1.0 ;
++  static constexpr float NoAvgWeight = -1.0 ;
+ 
+   protected:
+   std::string vcompose (const char *msgfmt, va_list ap) const ;


[arch-commits] Commit in steghide/trunk (PKGBUILD)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 16:52:31
  Author: bpiotrowski
Revision: 148513

C++11 ABI rebuild

Modified:
  steghide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 15:51:34 UTC (rev 148512)
+++ PKGBUILD2015-12-05 15:52:31 UTC (rev 148513)
@@ -6,7 +6,7 @@
 
 pkgname=steghide
 pkgver=0.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Embeds a message in a file by replacing some of the least significant 
bits'
 arch=('i686' 'x86_64')
 url='http://steghide.sourceforge.net'


[arch-commits] Commit in steghide/trunk (PKGBUILD)

2014-07-01 Thread Lukas Fleischer
Date: Wednesday, July 2, 2014 @ 01:50:22
  Author: lfleischer
Revision: 114564

upgpkg: steghide 0.5.1-7

.MTREE rebuild.

Modified:
  steghide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 23:38:45 UTC (rev 114563)
+++ PKGBUILD2014-07-01 23:50:22 UTC (rev 114564)
@@ -6,7 +6,7 @@
 
 pkgname=steghide
 pkgver=0.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Embeds a message in a file by replacing some of the least significant 
bits'
 arch=('i686' 'x86_64')
 url='http://steghide.sourceforge.net'