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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Feb 1 08:12:28 UTC 2013


    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 <andrea at 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 <andrea at 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 <andrea at 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-x86_64/PKGBUILD (from rev 176837, phonon-gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-02-01 08:12:28 UTC (rev 176838)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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-x86_64/phonon-gstreamer.install
===================================================================
--- extra-x86_64/phonon-gstreamer.install	2013-02-01 08:12:20 UTC (rev 176837)
+++ extra-x86_64/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-x86_64/phonon-gstreamer.install (from rev 176837, phonon-gstreamer/trunk/phonon-gstreamer.install)
===================================================================
--- extra-x86_64/phonon-gstreamer.install	                        (rev 0)
+++ extra-x86_64/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
+}




More information about the arch-commits mailing list