summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/avrdude/PKGBUILD6
-rw-r--r--community/go/PKGBUILD8
-rw-r--r--community/jack2/PKGBUILD30
-rw-r--r--community/openttd/PKGBUILD8
-rw-r--r--community/pekwm/PKGBUILD10
-rw-r--r--community/scummvm/PKGBUILD4
-rw-r--r--community/ussp-push/PKGBUILD19
-rw-r--r--community/ussp-push/build-fix.patch66
-rw-r--r--community/ussp-push/ussp-push-remote-name.patch12
9 files changed, 116 insertions, 47 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD
index 39e47c3db..d36c8b1c2 100644
--- a/community/avrdude/PKGBUILD
+++ b/community/avrdude/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 87805 2013-04-06 19:56:39Z jelle $
+# $Id: PKGBUILD 92157 2013-06-01 20:12:04Z jelle $
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
pkgname=avrdude
pkgver=5.11.1
-pkgrel=3
+pkgrel=4
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.nongnu.org/avrdude/"
license=('GPL')
-depends=('libusb-compat' 'readline' 'libftdi')
+depends=('libusbx' 'readline' 'libftdi')
source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
md5sums=('3a43e288cb32916703b6945e3f260df9'
'0c23b005d4090aef4e081476aabc1958')
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 83d3d3ca6..893980c5e 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91709 2013-05-26 13:26:56Z arodseth $
+# $Id: PKGBUILD 92140 2013-06-01 11:07:18Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -8,11 +8,11 @@
# Contributor: Mike Rosset <mike.rosset@gmail.com>
# Contributor: Daniel YC Lin <dlin.tw@gmail.com>
-# TODO: Create split packages for the crosscompilation versions as well?
+# TODO: Create split packages for the crosscompilation versions as well? (just maybe)
pkgname=go
pkgver=1.1
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc='Google Go compiler and tools'
arch=('x86_64' 'i686')
@@ -137,6 +137,8 @@ package() {
rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin
install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
+
+ find "$pkgdir/usr/lib/go/pkg" -type f -exec touch '{}' +
}
# vim:set ts=2 sw=2 et:
diff --git a/community/jack2/PKGBUILD b/community/jack2/PKGBUILD
index f03152b49..4bd49a92a 100644
--- a/community/jack2/PKGBUILD
+++ b/community/jack2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84828 2013-02-25 06:15:43Z schiv $
+# $Id: PKGBUILD 92144 2013-06-01 12:22:16Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Daniele Paolella <danielepaolella@email.it>
# Contributor: Philipp Überbacher <hollunder at gmx dot at>
@@ -9,12 +9,12 @@ pkgname=('jack2' 'jack2-dbus')
#pkgname= # single build (overrides split)
_tarname=jack
pkgver=1.9.9.5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'mips64el')
url="http://jackaudio.org/"
backup=(etc/security/limits.d/99-audio.conf)
license=('GPL')
-makedepends=('python2' 'celt' 'libsamplerate')
+makedepends=('python2' 'celt' 'opus' 'libsamplerate')
[ "$CARCH" != "mips64el" ] && makedepends+=('libffado')
source=("https://dl.dropbox.com/u/28869550/jack-1.9.9.5.tar.bz2"
'99-audio.conf'
@@ -23,6 +23,10 @@ md5sums=('6c9de6b89db9d7076fa2ce222816cf4c'
'ae65b7c9ebe0fff6c918ba9d97ae342d'
'471aad533ff56c5d3cbbf65ce32cadef')
+_isbuild() {
+ printf "%s\n" ${pkgname[@]} | grep -qx $1
+}
+
_pyfix() {
sed -i 's:bin/env python:bin/env python2:' \
"$pkgdir/usr/bin/jack_control"
@@ -42,24 +46,24 @@ _wafconf() {
# see https://github.com/jackaudio/jack2/issues/22
}
-_isbuild() {
- printf "%s\n" ${pkgname[@]} | grep -qx $1
-}
-
-build() {
+prepare() {
cd "$srcdir"
# Some optimisation bug exists for current GCC
# see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663
- export CFLAGS="${CFLAGS/-O[0-9]/-O0}"
- export CXXFLAGS="$CFLAGS"
+ #export CFLAGS="${CFLAGS/-O[0-9]/-O0}"
+ #export CXXFLAGS="$CFLAGS"
# fix doxygen building
- # TODO: report upstream, but redundant until gihub issue 22 resolves
+ # TODO: report upstream, but redundant until github issue 22 resolves
#sed -i 's:build/default/html:html:' $_tarname-$pkgver/wscript
# we may do 2 different builds
cp -r $_tarname-$pkgver $_tarname-dbus-$pkgver
+}
+
+build() {
+ cd "$srcdir"
# mixed dbus/classic build
if _isbuild jack2; then
@@ -84,7 +88,7 @@ package_jack2() {
! _isbuild jack2 && return 0
pkgdesc="The next-generation JACK with SMP support"
- depends=('libsamplerate' 'celt')
+ depends=('libsamplerate' 'celt' 'opus')
optdepends=('python2: jack_control')
[ "$CARCH" != "mips64el" ] && depends+=('libffado')
conflicts=('jack')
@@ -110,7 +114,7 @@ package_jack2-dbus() {
! _isbuild jack2-dbus && return 0
pkgdesc="The next-generation JACK with SMP support (for D-BUS interaction only)"
- depends=('libsamplerate' 'celt')
+ depends=('libsamplerate' 'celt' 'opus')
[ "$CARCH" != "mips64el" ] && depends+=('libffado')
optdepends=('python2: jack_control')
conflicts=('jack' 'jack2')
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 952a2ba78..c2ab306fd 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90074 2013-05-06 19:38:57Z foutrelis $
+# $Id: PKGBUILD 92128 2013-06-01 08:22:38Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.openttd.org'
@@ -13,7 +13,7 @@ install=openttd.install
optdepends=('openttd-opengfx: free graphics'
'openttd-opensfx: free soundset')
source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz")
-sha256sums=('1a3525186f4486de8193992426690a1fd8c7e4d376a328056b0464a1a5d32080')
+sha256sums=('f6cb90e0773dc7bdf01161ded03e48661a65c3f1412b192ae954215aaf26eca2')
package() {
cd ${pkgname}-${pkgver}
diff --git a/community/pekwm/PKGBUILD b/community/pekwm/PKGBUILD
index cf4e7607d..1e0308158 100644
--- a/community/pekwm/PKGBUILD
+++ b/community/pekwm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90217 2013-05-09 09:13:19Z foutrelis $
+# $Id: PKGBUILD 92159 2013-06-01 21:53:18Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Eddie Lozon <almostlucky@attbi.com>
pkgname=pekwm
-pkgver=0.1.16
-pkgrel=5
+pkgver=0.1.17
+pkgrel=1
pkgdesc='Small, fast, functional, and flexible window manager'
arch=('x86_64' 'i686' 'mips64el')
license=('GPL')
@@ -29,13 +29,13 @@ backup=(etc/pekwm/autoproperties
etc/pekwm/vars)
source=("http://www.pekwm.org/projects/pekwm/files/$pkgname-$pkgver.tar.bz2"
"${pkgname}_kdm.desktop")
-sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
+sha256sums=('8a1fd3bf9f38e8c7bb2b2864c090f986b60cec2281ecf1bba462d120fb327d00'
'4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
prepare() {
cd "$srcdir"
- gendesk
+ gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
}
build() {
diff --git a/community/scummvm/PKGBUILD b/community/scummvm/PKGBUILD
index ddcc11a27..b3974172f 100644
--- a/community/scummvm/PKGBUILD
+++ b/community/scummvm/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Manolis Tzanidakis, Petter Gundersen
pkgname=scummvm
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('i686' 'x86_64' 'mips64el')
@@ -11,7 +11,7 @@ license=('GPL')
url="http://www.scummvm.org/"
depends=('libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d71d1df5c8262556fedbe885972fbf6e')
+md5sums=('473c151ff44e3db7b603ecacd800a0d2')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
diff --git a/community/ussp-push/PKGBUILD b/community/ussp-push/PKGBUILD
index 950caff8a..c0a6e4e1f 100644
--- a/community/ussp-push/PKGBUILD
+++ b/community/ussp-push/PKGBUILD
@@ -1,25 +1,34 @@
-# $Id: PKGBUILD 65357 2012-02-21 02:19:32Z spupykin $
+# $Id: PKGBUILD 92147 2013-06-01 15:32:36Z eric $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=ussp-push
pkgver=0.11
-pkgrel=4
+pkgrel=6
pkgdesc="OBEX object pusher for Linux"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://xmailserver.org/ussp-push.html"
depends=('openobex')
source=(http://xmailserver.org/$pkgname-$pkgver.tar.gz
- ussp-push-remote-name.patch)
+ build-fix.patch)
md5sums=('5c44983ee27809867041feff6bb4423a'
- '3c58795be3a977a5bf7b267f00dde660')
+ 'b9020ea9bb34b811206366b407f5e3cd')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+ patch -p1 <$srcdir/build-fix.patch
+}
build() {
cd $srcdir/$pkgname-$pkgver
- patch -p1 <$srcdir/ussp-push-remote-name.patch
+ export LDFLAGS="$LDFLAGS -lopenobex-apps-common"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/ussp-push/build-fix.patch b/community/ussp-push/build-fix.patch
new file mode 100644
index 000000000..ae57ca00f
--- /dev/null
+++ b/community/ussp-push/build-fix.patch
@@ -0,0 +1,66 @@
+diff -dupr ussp-push-0.11.old/src/obex_socket.c ussp-push-0.11/src/obex_socket.c
+--- ussp-push-0.11.old/src/obex_socket.c 2009-05-15 11:03:34.904797689 +0200
++++ ussp-push-0.11/src/obex_socket.c 2009-05-15 11:03:45.599797286 +0200
+@@ -197,7 +197,7 @@ static int bt_sock_name2bth(int devid, c
+ for (i = 0; i < niinf; i++) {
+ char devname[128];
+
+- if (hci_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1,
++ if (hci_read_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1,
+ devname, 100000) >= 0) {
+ if (strcasecmp(devname, btname) == 0) {
+ *btaddr = piinf[i].bdaddr;
+diff -wbBur ussp-push-0.11/src/obex_main.c ussp-push-0.11.q/src/obex_main.c
+--- ussp-push-0.11/src/obex_main.c 2008-08-25 00:48:53.000000000 +0400
++++ ussp-push-0.11.q/src/obex_main.c 2013-05-27 14:13:06.533474671 +0400
+@@ -85,41 +85,6 @@
+ int bt_debug;
+
+
+-
+-/*
+- * These two functions are from affix/profiles/obex/obex_io.c
+- */
+-int get_filesize(const char *filename)
+-{
+- struct stat stats;
+-
+- stat(filename, &stats);
+- return (int) stats.st_size;
+-}
+-
+-uint8_t *easy_readfile(const char *filename, int *file_size)
+-{
+- int actual;
+- int fd;
+- uint8_t *buf;
+-
+- fd = open(filename, O_RDONLY, 0);
+- if (fd == -1) {
+- return NULL;
+- }
+- *file_size = get_filesize(filename);
+- printf("name=%s, size=%d\n", filename, *file_size);
+- if (!(buf = malloc(*file_size))) {
+- return NULL;
+- }
+-
+- actual = read(fd, buf, *file_size);
+- close(fd);
+-
+- *file_size = actual;
+- return buf;
+-}
+-
+ /*
+ * This function comes from affix/profiles/obex/obex_client.c .. All I changed
+ * was a BTERROR() macro. The OBEX_HandleInput() calls inside the loop should
+@@ -197,7 +197,7 @@
+ *err = -1;
+ return NULL;
+ }
+- if (!(handle = OBEX_Init(OBEX_TRANS_CUST, obex_event, 0))) {
++ if (!(handle = OBEX_Init(OBEX_TRANS_CUSTOM, obex_event, 0))) {
+ BTERROR("OBEX_Init failed: %s\n", strerror(errno));
+ obex_free(gt);
+ *err = -1;
diff --git a/community/ussp-push/ussp-push-remote-name.patch b/community/ussp-push/ussp-push-remote-name.patch
deleted file mode 100644
index 6cc6b7e9b..000000000
--- a/community/ussp-push/ussp-push-remote-name.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dupr ussp-push-0.11.old/src/obex_socket.c ussp-push-0.11/src/obex_socket.c
---- ussp-push-0.11.old/src/obex_socket.c 2009-05-15 11:03:34.904797689 +0200
-+++ ussp-push-0.11/src/obex_socket.c 2009-05-15 11:03:45.599797286 +0200
-@@ -197,7 +197,7 @@ static int bt_sock_name2bth(int devid, c
- for (i = 0; i < niinf; i++) {
- char devname[128];
-
-- if (hci_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1,
-+ if (hci_read_remote_name(dd, &piinf[i].bdaddr, sizeof(devname) - 1,
- devname, 100000) >= 0) {
- if (strcasecmp(devname, btname) == 0) {
- *btaddr = piinf[i].bdaddr;