[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 12:00:59
  Author: arojas
Revision: 289427

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 289426, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 289426, phonon-gstreamer/trunk/PKGBUILD)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

+
 /PKGBUILD  |  120 +++
 extra-i686/PKGBUILD|   67 
 extra-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 ---
 extra-i686/phonon-qt4-gstreamer.install|   11 -
 extra-x86_64/PKGBUILD  |   67 
 extra-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 ---
 extra-x86_64/phonon-qt4-gstreamer.install  |   11 -
 7 files changed, 120 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 12:00:32 UTC (rev 289426)
+++ extra-i686/PKGBUILD 2017-02-23 12:00:59 UTC (rev 289427)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-depends=('gst-plugins-base')
-optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
-   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
-makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('b2b0ca327908948ce8cdba117e31bf80')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt4"
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-
-# Conflict with -qt5
-  rm -r "$pkgdir"/usr/share/icons
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt5"
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  depends+=('qt5-x11extras')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 289426, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 12:00:59 UTC (rev 289427)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.9.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
+   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
+makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('b2b0ca327908948ce8cdba117e31bf80')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 09:09:56
  Author: arojas
Revision: 265125

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

Added:
  phonon-gstreamer/repos/staging-i686/
  phonon-gstreamer/repos/staging-i686/PKGBUILD
(from rev 265124, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
(from rev 265124, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/staging-x86_64/
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 265124, phonon-gstreamer/trunk/PKGBUILD)
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install
(from rev 265124, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)

--+
 staging-i686/PKGBUILD|   67 +
 staging-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 +
 staging-i686/phonon-qt4-gstreamer.install|   11 +
 staging-x86_64/PKGBUILD  |   67 +
 staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 +
 staging-x86_64/phonon-qt4-gstreamer.install  |   11 +
 6 files changed, 346 insertions(+)

Copied: phonon-gstreamer/repos/staging-i686/PKGBUILD (from rev 265124, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-18 07:09:56 UTC (rev 265125)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+depends=('gst-plugins-base')
+optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
+   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
+makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('b2b0ca327908948ce8cdba117e31bf80')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt4"
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install="phonon-qt4-gstreamer.install"
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+
+# Conflict with -qt5
+  rm -r "$pkgdir"/usr/share/icons
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt5"
+  provides=('phonon-qt5-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  depends+=('qt5-x11extras')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch 
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
===
--- staging-i686/phonon-gstreamer-gst15_include_dirs.patch  
(rev 0)
+++ staging-i686/phonon-gstreamer-gst15_include_dirs.patch  2016-04-18 
07:09:56 UTC (rev 265125)
@@ -0,0 +1,95 @@
+diff -up phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake
+--- phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
2014-12-27 08:05:27.0 -0600
 phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake   2015-07-06 
08:46:39.288178885 -0500
+@@ -2,7 +2,7 @@
+ # Once done this will define
+ #
+ #  GSTREAMER_FOUND - system has GStreamer
+-#  GSTREAMER_INCLUDE_DIR - the GStreamer include directory
++#  GSTREAMER_INCLUDE_DIRS - the GStreamer include directory
+ #  GSTREAMER_LIBRARIES - the libraries needed to use GStreamer
+ #  GSTREAMER_DEFINITIONS - 

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 10:42:13
  Author: bluewind
Revision: 252698

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

Added:
  phonon-gstreamer/repos/staging-i686/
  phonon-gstreamer/repos/staging-i686/PKGBUILD
(from rev 252697, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
(from rev 252697, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/staging-x86_64/
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 252697, phonon-gstreamer/trunk/PKGBUILD)
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install
(from rev 252697, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)

--+
 staging-i686/PKGBUILD|   74 ++
 staging-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 +
 staging-i686/phonon-qt4-gstreamer.install|   11 +
 staging-x86_64/PKGBUILD  |   74 ++
 staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 +
 staging-x86_64/phonon-qt4-gstreamer.install  |   11 +
 6 files changed, 360 insertions(+)

Copied: phonon-gstreamer/repos/staging-i686/PKGBUILD (from rev 252697, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:42:13 UTC (rev 252698)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;
+"phonon-gstreamer-gst15_include_dirs.patch")
+md5sums=('ce441035dc5a00ffaac9a64518ab5c62'
+ 'c4a3d5230b07d4d84a8f05a8575c69aa')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+
+  cd phonon-backend-gstreamer-${pkgver}
+
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1239790
+  patch -Np1 -i ../phonon-gstreamer-gst15_include_dirs.patch
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt4"
+  depends=('gst-plugins-base')
+  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install="phonon-qt4-gstreamer.install"
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt5"
+  depends=('gst-plugins-base')
+  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
+  provides=('phonon-qt5-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+
+  # Those are not needed
+  rm -rf "${pkgdir}"/usr/share
+}

Copied: 
phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch 
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
===
--- staging-i686/phonon-gstreamer-gst15_include_dirs.patch  
(rev 0)
+++ staging-i686/phonon-gstreamer-gst15_include_dirs.patch  2015-12-06 
09:42:13 UTC (rev 252698)
@@ -0,0 +1,95 @@
+diff -up phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake
+--- phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
2014-12-27 08:05:27.0 -0600
 phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake   2015-07-06 
08:46:39.288178885 -0500
+@@ -2,7 +2,7 @@
+ # Once done this will define
+ #
+ #  GSTREAMER_FOUND - 

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2014-12-27 Thread Andrea Scarpino
Date: Saturday, December 27, 2014 @ 17:30:04
  Author: andrea
Revision: 228090

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 228089, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 228089, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 228089, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 228089, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  130 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   65 --
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-27 16:29:55 UTC (rev 228089)
+++ extra-i686/PKGBUILD 2014-12-27 16:30:04 UTC (rev 228090)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('b17e916b4558adc3ed2d7143b37cf904')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt4
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install=phonon-qt4-gstreamer.install
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt5
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-
-  # Those are not needed
-  rm -rf ${pkgdir}/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 228089, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-27 16:30:04 UTC (rev 228090)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('ce441035dc5a00ffaac9a64518ab5c62')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for Qt4
+  depends=('gst-plugins-base' 'libpulse')
+  optdepends=('pulseaudio: PulseAudio support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2014-12-05 Thread Andrea Scarpino
Date: Friday, December 5, 2014 @ 16:20:33
  Author: andrea
Revision: 227294

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 227293, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 227293, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 227293, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 227293, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  130 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   65 --
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-05 15:20:24 UTC (rev 227293)
+++ extra-i686/PKGBUILD 2014-12-05 15:20:33 UTC (rev 227294)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('fad1ae2accbc2affee174fb8b52630ed')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt4
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install=phonon-qt4-gstreamer.install
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt5
-  depends=('gst-plugins-base' 'libpulse')
-  optdepends=('pulseaudio: PulseAudio support')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-
-  # Those are not needed
-  rm -rf ${pkgdir}/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 227293, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-05 15:20:33 UTC (rev 227294)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('b17e916b4558adc3ed2d7143b37cf904')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for Qt4
+  depends=('gst-plugins-base' 'libpulse')
+  optdepends=('pulseaudio: PulseAudio support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2014-09-09 Thread Andrea Scarpino
Date: Tuesday, September 9, 2014 @ 08:48:28
  Author: andrea
Revision: 221241

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 221240, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 221240, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 221240, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 221240, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  126 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   63 --
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   63 --
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-09 06:48:21 UTC (rev 221240)
+++ extra-i686/PKGBUILD 2014-09-09 06:48:28 UTC (rev 221241)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.7.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gstreamer0.10-base-plugins' 'cmake' 'automoc4' 'phonon-qt4' 
'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('d437478c3ef2da2cda0da0abda20ef11')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt4
-  depends=('gstreamer0.10-base-plugins')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install=phonon-qt4-gstreamer.install
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt5
-  depends=('gstreamer0.10-base-plugins')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-
-  # Those are not needed
-  rm -rf ${pkgdir}/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 221240, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-09 06:48:28 UTC (rev 221241)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('fad1ae2accbc2affee174fb8b52630ed')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for Qt4
+  depends=('gst-plugins-base' 'pulseaudio')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install=phonon-qt4-gstreamer.install
+
+  cd build-qt4
+  make DESTDIR=${pkgdir} install
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for 

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2014-09-09 Thread Andrea Scarpino
Date: Tuesday, September 9, 2014 @ 17:39:27
  Author: andrea
Revision: 221344

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 221343, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 221343, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 221343, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 221343, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  130 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   63 -
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   63 -
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-09 15:39:19 UTC (rev 221343)
+++ extra-i686/PKGBUILD 2014-09-09 15:39:27 UTC (rev 221344)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('fad1ae2accbc2affee174fb8b52630ed')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt4
-  depends=('gst-plugins-base' 'pulseaudio')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install=phonon-qt4-gstreamer.install
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt5
-  depends=('gst-plugins-base')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-
-  # Those are not needed
-  rm -rf ${pkgdir}/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 221343, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-09 15:39:27 UTC (rev 221344)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('fad1ae2accbc2affee174fb8b52630ed')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for Qt4
+  depends=('gst-plugins-base' 'libpulse')
+  optdepends=('pulseaudio: PulseAudio support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install=phonon-qt4-gstreamer.install
+
+  cd build-qt4
+  make DESTDIR=${pkgdir} install
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc=Phonon 

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2014-06-20 Thread Andrea Scarpino
Date: Friday, June 20, 2014 @ 21:31:02
  Author: andrea
Revision: 215326

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 215325, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
(from rev 215325, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 215325, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install
(from rev 215325, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

---+
 /PKGBUILD |  126 
 /phonon-qt4-gstreamer.install |   22 
 extra-i686/PKGBUILD   |   63 --
 extra-i686/phonon-qt4-gstreamer.install   |   11 --
 extra-x86_64/PKGBUILD |   63 --
 extra-x86_64/phonon-qt4-gstreamer.install |   11 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-20 19:30:54 UTC (rev 215325)
+++ extra-i686/PKGBUILD 2014-06-20 19:31:02 UTC (rev 215326)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.7.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gstreamer0.10-base-plugins' 'cmake' 'automoc4' 'phonon-qt4' 
'phonon-qt5')
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('7c0cfab4ec0bbe1f201503e6ccc7290a')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt4
-  depends=('gstreamer0.10-base-plugins')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install=phonon-qt4-gstreamer.install
-
-  cd build-qt4
-  make DESTDIR=${pkgdir} install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc=Phonon GStreamer backend for Qt5
-  depends=('gstreamer0.10-base-plugins')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR=${pkgdir} install
-
-  # Those are not needed
-  rm -rf ${pkgdir}/usr/share
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 215325, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-20 19:31:02 UTC (rev 215326)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.7.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gstreamer0.10-base-plugins' 'cmake' 'automoc4' 'phonon-qt4' 
'phonon-qt5')
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('d437478c3ef2da2cda0da0abda20ef11')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc=Phonon GStreamer backend for Qt4
+  depends=('gstreamer0.10-base-plugins')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install=phonon-qt4-gstreamer.install
+
+  cd build-qt4
+  make DESTDIR=${pkgdir} install
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc=Phonon GStreamer backend 

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2013-12-06 Thread Andrea Scarpino
Date: Friday, December 6, 2013 @ 14:45:03
  Author: andrea
Revision: 201235

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 201234, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 201234, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 201234, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 201234, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 /PKGBUILD |   70 
 /phonon-gstreamer.install |   22 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/phonon-gstreamer.install   |   11 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/phonon-gstreamer.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 13:44:51 UTC (rev 201234)
+++ extra-i686/PKGBUILD 2013-12-06 13:45:03 UTC (rev 201235)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon-qt4')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('f00a1529d43158ce9faea516814562d3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 201234, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 13:45:03 UTC (rev 201235)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.7.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon-qt4')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('7c0cfab4ec0bbe1f201503e6ccc7290a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2013-12-06 13:44:51 UTC (rev 201234)
+++ extra-i686/phonon-gstreamer.install 2013-12-06 13:45:03 UTC (rev 201235)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
201234, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2013-12-06 13:45:03 UTC (rev 201235)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 13:44:51 UTC (rev 201234)
+++ extra-x86_64/PKGBUILD   2013-12-06 13:45:03 UTC (rev 201235)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 11:00:23
  Author: andrea
Revision: 199312

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 199311, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 199311, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 /PKGBUILD |   70 
 /phonon-gstreamer.install |   22 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/phonon-gstreamer.install   |   11 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/phonon-gstreamer.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-i686/PKGBUILD 2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon-qt4')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('f00a1529d43158ce9faea516814562d3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 199311, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 10:00:23 UTC (rev 199312)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon-qt4')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('f00a1529d43158ce9faea516814562d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-i686/phonon-gstreamer.install 2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2013-11-10 10:00:23 UTC (rev 199312)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-x86_64/PKGBUILD   2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2013-02-01 Thread Andrea Scarpino
Date: Friday, February 1, 2013 @ 09:12:28
  Author: andrea
Revision: 176838

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 176837, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 176837, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 176837, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 176837, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/phonon-gstreamer.install   |   22 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/phonon-gstreamer.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-01 08:12:20 UTC (rev 176837)
+++ extra-i686/PKGBUILD 2013-02-01 08:12:28 UTC (rev 176838)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('8c08875d10952bc5685bcec8de3acb2d')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 176837, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-01 08:12:28 UTC (rev 176838)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.6.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('d7b0b6245f380347c52c09033a814931')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2013-02-01 08:12:20 UTC (rev 176837)
+++ extra-i686/phonon-gstreamer.install 2013-02-01 08:12:28 UTC (rev 176838)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
176837, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2013-02-01 08:12:28 UTC (rev 176838)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-01 08:12:20 UTC (rev 176837)
+++ extra-x86_64/PKGBUILD   2013-02-01 08:12:28 UTC (rev 176838)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2012-08-13 Thread Andrea Scarpino
Date: Monday, August 13, 2012 @ 09:16:45
  Author: andrea
Revision: 165217

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 165216, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 165216, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 165216, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 165216, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/phonon-gstreamer.install   |   22 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/phonon-gstreamer.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-13 13:16:18 UTC (rev 165216)
+++ extra-i686/PKGBUILD 2012-08-13 13:16:45 UTC (rev 165217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('c0c8a1064e32c83dd6976187dcc491a3')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 165216, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-13 13:16:45 UTC (rev 165217)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.6.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('8c08875d10952bc5685bcec8de3acb2d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2012-08-13 13:16:18 UTC (rev 165216)
+++ extra-i686/phonon-gstreamer.install 2012-08-13 13:16:45 UTC (rev 165217)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
165216, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2012-08-13 13:16:45 UTC (rev 165217)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-13 13:16:18 UTC (rev 165216)
+++ extra-x86_64/PKGBUILD   2012-08-13 13:16:45 UTC (rev 165217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')
-install=${pkgname}.install

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2012-07-14 Thread Andrea Scarpino
Date: Saturday, July 14, 2012 @ 06:11:44
  Author: andrea
Revision: 163506

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 163505, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 163505, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 163505, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 163505, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/phonon-gstreamer.install   |   22 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/phonon-gstreamer.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-14 10:11:18 UTC (rev 163505)
+++ extra-i686/PKGBUILD 2012-07-14 10:11:44 UTC (rev 163506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('cc380c761287294185ded702f88a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 163505, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-14 10:11:44 UTC (rev 163506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('c0c8a1064e32c83dd6976187dcc491a3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2012-07-14 10:11:18 UTC (rev 163505)
+++ extra-i686/phonon-gstreamer.install 2012-07-14 10:11:44 UTC (rev 163506)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
163505, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2012-07-14 10:11:44 UTC (rev 163506)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-14 10:11:18 UTC (rev 163505)
+++ extra-x86_64/PKGBUILD   2012-07-14 10:11:44 UTC (rev 163506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon' 'mesa')
-provides=('phonon-backend')
-install=${pkgname}.install