[arch-commits] Commit in clementine/repos (10 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun Feb 23 15:32:25 UTC 2014


    Date: Sunday, February 23, 2014 @ 16:32:25
  Author: alucryd
Revision: 106123

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

Added:
  clementine/repos/community-i686/PKGBUILD
    (from rev 106122, clementine/trunk/PKGBUILD)
  clementine/repos/community-i686/clementine-unistd.patch
    (from rev 106122, clementine/trunk/clementine-unistd.patch)
  clementine/repos/community-i686/clementine.install
    (from rev 106122, clementine/trunk/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
    (from rev 106122, clementine/trunk/PKGBUILD)
  clementine/repos/community-x86_64/clementine-unistd.patch
    (from rev 106122, clementine/trunk/clementine-unistd.patch)
  clementine/repos/community-x86_64/clementine.install
    (from rev 106122, clementine/trunk/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine.install

------------------------------------------+
 /PKGBUILD                                |  102 +++++++++++++++++++++++++++++
 /clementine.install                      |   30 ++++++++
 community-i686/PKGBUILD                  |   43 ------------
 community-i686/clementine-unistd.patch   |   25 +++++++
 community-i686/clementine.install        |   15 ----
 community-x86_64/PKGBUILD                |   43 ------------
 community-x86_64/clementine-unistd.patch |   25 +++++++
 community-x86_64/clementine.install      |   15 ----
 8 files changed, 182 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-23 15:32:14 UTC (rev 106122)
+++ community-i686/PKGBUILD	2014-02-23 15:32:25 UTC (rev 106123)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: BlackEagle <ike.devolder at gmail.com>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=clementine
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
-            'gstreamer0.10-good-plugins: "Good" plugin libraries'
-            'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
-            'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
-            'gvfs: Various devices support')
-install="${pkgname}.install"
-source=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/PKGBUILD (from rev 106122, clementine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: BlackEagle <ike.devolder at gmail.com>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
+            'gstreamer0.10-good-plugins: "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
+            'gvfs: Various devices support')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz"
+        "${pkgname}-unistd.patch")
+sha256sums=('1f674c42f05c476baf74f1dd37b1aa357ff9199e4493173052c856a53e5f0a96'
+            'cafb6eaf10ff0853156bd91ccdfd2d163ec20027076e7a6292125eac236cf382')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../${pkgname}-unistd.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/clementine-unistd.patch (from rev 106122, clementine/trunk/clementine-unistd.patch)
===================================================================
--- community-i686/clementine-unistd.patch	                        (rev 0)
+++ community-i686/clementine-unistd.patch	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,25 @@
+diff -rupN Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp
+--- Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp	2014-02-23 16:21:49.478100000 +0100
++++ Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp	2014-02-23 16:22:57.048258400 +0100
+@@ -32,6 +32,10 @@
+   #include <QtCrypto>
+ #endif // HAVE_QCA
+ 
++#ifdef Q_OS_LINUX
++  #include <unistd.h>
++#endif
++
+ const char* SpotifyBlobDownloader::kSignatureSuffix = ".sha1";
+ 
+ 
+diff -rupN Clementine-1.2.2.orig/src/core/utilities.cpp Clementine-1.2.2/src/core/utilities.cpp
+--- Clementine-1.2.2.orig/src/core/utilities.cpp	2014-02-23 16:14:06.919406700 +0100
++++ Clementine-1.2.2/src/core/utilities.cpp	2014-02-23 16:16:12.107064900 +0100
+@@ -50,6 +50,7 @@
+ #endif
+ 
+ #ifdef Q_OS_LINUX
++#  include <unistd.h>
+ #  include <sys/syscall.h>
+ #endif
+ #ifdef Q_OS_DARWIN

Deleted: community-i686/clementine.install
===================================================================
--- community-i686/clementine.install	2014-02-23 15:32:14 UTC (rev 106122)
+++ community-i686/clementine.install	2014-02-23 15:32:25 UTC (rev 106123)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/clementine.install (from rev 106122, clementine/trunk/clementine.install)
===================================================================
--- community-i686/clementine.install	                        (rev 0)
+++ community-i686/clementine.install	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-23 15:32:14 UTC (rev 106122)
+++ community-x86_64/PKGBUILD	2014-02-23 15:32:25 UTC (rev 106123)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: BlackEagle <ike.devolder at gmail.com>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=clementine
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
-            'gstreamer0.10-good-plugins: "Good" plugin libraries'
-            'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
-            'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
-            'gvfs: Various devices support')
-install="${pkgname}.install"
-source=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 106122, clementine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: BlackEagle <ike.devolder at gmail.com>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
+            'gstreamer0.10-good-plugins: "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
+            'gvfs: Various devices support')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz"
+        "${pkgname}-unistd.patch")
+sha256sums=('1f674c42f05c476baf74f1dd37b1aa357ff9199e4493173052c856a53e5f0a96'
+            'cafb6eaf10ff0853156bd91ccdfd2d163ec20027076e7a6292125eac236cf382')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../${pkgname}-unistd.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-x86_64/clementine-unistd.patch (from rev 106122, clementine/trunk/clementine-unistd.patch)
===================================================================
--- community-x86_64/clementine-unistd.patch	                        (rev 0)
+++ community-x86_64/clementine-unistd.patch	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,25 @@
+diff -rupN Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp
+--- Clementine-1.2.2.orig/src/internet/spotifyblobdownloader.cpp	2014-02-23 16:21:49.478100000 +0100
++++ Clementine-1.2.2/src/internet/spotifyblobdownloader.cpp	2014-02-23 16:22:57.048258400 +0100
+@@ -32,6 +32,10 @@
+   #include <QtCrypto>
+ #endif // HAVE_QCA
+ 
++#ifdef Q_OS_LINUX
++  #include <unistd.h>
++#endif
++
+ const char* SpotifyBlobDownloader::kSignatureSuffix = ".sha1";
+ 
+ 
+diff -rupN Clementine-1.2.2.orig/src/core/utilities.cpp Clementine-1.2.2/src/core/utilities.cpp
+--- Clementine-1.2.2.orig/src/core/utilities.cpp	2014-02-23 16:14:06.919406700 +0100
++++ Clementine-1.2.2/src/core/utilities.cpp	2014-02-23 16:16:12.107064900 +0100
+@@ -50,6 +50,7 @@
+ #endif
+ 
+ #ifdef Q_OS_LINUX
++#  include <unistd.h>
+ #  include <sys/syscall.h>
+ #endif
+ #ifdef Q_OS_DARWIN

Deleted: community-x86_64/clementine.install
===================================================================
--- community-x86_64/clementine.install	2014-02-23 15:32:14 UTC (rev 106122)
+++ community-x86_64/clementine.install	2014-02-23 15:32:25 UTC (rev 106123)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-x86_64/clementine.install (from rev 106122, clementine/trunk/clementine.install)
===================================================================
--- community-x86_64/clementine.install	                        (rev 0)
+++ community-x86_64/clementine.install	2014-02-23 15:32:25 UTC (rev 106123)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list