[arch-commits] Commit in liblastfm/repos (4 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:10:53
  Author: foutrelis
Revision: 252877

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

Added:
  liblastfm/repos/staging-i686/
  liblastfm/repos/staging-i686/PKGBUILD
(from rev 252876, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/staging-x86_64/
  liblastfm/repos/staging-x86_64/PKGBUILD
(from rev 252876, liblastfm/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: liblastfm/repos/staging-i686/PKGBUILD (from rev 252876, 
liblastfm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:10:53 UTC (rev 252877)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: XazZ 
+
+pkgname=liblastfm
+pkgver=1.0.9
+pkgrel=2
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd8c6f160529dbf9e0566973a8f37130c83a78c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: liblastfm/repos/staging-x86_64/PKGBUILD (from rev 252876, 
liblastfm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 17:10:53 UTC (rev 252877)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: XazZ 
+
+pkgname=liblastfm
+pkgver=1.0.9
+pkgrel=2
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd8c6f160529dbf9e0566973a8f37130c83a78c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in liblastfm/repos (4 files)

2014-12-30 Thread Felix Yan
Date: Wednesday, December 31, 2014 @ 05:29:39
  Author: fyan
Revision: 228219

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

Added:
  liblastfm/repos/extra-i686/PKGBUILD
(from rev 228218, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/extra-x86_64/PKGBUILD
(from rev 228218, liblastfm/trunk/PKGBUILD)
Deleted:
  liblastfm/repos/extra-i686/PKGBUILD
  liblastfm/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-31 04:29:09 UTC (rev 228218)
+++ extra-i686/PKGBUILD 2014-12-31 04:29:39 UTC (rev 228219)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: XazZ xazz.xazz [AT] googlemail.com
-
-pkgname=liblastfm
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=A Qt4 C++ library for the Last.fm webservices
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL3')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
-sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lastfm-${pkgname}-* \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-i686/PKGBUILD (from rev 228218, 
liblastfm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-31 04:29:39 UTC (rev 228219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd8c6f160529dbf9e0566973a8f37130c83a78c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-31 04:29:09 UTC (rev 228218)
+++ extra-x86_64/PKGBUILD   2014-12-31 04:29:39 UTC (rev 228219)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: XazZ xazz.xazz [AT] googlemail.com
-
-pkgname=liblastfm
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=A Qt4 C++ library for the Last.fm webservices
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL3')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
-sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lastfm-${pkgname}-* \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-x86_64/PKGBUILD (from rev 228218, 
liblastfm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-31 04:29:39 UTC (rev 228219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd8c6f160529dbf9e0566973a8f37130c83a78c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in liblastfm/repos (4 files)

2014-04-23 Thread Felix Yan
Date: Wednesday, April 23, 2014 @ 08:42:36
  Author: fyan
Revision: 211685

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

Added:
  liblastfm/repos/testing-i686/
  liblastfm/repos/testing-i686/PKGBUILD
(from rev 211684, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/testing-x86_64/PKGBUILD
(from rev 211684, liblastfm/trunk/PKGBUILD)
Deleted:
  liblastfm/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   32 
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 32 deletions(-)

Copied: liblastfm/repos/testing-i686/PKGBUILD (from rev 211684, 
liblastfm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-23 06:42:36 UTC (rev 211685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-23 06:35:48 UTC (rev 211684)
+++ testing-x86_64/PKGBUILD 2014-04-23 06:42:36 UTC (rev 211685)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: XazZ xazz.xazz [AT] googlemail.com
-
-pkgname=liblastfm
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=A Qt4 C++ library for the Last.fm webservices
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL3')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
-sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lastfm-${pkgname}-* \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/testing-x86_64/PKGBUILD (from rev 211684, 
liblastfm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-23 06:42:36 UTC (rev 211685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('6bfa30962cdabe175bba0abadbf6772fbbece199')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in liblastfm/repos (4 files)

2013-04-04 Thread Eric Bélanger
Date: Friday, April 5, 2013 @ 04:24:25
  Author: eric
Revision: 181867

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

Added:
  liblastfm/repos/extra-i686/PKGBUILD
(from rev 181866, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/extra-x86_64/PKGBUILD
(from rev 181866, liblastfm/trunk/PKGBUILD)
Deleted:
  liblastfm/repos/extra-i686/PKGBUILD
  liblastfm/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   34 -
 extra-x86_64/PKGBUILD |   34 -
 3 files changed, 64 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-05 02:23:46 UTC (rev 181866)
+++ extra-i686/PKGBUILD 2013-04-05 02:24:25 UTC (rev 181867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: XazZ xazz.xazz [AT] googlemail.com
-
-pkgname=liblastfm
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=A Qt4 C++ library for the Last.fm webservices
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
-sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../lastfm-${pkgname}-5826fe6 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-i686/PKGBUILD (from rev 181866, 
liblastfm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-05 02:24:25 UTC (rev 181867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('b679bf76272b05373efcc2a8f3ee809599607853')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-05 02:23:46 UTC (rev 181866)
+++ extra-x86_64/PKGBUILD   2013-04-05 02:24:25 UTC (rev 181867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: XazZ xazz.xazz [AT] googlemail.com
-
-pkgname=liblastfm
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=A Qt4 C++ library for the Last.fm webservices
-arch=('i686' 'x86_64')
-url='https://github.com/lastfm/liblastfm/'
-license=('GPL')
-depends=('qt4' 'fftw' 'libsamplerate')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
-sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../lastfm-${pkgname}-5826fe6 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-x86_64/PKGBUILD (from rev 181866, 
liblastfm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-05 02:24:25 UTC (rev 181867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('b679bf76272b05373efcc2a8f3ee809599607853')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){

[arch-commits] Commit in liblastfm/repos (4 files)

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:06:38
  Author: andrea
Revision: 178647

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

Added:
  liblastfm/repos/staging-i686/
  liblastfm/repos/staging-i686/PKGBUILD
(from rev 178646, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/staging-x86_64/
  liblastfm/repos/staging-x86_64/PKGBUILD
(from rev 178646, liblastfm/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: liblastfm/repos/staging-i686/PKGBUILD (from rev 178646, 
liblastfm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:06:38 UTC (rev 178647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: liblastfm/repos/staging-x86_64/PKGBUILD (from rev 178646, 
liblastfm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:06:38 UTC (rev 178647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in liblastfm/repos (4 files)

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 21:46:51
  Author: eric
Revision: 178363

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

Added:
  liblastfm/repos/staging-i686/
  liblastfm/repos/staging-i686/PKGBUILD
(from rev 178362, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/staging-x86_64/
  liblastfm/repos/staging-x86_64/PKGBUILD
(from rev 178362, liblastfm/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: liblastfm/repos/staging-i686/PKGBUILD (from rev 178362, 
liblastfm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-20 20:46:51 UTC (rev 178363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: liblastfm/repos/staging-x86_64/PKGBUILD (from rev 178362, 
liblastfm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-20 20:46:51 UTC (rev 178363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}