summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gegl/PKGBUILD10
-rw-r--r--extra/gegl/gegl-0.2.0-ffmpeg-0.11.diff12
-rw-r--r--extra/gimp/PKGBUILD13
-rw-r--r--extra/ktorrent/PKGBUILD6
-rw-r--r--extra/libktorrent/PKGBUILD18
-rw-r--r--extra/maxima/PKGBUILD8
-rw-r--r--extra/stellarium/PKGBUILD6
-rw-r--r--extra/swt/PKGBUILD23
-rw-r--r--extra/swt/build-swt.xml2
9 files changed, 52 insertions, 46 deletions
diff --git a/extra/gegl/PKGBUILD b/extra/gegl/PKGBUILD
index 8570481bd..9e8a9b408 100644
--- a/extra/gegl/PKGBUILD
+++ b/extra/gegl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 163149 2012-07-08 09:31:09Z ibiru $
+# $Id: PKGBUILD 166461 2012-09-08 07:12:58Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=gegl
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64')
url="http://www.gegl.org/"
@@ -15,11 +15,13 @@ optdepends=('openexr: for using the openexr plugin' \
'librsvg: for using the svg plugin' \
'jasper: for using the jasper plugin')
options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 gegl-0.2.0-ffmpeg-0.11.diff)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+ 'c10fd988c634fcf0948cc91a51d6528f6f1704ba')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 < ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
./configure --prefix=/usr --with-sdl --with-openexr --with-librsvg \
--with-libavformat --with-jasper --disable-docs
make
diff --git a/extra/gegl/gegl-0.2.0-ffmpeg-0.11.diff b/extra/gegl/gegl-0.2.0-ffmpeg-0.11.diff
new file mode 100644
index 000000000..a33ec6f7f
--- /dev/null
+++ b/extra/gegl/gegl-0.2.0-ffmpeg-0.11.diff
@@ -0,0 +1,12 @@
+diff -Naur gegl-0.2.0/operations/external/ff-load.c gegl-0.2.0-1/operations/external/ff-load.c
+--- gegl-0.2.0/operations/external/ff-load.c 2012-04-01 13:17:57.000000000 +0200
++++ gegl-0.2.0-1/operations/external/ff-load.c 2012-07-11 12:42:05.174756560 +0200
+@@ -271,7 +271,7 @@
+ gint err;
+
+ ff_cleanup (o);
+- err = av_open_input_file (&p->ic, o->path, NULL, 0, NULL);
++err = avformat_open_input (&p->ic, o->path, NULL, NULL);
+ if (err < 0)
+ {
+ print_error (o->path, err);
diff --git a/extra/gimp/PKGBUILD b/extra/gimp/PKGBUILD
index 91ee40019..f60ef6263 100644
--- a/extra/gimp/PKGBUILD
+++ b/extra/gimp/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 159779 2012-05-26 19:57:17Z daniel $
+# $Id: PKGBUILD 166463 2012-09-08 07:14:12Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=gimp
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.2
+pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
url="http://www.gimp.org/"
license=('GPL' 'LGPL')
depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib' \
'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
-makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl')
+makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 'ghostscript')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'libwebkit: for the help browser'
'poppler-glib: for pdf support'
'alsa-lib: for MIDI event controller module'
- 'curl: for URI support')
+ 'curl: for URI support'
+ 'ghostscript: for postscript support')
options=('!libtool' '!makeflags')
conflicts=('gimp-devel')
install=gimp.install
source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 linux.gpl
uri-backend-libcurl.patch)
-md5sums=('28997d14055f15db063eb92e1c8a7ebb'
+md5sums=('b542138820ca3a41cbd63fc331907955'
'bb27bc214261d36484093e857f015f38'
'e894f4b2ffa92c71448fdd350e9b78c6')
diff --git a/extra/ktorrent/PKGBUILD b/extra/ktorrent/PKGBUILD
index 4098d33b7..731ed23de 100644
--- a/extra/ktorrent/PKGBUILD
+++ b/extra/ktorrent/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161994 2012-06-18 07:33:57Z ronald $
+# $Id: PKGBUILD 166483 2012-09-08 08:54:47Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Travis Willard <travisw@wmpub.ca>
# Contributor: Georg Grabler <ggrabler@gmail.com>
pkgname=ktorrent
-pkgver=4.2.1
+pkgver=4.3.0
pkgrel=1
pkgdesc="A powerful BitTorrent client for KDE"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('automoc4' 'cmake' 'boost')
source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
'httpserver.patch')
install=${pkgname}.install
-sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
+sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
'cef22b24af540e1bfcf13da60e4846ade106c303')
build() {
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD
index 62fe72ae8..5c3a5b63e 100644
--- a/extra/libktorrent/PKGBUILD
+++ b/extra/libktorrent/PKGBUILD
@@ -1,31 +1,25 @@
-# $Id: PKGBUILD 164220 2012-07-27 18:35:04Z ronald $
+# $Id: PKGBUILD 166475 2012-09-08 08:21:58Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libktorrent
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A BitTorrent protocol implementation"
arch=('i686' 'x86_64')
url="http://ktorrent.org/"
license=('GPL2')
depends=('kdelibs')
makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=("http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2"
- "magnet.patch")
-sha1sums=('857e4227c4bba685755d66581d881f893f6311ae'
- 'f0156489364e5590b0b539cfe2abc929c1922ef8')
+source=("http://ktorrent.org/downloads/4.3.0/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('e7e813af36f5854237111fd550f4914b83f17102')
build() {
cd "${srcdir}"
- pushd ${pkgname}-${pkgver}-2
- patch -Np1 -i ${srcdir}/magnet.patch
- popd
-
mkdir build
cd build
- cmake ../${pkgname}-${pkgver}-2 \
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index 435f36a96..275f5065d 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 165312 2012-08-15 11:35:19Z juergen $
+# $Id: PKGBUILD 166487 2012-09-08 10:00:42Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
-pkgver=5.27.0
-pkgrel=3
+pkgver=5.28.0
+pkgrel=1
pkgdesc="Maxima - a sophisticated computer algebra system"
arch=('i686' 'x86_64')
license=('GPL')
@@ -17,7 +17,7 @@ optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/
options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
install=maxima.install
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-sha1sums=('8d8d0b3db27f002986cff5429dea96ada46a0576'
+sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
'4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
build() {
diff --git a/extra/stellarium/PKGBUILD b/extra/stellarium/PKGBUILD
index c320ab5fa..8b900c199 100644
--- a/extra/stellarium/PKGBUILD
+++ b/extra/stellarium/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 161975 2012-06-17 20:22:44Z ronald $
+# $Id: PKGBUILD 166485 2012-09-08 09:30:15Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=stellarium
-pkgver=0.11.3
+pkgver=0.11.4
pkgrel=1
pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
arch=("i686" "x86_64")
@@ -14,7 +14,7 @@ makedepends=('cmake' 'boost')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
stellarium.png)
-sha1sums=('8ee73f5ddde320f5912243b6353b1d92ca52562c'
+sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf'
'c9cc79212542238227b5bd6af99f60fe056f4ab2'
'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
diff --git a/extra/swt/PKGBUILD b/extra/swt/PKGBUILD
index 638587d1e..a27856a13 100644
--- a/extra/swt/PKGBUILD
+++ b/extra/swt/PKGBUILD
@@ -1,36 +1,33 @@
-# $Id: PKGBUILD 166346 2012-09-06 20:23:30Z guillaume $
+# $Id: PKGBUILD 166495 2012-09-08 11:23:32Z guillaume $
# Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
pkgname=swt
-pkgver=3.7.2
-pkgrel=2
-_date=201202080800
+pkgver=4.2
+pkgrel=1
+_date=201206081400
pkgdesc="An open source widget toolkit for Java"
arch=('i686' 'x86_64')
url="http://www.eclipse.org/swt/"
license=('EPL')
-depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
optdepends=('libgnomeui' 'mesa' 'libwebkit')
makedepends=('java-environment' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'libwebkit' 'apache-ant')
if [ "${CARCH}" = "i686" ]; then
_carch=x86
- md5sums=('9a858b11e66de8af41786eaf09fc9ee2'
- 'f5e548bc26a0f1f3c18131be76face40')
+ md5sums=('3efe0404f6129183abae46f7620fe14f'
+ '2f556ab534fc2488c6e8c0ee6c02825c')
fi
if [ "${CARCH}" = "x86_64" ]; then
_carch=x86_64
- md5sums=('b16ab5c9d274b9488432ebeae6e4af5a'
- 'f5e548bc26a0f1f3c18131be76face40')
+ md5sums=('9e06b576116ff409f395571603582827'
+ '2f556ab534fc2488c6e8c0ee6c02825c')
fi
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
build-swt.xml)
-noextract=(swt-${pkgver}-gtk-linux-${_carch}.zip)
# To test this pkg:
# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
build() {
cd ${srcdir}
- unzip -oq swt-${pkgver}-gtk-linux-${_carch}.zip src.zip
unzip -oq src.zip -d src
. /etc/profile.d/jdk.sh
diff --git a/extra/swt/build-swt.xml b/extra/swt/build-swt.xml
index ea775871b..a161204f8 100644
--- a/extra/swt/build-swt.xml
+++ b/extra/swt/build-swt.xml
@@ -8,7 +8,7 @@
</target>
<target name="compile" depends="init" description="Compile the SWT toolset">
- <javac srcdir="${src}" destdir="${build}"/>
+ <javac srcdir="${src}" destdir="${build}" target="1.6" />
</target>
<target name="jar">