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

2020-05-07 Thread Allan McRae via arch-commits
Date: Friday, May 8, 2020 @ 02:13:02
  Author: allan
Revision: 382746

upgpkg: libcue 2.2.1-2: .BUILDINFO rebuild

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 01:56:22 UTC (rev 382745)
+++ PKGBUILD2020-05-08 02:13:02 UTC (rev 382746)
@@ -3,7 +3,7 @@
 
 pkgname=libcue
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
 arch=('x86_64')


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

2018-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 03:47:33
  Author: felixonmars
Revision: 324998

upgpkg: libcue 2.2.1-1

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 03:42:31 UTC (rev 324997)
+++ PKGBUILD2018-05-26 03:47:33 UTC (rev 324998)
@@ -16,7 +16,7 @@
 
 build() {
cd ${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DBUILD_SHARED_LIBS=ON .
make
 }
 


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

2018-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 03:41:31
  Author: felixonmars
Revision: 324995

upgpkg: libcue 2.2.1-1

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 22:38:23 UTC (rev 324994)
+++ PKGBUILD2018-05-26 03:41:31 UTC (rev 324995)
@@ -3,7 +3,7 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
@@ -12,7 +12,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('9bc91bdacad73f3087cf849bb30a214a7dfb89e5')
+sha512sums=('32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964')
 
 build() {
cd ${pkgname}-${pkgver}


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

2018-02-14 Thread Jan de Groot via arch-commits
Date: Wednesday, February 14, 2018 @ 22:20:03
  Author: jgc
Revision: 317038

upgpkg: libcue 2.2.0-1

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 20:55:16 UTC (rev 317037)
+++ PKGBUILD2018-02-14 22:20:03 UTC (rev 317038)
@@ -3,7 +3,7 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
@@ -12,11 +12,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d')
+sha1sums=('9bc91bdacad73f3087cf849bb30a214a7dfb89e5')
 
 build() {
cd ${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr .
+   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
make
 }
 


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 09:35:41
  Author: arojas
Revision: 264991

Update to 2.1.0

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 07:33:52 UTC (rev 264990)
+++ PKGBUILD2016-04-15 07:35:41 UTC (rev 264991)
@@ -3,7 +3,7 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
@@ -12,7 +12,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
+sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d')
 
 build() {
cd ${pkgname}-${pkgver}


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

2016-02-25 Thread Antonio Rojas
Date: Thursday, February 25, 2016 @ 09:38:25
  Author: arojas
Revision: 260241

Update to 2.0.1

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 08:34:45 UTC (rev 260240)
+++ PKGBUILD2016-02-25 08:38:25 UTC (rev 260241)
@@ -3,28 +3,24 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-source=("https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('155cfab2faff90f5954e31d9d3f90229ddc349cd')
+sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
 
 build() {
-   cd "${pkgname}-${pkgver}"
+   cd ${pkgname}-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
 }
 
 package() {
-   cd "${pkgname}-${pkgver}"
+   cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
-
-  # compatibility symlink
-  install -d "$pkgdir"/usr/include/libcue
-  ln -s /usr/include/libcue.h "$pkgdir"/usr/include/libcue/libcue.h
 }


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

2016-02-22 Thread Antonio Rojas
Date: Monday, February 22, 2016 @ 23:36:40
  Author: arojas
Revision: 260164

Symlink header to old location for compatibility

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-22 22:24:23 UTC (rev 260163)
+++ PKGBUILD2016-02-22 22:36:40 UTC (rev 260164)
@@ -4,7 +4,7 @@
 
 pkgname=libcue
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
 arch=('i686' 'x86_64')
@@ -23,4 +23,8 @@
 package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+  # compatibility symlink
+  install -d "$pkgdir"/usr/include/libcue
+  ln -s /usr/include/libcue.h "$pkgdir"/usr/include/libcue/libcue.h
 }


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

2016-02-22 Thread Antonio Rojas
Date: Monday, February 22, 2016 @ 23:23:47
  Author: arojas
Revision: 260162

Update to 2.0

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-22 20:59:53 UTC (rev 260161)
+++ PKGBUILD2016-02-22 22:23:47 UTC (rev 260162)
@@ -3,22 +3,24 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=1.4.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
-url='http://sourceforge.net/projects/libcue/'
+url='https://github.com/lipnitsk/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
+source=("https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
+depends=('glibc')
+makedepends=('cmake')
+sha1sums=('155cfab2faff90f5954e31d9d3f90229ddc349cd')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh --prefix=/usr
+   cd "${pkgname}-${pkgver}"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 }


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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:36:31
  Author: bisson
Revision: 215715

rebuild for mtree support

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:35:23 UTC (rev 215714)
+++ PKGBUILD2014-06-30 10:36:31 UTC (rev 215715)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org 
 # Contributor: said atvordhosbn[at]gmail[dot]com
-# Maintainer: Gaetan Bisson bis...@archlinux.org 
 
 pkgname=libcue
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:19
  Author: bisson
Revision: 197474

remove options enforced by newer pacman

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:15 UTC (rev 197473)
+++ PKGBUILD2013-10-26 07:50:19 UTC (rev 197474)
@@ -9,14 +9,12 @@
 url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./autogen.sh --prefix=/usr --disable-static
+   ./autogen.sh --prefix=/usr
make
 }
 



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:05:53
  Author: bisson
Revision: 149034

signed rebuild for free

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:05:03 UTC (rev 149033)
+++ PKGBUILD2012-02-05 15:05:53 UTC (rev 149034)
@@ -1,24 +1,26 @@
+# $Id$
+# Contributor: said atvordhosbn[at]gmail[dot]com
 # Maintainer: Gaetan Bisson bis...@archlinux.org 
-# Contributor: said atvordhosbn[at]gmail[dot]com
 
 pkgname=libcue
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/libcue/'
 license=('GPL2')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2;)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh --prefix=/usr
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./autogen.sh --prefix=/usr --disable-static
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }