Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3e34f5360d874bad391eb8f9e60367e2e1d9837e

commit 3e34f5360d874bad391eb8f9e60367e2e1d9837e
Author: DeX77 <[email protected]>
Date:   Mon Jun 12 10:57:41 2017 +0200

libextractor-1.4-1-x86_64

* version bump

diff --git a/source/xlib-extra/libextractor/FrugalBuild 
b/source/xlib-extra/libextractor/FrugalBuild
index f2b0bf3..7f88c7c 100644
--- a/source/xlib-extra/libextractor/FrugalBuild
+++ b/source/xlib-extra/libextractor/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: DeX77 <[email protected]>

pkgname=libextractor
-pkgver=1.3
-pkgrel=6
+pkgver=1.4
+pkgrel=1
pkgdesc="libextractor is a library used to extract meta-data from files of 
arbitrary type"
url="http://www.gnu.org/software/libextractor/";
depends=('libtool' 'zlib' 'libgsf' 'libstdc++' 'libvorbis' 'gtk+2>=2.20.1' 
'libxau>=1.0.4' 'libxdmcp' \
@@ -12,12 +12,9 @@ groups=('xlib-extra')
archs=('i686' 'x86_64')
up2date="Flasttar ftp://ftp.gnu.org/gnu/$pkgname/";
options=('scriptlet')
-source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.gz 
exiv2-0.26.patch)
-signatures=(${source}.sig '')
-
-build() {
-       unset MAKEFLAGS
-       Fbuild --enable-shared --disable-static
-}
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.gz)
+signatures=(${source}.sig )
+Fconfopts="    --enable-shared \
+               --disable-static"

# optimization OK
diff --git a/source/xlib-extra/libextractor/exiv2-0.26.patch 
b/source/xlib-extra/libextractor/exiv2-0.26.patch
deleted file mode 100644
index 62566d9..0000000
--- a/source/xlib-extra/libextractor/exiv2-0.26.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libextractor-1.3/src/plugins/exiv2_extractor.cc    2013-06-25 
13:02:05.000000000 +0200
-+++ libextractor-1.3.new/src/plugins/exiv2_extractor.cc        2017-04-29 
22:47:09.000000000 +0200
-@@ -180,7 +180,7 @@
-    *
-    * @return -1 on error
-    */
--  virtual long int size (void) const;
-+  virtual size_t size (void) const;
-
-   /**
-    * Check if file is open.
-@@ -445,7 +445,7 @@
-  *
-  * @return -1 on error
-  */
--long int
-+size_t
- ExtractorIO::size (void) const
- {
-   return (long) ec->get_size (ec->cls);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to