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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Dec 6 13:45:03 UTC 2013


    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 <andrea at 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 <andrea at 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 <andrea at 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-x86_64/PKGBUILD (from rev 201234, phonon-gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-12-06 13:45:03 UTC (rev 201235)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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-x86_64/phonon-gstreamer.install
===================================================================
--- extra-x86_64/phonon-gstreamer.install	2013-12-06 13:44:51 UTC (rev 201234)
+++ extra-x86_64/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-x86_64/phonon-gstreamer.install (from rev 201234, phonon-gstreamer/trunk/phonon-gstreamer.install)
===================================================================
--- extra-x86_64/phonon-gstreamer.install	                        (rev 0)
+++ extra-x86_64/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
+}




More information about the arch-commits mailing list