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

Eric Bélanger eric at archlinux.org
Tue Aug 11 03:09:30 UTC 2009


    Date: Monday, August 10, 2009 @ 23:09:30
  Author: eric
Revision: 49516

upgpkg: fbida 2.07-3
    Fixed compatibility problem with libjpeg 7 (close FS#15875)

Modified:
  fbida/trunk/ChangeLog
  fbida/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-08-11 03:05:57 UTC (rev 49515)
+++ ChangeLog	2009-08-11 03:09:30 UTC (rev 49516)
@@ -1,3 +1,8 @@
+2009-08-10  Eric Belanger  <eric at archlinux.org>
+
+	* fbida 2.07-3
+	* Fixed compatibility problem with libjpeg 7 (close FS#15875)
+
 2009-07-01  Eric Belanger  <eric at archlinux.org>
 
 	* fbida 2.07-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-11 03:05:57 UTC (rev 49515)
+++ PKGBUILD	2009-08-11 03:09:30 UTC (rev 49516)
@@ -4,7 +4,7 @@
 
 pkgname=fbida
 pkgver=2.07
-pkgrel=2
+pkgrel=3
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://linux.bytesex.org/fbida/"
@@ -16,9 +16,11 @@
 backup=('etc/X11/app-defaults/Ida')
 source=(http://dl.bytesex.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('3e05910fb7c1d9b2bd3e272d96db069c')
+sha1sums=('4758178299e09d5251b9cf20337a81cc20553d45')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  rm jpeg/jpeg*
   make Make.config || return 1
   for config in HAVE_LIB{SANE,CURL,LIRC}; do
      sed -i "s/$config.*/$config := no/" Make.config || return 1




More information about the arch-commits mailing list