calibre, yawp, mixxx, minitube update

This commit is contained in:
Anke 2012-01-06 23:04:00 +00:00
parent 6d887492eb
commit a9cb11b5d6
4 changed files with 20 additions and 18 deletions

View File

@ -7,7 +7,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=calibre
pkgver=0.8.33
pkgver=0.8.34
pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
@ -22,7 +22,7 @@ optdepends=('ipython: to use calibre-debug')
install=calibre.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz
desktop_integration.patch)
md5sums=('042c9f9f54ad02d08668e6a010682752'
md5sums=('f0e5137c9cd4faaa6eee984b06ba6143'
'f4b80e3b34e34bce68b3f052ff52dee8')
build() {

View File

@ -7,7 +7,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdeplasma-applets-yawp
pkgver=0.4.1
pkgver=0.4.2
pkgrel=1
pkgdesc="A Colorful Kdeplasma weather plasmoid"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ conflicts=(kde-extragear-plasmoids)
install=$pkgname.install
source=(http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2)
license=('GPL')
md5sums=('bb0fd5d8f197dbe6a69b081b677ef710')
md5sums=('9ad0a49685d7b5452149dea883705a42')
build() {
cd $srcdir/yawp-$pkgver

View File

@ -1,15 +1,13 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# maintainer abveritas[at]chakra-project[dog]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=minitube
pkgver=1.6
pkgver=1.7
pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64')
@ -23,12 +21,12 @@ optdepends=('phonon-xine: for xine backend (default by chakra)'
'phonon-vlc: for vlc backend')
install=minitube.install
source=(http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('dae6a1e4d17c778d87f8683bb1774d61')
md5sums=('9a657616eaa32311296d41eb99717ec2')
build() {
cd "${srcdir}/${pkgname}"
qmake PREFIX="/usr" || return 1
make install INSTALL_ROOT="${pkgdir}" || return 1
qmake PREFIX="/usr"
make install INSTALL_ROOT="${pkgdir}"
}

View File

@ -5,24 +5,28 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=mixxx
pkgver=1.8.2
pkgver=1.10.0
_rel=release-1.10.x~bzr2720
pkgrel=1
pkgdesc="Digital DJ mixing software with cpu optimization enabled"
arch=('i686' 'x86_64')
url="http://www.mixxx.org/"
license=('GPL2')
depends=('libsndfile' 'libogg' 'libid3tag' 'libmad' 'libvorbis' 'portaudio' 'portmidi' 'qt>=4.4.0')
depends=('libsndfile' 'libogg' 'taglib' 'libid3tag' 'libmad' 'libvorbis' 'portaudio' 'portmidi' 'qt>=4.7.0' 'libshout')
makedepends=('bzr' 'scons>=0.98' 'pkgconfig>=0.15.0')
#optdepends=('lib32-faad2' 'mp4v2')
provides=(mixxx)
source=(http://downloads.mixxx.org/mixxx-1.8.2/mixxx-1.8.2-src.tar.gz)
md5sums=(f0297f4493d4d8e6ad59f72970bad7bc)
source=(http://downloads.mixxx.org/mixxx-${pkgver}/mixxx-${pkgver}-src.tar.gz)
md5sums=(d92bf422491fa92adf7ed6c2998e67fb)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr tuned=1 || return 1
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr install || return 1
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr tuned=1
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr install
sed -i -e "s~Exec=pasuspender mixxx~Exec=mixxx~g" "$pkgdir/usr/share/applications/mixxx.desktop"
}