[arch-commits] Commit in taglib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-17 Thread Antonio Rojas via arch-commits
Date: Sunday, February 17, 2019 @ 17:09:43
  Author: arojas
Revision: 346439

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/PKGBUILD
(from rev 346438, taglib/trunk/PKGBUILD)
Deleted:
  taglib/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   79 -
 1 file changed, 42 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 17:09:04 UTC (rev 346438)
+++ PKGBUILD2019-02-17 17:09:43 UTC (rev 346439)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=taglib
-pkgver=1.11.1
-pkgrel=2
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=(x86_64)
-url="http://taglib.github.io/;
-license=(LGPL MPL)
-depends=(zlib)
-makedepends=(cmake boost)
-source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
-md5sums=('cee7be0ccfc892fa433d6c837df9522a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=ON \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: taglib/repos/extra-x86_64/PKGBUILD (from rev 346438, 
taglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 17:09:43 UTC (rev 346439)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.11.1
+pkgrel=3
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(x86_64)
+url="https://taglib.github.io/;
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake boost)
+source=("https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;
+
taglib-ogg-corruption.patch::"https://github.com/taglib/taglib/commit/9336c82d.patch;)
+sha256sums=('b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b'
+'bf15f9d99263ca9e3cd96ee16dbfe38ca02932a0e8e2d77696d7188679bda272')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../taglib-ogg-corruption.patch # Fix occasional OGG file 
corruption
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-08-06 Thread Andrea Scarpino
Date: Saturday, August 6, 2011 @ 04:33:15
  Author: andrea
Revision: 134591

archrelease: remove extra-x86_64

Deleted:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-08-06 Thread Andrea Scarpino
Date: Saturday, August 6, 2011 @ 04:33:30
  Author: andrea
Revision: 134592

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-08-06 Thread Andrea Scarpino
Date: Saturday, August 6, 2011 @ 09:05:09
  Author: andrea
Revision: 134616

archrelease: remove extra-x86_64

Deleted:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-08-06 Thread Andrea Scarpino
Date: Saturday, August 6, 2011 @ 09:05:40
  Author: andrea
Revision: 134617

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-04-09 Thread Andrea Scarpino
Date: Saturday, April 9, 2011 @ 06:13:25
  Author: andrea
Revision: 118897

archrelease: remove extra-x86_64

Deleted:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2011-04-09 Thread Andrea Scarpino
Date: Saturday, April 9, 2011 @ 06:13:37
  Author: andrea
Revision: 118898

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:24:17
  Author: andrea
Revision: 79409

archrelease: remove extra-x86_64

Deleted:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:24:33
  Author: andrea
Revision: 79410

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2010-04-09 Thread Andrea Scarpino
Date: Friday, April 9, 2010 @ 15:38:29
  Author: andrea
Revision: 77019

archrelease: remove extra-x86_64

Deleted:
  taglib/repos/extra-x86_64/



[arch-commits] Commit in taglib/repos (extra-x86_64)

2010-04-09 Thread Andrea Scarpino
Date: Friday, April 9, 2010 @ 15:38:45
  Author: andrea
Revision: 77020

archrelease: copy trunk to extra-x86_64

Added:
  taglib/repos/extra-x86_64/