[arch-commits] Commit in k3b/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Tue May 5 05:01:03 UTC 2009
Date: Tuesday, May 5, 2009 @ 01:01:03
Author: tpowa
Revision: 37931
Merged revisions 37923 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/k3b/trunk
........
r37923 | tpowa | 2009-05-04 21:39:23 +0200 (Mo, 04 Mai 2009) | 2 lines
'bump to new kde4 version'
........
Added:
k3b/repos/testing-x86_64/k3b.install
(from rev 37923, k3b/trunk/k3b.install)
Modified:
k3b/repos/testing-x86_64/ (properties)
k3b/repos/testing-x86_64/PKGBUILD
-------------+
PKGBUILD | 33 ++++++++++++++++-----------------
k3b.install | 11 +++++++++++
2 files changed, 27 insertions(+), 17 deletions(-)
Property changes on: k3b/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /k3b/trunk:1-36128
+ /k3b/trunk:1-37930
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2009-05-05 02:57:52 UTC (rev 37930)
+++ testing-x86_64/PKGBUILD 2009-05-05 05:01:03 UTC (rev 37931)
@@ -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-x86_64/k3b.install (from rev 37923, k3b/trunk/k3b.install)
===================================================================
--- testing-x86_64/k3b.install (rev 0)
+++ testing-x86_64/k3b.install 2009-05-05 05:01:03 UTC (rev 37931)
@@ -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