[arch-commits] Commit in libofa/repos (14 files)

Felix Yan fyan at archlinux.org
Sun Dec 6 01:38:43 UTC 2015


    Date: Sunday, December 6, 2015 @ 02:38:43
  Author: fyan
Revision: 252550

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

Added:
  libofa/repos/staging-i686/
  libofa/repos/staging-i686/PKGBUILD
    (from rev 252549, libofa/trunk/PKGBUILD)
  libofa/repos/staging-i686/gcc-4.patch
    (from rev 252549, libofa/trunk/gcc-4.patch)
  libofa/repos/staging-i686/gcc4.3.patch
    (from rev 252549, libofa/trunk/gcc4.3.patch)
  libofa/repos/staging-i686/gcc4.5.patch
    (from rev 252549, libofa/trunk/gcc4.5.patch)
  libofa/repos/staging-i686/libofa-0.9.3-curl-7.21.patch
    (from rev 252549, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
  libofa/repos/staging-i686/libofa-0.9.3-gcc-4.7.patch
    (from rev 252549, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)
  libofa/repos/staging-x86_64/
  libofa/repos/staging-x86_64/PKGBUILD
    (from rev 252549, libofa/trunk/PKGBUILD)
  libofa/repos/staging-x86_64/gcc-4.patch
    (from rev 252549, libofa/trunk/gcc-4.patch)
  libofa/repos/staging-x86_64/gcc4.3.patch
    (from rev 252549, libofa/trunk/gcc4.3.patch)
  libofa/repos/staging-x86_64/gcc4.5.patch
    (from rev 252549, libofa/trunk/gcc4.5.patch)
  libofa/repos/staging-x86_64/libofa-0.9.3-curl-7.21.patch
    (from rev 252549, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
  libofa/repos/staging-x86_64/libofa-0.9.3-gcc-4.7.patch
    (from rev 252549, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)

---------------------------------------------+
 staging-i686/PKGBUILD                       |   46 ++++++++++++++++++++++++++
 staging-i686/gcc-4.patch                    |   39 ++++++++++++++++++++++
 staging-i686/gcc4.3.patch                   |   35 +++++++++++++++++++
 staging-i686/gcc4.5.patch                   |   10 +++++
 staging-i686/libofa-0.9.3-curl-7.21.patch   |   11 ++++++
 staging-i686/libofa-0.9.3-gcc-4.7.patch     |   22 ++++++++++++
 staging-x86_64/PKGBUILD                     |   46 ++++++++++++++++++++++++++
 staging-x86_64/gcc-4.patch                  |   39 ++++++++++++++++++++++
 staging-x86_64/gcc4.3.patch                 |   35 +++++++++++++++++++
 staging-x86_64/gcc4.5.patch                 |   10 +++++
 staging-x86_64/libofa-0.9.3-curl-7.21.patch |   11 ++++++
 staging-x86_64/libofa-0.9.3-gcc-4.7.patch   |   22 ++++++++++++
 12 files changed, 326 insertions(+)

Copied: libofa/repos/staging-i686/PKGBUILD (from rev 252549, libofa/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libofa
+pkgver=0.9.3
+pkgrel=6
+pkgdesc="An open-source audio fingerprint by MusicIP"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/musicip-libofa/"
+license=('GPL2' 'custom')
+depends=('expat' 'curl' 'fftw')
+source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"
+        'gcc-4.patch'
+        'gcc4.3.patch'
+        'gcc4.5.patch'
+        'libofa-0.9.3-curl-7.21.patch'
+	'libofa-0.9.3-gcc-4.7.patch')
+md5sums=('51507d2c4b432bd2755f48d58471696e'
+         'a6f78b90bd0f4354d022a71c3e58ef6c'
+         'dd57db13770b8f8d196e8a3d3a50e713'
+         'c245363368d0e6fa2b4676364b81b74f'
+         '2e1579d74613cfbb1799d0ab5f1a4cba'
+         'a53a0104f9b5bba220322c6d0b68bf96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}/gcc-4.patch"
+  patch -p1 -i "${srcdir}/gcc4.3.patch"
+  patch -p1 -i "${srcdir}/gcc4.5.patch"
+  patch -p1 -i "${srcdir}/libofa-0.9.3-gcc-4.7.patch"
+  patch -p1 -i "${srcdir}/libofa-0.9.3-curl-7.21.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libofa/repos/staging-i686/gcc-4.patch (from rev 252549, libofa/trunk/gcc-4.patch)
===================================================================
--- staging-i686/gcc-4.patch	                        (rev 0)
+++ staging-i686/gcc-4.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,39 @@
+--- lib/JAMA/tnt_math_utils.h.orig	2006-06-17 01:46:22.000000000 +0300
++++ lib/JAMA/tnt_math_utils.h	2006-06-17 01:47:02.000000000 +0300
+@@ -20,11 +20,20 @@
+ namespace TNT
+ {
+ /**
++	@returns the absolute value of a real (no-complex) scalar.
++*/
++template <class Real>
++Real abs(const Real &a)
++{
++	return  (a > 0 ? a : -a);
++}
++/**
+ 	@returns hypotenuse of real (non-complex) scalars a and b by 
+ 	avoiding underflow/overflow
+ 	using (a * sqrt( 1 + (b/a) * (b/a))), rather than
+ 	sqrt(a*a + b*b).
+ */
++
+ template <class Real>
+ Real hypot(const Real &a, const Real &b)
+ {
+@@ -56,15 +65,6 @@
+ }
+ */
+ 
+-/**
+-	@returns the absolute value of a real (no-complex) scalar.
+-*/
+-template <class Real>
+-Real abs(const Real &a)
+-{
+-	return  (a > 0 ? a : -a);
+-}
+-
+ }
+ #endif
+ /* MATH_UTILS_H */

Copied: libofa/repos/staging-i686/gcc4.3.patch (from rev 252549, libofa/trunk/gcc4.3.patch)
===================================================================
--- staging-i686/gcc4.3.patch	                        (rev 0)
+++ staging-i686/gcc4.3.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,35 @@
+diff -ur libofa-0.9.3.orig/examples/example.cpp libofa-0.9.3/examples/example.cpp
+--- libofa-0.9.3.orig/examples/example.cpp	2006-05-10 21:05:37.000000000 +0300
++++ libofa-0.9.3/examples/example.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -9,6 +9,8 @@
+ 
+ #include "protocol.h"
+ 
++#include <string.h>
++ 
+ AudioData* loadWaveFile(char *file);
+ AudioData* loadDataUsingLAME(char *file);
+ 
+Vain hakemistossa libofa-0.9.3/examples: example.cpp.orig
+diff -ur libofa-0.9.3.orig/examples/protocol.cpp libofa-0.9.3/examples/protocol.cpp
+--- libofa-0.9.3.orig/examples/protocol.cpp	2006-05-10 21:05:42.000000000 +0300
++++ libofa-0.9.3/examples/protocol.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -8,6 +8,7 @@
+ -------------------------------------------------------------------*/
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <cstring>
+ #include <string>
+ #include <map>
+ #include <expat.h>
+diff -ur libofa-0.9.3.orig/lib/signal_op.cpp libofa-0.9.3/lib/signal_op.cpp
+--- libofa-0.9.3.orig/lib/signal_op.cpp	2006-05-10 21:01:12.000000000 +0300
++++ libofa-0.9.3/lib/signal_op.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -12,6 +12,7 @@
+ // DATE CREATED: 1/12/06
+ 
+ 
++#include <cstdlib>
+ #include <math.h>
+ #include "signal_op.h"
+ #include "AFLIB/aflibConverter.h"

Copied: libofa/repos/staging-i686/gcc4.5.patch (from rev 252549, libofa/trunk/gcc4.5.patch)
===================================================================
--- staging-i686/gcc4.5.patch	                        (rev 0)
+++ staging-i686/gcc4.5.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,10 @@
+--- libofa-0.9.3/examples/example.cpp~	2010-05-19 18:07:19.517650317 +0200
++++ libofa-0.9.3/examples/example.cpp	2010-05-19 18:07:31.754317472 +0200
+@@ -6,6 +6,7 @@
+    No rights reserved.
+ 
+ -------------------------------------------------------------------*/
++#include <cstdio>
+ 
+ #include "protocol.h"
+ 

Copied: libofa/repos/staging-i686/libofa-0.9.3-curl-7.21.patch (from rev 252549, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
===================================================================
--- staging-i686/libofa-0.9.3-curl-7.21.patch	                        (rev 0)
+++ staging-i686/libofa-0.9.3-curl-7.21.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,11 @@
+diff -ru libofa-0.9.3.orig//examples/protocol.cpp libofa-0.9.3//examples/protocol.cpp
+--- libofa-0.9.3.orig//examples/protocol.cpp	2006-05-10 20:05:42.000000000 +0200
++++ libofa-0.9.3//examples/protocol.cpp	2011-07-22 19:02:30.687109297 +0200
+@@ -12,7 +12,6 @@
+ #include <map>
+ #include <expat.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ 
+ using namespace std;

Copied: libofa/repos/staging-i686/libofa-0.9.3-gcc-4.7.patch (from rev 252549, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)
===================================================================
--- staging-i686/libofa-0.9.3-gcc-4.7.patch	                        (rev 0)
+++ staging-i686/libofa-0.9.3-gcc-4.7.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,22 @@
+diff -up libofa-0.9.3/examples/uselame.cpp.gcc47 libofa-0.9.3/examples/uselame.cpp
+--- libofa-0.9.3/examples/uselame.cpp.gcc47	2012-01-14 09:35:24.343146853 -0600
++++ libofa-0.9.3/examples/uselame.cpp	2012-01-14 09:35:49.956826634 -0600
+@@ -12,6 +12,7 @@
+ #else
+ #include <sys/wait.h>
+ #endif
++#include <unistd.h>
+ 
+ AudioData *loadWaveFile(char *file);
+ 
+diff -up libofa-0.9.3/examples/wavefile.cpp.gcc47 libofa-0.9.3/examples/wavefile.cpp
+--- libofa-0.9.3/examples/wavefile.cpp.gcc47	2012-01-14 09:35:24.344146841 -0600
++++ libofa-0.9.3/examples/wavefile.cpp	2012-01-14 16:00:54.414981160 -0600
+@@ -11,6 +11,7 @@
+ #include "io.h"
+ #endif
+ #include <fcntl.h>
++#include <unistd.h>
+ 
+ static bool readBytes(int fd, unsigned char *buf, int size) {
+     int ct = 0;

Copied: libofa/repos/staging-x86_64/PKGBUILD (from rev 252549, libofa/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libofa
+pkgver=0.9.3
+pkgrel=6
+pkgdesc="An open-source audio fingerprint by MusicIP"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/musicip-libofa/"
+license=('GPL2' 'custom')
+depends=('expat' 'curl' 'fftw')
+source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"
+        'gcc-4.patch'
+        'gcc4.3.patch'
+        'gcc4.5.patch'
+        'libofa-0.9.3-curl-7.21.patch'
+	'libofa-0.9.3-gcc-4.7.patch')
+md5sums=('51507d2c4b432bd2755f48d58471696e'
+         'a6f78b90bd0f4354d022a71c3e58ef6c'
+         'dd57db13770b8f8d196e8a3d3a50e713'
+         'c245363368d0e6fa2b4676364b81b74f'
+         '2e1579d74613cfbb1799d0ab5f1a4cba'
+         'a53a0104f9b5bba220322c6d0b68bf96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}/gcc-4.patch"
+  patch -p1 -i "${srcdir}/gcc4.3.patch"
+  patch -p1 -i "${srcdir}/gcc4.5.patch"
+  patch -p1 -i "${srcdir}/libofa-0.9.3-gcc-4.7.patch"
+  patch -p1 -i "${srcdir}/libofa-0.9.3-curl-7.21.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libofa/repos/staging-x86_64/gcc-4.patch (from rev 252549, libofa/trunk/gcc-4.patch)
===================================================================
--- staging-x86_64/gcc-4.patch	                        (rev 0)
+++ staging-x86_64/gcc-4.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,39 @@
+--- lib/JAMA/tnt_math_utils.h.orig	2006-06-17 01:46:22.000000000 +0300
++++ lib/JAMA/tnt_math_utils.h	2006-06-17 01:47:02.000000000 +0300
+@@ -20,11 +20,20 @@
+ namespace TNT
+ {
+ /**
++	@returns the absolute value of a real (no-complex) scalar.
++*/
++template <class Real>
++Real abs(const Real &a)
++{
++	return  (a > 0 ? a : -a);
++}
++/**
+ 	@returns hypotenuse of real (non-complex) scalars a and b by 
+ 	avoiding underflow/overflow
+ 	using (a * sqrt( 1 + (b/a) * (b/a))), rather than
+ 	sqrt(a*a + b*b).
+ */
++
+ template <class Real>
+ Real hypot(const Real &a, const Real &b)
+ {
+@@ -56,15 +65,6 @@
+ }
+ */
+ 
+-/**
+-	@returns the absolute value of a real (no-complex) scalar.
+-*/
+-template <class Real>
+-Real abs(const Real &a)
+-{
+-	return  (a > 0 ? a : -a);
+-}
+-
+ }
+ #endif
+ /* MATH_UTILS_H */

Copied: libofa/repos/staging-x86_64/gcc4.3.patch (from rev 252549, libofa/trunk/gcc4.3.patch)
===================================================================
--- staging-x86_64/gcc4.3.patch	                        (rev 0)
+++ staging-x86_64/gcc4.3.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,35 @@
+diff -ur libofa-0.9.3.orig/examples/example.cpp libofa-0.9.3/examples/example.cpp
+--- libofa-0.9.3.orig/examples/example.cpp	2006-05-10 21:05:37.000000000 +0300
++++ libofa-0.9.3/examples/example.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -9,6 +9,8 @@
+ 
+ #include "protocol.h"
+ 
++#include <string.h>
++ 
+ AudioData* loadWaveFile(char *file);
+ AudioData* loadDataUsingLAME(char *file);
+ 
+Vain hakemistossa libofa-0.9.3/examples: example.cpp.orig
+diff -ur libofa-0.9.3.orig/examples/protocol.cpp libofa-0.9.3/examples/protocol.cpp
+--- libofa-0.9.3.orig/examples/protocol.cpp	2006-05-10 21:05:42.000000000 +0300
++++ libofa-0.9.3/examples/protocol.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -8,6 +8,7 @@
+ -------------------------------------------------------------------*/
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <cstring>
+ #include <string>
+ #include <map>
+ #include <expat.h>
+diff -ur libofa-0.9.3.orig/lib/signal_op.cpp libofa-0.9.3/lib/signal_op.cpp
+--- libofa-0.9.3.orig/lib/signal_op.cpp	2006-05-10 21:01:12.000000000 +0300
++++ libofa-0.9.3/lib/signal_op.cpp	2008-04-16 15:51:49.000000000 +0300
+@@ -12,6 +12,7 @@
+ // DATE CREATED: 1/12/06
+ 
+ 
++#include <cstdlib>
+ #include <math.h>
+ #include "signal_op.h"
+ #include "AFLIB/aflibConverter.h"

Copied: libofa/repos/staging-x86_64/gcc4.5.patch (from rev 252549, libofa/trunk/gcc4.5.patch)
===================================================================
--- staging-x86_64/gcc4.5.patch	                        (rev 0)
+++ staging-x86_64/gcc4.5.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,10 @@
+--- libofa-0.9.3/examples/example.cpp~	2010-05-19 18:07:19.517650317 +0200
++++ libofa-0.9.3/examples/example.cpp	2010-05-19 18:07:31.754317472 +0200
+@@ -6,6 +6,7 @@
+    No rights reserved.
+ 
+ -------------------------------------------------------------------*/
++#include <cstdio>
+ 
+ #include "protocol.h"
+ 

Copied: libofa/repos/staging-x86_64/libofa-0.9.3-curl-7.21.patch (from rev 252549, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
===================================================================
--- staging-x86_64/libofa-0.9.3-curl-7.21.patch	                        (rev 0)
+++ staging-x86_64/libofa-0.9.3-curl-7.21.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,11 @@
+diff -ru libofa-0.9.3.orig//examples/protocol.cpp libofa-0.9.3//examples/protocol.cpp
+--- libofa-0.9.3.orig//examples/protocol.cpp	2006-05-10 20:05:42.000000000 +0200
++++ libofa-0.9.3//examples/protocol.cpp	2011-07-22 19:02:30.687109297 +0200
+@@ -12,7 +12,6 @@
+ #include <map>
+ #include <expat.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ 
+ using namespace std;

Copied: libofa/repos/staging-x86_64/libofa-0.9.3-gcc-4.7.patch (from rev 252549, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)
===================================================================
--- staging-x86_64/libofa-0.9.3-gcc-4.7.patch	                        (rev 0)
+++ staging-x86_64/libofa-0.9.3-gcc-4.7.patch	2015-12-06 01:38:43 UTC (rev 252550)
@@ -0,0 +1,22 @@
+diff -up libofa-0.9.3/examples/uselame.cpp.gcc47 libofa-0.9.3/examples/uselame.cpp
+--- libofa-0.9.3/examples/uselame.cpp.gcc47	2012-01-14 09:35:24.343146853 -0600
++++ libofa-0.9.3/examples/uselame.cpp	2012-01-14 09:35:49.956826634 -0600
+@@ -12,6 +12,7 @@
+ #else
+ #include <sys/wait.h>
+ #endif
++#include <unistd.h>
+ 
+ AudioData *loadWaveFile(char *file);
+ 
+diff -up libofa-0.9.3/examples/wavefile.cpp.gcc47 libofa-0.9.3/examples/wavefile.cpp
+--- libofa-0.9.3/examples/wavefile.cpp.gcc47	2012-01-14 09:35:24.344146841 -0600
++++ libofa-0.9.3/examples/wavefile.cpp	2012-01-14 16:00:54.414981160 -0600
+@@ -11,6 +11,7 @@
+ #include "io.h"
+ #endif
+ #include <fcntl.h>
++#include <unistd.h>
+ 
+ static bool readBytes(int fd, unsigned char *buf, int size) {
+     int ct = 0;



More information about the arch-commits mailing list