[arch-commits] Commit in id3/repos (8 files)

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 02:32:51 UTC 2014


    Date: Saturday, July 5, 2014 @ 04:32:51
  Author: fyan
Revision: 114962

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

Added:
  id3/repos/community-i686/PKGBUILD
    (from rev 114961, id3/trunk/PKGBUILD)
  id3/repos/community-i686/id3-0.78-gcc44.patch
    (from rev 114961, id3/trunk/id3-0.78-gcc44.patch)
  id3/repos/community-x86_64/PKGBUILD
    (from rev 114961, id3/trunk/PKGBUILD)
  id3/repos/community-x86_64/id3-0.78-gcc44.patch
    (from rev 114961, id3/trunk/id3-0.78-gcc44.patch)
Deleted:
  id3/repos/community-i686/PKGBUILD
  id3/repos/community-i686/id3-0.78-gcc44.patch
  id3/repos/community-x86_64/PKGBUILD
  id3/repos/community-x86_64/id3-0.78-gcc44.patch

---------------------------------------+
 /PKGBUILD                             |   64 ++++++++++++++++++++++++++++++++
 /id3-0.78-gcc44.patch                 |   58 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   32 ----------------
 community-i686/id3-0.78-gcc44.patch   |   29 --------------
 community-x86_64/PKGBUILD             |   32 ----------------
 community-x86_64/id3-0.78-gcc44.patch |   29 --------------
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 02:32:18 UTC (rev 114961)
+++ community-i686/PKGBUILD	2014-07-05 02:32:51 UTC (rev 114962)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-
-pkgname=id3
-pkgver=0.78
-pkgrel=3
-pkgdesc="Utility to edit id3v1 and id3v2 tags"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/id3"
-license=('BSD')
-depends=('gcc-libs')
-options=('!makeflags')
-source=(http://linux-bsd-unix.strefa.pl/${pkgname}-${pkgver}.tar.gz
-        id3-0.78-gcc44.patch)
-md5sums=('bbc2a5d8022006330e6bb51034fafb43'
-         '51370be8d2624efee3683efab608a7f1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/id3-0.78-gcc44.patch
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  #install license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: id3/repos/community-i686/PKGBUILD (from rev 114961, id3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 02:32:51 UTC (rev 114962)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=id3
+pkgver=0.78
+pkgrel=4
+pkgdesc="Utility to edit id3v1 and id3v2 tags"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/id3"
+license=('BSD')
+depends=('gcc-libs')
+options=('!makeflags')
+source=(http://linux-bsd-unix.strefa.pl/${pkgname}-${pkgver}.tar.gz
+        id3-0.78-gcc44.patch)
+md5sums=('bbc2a5d8022006330e6bb51034fafb43'
+         '51370be8d2624efee3683efab608a7f1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/id3-0.78-gcc44.patch
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+
+  #install license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/id3-0.78-gcc44.patch
===================================================================
--- community-i686/id3-0.78-gcc44.patch	2014-07-05 02:32:18 UTC (rev 114961)
+++ community-i686/id3-0.78-gcc44.patch	2014-07-05 02:32:51 UTC (rev 114962)
@@ -1,29 +0,0 @@
---- a/charconv.cpp	2006-02-14 16:44:58.000000000 -0500
-+++ b/charconv.cpp	2009-06-12 17:59:54.332486433 -0400
-@@ -5,6 +5,7 @@
- #include <cstdlib>
- #include <clocale>
- #include <climits>
-+#include <cstring>
- #if defined(__STDC_ISO_10646__) || defined(__WIN32__)
- #  include <wchar.h>
- #  define fallback(call) (0)
---- a/getid3v2.cpp	2006-02-10 22:23:14.000000000 -0500
-+++ b/getid3v2.cpp	2009-06-12 18:06:49.582446332 -0400
-@@ -1,5 +1,6 @@
- #include <vector>
- #include <cstdio>
-+#include <cstring>
- #include "char_ucs.h"
- #include "id3v2.h"
- #include "getid3v2.h"
---- a/setfname.cpp	2006-03-19 06:13:36.000000000 -0500
-+++ b/setfname.cpp	2009-06-12 18:09:35.759097380 -0400
-@@ -1,6 +1,7 @@
- #include <cstdio>
- #include <cctype>
- #include <ctime>                                    // borland needs this
-+#include <cstring>
- #include <sys/stat.h>
- #include <utime.h>
- #if defined(__WIN32__)

Copied: id3/repos/community-i686/id3-0.78-gcc44.patch (from rev 114961, id3/trunk/id3-0.78-gcc44.patch)
===================================================================
--- community-i686/id3-0.78-gcc44.patch	                        (rev 0)
+++ community-i686/id3-0.78-gcc44.patch	2014-07-05 02:32:51 UTC (rev 114962)
@@ -0,0 +1,29 @@
+--- a/charconv.cpp	2006-02-14 16:44:58.000000000 -0500
++++ b/charconv.cpp	2009-06-12 17:59:54.332486433 -0400
+@@ -5,6 +5,7 @@
+ #include <cstdlib>
+ #include <clocale>
+ #include <climits>
++#include <cstring>
+ #if defined(__STDC_ISO_10646__) || defined(__WIN32__)
+ #  include <wchar.h>
+ #  define fallback(call) (0)
+--- a/getid3v2.cpp	2006-02-10 22:23:14.000000000 -0500
++++ b/getid3v2.cpp	2009-06-12 18:06:49.582446332 -0400
+@@ -1,5 +1,6 @@
+ #include <vector>
+ #include <cstdio>
++#include <cstring>
+ #include "char_ucs.h"
+ #include "id3v2.h"
+ #include "getid3v2.h"
+--- a/setfname.cpp	2006-03-19 06:13:36.000000000 -0500
++++ b/setfname.cpp	2009-06-12 18:09:35.759097380 -0400
+@@ -1,6 +1,7 @@
+ #include <cstdio>
+ #include <cctype>
+ #include <ctime>                                    // borland needs this
++#include <cstring>
+ #include <sys/stat.h>
+ #include <utime.h>
+ #if defined(__WIN32__)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 02:32:18 UTC (rev 114961)
+++ community-x86_64/PKGBUILD	2014-07-05 02:32:51 UTC (rev 114962)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-
-pkgname=id3
-pkgver=0.78
-pkgrel=3
-pkgdesc="Utility to edit id3v1 and id3v2 tags"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/id3"
-license=('BSD')
-depends=('gcc-libs')
-options=('!makeflags')
-source=(http://linux-bsd-unix.strefa.pl/${pkgname}-${pkgver}.tar.gz
-        id3-0.78-gcc44.patch)
-md5sums=('bbc2a5d8022006330e6bb51034fafb43'
-         '51370be8d2624efee3683efab608a7f1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/id3-0.78-gcc44.patch
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  #install license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: id3/repos/community-x86_64/PKGBUILD (from rev 114961, id3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 02:32:51 UTC (rev 114962)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=id3
+pkgver=0.78
+pkgrel=4
+pkgdesc="Utility to edit id3v1 and id3v2 tags"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/id3"
+license=('BSD')
+depends=('gcc-libs')
+options=('!makeflags')
+source=(http://linux-bsd-unix.strefa.pl/${pkgname}-${pkgver}.tar.gz
+        id3-0.78-gcc44.patch)
+md5sums=('bbc2a5d8022006330e6bb51034fafb43'
+         '51370be8d2624efee3683efab608a7f1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/id3-0.78-gcc44.patch
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+
+  #install license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-x86_64/id3-0.78-gcc44.patch
===================================================================
--- community-x86_64/id3-0.78-gcc44.patch	2014-07-05 02:32:18 UTC (rev 114961)
+++ community-x86_64/id3-0.78-gcc44.patch	2014-07-05 02:32:51 UTC (rev 114962)
@@ -1,29 +0,0 @@
---- a/charconv.cpp	2006-02-14 16:44:58.000000000 -0500
-+++ b/charconv.cpp	2009-06-12 17:59:54.332486433 -0400
-@@ -5,6 +5,7 @@
- #include <cstdlib>
- #include <clocale>
- #include <climits>
-+#include <cstring>
- #if defined(__STDC_ISO_10646__) || defined(__WIN32__)
- #  include <wchar.h>
- #  define fallback(call) (0)
---- a/getid3v2.cpp	2006-02-10 22:23:14.000000000 -0500
-+++ b/getid3v2.cpp	2009-06-12 18:06:49.582446332 -0400
-@@ -1,5 +1,6 @@
- #include <vector>
- #include <cstdio>
-+#include <cstring>
- #include "char_ucs.h"
- #include "id3v2.h"
- #include "getid3v2.h"
---- a/setfname.cpp	2006-03-19 06:13:36.000000000 -0500
-+++ b/setfname.cpp	2009-06-12 18:09:35.759097380 -0400
-@@ -1,6 +1,7 @@
- #include <cstdio>
- #include <cctype>
- #include <ctime>                                    // borland needs this
-+#include <cstring>
- #include <sys/stat.h>
- #include <utime.h>
- #if defined(__WIN32__)

Copied: id3/repos/community-x86_64/id3-0.78-gcc44.patch (from rev 114961, id3/trunk/id3-0.78-gcc44.patch)
===================================================================
--- community-x86_64/id3-0.78-gcc44.patch	                        (rev 0)
+++ community-x86_64/id3-0.78-gcc44.patch	2014-07-05 02:32:51 UTC (rev 114962)
@@ -0,0 +1,29 @@
+--- a/charconv.cpp	2006-02-14 16:44:58.000000000 -0500
++++ b/charconv.cpp	2009-06-12 17:59:54.332486433 -0400
+@@ -5,6 +5,7 @@
+ #include <cstdlib>
+ #include <clocale>
+ #include <climits>
++#include <cstring>
+ #if defined(__STDC_ISO_10646__) || defined(__WIN32__)
+ #  include <wchar.h>
+ #  define fallback(call) (0)
+--- a/getid3v2.cpp	2006-02-10 22:23:14.000000000 -0500
++++ b/getid3v2.cpp	2009-06-12 18:06:49.582446332 -0400
+@@ -1,5 +1,6 @@
+ #include <vector>
+ #include <cstdio>
++#include <cstring>
+ #include "char_ucs.h"
+ #include "id3v2.h"
+ #include "getid3v2.h"
+--- a/setfname.cpp	2006-03-19 06:13:36.000000000 -0500
++++ b/setfname.cpp	2009-06-12 18:09:35.759097380 -0400
+@@ -1,6 +1,7 @@
+ #include <cstdio>
+ #include <cctype>
+ #include <ctime>                                    // borland needs this
++#include <cstring>
+ #include <sys/stat.h>
+ #include <utime.h>
+ #if defined(__WIN32__)




More information about the arch-commits mailing list