From defe74c9cba07c321ad2869d8f6872e64a167324 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 May 2012 00:01:22 +0000 Subject: Wed May 2 00:01:22 UTC 2012 --- community/devil/PKGBUILD | 21 +++++++++++++-------- community/dvdisaster/PKGBUILD | 20 ++++++-------------- community/dvdisaster/dvdisaster.desktop | 4 ---- community/kadu/PKGBUILD | 6 +++--- community/nodejs/PKGBUILD | 6 +++--- community/parole/PKGBUILD | 10 +++++++--- community/parole/parole.install | 1 + community/ristretto/PKGBUILD | 8 ++++---- community/rygel/PKGBUILD | 6 +++--- community/xfmedia/PKGBUILD | 6 +++--- community/zeromq/PKGBUILD | 11 ++++++----- 11 files changed, 49 insertions(+), 50 deletions(-) (limited to 'community') diff --git a/community/devil/PKGBUILD b/community/devil/PKGBUILD index 06eed72cd..d14588959 100644 --- a/community/devil/PKGBUILD +++ b/community/devil/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 63526 2012-02-05 11:53:30Z ibiru $ +# $Id: PKGBUILD 70147 2012-04-30 19:17:33Z lcarlier $ # Maintainer: Laurent Carlier # Contributor: damir # Contributor: TheHoff pkgname=devil pkgver=1.7.8 -pkgrel=10 +pkgrel=11 pkgdesc="Library for reading several different image formats" arch=('i686' 'x86_64') url="http://openil.sourceforge.net/" @@ -18,16 +18,21 @@ md5sums=('7918f215524589435e5ec2e8736d5e1d' '0f839ccefd43b0ee8b4b3f99806147fc') build() { - cd ${srcdir}/devil-$pkgver + cd ${srcdir}/devil-$pkgver - patch -Np1 -i ${srcdir}/libpng14.patch + patch -Np1 -i ${srcdir}/libpng14.patch - ./configure --prefix=/usr --enable-ILU - make + if [[ $CARCH == x86_64 ]]; then + ./configure --prefix=/usr --enable-ILU + else + ./configure --prefix=/usr --enable-ILU --disable-sse3 + fi + + make } package() { - cd ${srcdir}/devil-$pkgver + cd ${srcdir}/devil-$pkgver - make prefix=${pkgdir}/usr install + make prefix=${pkgdir}/usr install } diff --git a/community/dvdisaster/PKGBUILD b/community/dvdisaster/PKGBUILD index 66ad45549..15dcb0a07 100644 --- a/community/dvdisaster/PKGBUILD +++ b/community/dvdisaster/PKGBUILD @@ -1,10 +1,8 @@ -# $Id: PKGBUILD 67594 2012-03-13 13:14:16Z lcarlier $ -# Contributor: Biru Ionut -# Contributor: Luke McCarthy -# Maintainer: Daniel J Griffiths +# $Id: PKGBUILD 70165 2012-05-01 03:12:33Z ebelanger $ +# Maintainer: Eric Bélanger pkgname=dvdisaster -pkgver=0.72.3 +pkgver=0.72.4 pkgrel=1 pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches" arch=('i686' 'x86_64') @@ -13,17 +11,11 @@ license=('GPL') depends=('gtk2') options=('!makeflags') source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2 dvdisaster.desktop) -md5sums=('4eb09c1aa3cdbc1dafdb075148fb471d' - '3a0d6657c47b20a43b93c0e5d58d755a') -sha1sums=('6ed08f8e52f4b90b39134b0caf9b5f0df221b0da' - 'b1e6f372508157923bbb83da7b9af2a51137c589') +sha1sums=('2b47fb5a5535d90641f24a599cd8ae8ffd86b972' + 'a802dfcee3aa35bdc4b0b5ecabcf32760cd8b992') build() { cd "${srcdir}/${pkgname}-${pkgver}" - - # fix png tools building with libpng-1.5.x - sed -i '24i#include ' tools/pngio.h - ./configure --prefix=/usr \ --mandir=/usr/share/man --docdir=/usr/share/doc \ --localedir=/usr/share/locale \ @@ -36,7 +28,7 @@ package() { make BUILDROOT="${pkgdir}" install rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh" - install -D -m 644 ${srcdir}/dvdisaster.desktop \ + install -D -m 644 "${srcdir}/dvdisaster.desktop" \ "${pkgdir}/usr/share/applications/dvdisaster.desktop" install -D -m 644 icons/create.png \ "${pkgdir}/usr/share/pixmaps/dvdisaster.png" diff --git a/community/dvdisaster/dvdisaster.desktop b/community/dvdisaster/dvdisaster.desktop index 9c7296764..061a53846 100644 --- a/community/dvdisaster/dvdisaster.desktop +++ b/community/dvdisaster/dvdisaster.desktop @@ -1,14 +1,10 @@ [Desktop Entry] -Comment= Encoding=UTF-8 Exec=dvdisaster GenericName=DVD Recovery Tool Icon=dvdisaster -MimeType= Name=dvdisaster -Path= StartupNotify=true Terminal=false -TerminalOptions= Type=Application Categories=AudioVideo;GTK; diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index 01e488c1b..ee0c81f46 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 69022 2012-04-08 09:21:56Z bpiotrowski $ +# $Id: PKGBUILD 70153 2012-04-30 20:50:12Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Mateusz Herych # Contributor: Jaroslaw Swierczynski pkgname=kadu -pkgver=0.11.2 +pkgver=0.11.3 pkgrel=1 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') install=kadu.install source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) -md5sums=('ddfe05f1c947e9ff897f37804ecbd7d4') +md5sums=('fc70882b86bdb04cb0835b2cf014b8aa') build() { cd "$srcdir" diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 565b2a9b1..9d9c06e8c 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 69141 2012-04-09 18:43:26Z tdziedzic $ +# $Id: PKGBUILD 70146 2012-04-30 19:17:20Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos # Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > @@ -7,7 +7,7 @@ # Contributor: TIanyi Cui pkgname=nodejs -pkgver=0.6.15 +pkgver=0.6.16 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ checkdepends=('curl') # curl used for check() optdepends=('openssl: TLS support') options=('!emptydirs') source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz") -md5sums=('852cfb1ed8125a4cdba456446d869d19') +md5sums=('e056d180d1ae50e615aab800b93a95bd') build() { cd node-v${pkgver} diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD index 38338fa4f..e2215d8f2 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 56327 2011-10-05 16:30:16Z spupykin $ +# $Id: PKGBUILD 70116 2012-04-30 04:19:56Z foutrelis $ # Maintainer: Sergej Pupykin # Maintainer: TDY pkgname=parole pkgver=0.2.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="A modern media player based on the GStreamer framework" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/parole/" license=('GPL') depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1' - 'libxfcegui4>=4.6.0' 'taglib>=1.4') + 'libxfcegui4>=4.6.0' 'taglib>=1.4' 'desktop-file-utils') makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools') optdepends=('xulrunner>=1.9.1: browser plugin') conflicts=('parole-media-player-git') @@ -21,6 +21,10 @@ md5sums=('5d7e5ab7535bdf89508a8d7e551f9187') build() { cd "$srcdir/$pkgname-$pkgver" + + # Work around DSO linking issue + LDFLAGS+=' -lX11' + ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib --enable-libnotify make } diff --git a/community/parole/parole.install b/community/parole/parole.install index 17ca8f78a..dcc06de40 100644 --- a/community/parole/parole.install +++ b/community/parole/parole.install @@ -1,5 +1,6 @@ post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index 4dbc96b42..33237e893 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 68760 2012-04-01 18:23:28Z bpiotrowski $ +# $Id: PKGBUILD 70118 2012-04-30 04:20:02Z foutrelis $ # Maintainer: Bartłomiej Piotrowski # Contributor: AndyRTR # Contributor: Ronald van Haren pkgname=ristretto -pkgver=0.3.6 +pkgver=0.6.0 pkgrel=1 pkgdesc="A fast and lightweight picture-viewer for Xfce" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/ristretto" license=('GPL') -depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils') +depends=('libxfce4ui' 'libexif' 'desktop-file-utils') makedepends=('intltool') groups=('xfce4-goodies') install=ristretto.install source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('8196617feb84b73247242910b64935e8') +md5sums=('a61ef43cd325d985ecf71fcabf0c7940') build() { cd "${srcdir}/$pkgname-$pkgver" diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD index 841d80fe6..3ae85986e 100644 --- a/community/rygel/PKGBUILD +++ b/community/rygel/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 68534 2012-03-26 23:21:25Z bgyorgy $ +# $Id: PKGBUILD 70135 2012-04-30 13:23:26Z bgyorgy $ # Maintainer: Balló György pkgname=rygel -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ backup=('etc/rygel.conf') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('828c080eba89abaea34b94b5ab53b2f89bf03937cb3838c787ee17846b6d7e02') +sha256sums=('c4f79fb30bc1a062a2ffdadc7a55dd91fa58240302f152fb070d8c674bdddd67') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/xfmedia/PKGBUILD b/community/xfmedia/PKGBUILD index 2d2176b93..aad13ec98 100644 --- a/community/xfmedia/PKGBUILD +++ b/community/xfmedia/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 61923 2012-01-10 23:42:04Z ebelanger $ +# $Id: PKGBUILD 70120 2012-04-30 04:20:16Z foutrelis $ # Maintainer: Sergej Pupykin # Maintainer : Sergej Pupykin # Maintainer : Tom Killian @@ -6,7 +6,7 @@ pkgname=xfmedia pkgver=0.9.2 -pkgrel=10 +pkgrel=11 pkgdesc="xfce media player" arch=('i686' 'x86_64') license=('GPL') @@ -31,7 +31,7 @@ build() { patch -Np1 -i ../xfmedia-empty-prev-next-fix.patch patch -Np1 -i ../xfmedia-exo-0.6.patch patch -Np1 -i ../xfmedia-xine-1.2.0.patch - LDFLAGS="$LDFLAGS -lXext -lm" ./configure --prefix=/usr + LDFLAGS="$LDFLAGS -lXext -lm -lgmodule-2.0" ./configure --prefix=/usr make } diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 0fe77e583..cea3eba27 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 69288 2012-04-12 13:09:04Z kkeen $ +# $Id: PKGBUILD 70149 2012-04-30 19:48:46Z kkeen $ # Maintainer: Kyle Keen pkgname=zeromq pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" license=('LGPL') depends=('gcc-libs' 'util-linux') -makedepends=() +makedepends=('python2') source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz) -md5sums=('4a4b1da5a554ad8650f000c69d018f20') +md5sums=('1b11aae09b19d18276d0717b2ea288f6') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure prefix=/usr + ./configure prefix=/usr --with-pgm + sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py} make } -- cgit v1.2.3-54-g00ecf