[arch-commits] Commit in foobillard/repos (extra-x86_64)

2010-07-10 Thread Eric Bélanger
Date: Saturday, July 10, 2010 @ 22:24:31
  Author: eric
Revision: 85246

archrelease: copy trunk to extra-x86_64

Added:
  foobillard/repos/extra-x86_64/



[arch-commits] Commit in foobillard/repos (extra-x86_64)

2010-07-10 Thread Eric Bélanger
Date: Saturday, July 10, 2010 @ 22:24:22
  Author: eric
Revision: 85245

archrelease: remove extra-x86_64

Deleted:
  foobillard/repos/extra-x86_64/



[arch-commits] Commit in foobillard/repos (extra-i686)

2010-07-10 Thread Eric Bélanger
Date: Saturday, July 10, 2010 @ 22:24:03
  Author: eric
Revision: 85244

archrelease: copy trunk to extra-i686

Added:
  foobillard/repos/extra-i686/



[arch-commits] Commit in foobillard/repos (extra-i686)

2010-07-10 Thread Eric Bélanger
Date: Saturday, July 10, 2010 @ 22:23:54
  Author: eric
Revision: 85243

archrelease: remove extra-i686

Deleted:
  foobillard/repos/extra-i686/



[arch-commits] Commit in foobillard/trunk (ChangeLog PKGBUILD snooker_draw.patch)

2010-07-10 Thread Eric Bélanger
Date: Saturday, July 10, 2010 @ 22:23:37
  Author: eric
Revision: 85242

upgpkg: foobillard 3.0a-6
Fixed hang after a draw in snooker (close FS#18631), Removed unneeded libxaw 
and libxi depends

Added:
  foobillard/trunk/snooker_draw.patch
Modified:
  foobillard/trunk/ChangeLog
  foobillard/trunk/PKGBUILD

+
 ChangeLog  |6 ++
 PKGBUILD   |   49 -
 snooker_draw.patch |   48 
 3 files changed, 82 insertions(+), 21 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-10 22:24:23 UTC (rev 85241)
+++ ChangeLog   2010-07-11 02:23:37 UTC (rev 85242)
@@ -1,3 +1,9 @@
+2010-07-10  Eric Belanger  
+
+   * foobillard 3.0a-6
+   * Fixed hang after a draw in snooker (close FS#18631)
+   * Removed unneeded libxaw and libxi depends
+
 2010-01-18  Eric Belanger  
 
* foobillard 3.0a-4

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 22:24:23 UTC (rev 85241)
+++ PKGBUILD2010-07-11 02:23:37 UTC (rev 85242)
@@ -4,36 +4,43 @@
 
 pkgname=foobillard
 pkgver=3.0a
-pkgrel=5
+pkgrel=6
 pkgdesc="An OpenGL billiard game for Linux"
 arch=('i686' 'x86_64')
 url="http://foobillard.sourceforge.net/";
 license=('GPL2' 'custom')
-depends=('sdl' 'freetype2' 'libpng' 'libxaw' 'mesa' 'libxi')
+depends=('sdl' 'freetype2' 'libpng' 'mesa')
+changelog=ChangeLog
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz \
-03_bugfixes 05_foul_explanation 06_show_ball_to_hit \
-foobillard.desktop foobillard.png snooker_reset.patch)
-md5sums=('c2d92edeaaf8bfb18aa26f1c79931b7d' '4400c87674b8a442c0cbbd619e118cd3'\
+foobillard.desktop foobillard.png 03_bugfixes 05_foul_explanation \
+06_show_ball_to_hit snooker_reset.patch snooker_draw.patch)
+md5sums=('c2d92edeaaf8bfb18aa26f1c79931b7d' '436f76ad44910a2524a38ff158bc32fc'\
+ '4bb47566197a252388bf49583536dd4d' '4400c87674b8a442c0cbbd619e118cd3'\
  '0b79b9b71bebd7e0e1584f0593cc348d' 'eed13569ab099054619137eabce96045'\
- '436f76ad44910a2524a38ff158bc32fc' '4bb47566197a252388bf49583536dd4d'\
-'329ddc735af17f33df99c5fe7ff672b9')
-sha1sums=('1caa51a201b55883640b5c5b1e9fde20fc71a095' 
'119aa2bfcfb2b074e0d9b441441808c22eacf625'\
+ '329ddc735af17f33df99c5fe7ff672b9' '97f04be3ad4a0f78c6d7a8b658099a5d')
+sha1sums=('1caa51a201b55883640b5c5b1e9fde20fc71a095' 
'7e820e047497eae5f3d495cc8c61870d7b438a2e'\
+ '67db7b2a96784ff3baaeca9610414376210e5c49' 
'119aa2bfcfb2b074e0d9b441441808c22eacf625'\
  '347535e3db4b04caab2f040779576229b2ce71ac' 
'11cff3e62fccd101cc85d58cc0d0eb4a1b99670f'\
- '7e820e047497eae5f3d495cc8c61870d7b438a2e' 
'67db7b2a96784ff3baaeca9610414376210e5c49'\
-'405a64db7e92e7ba046dd9007d4bf1433914ef79')
+ '405a64db7e92e7ba046dd9007d4bf1433914ef79' 
'a3151458667488117524ce8948b0d101657ad425')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../03_bugfixes || return 1
-  patch -p1 < ../05_foul_explanation || return 1
-  patch -p1 < ../06_show_ball_to_hit || return 1
-  patch -p0 < ../snooker_reset.patch || return 1
+  sed -i -e 's/-lXaw//' -e 's/-lXi//' src/Makefile.in
+  patch -p1 < ../03_bugfixes
+  patch -p1 < ../05_foul_explanation
+  patch -p1 < ../06_show_ball_to_hit
+  patch -p0 < ../snooker_reset.patch
+  patch -p0 < ../snooker_draw.patch
 
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-  install -D -m644 foobillard.6 "${pkgdir}/usr/share/man/man6/foobillard.6" || 
return 1
-  install -D -m644 README.FONTS 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.FONTS" || return 1
-  install -D -m644 ../foobillard.desktop 
"${pkgdir}/usr/share/applications/foobillard.desktop" || return 1
-  install -D -m644 ../foobillard.png 
"${pkgdir}/usr/share/pixmaps/foobillard.png" || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 foobillard.6 "${pkgdir}/usr/share/man/man6/foobillard.6"
+  install -D -m644 README.FONTS 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.FONTS"
+  install -D -m644 ../foobillard.desktop 
"${pkgdir}/usr/share/applications/foobillard.desktop"
+  install -D -m644 ../foobillard.png 
"${pkgdir}/usr/share/pixmaps/foobillard.png"
+}

Added: snooker_draw.patch
===
--- snooker_draw.patch  (rev 0)
+++ snooker_draw.patch  2010-07-11 02:23:37 UTC (rev 85242)
@@ -0,0 +1,48 @@
+Index: src/evaluate_move.c
+===
+--- src/evaluate_move.c(revision 6)
 src/evaluate_move.c(working copy)
+@@ -602,6 +602,11 @@
+ p

[arch-commits] Commit in qtcurve-kde4/repos (extra-x86_64)

2010-07-10 Thread Andrea Scarpino
Date: Saturday, July 10, 2010 @ 18:24:23
  Author: andrea
Revision: 85241

archrelease: copy trunk to extra-x86_64

Added:
  qtcurve-kde4/repos/extra-x86_64/



[arch-commits] Commit in qtcurve-kde4/repos (extra-i686)

2010-07-10 Thread Andrea Scarpino
Date: Saturday, July 10, 2010 @ 18:23:40
  Author: andrea
Revision: 85239

archrelease: copy trunk to extra-i686

Added:
  qtcurve-kde4/repos/extra-i686/



[arch-commits] Commit in qtcurve-kde4/repos (extra-x86_64)

2010-07-10 Thread Andrea Scarpino
Date: Saturday, July 10, 2010 @ 18:23:56
  Author: andrea
Revision: 85240

archrelease: remove extra-x86_64

Deleted:
  qtcurve-kde4/repos/extra-x86_64/



[arch-commits] Commit in qtcurve-kde4/repos (extra-i686)

2010-07-10 Thread Andrea Scarpino
Date: Saturday, July 10, 2010 @ 18:23:17
  Author: andrea
Revision: 85238

archrelease: remove extra-i686

Deleted:
  qtcurve-kde4/repos/extra-i686/



[arch-commits] Commit in qtcurve-kde4/trunk (PKGBUILD)

2010-07-10 Thread Andrea Scarpino
Date: Saturday, July 10, 2010 @ 18:23:00
  Author: andrea
Revision: 85237

upgpkg: qtcurve-kde4 1.5.1-1
upstream release

Modified:
  qtcurve-kde4/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 22:14:37 UTC (rev 85236)
+++ PKGBUILD2010-07-10 22:23:00 UTC (rev 85237)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=qtcurve-kde4
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
@@ -13,7 +13,7 @@
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
 
source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2";)
-md5sums=('4cf65b3b9bf2273893b576f20f3b39f5')
+md5sums=('269beff5d7daa3f1c6b76da0e9d883b6')
 
 build() {
cd $srcdir



[arch-commits] Commit in vlc/trunk (PKGBUILD)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 18:14:37
  Author: ibiru
Revision: 85236

added libavc1394 and libdc1394 to optdepends. FS#20142

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 21:59:18 UTC (rev 85235)
+++ PKGBUILD2010-07-10 22:14:37 UTC (rev 85236)
@@ -57,6 +57,8 @@
   'ncurses: for ncurses interface support'
   'libdvdcss: for decoding encrypted DVDs'
   'lirc-utils: for lirc plugin'
+  'libavc1394: for devices using the 1394ta AV/C'
+  'libdc1394: for IEEE 1394 plugin'
   'kdelibs: KDE Solid hardware integration'
   'vdpau-video: VDPAU backend for VA API (for GPU acceleration on 
Nvidia cards)')
   options=('!libtool')



[arch-commits] Commit in mythtv/repos (testing-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:59:18
  Author: ibiru
Revision: 85235

db-remove: mythtv removed by ibiru

Deleted:
  mythtv/repos/testing-x86_64/



[arch-commits] Commit in mythtv/repos (testing-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:58:27
  Author: ibiru
Revision: 85234

db-remove: mythtv removed by ibiru

Deleted:
  mythtv/repos/testing-i686/



[arch-commits] Commit in myththemes/repos (extra-i686 testing-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:58:00
  Author: ibiru
Revision: 85233

db-move: moved myththemes from [testing] to [extra] (i686)

Added:
  myththemes/repos/extra-i686/
Deleted:
  myththemes/repos/testing-i686/



[arch-commits] Commit in myththemes/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:57:58
  Author: ibiru
Revision: 85232

db-move: myththemes removed by ibiru for move to extra

Deleted:
  myththemes/repos/extra-i686/



[arch-commits] Commit in myththemes/repos (extra-x86_64 testing-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:57:49
  Author: ibiru
Revision: 85231

db-move: moved myththemes from [testing] to [extra] (x86_64)

Added:
  myththemes/repos/extra-x86_64/
Deleted:
  myththemes/repos/testing-x86_64/



[arch-commits] Commit in myththemes/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:57:47
  Author: ibiru
Revision: 85230

db-move: myththemes removed by ibiru for move to extra

Deleted:
  myththemes/repos/extra-x86_64/



[arch-commits] Commit in mythplugins/repos (extra-x86_64 testing-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:57:04
  Author: ibiru
Revision: 85229

db-move: moved mythplugins from [testing] to [extra] (x86_64)

Added:
  mythplugins/repos/extra-x86_64/
Deleted:
  mythplugins/repos/testing-x86_64/



[arch-commits] Commit in mythplugins/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:57:02
  Author: ibiru
Revision: 85228

db-move: mythplugins removed by ibiru for move to extra

Deleted:
  mythplugins/repos/extra-x86_64/



[arch-commits] Commit in mythplugins/repos (extra-i686 testing-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:56:19
  Author: ibiru
Revision: 85227

db-move: moved mythplugins from [testing] to [extra] (i686)

Added:
  mythplugins/repos/extra-i686/
Deleted:
  mythplugins/repos/testing-i686/



[arch-commits] Commit in mythplugins/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:56:17
  Author: ibiru
Revision: 85226

db-move: mythplugins removed by ibiru for move to extra

Deleted:
  mythplugins/repos/extra-i686/



[arch-commits] Commit in mythtv/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:53:31
  Author: ibiru
Revision: 85225

archrelease: copy trunk to extra-x86_64

Added:
  mythtv/repos/extra-x86_64/



[arch-commits] Commit in mythtv/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:53:17
  Author: ibiru
Revision: 85224

archrelease: remove extra-x86_64

Deleted:
  mythtv/repos/extra-x86_64/



[arch-commits] Commit in mythtv/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:52:53
  Author: ibiru
Revision: 85223

archrelease: copy trunk to extra-i686

Added:
  mythtv/repos/extra-i686/



[arch-commits] Commit in mythtv/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:52:36
  Author: ibiru
Revision: 85222

archrelease: remove extra-i686

Deleted:
  mythtv/repos/extra-i686/



[arch-commits] Commit in mythtv/trunk (PKGBUILD)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 17:52:13
  Author: ibiru
Revision: 85221

upgpkg: mythtv 25260-2 libva 0.31.1 rebuild

Modified:
  mythtv/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 21:41:51 UTC (rev 85220)
+++ PKGBUILD2010-07-10 21:52:13 UTC (rev 85221)
@@ -6,7 +6,7 @@
 
 pkgname=mythtv
 pkgver=25260
-pkgrel=1
+pkgrel=2
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org/";



[arch-commits] Commit in eventlog/repos (testing-i686)

2010-07-10 Thread Dan McGee
Date: Saturday, July 10, 2010 @ 17:41:51
  Author: dan
Revision: 85220

archrelease: copy trunk to testing-i686

Added:
  eventlog/repos/testing-i686/



[arch-commits] Commit in eventlog/repos (testing-x86_64)

2010-07-10 Thread Dan McGee
Date: Saturday, July 10, 2010 @ 17:40:06
  Author: dan
Revision: 85219

archrelease: copy trunk to testing-x86_64

Added:
  eventlog/repos/testing-x86_64/



[arch-commits] Commit in eventlog/trunk (ChangeLog PKGBUILD)

2010-07-10 Thread Dan McGee
Date: Saturday, July 10, 2010 @ 17:39:54
  Author: dan
Revision: 85218

verbump

Modified:
  eventlog/trunk/ChangeLog
  eventlog/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |   17 +++--
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-10 14:53:13 UTC (rev 85217)
+++ ChangeLog   2010-07-10 21:39:54 UTC (rev 85218)
@@ -1,3 +1,8 @@
+2010-07-10  Dan McGee  
+
+   * Updated PKGBUILD to be in line with standard style
+   * Upstream update
+
 2009-01-03  Eric Belanger  
 
* eventlog 0.2.9-1

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 14:53:13 UTC (rev 85217)
+++ PKGBUILD2010-07-10 21:39:54 UTC (rev 85218)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=eventlog
-pkgver=0.2.9
+pkgver=0.2.12
 pkgrel=1
 pkgdesc="A new API to format and send structured log messages"
 arch=('i686' 'x86_64')
@@ -11,14 +11,19 @@
 license=('BSD')
 depends=('glibc')
 options=('!libtool')
+changelog=ChangeLog
 
source=(http://www.balabit.com/downloads/files/eventlog/${pkgver%.*}/eventlog_${pkgver}.tar.gz)
-md5sums=('76e3d7a0b8f335c12099e9b91191fbf1')
-sha1sums=('2cc6a4d1dc07ab84832f2cd44822ee7b339deb51')
+md5sums=('3d6ebda8a161d36cb40d09328f78786b')
+sha1sums=('3e35a634e7de029ab9d36995a085bfcb00ed6a4d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in telepathy-butterfly/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:53:13
  Author: ibiru
Revision: 85217

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-butterfly/repos/extra-x86_64/



[arch-commits] Commit in telepathy-butterfly/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:53:00
  Author: ibiru
Revision: 85216

archrelease: remove extra-x86_64

Deleted:
  telepathy-butterfly/repos/extra-x86_64/



[arch-commits] Commit in telepathy-butterfly/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:52:54
  Author: ibiru
Revision: 85215

archrelease: copy trunk to extra-i686

Added:
  telepathy-butterfly/repos/extra-i686/



[arch-commits] Commit in telepathy-butterfly/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:52:41
  Author: ibiru
Revision: 85214

archrelease: remove extra-i686

Deleted:
  telepathy-butterfly/repos/extra-i686/



[arch-commits] Commit in telepathy-butterfly/trunk (PKGBUILD)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:52:35
  Author: ibiru
Revision: 85213

upgpkg: telepathy-butterfly 0.5.12-1 update to 0.5.12

Modified:
  telepathy-butterfly/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 14:50:00 UTC (rev 85212)
+++ PKGBUILD2010-07-10 14:52:35 UTC (rev 85213)
@@ -2,17 +2,17 @@
 # Maintainer:  Ionut Biru 
 # Contributor: Daniel Balieiro 
 pkgname=telepathy-butterfly
-pkgver=0.5.11
+pkgver=0.5.12
 pkgrel=1
 pkgdesc="A MSN connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org";
 groups=('telepathy')
 license=('GPL')
-depends=('papyon>=0.4.8' 'python-telepathy>=0.15.17')
+depends=('papyon>=0.4.9' 'python-telepathy>=0.15.17')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-$pkgver.tar.gz)
 install=telepathy-butterfly.install
-md5sums=('03fa849eb154c20f77c70bc76b41')
+md5sums=('e9bff0085eca377df70b37e46798b9f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in papyon/repos (extra-any)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:50:00
  Author: ibiru
Revision: 85212

archrelease: copy trunk to extra-any

Added:
  papyon/repos/extra-any/



[arch-commits] Commit in papyon/repos (extra-any)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:49:46
  Author: ibiru
Revision: 85211

archrelease: remove extra-any

Deleted:
  papyon/repos/extra-any/



[arch-commits] Commit in papyon/trunk (PKGBUILD)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:49:40
  Author: ibiru
Revision: 85210

upgpkg: papyon 0.4.9-1 update to 0.4.9

Modified:
  papyon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 14:48:08 UTC (rev 85209)
+++ PKGBUILD2010-07-10 14:49:40 UTC (rev 85210)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=papyon
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 pkgdesc="papyon is the library behind the msn connection manager : 
telepathy-butterfly."
 arch=('any')
@@ -10,7 +10,7 @@
 license=("GPL")
 depends=('pygobject' 'pyopenssl' 'pycrypto')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('658a77085a337635a6effd4262847835')
+md5sums=('b6c2f247c5774a42acbf9ece24b39432')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in telepathy-haze/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:48:08
  Author: ibiru
Revision: 85209

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-haze/repos/extra-x86_64/



[arch-commits] Commit in telepathy-haze/repos (extra-x86_64)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:47:54
  Author: ibiru
Revision: 85208

archrelease: remove extra-x86_64

Deleted:
  telepathy-haze/repos/extra-x86_64/



[arch-commits] Commit in telepathy-haze/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:47:48
  Author: ibiru
Revision: 85207

archrelease: copy trunk to extra-i686

Added:
  telepathy-haze/repos/extra-i686/



[arch-commits] Commit in telepathy-haze/repos (extra-i686)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:47:35
  Author: ibiru
Revision: 85206

archrelease: remove extra-i686

Deleted:
  telepathy-haze/repos/extra-i686/



[arch-commits] Commit in telepathy-haze/trunk (PKGBUILD)

2010-07-10 Thread Ionut Biru
Date: Saturday, July 10, 2010 @ 10:47:29
  Author: ibiru
Revision: 85205

upgpkg: telepathy-haze 0.3.6-1 update to 0.3.6

Modified:
  telepathy-haze/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 10:00:03 UTC (rev 85204)
+++ PKGBUILD2010-07-10 14:47:29 UTC (rev 85205)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 # Contributor: Timm Preetz 
 pkgname=telepathy-haze
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=telepathy-haze.install
 groups=('telepathy')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9c652f07c15d5a06ba2b6166b46b256b')
+md5sums=('56a7b4721c05bf71a014244bc9ed32e4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in pcmanfm/trunk (PKGBUILD)

2010-07-10 Thread Juergen Hoetzel
Date: Saturday, July 10, 2010 @ 06:00:03
  Author: juergen
Revision: 85204

remove hal dependency: fixes FS#20102

Modified:
  pcmanfm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 09:46:23 UTC (rev 85203)
+++ PKGBUILD2010-07-10 10:00:03 UTC (rev 85204)
@@ -8,7 +8,7 @@
 url="http://pcmanfm.sourceforge.net/";
 license=('GPL')
 groups=('lxde')
-depends=('gtk2' 'hal' 'fam' 'startup-notification' 'desktop-file-utils' 
'libfm')
+depends=('gtk2' 'fam' 'startup-notification' 'desktop-file-utils' 'libfm')
 makedepends=('intltool' 'pkgconfig')
 source=(http://downloads.sourceforge.net/pcmanfm/pcmanfm-$pkgver.tar.gz)
 md5sums=('f433a61484da10ed3382c1799169abd6')



[arch-commits] Commit in ecasound/repos (testing-x86_64)

2010-07-10 Thread Ray Rashif
Date: Saturday, July 10, 2010 @ 05:46:23
  Author: schiv
Revision: 85203

archrelease: copy trunk to testing-x86_64

Added:
  ecasound/repos/testing-x86_64/



[arch-commits] Commit in ecasound/repos (testing-i686)

2010-07-10 Thread Ray Rashif
Date: Saturday, July 10, 2010 @ 05:34:43
  Author: schiv
Revision: 85202

archrelease: copy trunk to testing-i686

Added:
  ecasound/repos/testing-i686/



[arch-commits] Commit in ecasound/trunk (ChangeLog PKGBUILD ecasound.changelog)

2010-07-10 Thread Ray Rashif
Date: Saturday, July 10, 2010 @ 05:33:56
  Author: schiv
Revision: 85201

upgpkg: ecasound 2.7.1-2
upgpkg: ecasound 2.7.1-1 -> 2.7.1-2; pkgrel bump for FS#20113 & other 
ammendments

Added:
  ecasound/trunk/ecasound.changelog
(from rev 85142, ecasound/trunk/ChangeLog)
Modified:
  ecasound/trunk/PKGBUILD
Deleted:
  ecasound/trunk/ChangeLog

+
 ChangeLog  |   25 -
 PKGBUILD   |   12 +++-
 ecasound.changelog |   33 +
 3 files changed, 40 insertions(+), 30 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2010-07-10 05:16:57 UTC (rev 85200)
+++ ChangeLog   2010-07-10 09:33:56 UTC (rev 85201)
@@ -1,25 +0,0 @@
-2010-02-21  Eric Belanger  
-
-   * ecasound 2.7.1-1
-   * Upstream update
-   * Improved description
-
-2010-01-23  Eric Belanger  
-
-   * ecasound 2.7.0-1
-   * Upstream update
-
-2009-06-18  Eric Belanger  
-
-   * ecasound 2.6.0-1
-   * Upstream update
-   * Built against readline 6.0.00
-
-2009-01-14  Eric Belanger  
-
-   * ecasound 2.5.2-1
-   * Upstream update
-   * Enabled alsa support
-   * Added ruby makedepends
-   * Corrected license
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2010-07-10 05:16:57 UTC (rev 85200)
+++ PKGBUILD2010-07-10 09:33:56 UTC (rev 85201)
@@ -1,24 +1,26 @@
 # $Id$
-# Maintainer: Eric Belanger 
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
 # Contributor: Tom Newsom 
 
 pkgname=ecasound
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A software package designed for multitrack audio processing"
 arch=('i686' 'x86_64')
 url="http://www.eca.cx/ecasound/";
 license=('GPL' 'LGPL')
-depends=('gcc-libs' 'audiofile' 'libsamplerate' 'python' 'readline>=6.0.00')
+depends=('gcc-libs' 'audiofile' 'python' 'jack' 'liblo' 'readline>=6.0.00')
 makedepends=('ruby')
 options=('!libtool')
+changelog=$pkgname.changelog
 source=(http://ecasound.seul.org/download/${pkgname}-${pkgver}.tar.gz)
 md5sums=('64b33eb69c8320d325ff626431efcd11')
 sha1sums=('1af6759d9a37c553cdec595f7b6a35a270ec5833')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-alsa --disable-jack || return 1
+   ./configure --prefix=/usr
make || return 1
-   make DESTDIR="${pkgdir}" install || return 1
+   make DESTDIR="${pkgdir}" install
 }

Copied: ecasound/trunk/ecasound.changelog (from rev 85142, 
ecasound/trunk/ChangeLog)
===
--- ecasound.changelog  (rev 0)
+++ ecasound.changelog  2010-07-10 09:33:56 UTC (rev 85201)
@@ -0,0 +1,33 @@
+2010-07-10 Ray Rashif 
+
+   * ecasound 2.7.1-2
+   * added jack support [1]
+   * added OSC (liblo) support
+
+   [1] http://bugs.archlinux.org/task/20113
+
+2010-02-21  Eric Belanger  
+
+   * ecasound 2.7.1-1
+   * Upstream update
+   * Improved description
+
+2010-01-23  Eric Belanger  
+
+   * ecasound 2.7.0-1
+   * Upstream update
+
+2009-06-18  Eric Belanger  
+
+   * ecasound 2.6.0-1
+   * Upstream update
+   * Built against readline 6.0.00
+
+2009-01-14  Eric Belanger  
+
+   * ecasound 2.5.2-1
+   * Upstream update
+   * Enabled alsa support
+   * Added ruby makedepends
+   * Corrected license
+   * Added ChangeLog