[arch-commits] Commit in lensfun/repos/extra-i686 (6 files)

Tobias Powalowski tpowa at archlinux.org
Wed Aug 17 16:07:09 UTC 2011


    Date: Wednesday, August 17, 2011 @ 12:07:08
  Author: tpowa
Revision: 135704

archrelease: copy trunk to extra-i686

Added:
  lensfun/repos/extra-i686/PKGBUILD
    (from rev 135702, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
    (from rev 135702, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
    (from rev 135703, lensfun/trunk/lensfun-0.2.3-glibc-2.10.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

--------------------------------+
 PKGBUILD                       |   64 +++++++++++++++++++--------------------
 lensfun-0.2.3-as-needed.patch  |   26 +++++++--------
 lensfun-0.2.3-glibc-2.10.patch |   22 ++++++-------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-17 16:07:01 UTC (rev 135703)
+++ PKGBUILD	2011-08-17 16:07:08 UTC (rev 135704)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=lensfun
-pkgver=0.2.5
-pkgrel=2
-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=('python' 'libpng' 'doxygen')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        "runtime.cpu.detection.fix.backport.patch")
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-    patch -p0 -i "${srcdir}/runtime.cpu.detection.fix.backport.patch"
-    ./configure \
-        --prefix=/usr \
-        --libdir=/usr/lib
-    make all
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make INSTALL_PREFIX="$pkgdir" install
-}
-
-md5sums=('a10438dffae68a5988fc54b0393a3755'
-         'a2033928f263db319de78182ab12fb7d')

Copied: lensfun/repos/extra-i686/PKGBUILD (from rev 135702, lensfun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-17 16:07:08 UTC (rev 135704)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=lensfun
+pkgver=0.2.5
+pkgrel=2
+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=('python' 'libpng' 'doxygen')
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        "runtime.cpu.detection.fix.backport.patch")
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+    patch -p0 -i "${srcdir}/runtime.cpu.detection.fix.backport.patch"
+    ./configure \
+        --prefix=/usr \
+        --libdir=/usr/lib
+    make all
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make INSTALL_PREFIX="$pkgdir" install
+}
+
+md5sums=('a10438dffae68a5988fc54b0393a3755'
+         'a2033928f263db319de78182ab12fb7d')

Deleted: lensfun-0.2.3-as-needed.patch
===================================================================
--- lensfun-0.2.3-as-needed.patch	2011-08-17 16:07:01 UTC (rev 135703)
+++ lensfun-0.2.3-as-needed.patch	2011-08-17 16:07:08 UTC (rev 135704)
@@ -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

Copied: lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch (from rev 135702, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
===================================================================
--- lensfun-0.2.3-as-needed.patch	                        (rev 0)
+++ lensfun-0.2.3-as-needed.patch	2011-08-17 16:07:08 UTC (rev 135704)
@@ -0,0 +1,13 @@
+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: lensfun-0.2.3-glibc-2.10.patch
===================================================================
--- lensfun-0.2.3-glibc-2.10.patch	2011-08-17 16:07:01 UTC (rev 135703)
+++ lensfun-0.2.3-glibc-2.10.patch	2011-08-17 16:07:08 UTC (rev 135704)
@@ -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.3-glibc-2.10.patch (from rev 135703, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
===================================================================
--- lensfun-0.2.3-glibc-2.10.patch	                        (rev 0)
+++ lensfun-0.2.3-glibc-2.10.patch	2011-08-17 16:07:08 UTC (rev 135704)
@@ -0,0 +1,11 @@
+--- 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 == '(')




More information about the arch-commits mailing list