[arch-commits] Commit in phonon-gstreamer/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Thu Feb 16 07:51:52 UTC 2012
Date: Thursday, February 16, 2012 @ 02:51:52
Author: andrea
Revision: 150265
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 150264, phonon-gstreamer/trunk/PKGBUILD)
phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 150264, phonon-gstreamer/trunk/phonon-gstreamer.install)
phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 150264, phonon-gstreamer/trunk/PKGBUILD)
phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 150264, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
phonon-gstreamer/repos/extra-i686/PKGBUILD
phonon-gstreamer/repos/extra-x86_64/PKGBUILD
---------------------------------------+
extra-i686/PKGBUILD | 62 ++++++++++++++++----------------
extra-i686/phonon-gstreamer.install | 11 +++++
extra-x86_64/PKGBUILD | 62 ++++++++++++++++----------------
extra-x86_64/phonon-gstreamer.install | 11 +++++
4 files changed, 86 insertions(+), 60 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-16 07:51:23 UTC (rev 150264)
+++ extra-i686/PKGBUILD 2012-02-16 07:51:52 UTC (rev 150265)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=phonon-gstreamer
-pkgver=4.5.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')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.bz2")
-md5sums=('021cf7740208e7212b7ce91adb6a349b')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../phonon-backend-gstreamer-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 150264, phonon-gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-16 07:51:52 UTC (rev 150265)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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=('cc380c7612aaaa87294185ded702f88a')
+
+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/phonon-gstreamer.install (from rev 150264, phonon-gstreamer/trunk/phonon-gstreamer.install)
===================================================================
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2012-02-16 07:51:52 UTC (rev 150265)
@@ -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-02-16 07:51:23 UTC (rev 150264)
+++ extra-x86_64/PKGBUILD 2012-02-16 07:51:52 UTC (rev 150265)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=phonon-gstreamer
-pkgver=4.5.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')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.bz2")
-md5sums=('021cf7740208e7212b7ce91adb6a349b')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../phonon-backend-gstreamer-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: phonon-gstreamer/repos/extra-x86_64/PKGBUILD (from rev 150264, phonon-gstreamer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-16 07:51:52 UTC (rev 150265)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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=('cc380c7612aaaa87294185ded702f88a')
+
+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/phonon-gstreamer.install (from rev 150264, phonon-gstreamer/trunk/phonon-gstreamer.install)
===================================================================
--- extra-x86_64/phonon-gstreamer.install (rev 0)
+++ extra-x86_64/phonon-gstreamer.install 2012-02-16 07:51:52 UTC (rev 150265)
@@ -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