summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-06 23:14:28 +0000
committerroot <root@rshg054.dnsready.net>2011-08-06 23:14:28 +0000
commit7f2d7bd11daf0c654d4147cb91f9913bc587c276 (patch)
treef52f5e0fbbf78b3f77f034aa9fcb06346e363ed0 /community
parent6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (diff)
Sat Aug 6 23:14:27 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/clipgrab/PKGBUILD4
-rw-r--r--community/curlftpfs/PKGBUILD11
-rw-r--r--community/curlftpfs/ioerror.patch11
-rwxr-xr-xcommunity/mathomatic/PKGBUILD4
-rw-r--r--community/nas/PKGBUILD28
-rw-r--r--community/rawtherapee/PKGBUILD4
6 files changed, 37 insertions, 25 deletions
diff --git a/community/clipgrab/PKGBUILD b/community/clipgrab/PKGBUILD
index 724a294d4..52618ef13 100644
--- a/community/clipgrab/PKGBUILD
+++ b/community/clipgrab/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: thacrazze <thacrazze|googlemail|com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=clipgrab
-pkgver=3.1.0.1
+pkgver=3.1.0.2
pkgrel=1
pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('qt')
optdepends=('ffmpeg: for some encodings')
source=(http://clipgrab.de/download/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.png ${pkgname}.desktop)
-md5sums=('87df4d8fdc4c1097eb78cf064561db24'
+md5sums=('1250e1fb29cd88b7ce1a37d937de0146'
'ef030502ae0922e632742f47283313f4'
'9a141791f6952917c441050c3dac81ce')
diff --git a/community/curlftpfs/PKGBUILD b/community/curlftpfs/PKGBUILD
index 7db8af17f..e0570edaf 100644
--- a/community/curlftpfs/PKGBUILD
+++ b/community/curlftpfs/PKGBUILD
@@ -1,22 +1,25 @@
-# $Id: PKGBUILD 17286 2010-05-22 17:59:00Z cbrannon $
+# $Id: PKGBUILD 53536 2011-08-05 12:01:25Z cbrannon $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
# Contributor: Philip Nilsson <leffeman@gmail.com>
pkgname=curlftpfs
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl."
url="http://curlftpfs.sourceforge.net/"
license=('GPL')
depends=('curl>=7.15.4' 'fuse' 'glib2')
makedepends=('pkgconfig>=0.9.0')
arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz)
-md5sums=('b452123f755114cd4461d56c648d9f12')
+source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz
+ ioerror.patch)
+md5sums=('b452123f755114cd4461d56c648d9f12'
+ '7a8db686293463ba3148c7032871c883')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 < "$srcdir/ioerror.patch"
./configure --prefix=/usr || return 1
make || return 1
}
diff --git a/community/curlftpfs/ioerror.patch b/community/curlftpfs/ioerror.patch
new file mode 100644
index 000000000..6ca1afb4f
--- /dev/null
+++ b/community/curlftpfs/ioerror.patch
@@ -0,0 +1,11 @@
+--- curlftpfs-0.9.2.orig/ftpfs.c 2008-04-30 03:05:47.000000000 +0400
++++ curlftpfs-0.9.2.orig/ftpfs.c 2011-01-20 20:33:38.000000000 +0300
+@@ -503,7 +503,7 @@ static void *ftpfs_write_thread(void *da
+
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1);
+- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1);
++ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, (curl_off_t)-1);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh);
+ curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1);
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD
index f708e5d61..bc1d4a8cf 100755
--- a/community/mathomatic/PKGBUILD
+++ b/community/mathomatic/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=mathomatic
-pkgver=15.6.2
+pkgver=15.6.3
pkgrel=1
pkgdesc="General purpose Computer Algebra System written in C"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
'bash: for running a test script'
'gnuplot: for plotting')
source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('96b64d056c6ab3c72338ff7566b6b11e')
+md5sums=('afe923c5164b2d8746ef8dc87b868ba0')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/community/nas/PKGBUILD b/community/nas/PKGBUILD
index b6e3fe87b..62c62ddf0 100644
--- a/community/nas/PKGBUILD
+++ b/community/nas/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 21701 2010-07-16 22:42:31Z tdziedzic $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# $Id: PKGBUILD 53530 2011-08-05 06:06:18Z bfanella $
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=nas
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
pkgdesc='Network Audio System is a network transparent, client/server audio transport system'
arch=('i686' 'x86_64')
url='http://radscan.com/nas.html'
@@ -13,23 +14,20 @@ depends=('libxaw')
makedepends=('imake')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tar.gz"
'license.txt')
-md5sums=('ed7864f55b384452167959022cfb403b'
+md5sums=('ecd01a3b4e17a9d464efa83a03618025'
'f11eb8c3fb83946e66e60f7532e8d5da')
build() {
- cd ${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
- xmkmf
-
- make World
+ xmkmf
+ make World
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} USRLIBDIR=/usr/lib install
-
- chmod 644 ${pkgdir}/usr/include/audio/*
+ cd ${pkgname}-${pkgver}
- install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license
+ make DESTDIR=${pkgdir} USRLIBDIR=/usr/lib install
+ chmod 644 ${pkgdir}/usr/include/audio/*
+ install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license
}
diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD
index 1e1d61777..a45136361 100644
--- a/community/rawtherapee/PKGBUILD
+++ b/community/rawtherapee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 52439 2011-07-25 17:38:27Z stativ $
+# $Id: PKGBUILD 53541 2011-08-05 12:13:39Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
# Contributor: Vaclav Kramar <vaclav.kramar@tiscali.cz>
# Contributor: Archie <mymaud@gmail.com>
pkgname=rawtherapee
-pkgver=3.1.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="RAW photo editor"
arch=('i686' 'x86_64')