Date: Sunday, November 6, 2016 @ 18:18:49 Author: arojas Revision: 194741
archrelease: copy trunk to community-i686, community-x86_64 Deleted: clementine/repos/community-i686/PKGBUILD clementine/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 57 -------------------------------------------- community-x86_64/PKGBUILD | 57 -------------------------------------------- 2 files changed, 114 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-11-06 18:16:50 UTC (rev 194740) +++ community-i686/PKGBUILD 2016-11-06 18:18:49 UTC (rev 194741) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <[email protected]> -# Contributor: Stéphane Gaudreault <[email protected]> -# Contributor: BlackEagle <[email protected]> -# Contributor: Dany Martineau <[email protected]> - -pkgname=clementine -pkgver=1.3.1 -pkgrel=3 -pkgdesc='A modern music player and library organizer' -url='http://www.clementine-player.org/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc' - 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl' - 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson' - 'qt4' 'sqlite' 'taglib' 'zlib') -makedepends=('boost' 'cmake' 'mesa' 'sparsehash') -optdepends=('gst-plugins-base: "Base" plugin libraries' - 'gst-plugins-good: "Good" plugin libraries' - 'gst-plugins-bad: "Bad" plugin libraries' - 'gst-plugins-ugly: "Ugly" plugin libraries' - 'gst-libav: Libav plugin' - 'gvfs: Various devices support') -source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz" - clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch") -sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c' - '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643') - -prepare() { - cd Clementine-${pkgver} - -# Fix build with GCC 6 - patch -p1 -i ../clementine-gcc6.patch - - if [[ -d build ]]; then - rm -rf build - fi - mkdir build -} - -build() { - cd Clementine-${pkgver}/build - - cmake .. \ - -DCMAKE_BUILD_TYPE='Release' \ - -DCMAKE_INSTALL_PREFIX='/usr' - make -} - -package() { - cd Clementine-${pkgver}/build - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-11-06 18:16:50 UTC (rev 194740) +++ community-x86_64/PKGBUILD 2016-11-06 18:18:49 UTC (rev 194741) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <[email protected]> -# Contributor: Stéphane Gaudreault <[email protected]> -# Contributor: BlackEagle <[email protected]> -# Contributor: Dany Martineau <[email protected]> - -pkgname=clementine -pkgver=1.3.1 -pkgrel=3 -pkgdesc='A modern music player and library organizer' -url='http://www.clementine-player.org/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc' - 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl' - 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson' - 'qt4' 'sqlite' 'taglib' 'zlib') -makedepends=('boost' 'cmake' 'mesa' 'sparsehash') -optdepends=('gst-plugins-base: "Base" plugin libraries' - 'gst-plugins-good: "Good" plugin libraries' - 'gst-plugins-bad: "Bad" plugin libraries' - 'gst-plugins-ugly: "Ugly" plugin libraries' - 'gst-libav: Libav plugin' - 'gvfs: Various devices support') -source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz" - clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch") -sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c' - '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643') - -prepare() { - cd Clementine-${pkgver} - -# Fix build with GCC 6 - patch -p1 -i ../clementine-gcc6.patch - - if [[ -d build ]]; then - rm -rf build - fi - mkdir build -} - -build() { - cd Clementine-${pkgver}/build - - cmake .. \ - -DCMAKE_BUILD_TYPE='Release' \ - -DCMAKE_INSTALL_PREFIX='/usr' - make -} - -package() { - cd Clementine-${pkgver}/build - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et:
