[arch-commits] Commit in k3b/repos (3 files)

Andrea Scarpino andrea at archlinux.org
Tue May 5 01:57:50 UTC 2009


    Date: Monday, May 4, 2009 @ 21:57:50
  Author: andrea
Revision: 37928

Merged revisions 37923 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/k3b/trunk

........
  r37923 | tpowa | 2009-05-04 21:39:23 +0200 (Mon, 04 May 2009) | 2 lines
  
  'bump to new kde4 version'
........

Added:
  k3b/repos/testing-i686/k3b.install
    (from rev 37923, k3b/trunk/k3b.install)
Modified:
  k3b/repos/testing-i686/	(properties)
  k3b/repos/testing-i686/PKGBUILD

-------------+
 PKGBUILD    |   33 ++++++++++++++++-----------------
 k3b.install |   11 +++++++++++
 2 files changed, 27 insertions(+), 17 deletions(-)


Property changes on: k3b/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /k3b/trunk:1-36155
   + /k3b/trunk:1-37927

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-05-05 01:52:24 UTC (rev 37927)
+++ testing-i686/PKGBUILD	2009-05-05 01:57:50 UTC (rev 37928)
@@ -1,32 +1,31 @@
 # $Id$
-# Maintainer: Ronald van Haren
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: jlvsimoes
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=k3b
-pkgver=1.0.5
-pkgrel=3
-depends=('cdrdao' 'cdrkit' 'cdparanoia' 'kdelibs3' 'libsamplerate' 'lame' 'libidn' 'libmad'
-	 'normalize' 'sox' 'hal>=0.5.8.1-6' 'ffmpeg>=0.5' 'musicbrainz' 'libart-lgpl'
-	 'taglib>=1.4' 'libmpcdec>=1.2.5' 'libdvdread' 'dbus-qt3' 'flac>=1.2.0' 'libvorbis')
-optdepends=('dvd+rw-tools: for DVD-Burner support')
+pkgver=1.65.0alpha1
+pkgrel=1
+depends=('cdrdao' 'cdrkit' 'cdparanoia' 'kdelibs' 'kdemultimedia' 'libsamplerate' 'lame' 'libmad'
+         'normalize' 'sox' 'ffmpeg>=0.5' 'musicbrainz' 'taglib>=1.4' 'libmpcdec>=1.2.5' 'libdvdread'
+         'flac>=1.2.0' 'libvorbis' 'polkit-qt')
+makedepends=('cmake' 'pkgconfig' 'automoc4' )
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=("i686" "x86_64")
 license=('GPL')
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/sourceforge/k3b/${pkgname}-${pkgver}.tar.bz2)
-
 url="http://k3b.sourceforge.net/"
-md5sums=('e3b37d0d009af3dd149215d6ae0d54f3')
-
+optdepends=('dvd+rw-tools: for dvd burning support'
+            'vcdimager:    for vcd burning support'
+            'transcode:    for advanced mpeg conversion support'
+            'emovix:       for bootable multimedia cd/dvd support')
+options=(!libtool) 
 build() {
-  . /etc/profile.d/qt3.sh
-  . /etc/profile.d/kde3.sh
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/kde --enable-mt --disable-debug \
-  		--enable-debug=no --with-k3bsetup=no \
-		--without-cdrecord-suid-root \
-		--enable-ffmpeg-all-codecs --without-arts
+  cd ${srcdir}/${pkgname}-1.65.0
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }
 
+md5sums=('1573fcf064fee3d9848a63ceefa5cf41')

Copied: k3b/repos/testing-i686/k3b.install (from rev 37923, k3b/trunk/k3b.install)
===================================================================
--- testing-i686/k3b.install	                        (rev 0)
+++ testing-i686/k3b.install	2009-05-05 01:57:50 UTC (rev 37928)
@@ -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