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

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 22:48:28 UTC 2012


    Date: Saturday, February 18, 2012 @ 17:48:27
  Author: pierre
Revision: 150605

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

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

-------------------------------------------+
 extra-i686/PKGBUILD                       |   79 ++++++++++++++--------------
 extra-i686/gcc-4.patch                    |   78 +++++++++++++--------------
 extra-i686/gcc4.3.patch                   |   70 ++++++++++++------------
 extra-i686/gcc4.5.patch                   |   20 +++----
 extra-i686/libofa-0.9.3-curl-7.21.patch   |   11 +++
 extra-x86_64/PKGBUILD                     |   79 ++++++++++++++--------------
 extra-x86_64/gcc-4.patch                  |   78 +++++++++++++--------------
 extra-x86_64/gcc4.3.patch                 |   70 ++++++++++++------------
 extra-x86_64/gcc4.5.patch                 |   20 +++----
 extra-x86_64/libofa-0.9.3-curl-7.21.patch |   11 +++
 10 files changed, 272 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-i686/PKGBUILD	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libofa
-pkgver=0.9.3
-pkgrel=3
-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' 'gcc-libs')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"
-	    'gcc-4.patch'
-	    'gcc4.3.patch'
-	    'gcc4.5.patch')
-sha1sums=('3dec8e1dcea937f74b4165e9ffd4d4f355e4594a'
-          'cb19377d0634c03d2a49cfc61915cec918c341f7'
-          'cae08bdc12de923d5e032696702a0530ae6eafc1'
-          '754d69d66ab46219035ccafeeb3ff62433cca4f2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ${srcdir}/gcc-4.patch
-  patch -p1 -i ${srcdir}/gcc4.3.patch
-  patch -p1 -i ${srcdir}/gcc4.5.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libofa/repos/extra-i686/PKGBUILD (from rev 150604, libofa/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-18 22:48:27 UTC (rev 150605)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libofa
+pkgver=0.9.3
+pkgrel=4
+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')
+makedepends=('pkgconfig')
+options=('!libtool')
+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')
+md5sums=('51507d2c4b432bd2755f48d58471696e'
+         'a6f78b90bd0f4354d022a71c3e58ef6c'
+         'dd57db13770b8f8d196e8a3d3a50e713'
+         'c245363368d0e6fa2b4676364b81b74f'
+         '2e1579d74613cfbb1799d0ab5f1a4cba')
+
+build() {
+  cd "${srcdir}/${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-curl-7.21.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/gcc-4.patch
===================================================================
--- extra-i686/gcc-4.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-i686/gcc-4.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,39 +0,0 @@
---- 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/extra-i686/gcc-4.patch (from rev 150604, libofa/trunk/gcc-4.patch)
===================================================================
--- extra-i686/gcc-4.patch	                        (rev 0)
+++ extra-i686/gcc-4.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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 */

Deleted: extra-i686/gcc4.3.patch
===================================================================
--- extra-i686/gcc4.3.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-i686/gcc4.3.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,35 +0,0 @@
-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/extra-i686/gcc4.3.patch (from rev 150604, libofa/trunk/gcc4.3.patch)
===================================================================
--- extra-i686/gcc4.3.patch	                        (rev 0)
+++ extra-i686/gcc4.3.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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"

Deleted: extra-i686/gcc4.5.patch
===================================================================
--- extra-i686/gcc4.5.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-i686/gcc4.5.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,10 +0,0 @@
---- 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/extra-i686/gcc4.5.patch (from rev 150604, libofa/trunk/gcc4.5.patch)
===================================================================
--- extra-i686/gcc4.5.patch	                        (rev 0)
+++ extra-i686/gcc4.5.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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/extra-i686/libofa-0.9.3-curl-7.21.patch (from rev 150604, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
===================================================================
--- extra-i686/libofa-0.9.3-curl-7.21.patch	                        (rev 0)
+++ extra-i686/libofa-0.9.3-curl-7.21.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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;

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-x86_64/PKGBUILD	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libofa
-pkgver=0.9.3
-pkgrel=3
-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' 'gcc-libs')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"
-	    'gcc-4.patch'
-	    'gcc4.3.patch'
-	    'gcc4.5.patch')
-sha1sums=('3dec8e1dcea937f74b4165e9ffd4d4f355e4594a'
-          'cb19377d0634c03d2a49cfc61915cec918c341f7'
-          'cae08bdc12de923d5e032696702a0530ae6eafc1'
-          '754d69d66ab46219035ccafeeb3ff62433cca4f2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ${srcdir}/gcc-4.patch
-  patch -p1 -i ${srcdir}/gcc4.3.patch
-  patch -p1 -i ${srcdir}/gcc4.5.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libofa/repos/extra-x86_64/PKGBUILD (from rev 150604, libofa/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-18 22:48:27 UTC (rev 150605)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libofa
+pkgver=0.9.3
+pkgrel=4
+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')
+makedepends=('pkgconfig')
+options=('!libtool')
+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')
+md5sums=('51507d2c4b432bd2755f48d58471696e'
+         'a6f78b90bd0f4354d022a71c3e58ef6c'
+         'dd57db13770b8f8d196e8a3d3a50e713'
+         'c245363368d0e6fa2b4676364b81b74f'
+         '2e1579d74613cfbb1799d0ab5f1a4cba')
+
+build() {
+  cd "${srcdir}/${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-curl-7.21.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/gcc-4.patch
===================================================================
--- extra-x86_64/gcc-4.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-x86_64/gcc-4.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,39 +0,0 @@
---- 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/extra-x86_64/gcc-4.patch (from rev 150604, libofa/trunk/gcc-4.patch)
===================================================================
--- extra-x86_64/gcc-4.patch	                        (rev 0)
+++ extra-x86_64/gcc-4.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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 */

Deleted: extra-x86_64/gcc4.3.patch
===================================================================
--- extra-x86_64/gcc4.3.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-x86_64/gcc4.3.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,35 +0,0 @@
-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/extra-x86_64/gcc4.3.patch (from rev 150604, libofa/trunk/gcc4.3.patch)
===================================================================
--- extra-x86_64/gcc4.3.patch	                        (rev 0)
+++ extra-x86_64/gcc4.3.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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"

Deleted: extra-x86_64/gcc4.5.patch
===================================================================
--- extra-x86_64/gcc4.5.patch	2012-02-18 22:47:41 UTC (rev 150604)
+++ extra-x86_64/gcc4.5.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -1,10 +0,0 @@
---- 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/extra-x86_64/gcc4.5.patch (from rev 150604, libofa/trunk/gcc4.5.patch)
===================================================================
--- extra-x86_64/gcc4.5.patch	                        (rev 0)
+++ extra-x86_64/gcc4.5.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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/extra-x86_64/libofa-0.9.3-curl-7.21.patch (from rev 150604, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
===================================================================
--- extra-x86_64/libofa-0.9.3-curl-7.21.patch	                        (rev 0)
+++ extra-x86_64/libofa-0.9.3-curl-7.21.patch	2012-02-18 22:48:27 UTC (rev 150605)
@@ -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;




More information about the arch-commits mailing list