[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 09:09:01
  Author: foutrelis
Revision: 383773

upgpkg: id3lib 3.8.3-18: reproducibility rebuild

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 09:08:46 UTC (rev 383772)
+++ PKGBUILD2020-05-16 09:09:01 UTC (rev 383773)
@@ -4,7 +4,7 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=17
+pkgrel=18
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
 arch=('x86_64')
 license=('LGPL')


[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2018-06-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 5, 2018 @ 21:20:15
  Author: arojas
Revision: 325970

BUILDINFO rebuild

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 21:19:25 UTC (rev 325969)
+++ PKGBUILD2018-06-05 21:20:15 UTC (rev 325970)
@@ -5,7 +5,7 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=16
+pkgrel=17
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
 arch=('x86_64')
 license=('LGPL')


[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2016-11-01 Thread Guillaume Alaux
Date: Tuesday, November 1, 2016 @ 10:38:16
  Author: guillaume
Revision: 279568

Use SHA256 as hashes

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 10:36:50 UTC (rev 279567)
+++ PKGBUILD2016-11-01 10:38:16 UTC (rev 279568)
@@ -26,20 +26,20 @@
 60-spelling.patch
 61-fix_vbr_stack_smash.patch)
 
-md5sums=('19f27ddd2dda4b2d26a559a4f0f402a7'
- '9428ef38283d13adb6e349089537a63f'
- '5a78e0fe586fba334eae2a29e4bf5a28'
- '88f21f1bf4f697be8030706bbec11705'
- 'b3de841cd2eda0d37c8c8330119e12d4'
- '0c7c939943bdfcc3a0f6be95fe9b2367'
- '74ba59c03f91fedbe4dd8045b29c7e15'
- 'd2d06d46df3867d73746f584d1e6fcc5'
- 'd3a61d07a2bfa83f4ac6290794789022'
- '93ef4b26ad08027e28d3f80ad6e492b4'
- '5c4b53a3d5543c5c50b23d6d5b9f230b'
- '964fa0db0da7b1495b34b81bd36539fd'
- '26c74a90267892bbaca1e162919121d0'
- '0973e285cdc420130b984a259cdd8ae0')
+sha256sums=('2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079'
+'e884395cf0bd7b44a550fc8785d79c0992d749be1edc45b00d289cbbd179c6d5'
+'c41ec6889b775119f71c25fa09bb5110bcf550a14e6aac80597479df453de5fb'
+'5fb24595095596ff55d876fb3e5277000f04c4f7a3e07aff5c05e11639dc2165'
+'042deb7c2df1afa0851622b6086e8eb4b007cc6cfcd70210852d5c25e39b08b1'
+'97442e14a5147df36f35d6a396e2b3fb6e155060ec672d91a68bd1a742234b4e'
+'a7cce4176df773677bfc6a527a0465d460fe60a269402af9bdfc9dd6104ea6a4'
+'d7999cdb425ba8013dd11da7fb570e875d368e5b1236c2b094abee8446f04218'
+'f908af7715fb164081d191c766b040cefa0a94f1414e98f60bc38b3e0b1aa309'
+'1b06c5d2c36e6a1f2236c4603a934d8cd675414dcfd52b997cb584404c0bc77d'
+'88aded7423f266d2fedb0eef9dbb272b53cc776ae98bd71dd5afb30b6ac48515'
+'85f20c4d3467f48df1bcaa4150bae55e95270cabb542589f167a914b2f553d04'
+'b31bfa7213325776f6784a684f082814d3affb050d36a7c41cf1b1df07228c5c'
+'5a24d460c9dd1e643ac57b817ea9cec87f44c1d49381065f83879b2eea36adf7')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2016-11-01 Thread Guillaume Alaux
Date: Tuesday, November 1, 2016 @ 10:36:50
  Author: guillaume
Revision: 279567

Use httpS to download source

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 10:31:36 UTC (rev 279566)
+++ PKGBUILD2016-11-01 10:36:50 UTC (rev 279567)
@@ -11,7 +11,7 @@
 license=('LGPL')
 url="http://id3lib.sourceforge.net/;
 depends=('zlib' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 00-add-libz-to-compilation.patch
 05-create-m4-directory.patch
 10-fix-compilation-with-cpp-headers.patch


[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 16:16:15
  Author: foutrelis
Revision: 252397

C++11 ABI rebuild

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 15:15:43 UTC (rev 252396)
+++ PKGBUILD2015-12-05 15:16:15 UTC (rev 252397)
@@ -5,7 +5,7 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=15
+pkgrel=16
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
 arch=('i686' 'x86_64')
 license=('LGPL')


[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2014-01-30 Thread Guillaume Alaux
Date: Thursday, January 30, 2014 @ 21:16:10
  Author: guillaume
Revision: 204896

FS#38719 - Added double-quotes around $srcdir

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-30 20:04:41 UTC (rev 204895)
+++ PKGBUILD2014-01-30 20:16:10 UTC (rev 204896)
@@ -42,21 +42,21 @@
  '0973e285cdc420130b984a259cdd8ae0')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -p1 -i ${srcdir}/00-add-libz-to-compilation.patch
-  patch -p1 -i ${srcdir}/05-create-m4-directory.patch
-  patch -p1 -i ${srcdir}/10-fix-compilation-with-cpp-headers.patch
-  patch -p1 -i ${srcdir}/15-fix-headers-of-main-functions.patch
-  patch -p1 -i ${srcdir}/20-create-manpages.patch
-  patch -p1 -i ${srcdir}/30-fix-utf16.patch
-  patch -p1 -i ${srcdir}/40-deal-with-mkstemp.patch
-  patch -p1 -i ${srcdir}/60-add-c-wrapper-functions.patch
-  patch -p1 -i ${srcdir}/60-fix_make_check.patch
-  patch -p1 -i ${srcdir}/60-id3lib-missing-nullpointer-check.patch
-  patch -p1 -i ${srcdir}/60-spelling.patch
-  patch -p1 -i ${srcdir}/61-fix_vbr_stack_smash.patch
-  patch -p1 -i ${srcdir}/50-remove-outdated-check.patch
+  patch -p1 -i ../00-add-libz-to-compilation.patch
+  patch -p1 -i ../05-create-m4-directory.patch
+  patch -p1 -i ../10-fix-compilation-with-cpp-headers.patch
+  patch -p1 -i ../15-fix-headers-of-main-functions.patch
+  patch -p1 -i ../20-create-manpages.patch
+  patch -p1 -i ../30-fix-utf16.patch
+  patch -p1 -i ../40-deal-with-mkstemp.patch
+  patch -p1 -i ../60-add-c-wrapper-functions.patch
+  patch -p1 -i ../60-fix_make_check.patch
+  patch -p1 -i ../60-id3lib-missing-nullpointer-check.patch
+  patch -p1 -i ../60-spelling.patch
+  patch -p1 -i ../61-fix_vbr_stack_smash.patch
+  patch -p1 -i ../50-remove-outdated-check.patch
 
   libtoolize -fc
   aclocal
@@ -65,17 +65,17 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2014-01-30 Thread Guillaume Alaux
Date: Thursday, January 30, 2014 @ 21:31:19
  Author: guillaume
Revision: 204899

pkgrel bump to release package

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-30 20:31:14 UTC (rev 204898)
+++ PKGBUILD2014-01-30 20:31:19 UTC (rev 204899)
@@ -5,7 +5,7 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=14
+pkgrel=15
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2013-10-24 Thread Gaetan Bisson
Date: Friday, October 25, 2013 @ 04:39:40
  Author: bisson
Revision: 197338

remove static libs

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 02:39:17 UTC (rev 197337)
+++ PKGBUILD2013-10-25 02:39:40 UTC (rev 197338)
@@ -3,7 +3,7 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=12
+pkgrel=13
 pkgdesc=An open-source, cross-platform software development library for 
reading, writing, and manipulating ID3v1 and ID3v2 tags
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2012-02-25 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 09:14:47
  Author: pierre
Revision: 151325

upgpkg: id3lib 3.8.3-12

rebuild old package

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 13:52:04 UTC (rev 151324)
+++ PKGBUILD2012-02-25 14:14:47 UTC (rev 151325)
@@ -1,12 +1,11 @@
 # $Id$
-# Maintainer: 
 # Contributor: Jochem Kossen j.kos...@home.nl
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=11
+pkgrel=12
 pkgdesc=An open-source, cross-platform software development library for 
reading, writing, and manipulating ID3v1 and ID3v2 tags
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://id3lib.sourceforge.net/;
 depends=('zlib' 'gcc-libs')



[arch-commits] Commit in id3lib/trunk (PKGBUILD)

2011-05-13 Thread Andrea Scarpino
Date: Friday, May 13, 2011 @ 20:23:46
  Author: andrea
Revision: 123876

upgpkg: id3lib 3.8.3-11
old package rebuild

Modified:
  id3lib/trunk/PKGBUILD

--+
 PKGBUILD |   35 +--
 1 file changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-14 00:20:58 UTC (rev 123875)
+++ PKGBUILD2011-05-14 00:23:46 UTC (rev 123876)
@@ -1,29 +1,36 @@
 # $Id$
 # Maintainer: 
 # Contributor: Jochem Kossen j.kos...@home.nl
+
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=10
+pkgrel=11
 pkgdesc=An open-source, cross-platform software development library for 
reading, writing, and manipulating ID3v1 and ID3v2 tags
 arch=(i686 x86_64)
 license=('LGPL')
 url=http://id3lib.sourceforge.net/;
 depends=('zlib' 'gcc-libs')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   patch_id3lib_3.8.3_UTF16_writing_bug.diff
-   id3lib-3.8.3-CVE-2007-4460.patch
-   id3lib-3.8.3-gcc-4.3.patch)
-md5sums=('19f27ddd2dda4b2d26a559a4f0f402a7' '196c65adee1ba511ddacef2de0dfd102'\
- '78e90e15ddd1122b66da352b6c3b00ff' 'fdbffd2d9d289ed0d730950c78d4ebc4')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'patch_id3lib_3.8.3_UTF16_writing_bug.diff'
+'id3lib-3.8.3-CVE-2007-4460.patch'
+'id3lib-3.8.3-gcc-4.3.patch')
+md5sums=('19f27ddd2dda4b2d26a559a4f0f402a7'
+ '196c65adee1ba511ddacef2de0dfd102'
+ '78e90e15ddd1122b66da352b6c3b00ff'
+ 'fdbffd2d9d289ed0d730950c78d4ebc4')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/patch_id3lib_3.8.3_UTF16_writing_bug.diff || 
return 1
-  patch -Np0 -i ${startdir}/src/id3lib-3.8.3-CVE-2007-4460.patch || return 1
-  patch -Np1 -i ${startdir}/src/id3lib-3.8.3-gcc-4.3.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/patch_id3lib_3.8.3_UTF16_writing_bug.diff
+  patch -p0 -i ${srcdir}/id3lib-3.8.3-CVE-2007-4460.patch
+  patch -p1 -i ${srcdir}/id3lib-3.8.3-gcc-4.3.patch
   ./configure --prefix=/usr
-  sed -i -e 's/^LIBS =/LIBS = -lz -lstdc++/' src/Makefile || return 1
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
+  sed -i -e 's/^LIBS =/LIBS = -lz -lstdc++/' src/Makefile
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}