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

Christian Hesse eworm at archlinux.org
Tue May 22 18:56:21 UTC 2018


    Date: Tuesday, May 22, 2018 @ 18:56:21
  Author: eworm
Revision: 324864

upgpkg: ilmbase 2.2.1-2

The ilmbase pkg-config file references gl and glu, packages using pkg-config
to check for ilmbase fail if it is not installed:

$ pkg-config --exists --print-errors IlmBase
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'IlmBase', not found

So make ilmbase depend on glu.

Modified:
  ilmbase/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 16:53:47 UTC (rev 324863)
+++ PKGBUILD	2018-05-22 18:56:21 UTC (rev 324864)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ilmbase
 pkgver=2.2.1
-pkgrel=1
-depends=('gcc-libs')
+pkgrel=2
+depends=('gcc-libs' 'glu')
 pkgdesc="Base libraries from ILM for OpenEXR"
 arch=(x86_64)
 url="http://www.openexr.com"
@@ -12,6 +12,9 @@
 source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz
         ilmbase-2.0.1-no_undefined.patch
         ilmbase-1.0.3-pkgconfig.patch)
+sha256sums=('cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e'
+            'ac295811a586dbd1d2ec3fa5dcb40580722b1c97523ff64dfcbd8c7bfaa93aa5'
+            'e1050e564987df31a2ed83218c7aa62486b8c117179b0184933c92172eba9bda')
 
 prepare() {
   cd "${srcdir}/$pkgname-$pkgver"
@@ -39,6 +42,3 @@
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-md5sums=('7b86128b04f0541b6bb33633e299cb44'
-         '27ff3915e03964f85a9e9fb896a93479'
-         'ed3eb3dfa2393adc6829cc9ca8caa0ff')


Property changes on: ilmbase/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list