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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:44:39
  Author: felixonmars
Revision: 659848

upgpkg: libewf 20140608-6: reproducibility rebuild

Modified:
  libewf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:44:34 UTC (rev 659847)
+++ PKGBUILD2020-07-07 17:44:39 UTC (rev 659848)
@@ -4,7 +4,7 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
 arch=('x86_64')
 url="https://github.com/libyal/libewf/;


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

2019-09-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 18, 2019 @ 20:48:13
  Author: arojas
Revision: 511099

https

Modified:
  libewf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 20:47:41 UTC (rev 511098)
+++ PKGBUILD2019-09-18 20:48:13 UTC (rev 511099)
@@ -12,7 +12,7 @@
 makedepends=('fuse2')
 depends=('util-linux' 'zlib' 'bzip2')
 optdepends=('fuse2: to be able to use ewfmount')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
+source=(https://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
 
 build() {


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:55:09
  Author: foutrelis
Revision: 405126

PIE/BUILDINFO rebuild

Modified:
  libewf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:54:31 UTC (rev 405125)
+++ PKGBUILD2018-11-09 22:55:09 UTC (rev 405126)
@@ -4,7 +4,7 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
 arch=('x86_64')
 url="https://github.com/libyal/libewf/;


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

2017-03-22 Thread Bartłomiej Piotrowski
Date: Wednesday, March 22, 2017 @ 18:53:59
  Author: bpiotrowski
Revision: 218402

upgpkg: libewf 20140608-4

rebuild against openssl 1.1.0

Modified:
  libewf/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 17:45:41 UTC (rev 218401)
+++ PKGBUILD2017-03-22 18:53:59 UTC (rev 218402)
@@ -5,22 +5,23 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
 arch=('i686' 'x86_64')
 url="https://github.com/libyal/libewf/;
 license=('LGPL3')
 makedepends=('fuse2')
-depends=('util-linux' 'zlib' 'openssl')
+depends=('util-linux' 'zlib' 'bzip2')
 optdepends=('fuse2: to be able to use ewfmount')
 options=('!libtool')
-source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc
+  CPPFLAGS="$CPPFLAGS -std=gnu89"
+  ./configure --prefix=/usr --sysconfdir=/etc --without-openssl
   make
 }
 


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

2014-10-16 Thread Jaroslav Lichtblau
Date: Thursday, October 16, 2014 @ 14:16:59
  Author: jlichtblau
Revision: 120797

FS#42326 fix: libewf 20140608-3

Modified:
  libewf/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 12:13:14 UTC (rev 120796)
+++ PKGBUILD2014-10-16 12:16:59 UTC (rev 120797)
@@ -5,12 +5,14 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for support of the Expert Witness Compression Format (EWF)
 arch=('i686' 'x86_64')
-url=https://code.google.com/p/libewf/;
+url=https://github.com/libyal/libewf/;
 license=('LGPL3')
-depends=('util-linux-ng' 'zlib' 'openssl')
+makedepends=('fuse')
+depends=('util-linux' 'zlib' 'openssl')
+optdepends=('fuse: to be able to use ewfmount')
 options=('!libtool')
 
source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')