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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:16:05
  Author: tpowa
Revision: 182923

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

Added:
  lensfun/repos/extra-i686/PKGBUILD
(from rev 182922, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
  lensfun/repos/extra-x86_64/PKGBUILD
(from rev 182922, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch
(from rev 182922, 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
  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   |   64 ++
 /lensfun-0.2.3-as-needed.patch  |   26 ++
 /lensfun-0.2.3-glibc-2.10.patch |   22 
 extra-i686/PKGBUILD |   28 ---
 extra-i686/lensfun-0.2.3-as-needed.patch|   13 -
 extra-i686/lensfun-0.2.3-glibc-2.10.patch   |   11 
 extra-x86_64/PKGBUILD   |   28 ---
 extra-x86_64/lensfun-0.2.3-as-needed.patch  |   13 -
 extra-x86_64/lensfun-0.2.3-glibc-2.10.patch |   11 
 9 files changed, 112 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 07:15:56 UTC (rev 182922)
+++ extra-i686/PKGBUILD 2013-04-16 07:16:05 UTC (rev 182923)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=lensfun
-pkgver=0.2.6
-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";)
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-./configure \
---prefix=/usr \
---libdir=/usr/lib
-make all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make INSTALL_PREFIX="$pkgdir" install
-}
-md5sums=('740e4749db04da0a597630dd6339b966')

Copied: lensfun/repos/extra-i686/PKGBUILD (from rev 182922, 
lensfun/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 07:16:05 UTC (rev 182923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+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')

Deleted: extra-i686/lensfun-0.2.3-as-needed.patch
===
--- extra-i686/lensfun-0.2.3-as-needed.patch2013-04-16 07:15:56 UTC (rev 
182922)
+++ extra-i686/lensfun-0.2.3-as-needed.patch2013-04-16 07:16:05 UTC (rev 
182923)
@@ -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.0 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak   2009-03-15 02:43:37.0 
+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
-

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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 06:33:24
  Author: tpowa
Revision: 162692

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

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

-+
 extra-i686/PKGBUILD |   60 --
 extra-i686/lensfun-0.2.3-as-needed.patch|   26 +--
 extra-i686/lensfun-0.2.3-glibc-2.10.patch   |   22 -
 extra-x86_64/PKGBUILD   |   60 --
 extra-x86_64/lensfun-0.2.3-as-needed.patch  |   26 +--
 extra-x86_64/lensfun-0.2.3-glibc-2.10.patch |   22 -
 6 files changed, 104 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-28 10:32:50 UTC (rev 162691)
+++ extra-i686/PKGBUILD 2012-06-28 10:33:24 UTC (rev 162692)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-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 162691, 
lensfun/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-28 10:33:24 UTC (rev 162692)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=lensfun
+pkgver=0.2.6
+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";)
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+./configure \
+--prefix=/usr \
+--libdir=/usr/lib
+make all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make INSTALL_PREFIX="$pkgdir" install
+}
+md5sums=('740e4749db04da0a597630dd6339b966')

Deleted: extra-i686/lensfun-0.2.3-as-needed.patch
===
--- extra-i686/lensfun-0.2.3-as-needed.patch2012-06-28 10:32:50 UTC (rev 
162691)
+++ extra-i686/lensfun-0.2.3-as-needed.patch2012-06-28 10:33:24 UTC (rev 
162692)
@@ -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.0 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak   2009-03-15 02:43:37.0 
+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)) $@.$