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

Allan McRae allan at archlinux.org
Wed Jan 19 04:45:54 UTC 2011


    Date: Tuesday, January 18, 2011 @ 23:45:54
  Author: allan
Revision: 106782

upgpkg: libjpeg 8.3.0-1
upstream update

Modified:
  libjpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-19 04:38:54 UTC (rev 106781)
+++ PKGBUILD	2011-01-19 04:45:54 UTC (rev 106782)
@@ -3,8 +3,9 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=libjpeg
-pkgver=8.0.2
-_pkgver=8b
+# pkgver follows the library soname to avoid issues with version comparisons
+pkgver=8.3.0
+_pkgver=8c
 pkgrel=1
 pkgdesc="Library of JPEG support functions"
 arch=('i686' 'x86_64')
@@ -14,12 +15,16 @@
 makedepends=('libtool')
 options=('!libtool')
 source=(http://www.ijg.org/files/jpegsrc.v${_pkgver}.tar.gz)
-md5sums=('e022acbc5b36cd2cb70785f5b575661e')
+md5sums=('a2c10c04f396a9ce72894beb18b4e1f9')
 
 build() {
   cd $srcdir/jpeg-${_pkgver}
   ./configure --prefix=/usr --enable-shared --enable-static
-  make || return 1
+  make
+}
+
+package() {
+  cd $srcdir/jpeg-${_pkgver}
   make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
   
   # See FS#11116 - re-assess current need sometime...




More information about the arch-commits mailing list