[arch-commits] Commit in lensfun/repos (10 files)

Tobias Powalowski tpowa at nymeria.archlinux.org
Fri Dec 6 16:02:09 UTC 2013


    Date: Friday, December 6, 2013 @ 17:02:09
  Author: tpowa
Revision: 201246

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lensfun/repos/extra-i686/PKGBUILD
    (from rev 201245, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-i686/lensfun-0.2.8-make-4.0.patch
    (from rev 201245, lensfun/trunk/lensfun-0.2.8-make-4.0.patch)
  lensfun/repos/extra-x86_64/PKGBUILD
    (from rev 201245, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-0.2.8-make-4.0.patch
    (from rev 201245, lensfun/trunk/lensfun-0.2.8-make-4.0.patch)
Deleted:
  lensfun/repos/extra-i686/PKGBUILD
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
  lensfun/repos/extra-x86_64/PKGBUILD
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch

---------------------------------------------+
 /PKGBUILD                                   |   72 ++++++++++++++++++++++++++
 extra-i686/PKGBUILD                         |   32 -----------
 extra-i686/lensfun-0.2.3-as-needed.patch    |   13 ----
 extra-i686/lensfun-0.2.3-glibc-2.10.patch   |   11 ---
 extra-i686/lensfun-0.2.8-make-4.0.patch     |   11 +++
 extra-x86_64/PKGBUILD                       |   32 -----------
 extra-x86_64/lensfun-0.2.3-as-needed.patch  |   13 ----
 extra-x86_64/lensfun-0.2.3-glibc-2.10.patch |   11 ---
 extra-x86_64/lensfun-0.2.8-make-4.0.patch   |   11 +++
 9 files changed, 94 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-i686/PKGBUILD	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=lensfun
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
-arch=(i686 x86_64)
-url="http://lensfun.berlios.de/"
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python2' 'libpng' 'doxygen')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-        --prefix=/usr \
-        --libdir=/usr/lib
-    make all
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make INSTALL_PREFIX="$pkgdir" install
-}
-md5sums=('6061cc2d00a42d3e62512878426fc841')

Copied: lensfun/repos/extra-i686/PKGBUILD (from rev 201245, lensfun/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-12-06 16:02:09 UTC (rev 201246)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.berlios.de/"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python2' 'libpng' 'doxygen')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+         lensfun-0.2.8-make-4.0.patch)
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+    # fix configure script for make 4.0
+    patch -Np0 -i "${srcdir}/lensfun-0.2.8-make-4.0.patch"
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+        --prefix=/usr \
+        --libdir=/usr/lib
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make INSTALL_PREFIX="$pkgdir" install
+}
+md5sums=('db2988505e7432c6b331aa597789c639'
+         '9464d933a5e4ccefed7fc38656a9ec18')

Deleted: extra-i686/lensfun-0.2.3-as-needed.patch
===================================================================
--- extra-i686/lensfun-0.2.3-as-needed.patch	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-i686/lensfun-0.2.3-as-needed.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,13 +0,0 @@
-diff -ru lensfun-0.2.3.orig/build/mak/compiler/gcc.mak lensfun-0.2.3/build/mak/compiler/gcc.mak
---- lensfun-0.2.3.orig/build/mak/compiler/gcc.mak	2009-03-15 02:42:40.000000000 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak	2009-03-15 02:43:37.000000000 +0100
-@@ -71,7 +71,7 @@
- endef
- 
- LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
--LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
-+LINK.GCC.EXEC = $(GCC.LD) $(LDFLAGS) $^ $2 $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $(GCC.LDFLAGS) $1 -o $@
- define LINK.GCC.SO
- 	$(GCC.LD) -o $@.$(SHARED.$3) -Wl,"-soname=$(notdir $@).$(basename $(basename $(SHARED.$3)))" $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
- 	ln -fs $(notdir $@.$(SHARED.$3)) $@.$(basename $(basename $(SHARED.$3)))
-Only in lensfun-0.2.3/out/posix/release: deps

Deleted: extra-i686/lensfun-0.2.3-glibc-2.10.patch
===================================================================
--- extra-i686/lensfun-0.2.3-glibc-2.10.patch	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-i686/lensfun-0.2.3-glibc-2.10.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,11 +0,0 @@
---- lensfun-0.2.3.orig/tools/makedep/cppsetup.cpp	2009-07-04 21:20:49.000000000 +0200
-+++ lensfun-0.2.3/tools/makedep/cppsetup.cpp	2009-07-04 22:19:18.000000000 +0200
-@@ -195,7 +195,7 @@
-     }
-     while (s);
- 
--    eol = strchr (var, 0);
-+    eol = (char *)strchr (var, 0);
- 
-     // Skip parentheses which Microsoft likes so much
-     if (*var == '(')

Copied: lensfun/repos/extra-i686/lensfun-0.2.8-make-4.0.patch (from rev 201245, lensfun/trunk/lensfun-0.2.8-make-4.0.patch)
===================================================================
--- extra-i686/lensfun-0.2.8-make-4.0.patch	                        (rev 0)
+++ extra-i686/lensfun-0.2.8-make-4.0.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -0,0 +1,11 @@
+--- configure.old	2013-12-06 16:55:09.098654166 +0100
++++ configure	2013-12-06 16:55:20.298676545 +0100
+@@ -45,7 +45,7 @@
+     }
+ 
+ # Check for tools
+-tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True)
++tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "4.0", True)
+ if tibs.check_program ("makedep", "makedep -V", ".*Version.*?([0-9\.]+).*", "0.1.0"):
+     tibs.add_config_mak ("MAKEDEP", "makedep")
+     makedep = "yes"

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-x86_64/PKGBUILD	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=lensfun
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
-arch=(i686 x86_64)
-url="http://lensfun.berlios.de/"
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python2' 'libpng' 'doxygen')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-        --prefix=/usr \
-        --libdir=/usr/lib
-    make all
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make INSTALL_PREFIX="$pkgdir" install
-}
-md5sums=('6061cc2d00a42d3e62512878426fc841')

Copied: lensfun/repos/extra-x86_64/PKGBUILD (from rev 201245, lensfun/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-12-06 16:02:09 UTC (rev 201246)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
+arch=(i686 x86_64)
+url="http://lensfun.berlios.de/"
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python2' 'libpng' 'doxygen')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+         lensfun-0.2.8-make-4.0.patch)
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+    # fix configure script for make 4.0
+    patch -Np0 -i "${srcdir}/lensfun-0.2.8-make-4.0.patch"
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+        --prefix=/usr \
+        --libdir=/usr/lib
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make INSTALL_PREFIX="$pkgdir" install
+}
+md5sums=('db2988505e7432c6b331aa597789c639'
+         '9464d933a5e4ccefed7fc38656a9ec18')

Deleted: extra-x86_64/lensfun-0.2.3-as-needed.patch
===================================================================
--- extra-x86_64/lensfun-0.2.3-as-needed.patch	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-x86_64/lensfun-0.2.3-as-needed.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,13 +0,0 @@
-diff -ru lensfun-0.2.3.orig/build/mak/compiler/gcc.mak lensfun-0.2.3/build/mak/compiler/gcc.mak
---- lensfun-0.2.3.orig/build/mak/compiler/gcc.mak	2009-03-15 02:42:40.000000000 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak	2009-03-15 02:43:37.000000000 +0100
-@@ -71,7 +71,7 @@
- endef
- 
- LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
--LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
-+LINK.GCC.EXEC = $(GCC.LD) $(LDFLAGS) $^ $2 $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $(GCC.LDFLAGS) $1 -o $@
- define LINK.GCC.SO
- 	$(GCC.LD) -o $@.$(SHARED.$3) -Wl,"-soname=$(notdir $@).$(basename $(basename $(SHARED.$3)))" $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
- 	ln -fs $(notdir $@.$(SHARED.$3)) $@.$(basename $(basename $(SHARED.$3)))
-Only in lensfun-0.2.3/out/posix/release: deps

Deleted: extra-x86_64/lensfun-0.2.3-glibc-2.10.patch
===================================================================
--- extra-x86_64/lensfun-0.2.3-glibc-2.10.patch	2013-12-06 16:01:49 UTC (rev 201245)
+++ extra-x86_64/lensfun-0.2.3-glibc-2.10.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -1,11 +0,0 @@
---- lensfun-0.2.3.orig/tools/makedep/cppsetup.cpp	2009-07-04 21:20:49.000000000 +0200
-+++ lensfun-0.2.3/tools/makedep/cppsetup.cpp	2009-07-04 22:19:18.000000000 +0200
-@@ -195,7 +195,7 @@
-     }
-     while (s);
- 
--    eol = strchr (var, 0);
-+    eol = (char *)strchr (var, 0);
- 
-     // Skip parentheses which Microsoft likes so much
-     if (*var == '(')

Copied: lensfun/repos/extra-x86_64/lensfun-0.2.8-make-4.0.patch (from rev 201245, lensfun/trunk/lensfun-0.2.8-make-4.0.patch)
===================================================================
--- extra-x86_64/lensfun-0.2.8-make-4.0.patch	                        (rev 0)
+++ extra-x86_64/lensfun-0.2.8-make-4.0.patch	2013-12-06 16:02:09 UTC (rev 201246)
@@ -0,0 +1,11 @@
+--- configure.old	2013-12-06 16:55:09.098654166 +0100
++++ configure	2013-12-06 16:55:20.298676545 +0100
+@@ -45,7 +45,7 @@
+     }
+ 
+ # Check for tools
+-tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True)
++tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "4.0", True)
+ if tibs.check_program ("makedep", "makedep -V", ".*Version.*?([0-9\.]+).*", "0.1.0"):
+     tibs.add_config_mak ("MAKEDEP", "makedep")
+     makedep = "yes"




More information about the arch-commits mailing list