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

Andrea Scarpino andrea at archlinux.org
Wed Jan 25 23:50:14 UTC 2012


    Date: Wednesday, January 25, 2012 @ 18:50:14
  Author: andrea
Revision: 147629

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

Added:
  kdemultimedia/repos/testing-i686/
  kdemultimedia/repos/testing-i686/PKGBUILD
    (from rev 147628, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/testing-i686/kdemultimedia-dragonplayer.install
    (from rev 147628, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/testing-i686/kdemultimedia.install
    (from rev 147628, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/testing-i686/mplayerthumbs.config
    (from rev 147628, kdemultimedia/trunk/mplayerthumbs.config)
  kdemultimedia/repos/testing-x86_64/
  kdemultimedia/repos/testing-x86_64/PKGBUILD
    (from rev 147628, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/testing-x86_64/kdemultimedia-dragonplayer.install
    (from rev 147628, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/testing-x86_64/kdemultimedia.install
    (from rev 147628, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/testing-x86_64/mplayerthumbs.config
    (from rev 147628, kdemultimedia/trunk/mplayerthumbs.config)

---------------------------------------------------+
 testing-i686/PKGBUILD                             |  108 ++++++++++++++++++++
 testing-i686/kdemultimedia-dragonplayer.install   |   12 ++
 testing-i686/kdemultimedia.install                |   11 ++
 testing-i686/mplayerthumbs.config                 |    2 
 testing-x86_64/PKGBUILD                           |  108 ++++++++++++++++++++
 testing-x86_64/kdemultimedia-dragonplayer.install |   12 ++
 testing-x86_64/kdemultimedia.install              |   11 ++
 testing-x86_64/mplayerthumbs.config               |    2 
 8 files changed, 266 insertions(+)

Copied: kdemultimedia/repos/testing-i686/PKGBUILD (from rev 147628, kdemultimedia/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdemultimedia
+pkgname=('kdemultimedia-dragonplayer'
+         'kdemultimedia-ffmpegthumbs'
+         'kdemultimedia-juk'
+         'kdemultimedia-kioslave'
+         'kdemultimedia-kmix'
+         'kdemultimedia-kscd'
+         'kdemultimedia-mplayerthumbs')
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'tunepimp' 'ffmpeg' 'mplayer'
+             'pulseaudio' 'libmusicbrainz3')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+        'mplayerthumbs.config')
+sha1sums=('210bfd435c8e6f52aa78ab46f9487a159ab2ac83'
+          'ba016fa2563c14ffcba852c62506b66bfc6ee683')
+
+build() {
+    cd ${srcdir}
+	mkdir build
+	cd build
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package_kdemultimedia-dragonplayer() {
+	pkgdesc='Video Player'
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/multimedia/dragonplayer/"
+	install='kdemultimedia-dragonplayer.install'
+	cd $srcdir/build/dragonplayer
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/dragonplayer
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-ffmpegthumbs() {
+	pkgdesc='Video Files (ffmpegthumbs)'
+	depends=('kdebase-runtime' 'ffmpeg')
+	install='kdemultimedia.install'
+	cd $srcdir/build/ffmpegthumbs
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-juk() {
+	pkgdesc='Music Player'
+	depends=('kdebase-runtime' 'tunepimp')
+	url="http://kde.org/applications/multimedia/juk"
+	install='kdemultimedia.install'
+	cd $srcdir/build/juk
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/juk
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-kioslave() {
+	pkgdesc='Audio CD Browser'
+	depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
+	conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+	replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+	for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
+		cd $srcdir/build/${i}
+		make DESTDIR=$pkgdir install
+	done
+}
+
+package_kdemultimedia-kmix() {
+	pkgdesc='Sound Mixer'
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/multimedia/kmix"
+	install='kdemultimedia.install'
+	cd $srcdir/build/kmix
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kmix
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-kscd() {
+	pkgdesc='CD Player'
+	depends=('kdebase-runtime' 'libmusicbrainz3')
+	url="http://kde.org/applications/multimedia/kscd"
+	install='kdemultimedia.install'
+	cd $srcdir/build/kscd
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kcontrol/cddbretrieval
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-mplayerthumbs() {
+	pkgdesc='Video Files (MPlayerThumbs)'
+	depends=('kdebase-runtime' 'mplayer')
+	replaces=('mplayerthumbs')
+	conflicts=('mplayerthumbs')
+	cd $srcdir/build/mplayerthumbs
+	make DESTDIR=$pkgdir install
+	install -D -m644 $srcdir/mplayerthumbs.config $pkgdir/usr/share/config/mplayerthumbs
+}

Copied: kdemultimedia/repos/testing-i686/kdemultimedia-dragonplayer.install (from rev 147628, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
===================================================================
--- testing-i686/kdemultimedia-dragonplayer.install	                        (rev 0)
+++ testing-i686/kdemultimedia-dragonplayer.install	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdemultimedia/repos/testing-i686/kdemultimedia.install (from rev 147628, kdemultimedia/trunk/kdemultimedia.install)
===================================================================
--- testing-i686/kdemultimedia.install	                        (rev 0)
+++ testing-i686/kdemultimedia.install	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdemultimedia/repos/testing-i686/mplayerthumbs.config (from rev 147628, kdemultimedia/trunk/mplayerthumbs.config)
===================================================================
--- testing-i686/mplayerthumbs.config	                        (rev 0)
+++ testing-i686/mplayerthumbs.config	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,2 @@
+[MPlayerThumbsCfg]
+backend=0

Copied: kdemultimedia/repos/testing-x86_64/PKGBUILD (from rev 147628, kdemultimedia/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdemultimedia
+pkgname=('kdemultimedia-dragonplayer'
+         'kdemultimedia-ffmpegthumbs'
+         'kdemultimedia-juk'
+         'kdemultimedia-kioslave'
+         'kdemultimedia-kmix'
+         'kdemultimedia-kscd'
+         'kdemultimedia-mplayerthumbs')
+pkgver=4.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'tunepimp' 'ffmpeg' 'mplayer'
+             'pulseaudio' 'libmusicbrainz3')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+        'mplayerthumbs.config')
+sha1sums=('210bfd435c8e6f52aa78ab46f9487a159ab2ac83'
+          'ba016fa2563c14ffcba852c62506b66bfc6ee683')
+
+build() {
+    cd ${srcdir}
+	mkdir build
+	cd build
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package_kdemultimedia-dragonplayer() {
+	pkgdesc='Video Player'
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/multimedia/dragonplayer/"
+	install='kdemultimedia-dragonplayer.install'
+	cd $srcdir/build/dragonplayer
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/dragonplayer
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-ffmpegthumbs() {
+	pkgdesc='Video Files (ffmpegthumbs)'
+	depends=('kdebase-runtime' 'ffmpeg')
+	install='kdemultimedia.install'
+	cd $srcdir/build/ffmpegthumbs
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-juk() {
+	pkgdesc='Music Player'
+	depends=('kdebase-runtime' 'tunepimp')
+	url="http://kde.org/applications/multimedia/juk"
+	install='kdemultimedia.install'
+	cd $srcdir/build/juk
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/juk
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-kioslave() {
+	pkgdesc='Audio CD Browser'
+	depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
+	conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+	replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+	for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
+		cd $srcdir/build/${i}
+		make DESTDIR=$pkgdir install
+	done
+}
+
+package_kdemultimedia-kmix() {
+	pkgdesc='Sound Mixer'
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/multimedia/kmix"
+	install='kdemultimedia.install'
+	cd $srcdir/build/kmix
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kmix
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-kscd() {
+	pkgdesc='CD Player'
+	depends=('kdebase-runtime' 'libmusicbrainz3')
+	url="http://kde.org/applications/multimedia/kscd"
+	install='kdemultimedia.install'
+	cd $srcdir/build/kscd
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kcontrol/cddbretrieval
+	make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-mplayerthumbs() {
+	pkgdesc='Video Files (MPlayerThumbs)'
+	depends=('kdebase-runtime' 'mplayer')
+	replaces=('mplayerthumbs')
+	conflicts=('mplayerthumbs')
+	cd $srcdir/build/mplayerthumbs
+	make DESTDIR=$pkgdir install
+	install -D -m644 $srcdir/mplayerthumbs.config $pkgdir/usr/share/config/mplayerthumbs
+}

Copied: kdemultimedia/repos/testing-x86_64/kdemultimedia-dragonplayer.install (from rev 147628, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
===================================================================
--- testing-x86_64/kdemultimedia-dragonplayer.install	                        (rev 0)
+++ testing-x86_64/kdemultimedia-dragonplayer.install	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdemultimedia/repos/testing-x86_64/kdemultimedia.install (from rev 147628, kdemultimedia/trunk/kdemultimedia.install)
===================================================================
--- testing-x86_64/kdemultimedia.install	                        (rev 0)
+++ testing-x86_64/kdemultimedia.install	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdemultimedia/repos/testing-x86_64/mplayerthumbs.config (from rev 147628, kdemultimedia/trunk/mplayerthumbs.config)
===================================================================
--- testing-x86_64/mplayerthumbs.config	                        (rev 0)
+++ testing-x86_64/mplayerthumbs.config	2012-01-25 23:50:14 UTC (rev 147629)
@@ -0,0 +1,2 @@
+[MPlayerThumbsCfg]
+backend=0




More information about the arch-commits mailing list