[arch-commits] Commit in haskell-ghc-paths/trunk (PKGBUILD)

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 18:17:45
  Author: arodseth
Revision: 99205

static lib TODO

Modified:
  haskell-ghc-paths/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 15:30:15 UTC (rev 99204)
+++ PKGBUILD2013-10-25 16:17:45 UTC (rev 99205)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=haskell-ghc-paths
 pkgver=0.1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc=Knowledge of GHC's installation directories
 url='http://hackage.haskell.org/package/ghc-paths'
 license=('custom:BSD3')
@@ -12,10 +12,11 @@
 depends=('ghc=7.6.3-1')
 
source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
 install=$pkgname.install
+options=('staticlibs')
 sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
 
 build() {
-  cd $srcdir/ghc-paths-$pkgver
+  cd ghc-paths-$pkgver
 
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
  --prefix=/usr --docdir=/usr/share/doc/$pkgname \
@@ -28,7 +29,7 @@
 }
 
 package() {
-  cd $srcdir/ghc-paths-$pkgver
+  cd ghc-paths-$pkgver
 
   install -Dm 744 register.sh \
 $pkgdir/usr/share/haskell/$pkgname/register.sh


Property changes on: haskell-ghc-paths/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in haskell-ghc-paths/repos (8 files)

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 18:17:55
  Author: arodseth
Revision: 99206

archrelease: copy trunk to community-x86_64, community-i686

Added:
  haskell-ghc-paths/repos/community-i686/PKGBUILD
(from rev 99205, haskell-ghc-paths/trunk/PKGBUILD)
  haskell-ghc-paths/repos/community-i686/haskell-ghc-paths.install
(from rev 99205, haskell-ghc-paths/trunk/haskell-ghc-paths.install)
  haskell-ghc-paths/repos/community-x86_64/PKGBUILD
(from rev 99205, haskell-ghc-paths/trunk/PKGBUILD)
  haskell-ghc-paths/repos/community-x86_64/haskell-ghc-paths.install
(from rev 99205, haskell-ghc-paths/trunk/haskell-ghc-paths.install)
Deleted:
  haskell-ghc-paths/repos/community-i686/PKGBUILD
  haskell-ghc-paths/repos/community-i686/haskell-ghc-paths.install
  haskell-ghc-paths/repos/community-x86_64/PKGBUILD
  haskell-ghc-paths/repos/community-x86_64/haskell-ghc-paths.install

+
 /PKGBUILD  |   92 +++
 /haskell-ghc-paths.install |   36 ++
 community-i686/PKGBUILD|   45 -
 community-i686/haskell-ghc-paths.install   |   18 -
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/haskell-ghc-paths.install |   18 -
 6 files changed, 128 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 16:17:45 UTC (rev 99205)
+++ community-i686/PKGBUILD 2013-10-25 16:17:55 UTC (rev 99206)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=haskell-ghc-paths
-pkgver=0.1.0.9
-pkgrel=2
-pkgdesc=Knowledge of GHC's installation directories
-url='http://hackage.haskell.org/package/ghc-paths'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1')
-source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
-install=$pkgname.install
-sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
-
-build() {
-  cd $srcdir/ghc-paths-$pkgver
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
- --prefix=/usr --docdir=/usr/share/doc/$pkgname \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/ghc-paths-$pkgver
-
-  install -Dm 744 register.sh \
-$pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m 744 unregister.sh \
-$pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  install -dm 755 $pkgdir/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/$pkgname/html \
-$pkgdir/usr/share/doc/ghc/html/libraries/ghc-paths
-  runhaskell Setup copy --destdir=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-ghc-paths/repos/community-i686/PKGBUILD (from rev 99205, 
haskell-ghc-paths/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 16:17:55 UTC (rev 99206)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.9
+pkgrel=3
+pkgdesc=Knowledge of GHC's installation directories
+url='http://hackage.haskell.org/package/ghc-paths'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.3-1')
+source=(http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+
+build() {
+  cd ghc-paths-$pkgver
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ghc-paths-$pkgver
+
+  install -Dm 744 register.sh \
+$pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m 744 unregister.sh \
+$pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm 755 $pkgdir/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html \
+$pkgdir/usr/share/doc/ghc/html/libraries/ghc-paths
+  runhaskell Setup copy --destdir=$pkgdir
+  

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

2013-10-25 Thread Felix Yan
Date: Friday, October 25, 2013 @ 19:05:49
  Author: fyan
Revision: 99207

upgpkg: goagent 3.0.5-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 16:17:55 UTC (rev 99206)
+++ PKGBUILD2013-10-25 17:05:49 UTC (rev 99207)
@@ -4,7 +4,7 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
@@ -37,5 +37,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('46502c9a01d36a69309db8c841ace1b1'
- '97942151b98573b150a0c6e4f664aa95')
+sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')



[arch-commits] Commit in goagent/repos/community-any (6 files)

2013-10-25 Thread Felix Yan
Date: Friday, October 25, 2013 @ 19:06:39
  Author: fyan
Revision: 99208

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 99207, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 99207, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 99207, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service

-+
 PKGBUILD|   82 +++---
 goagent.install |   44 ++--
 goagent.service |   24 +++
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 17:05:49 UTC (rev 99207)
+++ PKGBUILD2013-10-25 17:06:39 UTC (rev 99208)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python' 'python-pyopenssl')
-optdepends=('python2: if you want to use uploader.zip to upload server')
-source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz;
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $srcdir/$pkgbase-$pkgver
-  
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('46502c9a01d36a69309db8c841ace1b1'
- '97942151b98573b150a0c6e4f664aa95')

Copied: goagent/repos/community-any/PKGBUILD (from rev 99207, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 17:06:39 UTC (rev 99208)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.5
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python' 'python-pyopenssl')
+optdepends=('python2: if you want to use uploader.zip to upload server')
+source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $srcdir/$pkgbase-$pkgver
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-10-25 17:05:49 UTC (rev 99207)
+++ goagent.install 2013-10-25 17:06:39 UTC (rev 99208)
@@ -1,22 +0,0 @@
-post_install() {
-echo Please use systemd units to start/stop goagent:
-echo sudo systemctl start/stop goagent
-
-#cd /opt/goagent/local
-#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
-chown -R nobody:daemon /usr/share/goagent/local
-}

[arch-commits] Commit in qt3/trunk (PKGBUILD qt-x11-free-3.3.5-makelibshared.patch)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 20:35:59
  Author: eric
Revision: 197417

upgpkg: qt3 1:3.3.8b-7

Rebuild without static libraries, Add patch to build shared libraries

Added:
  qt3/trunk/qt-x11-free-3.3.5-makelibshared.patch
Modified:
  qt3/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 qt-x11-free-3.3.5-makelibshared.patch |   48 
 2 files changed, 56 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 18:23:06 UTC (rev 197416)
+++ PKGBUILD2013-10-25 18:35:59 UTC (rev 197417)
@@ -3,7 +3,7 @@
 
 pkgname=qt3
 pkgver=3.3.8b
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc=A cross-platform application and UI framework
 arch=('i686' 'x86_64')
@@ -16,10 +16,11 @@
 'libmariadbclient: MariaDB driver'
 'postgresql-libs: PostgreSQL driver'
 'unixodbc: ODBC driver')
-options=('!libtool' '!docs')
+options=('!docs')
 source=(ftp://ftp.qt-project.org/qt/source/qt-x11-free-${pkgver}.tar.gz
 qt3-png15.patch qt-copy-kde-patches.tar.bz2 qt-patches.tar.bz2
-eastern_asian_languagues.diff qt-odbc.patch gcc-4.6.patch)
+eastern_asian_languagues.diff qt-odbc.patch gcc-4.6.patch 
+qt-x11-free-3.3.5-makelibshared.patch)
 sha1sums=('745def6250dc7f337dbb265e20bf38dcb41fd854'
   '3d19510c46016a1a211d97bf8f82b01498b1b33c'
   '33418e5b117458af23c72cdbffc0c339bc34bdc4'
@@ -26,7 +27,8 @@
   '116afa0e737bdf27ea27f9b3653aeb56db9ec151'
   '40c7b8f06a21f809ddeb8b5560e9da63ccac6a17'
   '1346320614f6f86fbeb10b9fbad721dea29f5b61'
-  'd9b83b8f6f9c8bd98d290dc1d0e9913a00b62c3f')
+  'd9b83b8f6f9c8bd98d290dc1d0e9913a00b62c3f'
+  'e89720eac87c3e925d0efae6a16f334c5159e4f6')
 
 # qt-copy-kde-patches come from http://websvn.kde.org/trunk/qt-copy/patches/
 # other qt-patches come from fedora and gentoo
@@ -49,6 +51,8 @@
   patch -p1 -i ${srcdir}/gcc-4.6.patch
   patch -p0 -i ${srcdir}/qt3-png15.patch 
  
+  patch -p1 -i ${srcdir}/qt-x11-free-3.3.5-makelibshared.patch
+
   sed -i s|-O2|$CXXFLAGS| mkspecs/linux-g++{,-32,-64}/qmake.conf
   sed -i s|-I. |$CXXFLAGS -I. | qmake/Makefile.unix
   sed -i s|read acceptance|acceptance=yes| configure

Added: qt-x11-free-3.3.5-makelibshared.patch
===
--- qt-x11-free-3.3.5-makelibshared.patch   (rev 0)
+++ qt-x11-free-3.3.5-makelibshared.patch   2013-10-25 18:35:59 UTC (rev 
197417)
@@ -0,0 +1,48 @@
+--- qt-x11-free-3.3.5/tools/assistant/lib/lib.pro.orig 2005-10-21 
10:09:12.0 -0200
 qt-x11-free-3.3.5/tools/assistant/lib/lib.pro  2005-10-21 
10:09:34.0 -0200
+@@ -3,8 +3,7 @@
+ VERSION   = 1.0
+ 
+ CONFIG+= qt warn_on release
+-CONFIG+= staticlib
+-CONFIG-= dll
++CONFIG+= dll
+ 
+ SOURCES   = qassistantclient.cpp
+ HEADERS += $$QT_SOURCE_TREE/include/qassistantclient.h
+*** qt-x11-free-qt-copy-3.3.5/tools/designer/editor/editor.pro 2003-12-20 
22:48:51.0 -0200
+--- qt-x11-free-qt-copy-3.3.5/tools/designer/editor/editor.pro.new 
2005-12-06 18:47:04.0 -0200
+***
+*** 1,6 
+  TEMPLATE = lib
+! CONFIG   += qt warn_on staticlib
+! CONFIG   -= dll
+  HEADERS  = editor.h  \
+ parenmatcher.h  \
+ completion.h \
+--- 1,6 
+  TEMPLATE = lib
+! CONFIG   += qt warn_on
+! CONFIG   += dll
+  HEADERS  = editor.h  \
+ parenmatcher.h  \
+ completion.h \
+*** qt-x11-free-qt-copy-3.3.5/tools/designer/designer/designer.pro 
2004-04-29 19:31:32.0 -0300
+--- qt-x11-free-qt-copy-3.3.5/tools/designer/designer/designer.pro.new 
2005-12-06 18:46:29.0 -0200
+***
+*** 1,7 
+  TEMPLATE = lib
+  
+! CONFIG   += qt warn_on staticlib qmake_cache
+! CONFIG   -= dll
+  !force_static:!win32:contains(QT_PRODUCT,qt-internal) {
+ CONFIG  -= staticlib
+ CONFIG  += dll
+--- 1,7 
+  TEMPLATE = lib
+  
+! CONFIG   += qt warn_on qmake_cache
+! CONFIG   += dll
+  !force_static:!win32:contains(QT_PRODUCT,qt-internal) {
+ CONFIG  -= staticlib
+ CONFIG  += dll



[arch-commits] Commit in qt3/repos (30 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 20:37:20
  Author: eric
Revision: 197418

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt3/repos/extra-i686/PKGBUILD
(from rev 197417, qt3/trunk/PKGBUILD)
  qt3/repos/extra-i686/eastern_asian_languagues.diff
(from rev 197417, qt3/trunk/eastern_asian_languagues.diff)
  qt3/repos/extra-i686/gcc-4.6.patch
(from rev 197417, qt3/trunk/gcc-4.6.patch)
  qt3/repos/extra-i686/qt-copy-kde-patches.tar.bz2
(from rev 197417, qt3/trunk/qt-copy-kde-patches.tar.bz2)
  qt3/repos/extra-i686/qt-odbc.patch
(from rev 197417, qt3/trunk/qt-odbc.patch)
  qt3/repos/extra-i686/qt-patches.tar.bz2
(from rev 197417, qt3/trunk/qt-patches.tar.bz2)
  qt3/repos/extra-i686/qt-x11-free-3.3.5-makelibshared.patch
(from rev 197417, qt3/trunk/qt-x11-free-3.3.5-makelibshared.patch)
  qt3/repos/extra-i686/qt3-png15.patch
(from rev 197417, qt3/trunk/qt3-png15.patch)
  qt3/repos/extra-x86_64/PKGBUILD
(from rev 197417, qt3/trunk/PKGBUILD)
  qt3/repos/extra-x86_64/eastern_asian_languagues.diff
(from rev 197417, qt3/trunk/eastern_asian_languagues.diff)
  qt3/repos/extra-x86_64/gcc-4.6.patch
(from rev 197417, qt3/trunk/gcc-4.6.patch)
  qt3/repos/extra-x86_64/qt-copy-kde-patches.tar.bz2
(from rev 197417, qt3/trunk/qt-copy-kde-patches.tar.bz2)
  qt3/repos/extra-x86_64/qt-odbc.patch
(from rev 197417, qt3/trunk/qt-odbc.patch)
  qt3/repos/extra-x86_64/qt-patches.tar.bz2
(from rev 197417, qt3/trunk/qt-patches.tar.bz2)
  qt3/repos/extra-x86_64/qt-x11-free-3.3.5-makelibshared.patch
(from rev 197417, qt3/trunk/qt-x11-free-3.3.5-makelibshared.patch)
  qt3/repos/extra-x86_64/qt3-png15.patch
(from rev 197417, qt3/trunk/qt3-png15.patch)
Deleted:
  qt3/repos/extra-i686/PKGBUILD
  qt3/repos/extra-i686/eastern_asian_languagues.diff
  qt3/repos/extra-i686/gcc-4.6.patch
  qt3/repos/extra-i686/qt-copy-kde-patches.tar.bz2
  qt3/repos/extra-i686/qt-odbc.patch
  qt3/repos/extra-i686/qt-patches.tar.bz2
  qt3/repos/extra-i686/qt3-png15.patch
  qt3/repos/extra-x86_64/PKGBUILD
  qt3/repos/extra-x86_64/eastern_asian_languagues.diff
  qt3/repos/extra-x86_64/gcc-4.6.patch
  qt3/repos/extra-x86_64/qt-copy-kde-patches.tar.bz2
  qt3/repos/extra-x86_64/qt-odbc.patch
  qt3/repos/extra-x86_64/qt-patches.tar.bz2
  qt3/repos/extra-x86_64/qt3-png15.patch

+
 /PKGBUILD  |  232 ++
 /eastern_asian_languagues.diff |   78 +++
 /gcc-4.6.patch |   66 ++
 /qt-odbc.patch |   38 +
 /qt3-png15.patch   |  424 +++
 extra-i686/PKGBUILD|  112 -
 extra-i686/eastern_asian_languagues.diff   |   39 -
 extra-i686/gcc-4.6.patch   |   33 -
 extra-i686/qt-odbc.patch   |   19 
 extra-i686/qt-x11-free-3.3.5-makelibshared.patch   |   48 ++
 extra-i686/qt3-png15.patch |  212 -
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/eastern_asian_languagues.diff |   39 -
 extra-x86_64/gcc-4.6.patch |   33 -
 extra-x86_64/qt-odbc.patch |   19 
 extra-x86_64/qt-x11-free-3.3.5-makelibshared.patch |   48 ++
 extra-x86_64/qt3-png15.patch   |  212 -
 17 files changed, 934 insertions(+), 830 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 197417:197418 to see the changes.


[arch-commits] Commit in db/repos (4 files)

2013-10-25 Thread Andreas Radke
Date: Friday, October 25, 2013 @ 20:39:49
  Author: andyrtr
Revision: 197420

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  db/repos/testing-i686/PKGBUILD
(from rev 197419, db/trunk/PKGBUILD)
  db/repos/testing-x86_64/PKGBUILD
(from rev 197419, db/trunk/PKGBUILD)
Deleted:
  db/repos/testing-i686/PKGBUILD
  db/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   60 ++
 testing-i686/PKGBUILD   |   30 ---
 testing-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-25 18:39:27 UTC (rev 197419)
+++ testing-i686/PKGBUILD   2013-10-25 18:39:49 UTC (rev 197420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=db
-pkgver=5.3.21
-pkgrel=3
-pkgdesc=The Berkeley DB embedded database system
-arch=('i686' 'x86_64')
-url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
-license=('custom')
-depends=('gcc-libs' 'sh')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  ../dist/configure --prefix=/usr --enable-compat185 \
---enable-shared --enable-static --enable-cxx --enable-dbm
-  make LIBSO_LIBS=-lpthread
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/docs
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: db/repos/testing-i686/PKGBUILD (from rev 197419, db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-25 18:39:49 UTC (rev 197420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-10-25 18:39:27 UTC (rev 197419)
+++ testing-x86_64/PKGBUILD 2013-10-25 18:39:49 UTC (rev 197420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=db
-pkgver=5.3.21
-pkgrel=3
-pkgdesc=The Berkeley DB embedded database system
-arch=('i686' 'x86_64')
-url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
-license=('custom')
-depends=('gcc-libs' 'sh')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  ../dist/configure --prefix=/usr --enable-compat185 \
---enable-shared --enable-static --enable-cxx --enable-dbm
-  make LIBSO_LIBS=-lpthread
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/docs
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 197419, db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-25 18:39:49 UTC (rev 197420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')

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

2013-10-25 Thread Andreas Radke
Date: Friday, October 25, 2013 @ 20:39:27
  Author: andyrtr
Revision: 197419

upgpkg: db 5.3.28-1

upstream update 5.3.28

Modified:
  db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 18:37:20 UTC (rev 197418)
+++ PKGBUILD2013-10-25 18:39:27 UTC (rev 197419)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=db
-pkgver=5.3.21
-pkgrel=3
+pkgver=5.3.28
+pkgrel=1
 pkgdesc=The Berkeley DB embedded database system
 arch=('i686' 'x86_64')
 url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('gcc-libs' 'sh')
 source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
 
 build() {
   cd ${srcdir}/$pkgname-${pkgver}/build_unix



[arch-commits] Commit in rrdtool/trunk (PKGBUILD rrdtool-systemd.patch)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:14:36
  Author: eric
Revision: 197421

upgpkg: rrdtool 1.4.8-2

Rebuild without static libraries, Add systemd support (close FS#36581)

Added:
  rrdtool/trunk/rrdtool-systemd.patch
Modified:
  rrdtool/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +++--
 rrdtool-systemd.patch |  140 
 2 files changed, 149 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 18:39:49 UTC (rev 197420)
+++ PKGBUILD2013-10-25 19:14:36 UTC (rev 197421)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Data logging and graphing application
 arch=('i686' 'x86_64')
 url=http://www.rrdtool.org;
@@ -14,22 +14,24 @@
 'python2: to use corresponding binding' \
 'ruby: to use corresponding binding' \
 'lua51: to use corresponding binding')
-options=('!libtool' '!emptydirs' '!makeflags')
+options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch)
+rrdtool-pangofont.patch rrdtool-systemd.patch)
 sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048')
+  '8c600285bdab7776c1d5301df7cf486d69eae048'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
-  patch -p1 -i ../rrdtool-pangofont.patch
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.am
+  patch -p1 -i ${srcdir}/rrdtool-pangofont.patch
+  patch -p1 -i ${srcdir}/rrdtool-systemd.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  autoconf
+  autoreconf
   PYTHON=python2 LUA=/usr/bin/lua5.1 \
 LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
 ./configure --prefix=/usr --localstatedir=/var --disable-rpath \

Added: rrdtool-systemd.patch
===
--- rrdtool-systemd.patch   (rev 0)
+++ rrdtool-systemd.patch   2013-10-25 19:14:36 UTC (rev 197421)
@@ -0,0 +1,140 @@
+From 78b519eb2ffa786d6427bb13277e9151ef7b111e Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker t...@oetiker.ch
+Date: Mon, 2 Jul 2012 15:05:32 +
+Subject: [PATCH] serviced config etc files for rrdtool
+
+git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2292 
a5681a0c-68f1-0310-ab6d-d61299d08faa
+---
+ etc/rrdcached.service.in | 19 +++
+ etc/rrdcached.socket.in  | 18 ++
+ 2 files changed, 37 insertions(+)
+ create mode 100644 etc/rrdcached.service.in
+ create mode 100644 etc/rrdcached.socket.in
+
+diff --git a/etc/rrdcached.service.in b/etc/rrdcached.service.in
+new file mode 100644
+index 000..3b6f309
+--- /dev/null
 b/etc/rrdcached.service.in
+@@ -0,0 +1,19 @@
++#
++# To customize, copy this file to /etc/systemd/system/
++# and edit there
++#
++
++[Unit]
++Description=Data caching daemon for rrdtool
++Documentation=man:rrdcached(1)
++
++[Service]
++# If you enable socket-activable rrdcached.socket,
++# command line socket declarations will be ignored
++ExecStart=@prefix@/bin/rrdcached -g
++#WorkingDirectory=
++#User=
++#Group=
++
++[Install]
++WantedBy=multi-user.target
+diff --git a/etc/rrdcached.socket.in b/etc/rrdcached.socket.in
+new file mode 100644
+index 000..7a2d63e
+--- /dev/null
 b/etc/rrdcached.socket.in
+@@ -0,0 +1,18 @@
++#
++# To customize, copy this file to /etc/systemd/system/
++# and edit there
++#
++
++[Unit]
++Description=sockets activating rrdcached
++Documentation=man:rrdcached(1)
++
++[Socket]
++ListenStream=/tmp/rrdcached.sock
++#ListenStream=[::1]:42217
++#DirectoryMode=0755
++#SocketMode=0666
++#BindToDevice=
++
++[Install]
++WantedBy=sockets.target
+-- 
+1.8.4
+
+From 134ed0d33953e7e71c55454591c1078f7ae1db8a Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker t...@oetiker.ch
+Date: Mon, 2 Jul 2012 14:01:06 +
+Subject: [PATCH] wire up systemd support in autoconf -- to...@pipebreaker.pl
+
+git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2291 
a5681a0c-68f1-0310-ab6d-d61299d08faa
+---
+ Makefile.am   |  6 ++
+ configure.ac  | 12 
+ doc/rrdcached.pod |  2 ++
+ 3 files changed, 20 insertions(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 20b2e0a..11d16d3 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -29,6 +29,12 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4
+ 
+ # $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz 
t...@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
+ 
++if HAVE_SYSTEMD
++systemdsystemunit_DATA = \
++  etc/rrdcached.socket \
++  etc/rrdcached.service
++endif
++
+ site-perl-inst: site-perl-install
+ 
+ site-perl-install: all bindings/perl-piped/Makefile 

[arch-commits] Commit in rrdtool/repos (10 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:15:13
  Author: eric
Revision: 197422

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  rrdtool/repos/extra-i686/PKGBUILD
(from rev 197421, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/extra-i686/rrdtool-pangofont.patch
(from rev 197421, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/extra-i686/rrdtool-systemd.patch
(from rev 197421, rrdtool/trunk/rrdtool-systemd.patch)
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 197421, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/extra-x86_64/rrdtool-pangofont.patch
(from rev 197421, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/extra-x86_64/rrdtool-systemd.patch
(from rev 197421, rrdtool/trunk/rrdtool-systemd.patch)
Deleted:
  rrdtool/repos/extra-i686/PKGBUILD
  rrdtool/repos/extra-i686/rrdtool-pangofont.patch
  rrdtool/repos/extra-x86_64/PKGBUILD
  rrdtool/repos/extra-x86_64/rrdtool-pangofont.patch

--+
 /PKGBUILD|   96 ++
 /rrdtool-pangofont.patch |   78 ++
 extra-i686/PKGBUILD  |   46 --
 extra-i686/rrdtool-pangofont.patch   |   39 -
 extra-i686/rrdtool-systemd.patch |  140 +
 extra-x86_64/PKGBUILD|   46 --
 extra-x86_64/rrdtool-pangofont.patch |   39 -
 extra-x86_64/rrdtool-systemd.patch   |  140 +
 8 files changed, 454 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 19:14:36 UTC (rev 197421)
+++ extra-i686/PKGBUILD 2013-10-25 19:15:13 UTC (rev 197422)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=rrdtool
-pkgver=1.4.8
-pkgrel=1
-pkgdesc=Data logging and graphing application
-arch=('i686' 'x86_64')
-url=http://www.rrdtool.org;
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
-'lua51: to use corresponding binding')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch)
-sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.in
-  patch -p1 -i ../rrdtool-pangofont.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoconf
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS=-I/usr/include/lua5.1 -llua5.1 
LUA_INSTALL_CMOD=/usr/lib/lua/5.1 \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+=-lglib-2.0
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} includedir=/usr/include install
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 197421, 
rrdtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 19:15:13 UTC (rev 197422)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=rrdtool
+pkgver=1.4.8
+pkgrel=2
+pkgdesc=Data logging and graphing application
+arch=('i686' 'x86_64')
+url=http://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
+rrdtool-pangofont.patch rrdtool-systemd.patch)
+sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
+  '8c600285bdab7776c1d5301df7cf486d69eae048'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/ --vendor/' -i bindings/Makefile.am
+  patch -p1 -i ${srcdir}/rrdtool-pangofont.patch
+  patch -p1 -i ${srcdir}/rrdtool-systemd.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf
+  PYTHON=python2 

[arch-commits] Commit in cups/trunk (3 files)

2013-10-25 Thread Andreas Radke
Date: Friday, October 25, 2013 @ 21:16:12
  Author: andyrtr
Revision: 197423

upgpkg: cups 1.7.0-1

upstream update 1.7.0

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups-1.6.2-statedir.patch
  cups/trunk/cups-systemd-socket.patch

---+
 PKGBUILD  |   16 +++---
 cups-1.6.2-statedir.patch |   16 +++---
 cups-systemd-socket.patch |  112 ++--
 3 files changed, 73 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 19:15:13 UTC (rev 197422)
+++ PKGBUILD2013-10-25 19:16:12 UTC (rev 197423)
@@ -3,7 +3,7 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=1.6.4
+pkgver=1.7.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls=2.8.3' 'cups-filters' 'bc'
  'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus-core' 'avahi'  
'hicolor-icon-theme' 'systemd')
 
source=(#http://mirror.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.gz
+http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2
 cups.logrotate cups.pam
 # improve build and linking
 cups-no-export-ssllibs.patch
@@ -30,19 +30,19 @@
 cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
 get-ppd-file-for-statically-configured-ipp-shared-queues.patch
 ppd-poll-with-client-conf.patch)
-md5sums=('17c948b442dfdb3c53f5c8b7eaa1442f'
+md5sums=('5ab496a2ce27017fcdb3d7ec4818a75a'
  'f861b18f4446c43918c8643dcbbd7f6d'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'
  'cc4101beccb5ed6deb1c92707a575925'
  '90c30380d4c8cd48a908cfdadae1ea24'
- 'b4868b83f7f2d6ec24a1be76509379f0'
+ '555a1c71151ce990e176315b46e3de2f'
  'a2a88b3a3257c3b5fd3edcc169e6aca4'
  '8fe27d4248cacbc02824e7937cab4088'
  'df0c367c0022e3c7d8e01827e8a6c5e7'
  'f30c2a161caaf27854581507cde8cac6'
  '5117f65342fcc69c6a506529e4daca9e'
- '9247e218eea94ebda0aebc8ee0e77db8'
+ '451609db34f95209d64c38474de27ce1'
  'cb58bf4e0b80eaee383712e5c84a1ab4'
  'b578bcd17949a7203237ba1e31f78ef9'
  '0becd6ab8782b97f19a02c1dc174c75e')
@@ -71,12 +71,12 @@
   patch -Np1 -i ${srcdir}/cups-dbus-utf8.patch
 
   # Fixed crash which sometimes happens on shutdown of the CUPS daemon, caused 
by a wrong shutdown sequence for shutting down the Avahi threaded poll.
-  patch -Np1 -i ${srcdir}/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
+#  patch -Np1 -i ${srcdir}/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
   # Applications could not get the PPD file for statically-configured 
IPP-shared print queues
   patch -Np1 -i 
${srcdir}/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
   # If an external server is used via client.conf and the DNS is inconsistent 
(ex: DNS gives noname for many IPs, reverse DNS gives one of these IPs
   # for noname) local PPDs can get polled for print queues instead of the 
PPDs of the external server Bug: http://www.cups.org/str.php?L2763
-  patch -Np1 -i ${srcdir}/ppd-poll-with-client-conf.patch
+#  patch -Np1 -i ${srcdir}/ppd-poll-with-client-conf.patch
   # fix permissions on some files - alternative: cups-0755.patch by FC
   patch -Np0 -i ${srcdir}/cups-1.6.0-fix-install-perms.patch
   # move /var/run - /run for pid file
@@ -200,7 +200,7 @@
   rm -v ${pkgdir}/usr/share/cups/banners/*
   rm -v ${pkgdir}/usr/share/cups/data/testprint
   # comment out all conversion rules which use any of the removed filters
-  perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' /usr/share/cups/mime/mime.convs
+  perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' 
$pkgdir/usr/share/cups/mime/mime.convs
 
   # Provide native service for arch-daemons generator
   ln -s cups.service $pkgdir/usr/lib/systemd/system/cupsd.service

Modified: cups-1.6.2-statedir.patch
===
--- cups-1.6.2-statedir.patch   2013-10-25 19:15:13 UTC (rev 197422)
+++ cups-1.6.2-statedir.patch   2013-10-25 19:16:12 UTC (rev 197423)
@@ -1,12 +1,12 @@
 diff -ruN cups-1.6.2.orig/config-scripts/cups-directories.m4 
cups-1.6.2/config-scripts/cups-directories.m4
 --- cups-1.6.2.orig/config-scripts/cups-directories.m4 2012-10-01 
03:55:23.0 +0200
 +++ cups-1.6.2/config-scripts/cups-directories.m4  2013-04-02 
00:11:41.0 +0200
-@@ -429,7 +429,7 @@
-   ;;
-   *)
-   # All others
--  CUPS_STATEDIR=$localstatedir/run/cups
-+  CUPS_STATEDIR=/run/cups
-   ;;
- esac
+@@ -420,7 +420,7 @@
+   ;;
+   *)
+   # All others
+-  

[arch-commits] Commit in cups/repos (36 files)

2013-10-25 Thread Andreas Radke
Date: Friday, October 25, 2013 @ 21:17:26
  Author: andyrtr
Revision: 197424

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 197423, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
(from rev 197423, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 197423, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-avahi-address.patch
(from rev 197423, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-i686/cups-dbus-utf8.patch
(from rev 197423, cups/trunk/cups-dbus-utf8.patch)
  cups/repos/testing-i686/cups-enum-all.patch
(from rev 197423, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 197423, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 197423, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 197423, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-res_init.patch
(from rev 197423, cups/trunk/cups-res_init.patch)
  cups/repos/testing-i686/cups-systemd-socket.patch
(from rev 197423, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-i686/cups.install
(from rev 197423, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 197423, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 197423, cups/trunk/cups.pam)
  cups/repos/testing-i686/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 197423, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/testing-i686/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 197423, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/testing-i686/ppd-poll-with-client-conf.patch
(from rev 197423, cups/trunk/ppd-poll-with-client-conf.patch)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 197423, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 197423, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 197423, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-avahi-address.patch
(from rev 197423, cups/trunk/cups-avahi-address.patch)
  cups/repos/testing-x86_64/cups-dbus-utf8.patch
(from rev 197423, cups/trunk/cups-dbus-utf8.patch)
  cups/repos/testing-x86_64/cups-enum-all.patch
(from rev 197423, cups/trunk/cups-enum-all.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 197423, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 197423, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 197423, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-res_init.patch
(from rev 197423, cups/trunk/cups-res_init.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 197423, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 197423, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 197423, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 197423, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 197423, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/testing-x86_64/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 197423, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/testing-x86_64/ppd-poll-with-client-conf.patch
(from rev 197423, cups/trunk/ppd-poll-with-client-conf.patch)

---+
 testing-i686/PKGBUILD 
|  207 +
 testing-i686/cups-1.6.0-fix-install-perms.patch   
|   25 
 testing-i686/cups-1.6.2-statedir.patch
|   12 
 testing-i686/cups-avahi-address.patch 
|   75 +
 testing-i686/cups-dbus-utf8.patch 
|  106 ++
 testing-i686/cups-enum-all.patch  
|   17 
 testing-i686/cups-no-export-ssllibs.patch 
|   12 
 testing-i686/cups-no-gcrypt.patch 
|   40 +
 testing-i686/cups-no-gzip-man.patch   
|   18 
 testing-i686/cups-res_init.patch 

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:24:31
  Author: eric
Revision: 197425

upgpkg: sox 14.4.1-4

Rebuild without static libraries

Modified:
  sox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 19:17:26 UTC (rev 197424)
+++ PKGBUILD2013-10-25 19:24:31 UTC (rev 197425)
@@ -3,7 +3,7 @@
 
 pkgname=sox
 pkgver=14.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc=The Swiss Army knife of sound processing tools
 arch=('i686' 'x86_64')
 url=http://sox.sourceforge.net/;
@@ -16,7 +16,6 @@
 'libid3tag: for mp3 plugin'
 'wavpack: for wavpack plugin'
 'libpulse: for pulse plugin')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9')
 



[arch-commits] Commit in sox/repos (4 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:25:05
  Author: eric
Revision: 197426

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sox/repos/extra-i686/PKGBUILD
(from rev 197425, sox/trunk/PKGBUILD)
  sox/repos/extra-x86_64/PKGBUILD
(from rev 197425, sox/trunk/PKGBUILD)
Deleted:
  sox/repos/extra-i686/PKGBUILD
  sox/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 19:24:31 UTC (rev 197425)
+++ extra-i686/PKGBUILD 2013-10-25 19:25:05 UTC (rev 197426)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=sox
-pkgver=14.4.1
-pkgrel=3
-pkgdesc=The Swiss Army knife of sound processing tools
-arch=('i686' 'x86_64')
-url=http://sox.sourceforge.net/;
-license=('GPL' 'LGPL')
-depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
-makedepends=('libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
-checkdepends=('time')
-optdepends=('libao: for ao plugin'
-'libmad: for mp3 plugin'
-'libid3tag: for mp3 plugin'
-'wavpack: for wavpack plugin'
-'libpulse: for pulse plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-dyn-default --with-distro=Arch Linux
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make bindir=. installcheck
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sox/repos/extra-i686/PKGBUILD (from rev 197425, sox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 19:25:05 UTC (rev 197426)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=sox
+pkgver=14.4.1
+pkgrel=4
+pkgdesc=The Swiss Army knife of sound processing tools
+arch=('i686' 'x86_64')
+url=http://sox.sourceforge.net/;
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
+makedepends=('libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+checkdepends=('time')
+optdepends=('libao: for ao plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro=Arch Linux
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make bindir=. installcheck
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 19:24:31 UTC (rev 197425)
+++ extra-x86_64/PKGBUILD   2013-10-25 19:25:05 UTC (rev 197426)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=sox
-pkgver=14.4.1
-pkgrel=3
-pkgdesc=The Swiss Army knife of sound processing tools
-arch=('i686' 'x86_64')
-url=http://sox.sourceforge.net/;
-license=('GPL' 'LGPL')
-depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
-makedepends=('libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
-checkdepends=('time')
-optdepends=('libao: for ao plugin'
-'libmad: for mp3 plugin'
-'libid3tag: for mp3 plugin'
-'wavpack: for wavpack plugin'
-'libpulse: for pulse plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-dyn-default --with-distro=Arch Linux
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make bindir=. installcheck
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sox/repos/extra-x86_64/PKGBUILD (from rev 197425, 

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

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 21:43:51
  Author: svenstaro
Revision: 99209

upgpkg: wine 1.7.5-1

Updating to 1.7.5

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 17:06:39 UTC (rev 99208)
+++ PKGBUILD2013-10-25 19:43:51 UTC (rev 99209)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('a1e78cdce188a4f52244780b6628507b'
+md5sums=('b67d3ee7bfbfdabe5fd8ace66692eb52'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 



[arch-commits] Commit in wine/repos/community-i686 (6 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 21:44:01
  Author: svenstaro
Revision: 99210

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 99209, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 99209, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 99209, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  352 
 wine.install  |   24 +--
 3 files changed, 208 insertions(+), 208 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-10-25 19:43:51 UTC (rev 99209)
+++ 30-win32-aliases.conf   2013-10-25 19:44:01 UTC (rev 99210)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 99209, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-10-25 19:44:01 UTC (rev 99210)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 19:43:51 UTC (rev 99209)
+++ PKGBUILD2013-10-25 19:44:01 UTC (rev 99210)
@@ -1,176 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('a1e78cdce188a4f52244780b6628507b'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses 

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:48:12
  Author: eric
Revision: 197427

upgpkg: xmms 1.2.11-7

Rebuild without static libraries

Modified:
  xmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 19:25:05 UTC (rev 197426)
+++ PKGBUILD2013-10-25 19:48:12 UTC (rev 197427)
@@ -3,7 +3,7 @@
 
 pkgname=xmms
 pkgver=1.2.11
-pkgrel=6
+pkgrel=7
 pkgdesc=The X MultiMedia System - a multimedia player
 arch=('i686' 'x86_64')
 url=http://legacy.xmms2.org/;
@@ -14,7 +14,6 @@
 'libvorbis: for the Ogg Vorbis input plugin' \
 'alsa-lib: for the alsa output plugin' \
 'libgl: for the OpenGL Spectrum analyser visualization plugin')
-options=('!libtool')
 install=xmms.install
 source=(http://legacy.xmms2.org/${pkgname}-${pkgver}.tar.bz2 \
xmms-menu.patch xmms-1.2.10-crossfade-0.3.9.patch xmms-fix.diff \
@@ -35,9 +34,8 @@
   'f24071ae484d9b55e61dba076801fa8e7976ff2f'
   '485c67cb8c8d4678bb3b0b280d2e233b14153b22')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+prepare() {
+  cd ${pkgname}-${pkgver}
 # Fix xmms.desktop
   patch -p0  ../xmms-menu.patch
 # Patch for hang with xmms-crossfade 
@@ -51,7 +49,10 @@
   patch -p1  ../xmms-1.2.10-fonts.patch
   patch -p1  ../xmms-1.2.11-CVE-2007-0653.0654.patch
   patch -p1  ../xmms-1.2.11-fix-mikmod-driver.patch
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
   if [ $CARCH == i686 ]; then
 SIMDOPT=--enable-simd
   else
@@ -62,7 +63,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -D -m644 xmms/xmms.desktop 
${pkgdir}/usr/share/applications/xmms.desktop



[arch-commits] Commit in xmms/repos (56 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 21:50:15
  Author: eric
Revision: 197428

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xmms/repos/extra-i686/PKGBUILD
(from rev 197427, xmms/trunk/PKGBUILD)
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-mikmod-driver.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-fix-mikmod-driver.patch)
  xmms/repos/extra-i686/xmms-fix.diff
(from rev 197427, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-i686/xmms-menu.patch
(from rev 197427, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-i686/xmms.16.png
(from rev 197427, xmms/trunk/xmms.16.png)
  xmms/repos/extra-i686/xmms.32.png
(from rev 197427, xmms/trunk/xmms.32.png)
  xmms/repos/extra-i686/xmms.48.png
(from rev 197427, xmms/trunk/xmms.48.png)
  xmms/repos/extra-i686/xmms.install
(from rev 197427, xmms/trunk/xmms.install)
  xmms/repos/extra-x86_64/PKGBUILD
(from rev 197427, xmms/trunk/PKGBUILD)
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
(from rev 197427, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-mikmod-driver.patch
(from rev 197427, xmms/trunk/xmms-1.2.11-fix-mikmod-driver.patch)
  xmms/repos/extra-x86_64/xmms-fix.diff
(from rev 197427, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-x86_64/xmms-menu.patch
(from rev 197427, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-x86_64/xmms.16.png
(from rev 197427, xmms/trunk/xmms.16.png)
  xmms/repos/extra-x86_64/xmms.32.png
(from rev 197427, xmms/trunk/xmms.32.png)
  xmms/repos/extra-x86_64/xmms.48.png
(from rev 197427, xmms/trunk/xmms.48.png)
  xmms/repos/extra-x86_64/xmms.install
(from rev 197427, xmms/trunk/xmms.install)
Deleted:
  xmms/repos/extra-i686/PKGBUILD
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-i686/xmms-1.2.11-fix-mikmod-driver.patch
  xmms/repos/extra-i686/xmms-fix.diff
  xmms/repos/extra-i686/xmms-menu.patch
  xmms/repos/extra-i686/xmms.16.png
  xmms/repos/extra-i686/xmms.32.png
  xmms/repos/extra-i686/xmms.48.png
  xmms/repos/extra-i686/xmms.install
  xmms/repos/extra-x86_64/PKGBUILD
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-mikmod-driver.patch
  xmms/repos/extra-x86_64/xmms-fix.diff
  xmms/repos/extra-x86_64/xmms-menu.patch
  xmms/repos/extra-x86_64/xmms.16.png
  xmms/repos/extra-x86_64/xmms.32.png
  xmms/repos/extra-x86_64/xmms.48.png
  xmms/repos/extra-x86_64/xmms.install

--+
 /PKGBUILD|  158 ++
 /xmms-1.2.10-crossfade-0.3.9.patch   |  202 +++
 /xmms-1.2.10-fonts.patch |   48 
 /xmms-1.2.10-recode-id3.patch|   22 
 /xmms-1.2.11-3dse.patch  | 1006 +
 /xmms-1.2.11-CVE-2007-0653.0654.patch|   86 +
 /xmms-1.2.11-fix-http-title-mpg123.patch |   20 
 /xmms-1.2.11-fix-mikmod-driver.patch |   40 
 /xmms-fix.diff   |  

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 21:56:14
  Author: svenstaro
Revision: 99211

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 99210, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 99210, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 99210, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  352 
 wine.install  |   24 +--
 3 files changed, 208 insertions(+), 208 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-10-25 19:44:01 UTC (rev 99210)
+++ 30-win32-aliases.conf   2013-10-25 19:56:14 UTC (rev 99211)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 99210, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-10-25 19:56:14 UTC (rev 99211)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 19:44:01 UTC (rev 99210)
+++ PKGBUILD2013-10-25 19:56:14 UTC (rev 99211)
@@ -1,176 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('a1e78cdce188a4f52244780b6628507b'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  

[arch-commits] Commit in flam3/repos (8 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:22:05
  Author: eric
Revision: 99213

archrelease: copy trunk to community-i686, community-x86_64

Added:
  flam3/repos/community-i686/PKGBUILD
(from rev 99212, flam3/trunk/PKGBUILD)
  flam3/repos/community-i686/flam3-3.0.1-libpng15.patch
(from rev 99212, flam3/trunk/flam3-3.0.1-libpng15.patch)
  flam3/repos/community-x86_64/PKGBUILD
(from rev 99212, flam3/trunk/PKGBUILD)
  flam3/repos/community-x86_64/flam3-3.0.1-libpng15.patch
(from rev 99212, flam3/trunk/flam3-3.0.1-libpng15.patch)
Deleted:
  flam3/repos/community-i686/PKGBUILD
  flam3/repos/community-i686/flam3-3.0.1-libpng15.patch
  flam3/repos/community-x86_64/PKGBUILD
  flam3/repos/community-x86_64/flam3-3.0.1-libpng15.patch

-+
 /PKGBUILD   |   60 ++
 /flam3-3.0.1-libpng15.patch |  152 ++
 community-i686/PKGBUILD |   31 -
 community-i686/flam3-3.0.1-libpng15.patch   |   76 -
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/flam3-3.0.1-libpng15.patch |   76 -
 6 files changed, 212 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 20:21:34 UTC (rev 99212)
+++ community-i686/PKGBUILD 2013-10-25 20:22:05 UTC (rev 99213)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=flam3
-pkgver=3.0.1
-pkgrel=3
-pkgdesc=Tools to create/display fractal flames: algorithmically generated 
images and animations
-arch=('i686' 'x86_64')
-url=http://flam3.com/;
-license=('GPL3')
-depends=('libjpeg' 'libpng' 'libxml2')
-options=('!libtool')
-source=(http://flam3.googlecode.com/files/${pkgname}-${pkgver}.tar.gz 
flam3-3.0.1-libpng15.patch)
-sha1sums=('8814515f2e49e034e47cf97e9d2c0e932844abb9'
-  '17ece6cc00899e5135dad2bc79f97dfbd73107a6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/src
-  patch -p1 -i ../../flam3-3.0.1-libpng15.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-}

Copied: flam3/repos/community-i686/PKGBUILD (from rev 99212, 
flam3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 20:22:05 UTC (rev 99213)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=flam3
+pkgver=3.0.1
+pkgrel=4
+pkgdesc=Tools to create/display fractal flames: algorithmically generated 
images and animations
+arch=('i686' 'x86_64')
+url=http://flam3.com/;
+license=('GPL3')
+depends=('libjpeg' 'libpng' 'libxml2')
+source=(http://flam3.googlecode.com/files/${pkgname}-${pkgver}.tar.gz 
flam3-3.0.1-libpng15.patch)
+sha1sums=('8814515f2e49e034e47cf97e9d2c0e932844abb9'
+  '17ece6cc00899e5135dad2bc79f97dfbd73107a6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/src
+  patch -p1 -i ${srcdir}/flam3-3.0.1-libpng15.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/flam3-3.0.1-libpng15.patch
===
--- community-i686/flam3-3.0.1-libpng15.patch   2013-10-25 20:21:34 UTC (rev 
99212)
+++ community-i686/flam3-3.0.1-libpng15.patch   2013-10-25 20:22:05 UTC (rev 
99213)
@@ -1,76 +0,0 @@
-http://code.google.com/p/flam3/issues/detail?id=8
-
 src/png.c
-+++ src/png.c
-@@ -142,7 +142,7 @@
-   }
-   if (setjmp(png_jmpbuf(png_ptr))) {
-  if (png_image) {
--   for (y = 0 ; y  info_ptr-height ; y++)
-+   for (y = 0 ; y  png_get_image_height(png_ptr, info_ptr) ; y++)
-free (png_image[y]);
-free (png_image);
-  }
-@@ -161,19 +161,19 @@
-   png_set_sig_bytes (png_ptr, SIG_CHECK_SIZE);
-   png_read_info (png_ptr, info_ptr);
- 
--  if (8 != info_ptr-bit_depth) {
-+  if (8 != png_get_bit_depth(png_ptr, info_ptr)) {
- fprintf(stderr, bit depth type must be 8, not %d.\n,
--  info_ptr-bit_depth);
-+  png_get_bit_depth(png_ptr, info_ptr));
- return 0;
-   }
- 
--  *width = info_ptr-width;
--  *height = info_ptr-height;
-+  *width = png_get_image_width(png_ptr, info_ptr);
-+  *height = png_get_image_height(png_ptr, info_ptr);
-   p = q = malloc(4 * *width * *height);
--  png_image = (png_byte **)malloc (info_ptr-height * sizeof (png_byte*));
-+  png_image = (png_byte **)malloc (png_get_image_height(png_ptr, info_ptr) * 
sizeof (png_byte*));
- 
--  linesize = info_ptr-width;
--  switch (info_ptr-color_type) {
-+  linesize = png_get_image_width(png_ptr, info_ptr);
-+  switch (png_get_color_type(png_ptr, 

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:21:34
  Author: eric
Revision: 99212

upgpkg: flam3 3.0.1-4

Rebuild without static libraries

Modified:
  flam3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 19:56:14 UTC (rev 99211)
+++ PKGBUILD2013-10-25 20:21:34 UTC (rev 99212)
@@ -3,13 +3,12 @@
 
 pkgname=flam3
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Tools to create/display fractal flames: algorithmically generated 
images and animations
 arch=('i686' 'x86_64')
 url=http://flam3.com/;
 license=('GPL3')
 depends=('libjpeg' 'libpng' 'libxml2')
-options=('!libtool')
 source=(http://flam3.googlecode.com/files/${pkgname}-${pkgver}.tar.gz 
flam3-3.0.1-libpng15.patch)
 sha1sums=('8814515f2e49e034e47cf97e9d2c0e932844abb9'
   '17ece6cc00899e5135dad2bc79f97dfbd73107a6')
@@ -16,7 +15,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}/src
-  patch -p1 -i ../../flam3-3.0.1-libpng15.patch
+  patch -p1 -i ${srcdir}/flam3-3.0.1-libpng15.patch
 }
 
 build() {



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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:13:03
  Author: eric
Revision: 197429

upgpkg: gupnp-igd 0.2.2-2

Rebuild without static libraries, Add gobject-introspection makedepends

Modified:
  gupnp-igd/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 19:50:15 UTC (rev 197428)
+++ PKGBUILD2013-10-25 20:13:03 UTC (rev 197429)
@@ -1,33 +1,32 @@
 # $Id$
 # Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: William Díaz wdiaz [at] archlinux [dot] us
 
 pkgname=gupnp-igd
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to handle UPnP IGD port mapping
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.gupnp.org;
-license=(LGPL)
-depends=(gupnp python2-gobject2)
-makedepends=(gettext)
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+license=('LGPL')
+depends=('gupnp' 'python2-gobject2')
+makedepends=('gobject-introspection')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   PYTHON=python2 ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
 



[arch-commits] Commit in gupnp-igd/repos (4 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:13:38
  Author: eric
Revision: 197430

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gupnp-igd/repos/extra-i686/PKGBUILD
(from rev 197429, gupnp-igd/trunk/PKGBUILD)
  gupnp-igd/repos/extra-x86_64/PKGBUILD
(from rev 197429, gupnp-igd/trunk/PKGBUILD)
Deleted:
  gupnp-igd/repos/extra-i686/PKGBUILD
  gupnp-igd/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 20:13:03 UTC (rev 197429)
+++ extra-i686/PKGBUILD 2013-10-25 20:13:38 UTC (rev 197430)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: William Díaz wdiaz [at] archlinux [dot] us
-
-pkgname=gupnp-igd
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=A library to handle UPnP IGD port mapping
-arch=(i686 x86_64)
-url=http://www.gupnp.org;
-license=(LGPL)
-depends=(gupnp python2-gobject2)
-makedepends=(gettext)
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: gupnp-igd/repos/extra-i686/PKGBUILD (from rev 197429, 
gupnp-igd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 20:13:38 UTC (rev 197430)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp' 'python2-gobject2')
+makedepends=('gobject-introspection')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 20:13:03 UTC (rev 197429)
+++ extra-x86_64/PKGBUILD   2013-10-25 20:13:38 UTC (rev 197430)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: William Díaz wdiaz [at] archlinux [dot] us
-
-pkgname=gupnp-igd
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=A library to handle UPnP IGD port mapping
-arch=(i686 x86_64)
-url=http://www.gupnp.org;
-license=(LGPL)
-depends=(gupnp python2-gobject2)
-makedepends=(gettext)
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: gupnp-igd/repos/extra-x86_64/PKGBUILD (from rev 197429, 
gupnp-igd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-25 20:13:38 UTC (rev 197430)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp' 'python2-gobject2')
+makedepends=('gobject-introspection')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('bd24e98b224b3a233b0ab6714638ed4c6bf64b47')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:49:19
  Author: eric
Revision: 99214

upgpkg: gitg 0.2.7-2

Rebuild without static libraries

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 20:22:05 UTC (rev 99213)
+++ PKGBUILD2013-10-25 20:49:19 UTC (rev 99214)
@@ -3,15 +3,13 @@
 
 pkgname=gitg
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'
 license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas' \
- 'hicolor-icon-theme')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas')
 makedepends=('intltool')
-options=('!libtool')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
@@ -19,7 +17,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make
+  make WARN_CFLAGS=-Wall
 }
 
 package() {



[arch-commits] Commit in gitg/repos (8 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:50:04
  Author: eric
Revision: 99215

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gitg/repos/community-i686/PKGBUILD
(from rev 99214, gitg/trunk/PKGBUILD)
  gitg/repos/community-i686/gitg.install
(from rev 99214, gitg/trunk/gitg.install)
  gitg/repos/community-x86_64/PKGBUILD
(from rev 99214, gitg/trunk/PKGBUILD)
  gitg/repos/community-x86_64/gitg.install
(from rev 99214, gitg/trunk/gitg.install)
Deleted:
  gitg/repos/community-i686/PKGBUILD
  gitg/repos/community-i686/gitg.install
  gitg/repos/community-x86_64/PKGBUILD
  gitg/repos/community-x86_64/gitg.install

---+
 /PKGBUILD |   52 
 /gitg.install |   26 
 community-i686/PKGBUILD   |   28 -
 community-i686/gitg.install   |   13 --
 community-x86_64/PKGBUILD |   28 -
 community-x86_64/gitg.install |   13 --
 6 files changed, 78 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 20:49:19 UTC (rev 99214)
+++ community-i686/PKGBUILD 2013-10-25 20:50:04 UTC (rev 99215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gitg
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas' \
- 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 99214, gitg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 20:50:04 UTC (rev 99215)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.2.7
+pkgrel=2
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas')
+makedepends=('intltool')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gitg.install
===
--- community-i686/gitg.install 2013-10-25 20:49:19 UTC (rev 99214)
+++ community-i686/gitg.install 2013-10-25 20:50:04 UTC (rev 99215)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gitg/repos/community-i686/gitg.install (from rev 99214, 
gitg/trunk/gitg.install)
===
--- community-i686/gitg.install (rev 0)
+++ community-i686/gitg.install 2013-10-25 20:50:04 UTC (rev 99215)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-25 20:49:19 UTC (rev 99214)
+++ community-x86_64/PKGBUILD   2013-10-25 20:50:04 UTC (rev 99215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gitg
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas' \
- 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:54:03
  Author: eric
Revision: 99216

static libraries have no dynamic counterpart

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 20:50:04 UTC (rev 99215)
+++ PKGBUILD2013-10-25 20:54:03 UTC (rev 99216)
@@ -12,7 +12,7 @@
 makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
 optdepends=('jack: for jack support' 'a52dec: for A52 support'
 'faad2: for AAC support' 'libmad: for mp3 support')
-options=('!makeflags')
+options=('staticlibs' '!makeflags')
 
source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
 sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
   'SKIP'



[arch-commits] Commit in gpac/repos/community-x86_64 (4 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:55:07
  Author: eric
Revision: 99218

archrelease: copy trunk to community-x86_64

Added:
  gpac/repos/community-x86_64/PKGBUILD
(from rev 99217, gpac/trunk/PKGBUILD)
  gpac/repos/community-x86_64/gpac-ffmpeg.patch
(from rev 99217, gpac/trunk/gpac-ffmpeg.patch)
Deleted:
  gpac/repos/community-x86_64/PKGBUILD
  gpac/repos/community-x86_64/gpac-ffmpeg.patch

---+
 PKGBUILD  |  106 ++--
 gpac-ffmpeg.patch |   74 ++--
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 20:54:48 UTC (rev 99217)
+++ PKGBUILD2013-10-25 20:55:07 UTC (rev 99218)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gpac
-pkgver=4288
-pkgrel=3
-pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
-arch=('i686' 'x86_64')
-url=http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
-makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
-sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
-  'SKIP'
-  '63f59ab745c57bf7d242e942e30a4e6c7a1236b0')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=${pkgver}
-  _svntrunk=svn://svn.code.sf.net/p/gpac/code/trunk/gpac
-  _svnmod=$pkgname-${pkgver}
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  revision=$(svnversion ${pkgname}-${pkgver})
-  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/gpac-ffmpeg.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 99217, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 20:55:07 UTC (rev 99218)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpac
+pkgver=4288
+pkgrel=3
+pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
+arch=('i686' 'x86_64')
+url=http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('staticlibs' '!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  'SKIP'
+  '63f59ab745c57bf7d242e942e30a4e6c7a1236b0')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=${pkgver}
+  _svntrunk=svn://svn.code.sf.net/p/gpac/code/trunk/gpac
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/gpac-ffmpeg.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-lib
+}

Deleted: gpac-ffmpeg.patch
===
--- gpac-ffmpeg.patch   2013-10-25 20:54:48 UTC (rev 99217)
+++ gpac-ffmpeg.patch   2013-10-25 20:55:07 UTC (rev 99218)
@@ -1,37 +0,0 @@
 modules/ffmpeg_in/ffmpeg_decode.c  2013-03-11 

[arch-commits] Commit in gpac/repos/community-i686 (4 files)

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:54:48
  Author: eric
Revision: 99217

archrelease: copy trunk to community-i686

Added:
  gpac/repos/community-i686/PKGBUILD
(from rev 99216, gpac/trunk/PKGBUILD)
  gpac/repos/community-i686/gpac-ffmpeg.patch
(from rev 99216, gpac/trunk/gpac-ffmpeg.patch)
Deleted:
  gpac/repos/community-i686/PKGBUILD
  gpac/repos/community-i686/gpac-ffmpeg.patch

---+
 PKGBUILD  |  106 ++--
 gpac-ffmpeg.patch |   74 ++--
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 20:54:03 UTC (rev 99216)
+++ PKGBUILD2013-10-25 20:54:48 UTC (rev 99217)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gpac
-pkgver=4288
-pkgrel=3
-pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
-arch=('i686' 'x86_64')
-url=http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
-makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
-sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
-  'SKIP'
-  '63f59ab745c57bf7d242e942e30a4e6c7a1236b0')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=${pkgver}
-  _svntrunk=svn://svn.code.sf.net/p/gpac/code/trunk/gpac
-  _svnmod=$pkgname-${pkgver}
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  revision=$(svnversion ${pkgname}-${pkgver})
-  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/gpac-ffmpeg.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: gpac/repos/community-i686/PKGBUILD (from rev 99216, gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 20:54:48 UTC (rev 99217)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpac
+pkgver=4288
+pkgrel=3
+pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
+arch=('i686' 'x86_64')
+url=http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('staticlibs' '!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  'SKIP'
+  '63f59ab745c57bf7d242e942e30a4e6c7a1236b0')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=${pkgver}
+  _svntrunk=svn://svn.code.sf.net/p/gpac/code/trunk/gpac
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/gpac-ffmpeg.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-lib
+}

Deleted: gpac-ffmpeg.patch
===
--- gpac-ffmpeg.patch   2013-10-25 20:54:03 UTC (rev 99216)
+++ gpac-ffmpeg.patch   2013-10-25 20:54:48 UTC (rev 99217)
@@ -1,37 +0,0 @@
 modules/ffmpeg_in/ffmpeg_decode.c  2013-03-11 

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

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 23:05:58
  Author: alucryd
Revision: 99219

upgpkg: plank 0.4.0-1

Modified:
  plank/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 20:55:07 UTC (rev 99218)
+++ PKGBUILD2013-10-25 21:05:58 UTC (rev 99219)
@@ -4,8 +4,8 @@
 # Contributor: dcelasun dcelasun at gmaild dot com
 
 pkgname=plank
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=Elegant, simple, clean dock
 arch=('i686' 'x86_64')
 url=https://launchpad.net/plank;
@@ -14,7 +14,7 @@
 makedepends=('gnome-common' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
 
 prepare() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in plank/repos (8 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 23:06:18
  Author: alucryd
Revision: 99220

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 99219, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 99219, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 99219, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 99219, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   78 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 21:05:58 UTC (rev 99219)
+++ community-i686/PKGBUILD 2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.3.0
-pkgrel=4
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 99219, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 21:06:18 UTC (rev 99220)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2013-10-25 21:05:58 UTC (rev 99219)
+++ community-i686/plank.install2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 99219, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2013-10-25 21:06:18 UTC (rev 99220)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-25 21:05:58 UTC (rev 99219)
+++ community-x86_64/PKGBUILD   2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd 

[arch-commits] Commit in glibc/trunk (3 files)

2013-10-25 Thread Allan McRae
Date: Friday, October 25, 2013 @ 23:17:14
  Author: allan
Revision: 197431

upgpkg: glibc 2.18-9

fix getaddrinfo assertion (FS#34832), CVE-2013-4458

Added:
  glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
  glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch
Modified:
  glibc/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch |   41 +++
 glibc-2.18-getaddrinfo-assertion.patch |   39 +
 3 files changed, 92 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 20:13:38 UTC (rev 197430)
+++ PKGBUILD2013-10-25 21:17:14 UTC (rev 197431)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.18
-pkgrel=8
+pkgrel=9
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -27,6 +27,8 @@
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch
+glibc-2.18-getaddrinfo-CVE-2013-4458.patch
+glibc-2.18-getaddrinfo-assertion.patch
 glibc-2.18-strstr-hackfix.patch
 nscd.service
 nscd.tmpfiles
@@ -39,6 +41,8 @@
  'b79561ab9dce900e9bbeaf0d49927c2b'
  'c7264b99d0f7e51922a4d3126182c40a'
  '9749ba386b08a8fe53e7ecede9bf2dfb'
+ '71329fccb8eb583fb0d67b55f1e8df68'
+ 'd4d86add33f22125777e0ecff06bc9bb'
  '4441f6dfe7d75ced1fa75e54dd21d36e'
  'd5fab2cd3abea65aa5ae696ea4a47d6b'
  'da662ca76e7c8d7efbc7986ab7acea2d'
@@ -58,13 +62,17 @@
   patch -p1 -i $srcdir/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
 
   # upstream commits 1326ba1a, 141f3a77 and 303e567a
-  # https://sourceware.org/ml/libc-alpha/2013-08/msg00394.html
-  # https://sourceware.org/ml/libc-alpha/2013-08/msg00462.html
   patch -p1 -i $srcdir/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
 
   # upstream commits c61b4d41 and 0b1f8e35
   patch -p1 -i $srcdir/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
 
+  # upstream commit 7cbcdb36
+  patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
+
+  # upstream commit 894f3f10
+  patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-assertion.patch
+
   # hack fix for strstr issues on x86
   patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch
 
@@ -148,9 +156,8 @@
 ${srcdir}/glibc-${pkgver}/localedata/SUPPORTED  ${pkgdir}/etc/locale.gen
 
   # remove the static libraries that have a shared counterpart
-  cd $pkgdir/usr/lib
   # note: keep libc, libdl, libm, libpthread for binutils testsuite
-  rm lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
+  rm $pkgdir/usr/lib/lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
 
   # Do not strip the following files for improved debugging support
   # (improved as in not breaking gdb and valgrind...):

Added: glibc-2.18-getaddrinfo-CVE-2013-4458.patch
===
--- glibc-2.18-getaddrinfo-CVE-2013-4458.patch  (rev 0)
+++ glibc-2.18-getaddrinfo-CVE-2013-4458.patch  2013-10-25 21:17:14 UTC (rev 
197431)
@@ -0,0 +1,41 @@
+diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
+index e6ce4cf..8ff74b4 100644
+--- a/sysdeps/posix/getaddrinfo.c
 b/sysdeps/posix/getaddrinfo.c
+@@ -197,7 +197,22 @@ gaih_inet_serv (const char *servicename, const struct 
gaih_typeproto *tp,
+   rc, herrno, NULL, localcanon));\
+ if (rc != ERANGE || herrno != NETDB_INTERNAL)   \
+   break;\
+-tmpbuf = extend_alloca (tmpbuf, tmpbuflen, 2 * tmpbuflen);
  \
++if (!malloc_tmpbuf  __libc_use_alloca (alloca_used + 2 * tmpbuflen))
\
++  tmpbuf = extend_alloca_account (tmpbuf, tmpbuflen, 2 * tmpbuflen,   
  \
++alloca_used);   \
++else\
++  {   
  \
++  char *newp = realloc (malloc_tmpbuf ? tmpbuf : NULL,  \
++2 * tmpbuflen); \
++  if (newp == NULL) \
++{   \
++  result = -EAI_MEMORY; \
++  goto free_and_return; \
++}   \
++  tmpbuf = newp;\
++  malloc_tmpbuf = true; 

[arch-commits] Commit in glibc/repos (30 files)

2013-10-25 Thread Allan McRae
Date: Friday, October 25, 2013 @ 23:21:49
  Author: allan
Revision: 197432

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 197431, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 197431, glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  glibc/repos/testing-i686/glibc-2.18-getaddrinfo-assertion.patch
(from rev 197431, glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  glibc/repos/testing-i686/glibc-2.18-make-4.patch
(from rev 197431, glibc/trunk/glibc-2.18-make-4.patch)
  glibc/repos/testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 197431, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  glibc/repos/testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 197431, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  glibc/repos/testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 197431, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  glibc/repos/testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 197431, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  glibc/repos/testing-i686/glibc-2.18-strstr-hackfix.patch
(from rev 197431, glibc/trunk/glibc-2.18-strstr-hackfix.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 197431, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 197431, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 197431, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd.service
(from rev 197431, glibc/trunk/nscd.service)
  glibc/repos/testing-i686/nscd.tmpfiles
(from rev 197431, glibc/trunk/nscd.tmpfiles)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 197431, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 197431, glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  glibc/repos/testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch
(from rev 197431, glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  glibc/repos/testing-x86_64/glibc-2.18-make-4.patch
(from rev 197431, glibc/trunk/glibc-2.18-make-4.patch)
  glibc/repos/testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 197431, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  glibc/repos/testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 197431, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  glibc/repos/testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 197431, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  glibc/repos/testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 197431, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  glibc/repos/testing-x86_64/glibc-2.18-strstr-hackfix.patch
(from rev 197431, glibc/trunk/glibc-2.18-strstr-hackfix.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 197431, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 197431, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 197431, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd.service
(from rev 197431, glibc/trunk/nscd.service)
  glibc/repos/testing-x86_64/nscd.tmpfiles
(from rev 197431, glibc/trunk/nscd.tmpfiles)

--+
 testing-i686/PKGBUILD|  183 +
 testing-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch  |   41 
 testing-i686/glibc-2.18-getaddrinfo-assertion.patch  |   39 
 testing-i686/glibc-2.18-make-4.patch |   45 
 testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch   |   54 
 testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch   |  485 
 testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch|  281 ++
 testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 ++
 testing-i686/glibc-2.18-strstr-hackfix.patch |   13 
 testing-i686/glibc.install   |   22 
 testing-i686/locale-gen  |   56 
 testing-i686/locale.gen.txt  |   23 
 testing-i686/nscd.service|   18 
 testing-i686/nscd.tmpfiles   |4 
 testing-x86_64/PKGBUILD  |  183 +
 testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   41 
 testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch|   39 
 testing-x86_64/glibc-2.18-make-4.patch   |   45 
 testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |   54 
 testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  485 

[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:26:45
  Author: thestinger
Revision: 99221

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 99220, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:06:18 UTC (rev 99220)
+++ PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=cURL for humans
-url=https://github.com/jkbr/httpie;
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('09218336048596da757c4f0cf19642fd')
-
-build() {
-cd $srcdir/httpie-$pkgver
-python3 setup.py build
-}
-
-package() {
-cd $srcdir/httpie-$pkgver
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
-python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99220, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('09218336048596da757c4f0cf19642fd')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
+python3 setup.py install --root=$pkgdir --optimize=1
+}



[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:29:45
  Author: thestinger
Revision: 99222

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 99221, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
+++ PKGBUILD2013-10-25 21:29:45 UTC (rev 99222)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=cURL for humans
-url=https://github.com/jkbr/httpie;
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('09218336048596da757c4f0cf19642fd')
-
-build() {
-cd $srcdir/httpie-$pkgver
-python3 setup.py build
-}
-
-package() {
-cd $srcdir/httpie-$pkgver
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
-python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99221, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:29:45 UTC (rev 99222)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('09218336048596da757c4f0cf19642fd')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
+python3 setup.py install --root=$pkgdir --optimize=1
+}



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

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:30:24
  Author: thestinger
Revision: 99223

upgpkg: httpie 0.7.2-2

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 21:29:45 UTC (rev 99222)
+++ PKGBUILD2013-10-25 21:30:24 UTC (rev 99223)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=cURL for humans
 url=https://github.com/jkbr/httpie;
 depends=('python-requests' 'python-pygments')



[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:32:11
  Author: thestinger
Revision: 99224

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 99223, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:30:24 UTC (rev 99223)
+++ PKGBUILD2013-10-25 21:32:11 UTC (rev 99224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=cURL for humans
-url=https://github.com/jkbr/httpie;
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('09218336048596da757c4f0cf19642fd')
-
-build() {
-cd $srcdir/httpie-$pkgver
-python3 setup.py build
-}
-
-package() {
-cd $srcdir/httpie-$pkgver
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
-python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99223, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:32:11 UTC (rev 99224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+pkgrel=2
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('09218336048596da757c4f0cf19642fd')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
+python3 setup.py install --root=$pkgdir --optimize=1
+}



[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 23:46:23
  Author: spupykin
Revision: 99225

upgpkg: zathura-pdf-mupdf 0.2.5-1

upd

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 21:32:11 UTC (rev 99224)
+++ PKGBUILD2013-10-25 21:46:23 UTC (rev 99225)
@@ -4,8 +4,8 @@
 # Contributor: Moritz Lipp m...@pwmt.org
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
 pkgdesc=Adds pdf support to zathura by using the mupdf library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
@@ -14,8 +14,13 @@
 'jbig2dec' 'openjpeg')
 conflicts=('zathura-pdf-poppler')
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('aa9667425dab93147dd8605eda020e59')
+md5sums=('42dcdf2511ffc8f87ca6baba6c566f91')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|openjp2|openjpeg|g' config.mk
+}
+
 build() {
   make -C ${srcdir}/$pkgname-$pkgver
 }



[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 23:46:42
  Author: spupykin
Revision: 99226

archrelease: copy trunk to community-i686, community-x86_64

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 99225, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 99225, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   25 -
 community-x86_64/PKGBUILD |   25 -
 3 files changed, 62 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 21:46:23 UTC (rev 99225)
+++ community-i686/PKGBUILD 2013-10-25 21:46:42 UTC (rev 99226)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.1' 'zathura')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('aa9667425dab93147dd8605eda020e59')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 99225, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 21:46:42 UTC (rev 99226)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends=('mupdf=1.3' 'zathura'
+'jbig2dec' 'openjpeg')
+conflicts=('zathura-pdf-poppler')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('42dcdf2511ffc8f87ca6baba6c566f91')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|openjp2|openjpeg|g' config.mk
+}
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-25 21:46:23 UTC (rev 99225)
+++ community-x86_64/PKGBUILD   2013-10-25 21:46:42 UTC (rev 99226)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.1' 'zathura')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('aa9667425dab93147dd8605eda020e59')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 99225, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-25 21:46:42 UTC (rev 99226)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the mupdf library

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 23:53:04
  Author: eric
Revision: 197433

Static libraries have no dynamic counterpart

Modified:
  kdelibs3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 21:21:49 UTC (rev 197432)
+++ PKGBUILD2013-10-25 21:53:04 UTC (rev 197433)
@@ -14,7 +14,7 @@
  'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates')
 makedepends=('cups' 'hspell' 'optipng')
 optdepends=('hspell: for Hebrew spell-checking support')
-options=('libtool' '!makeflags')
+options=('libtool' 'staticlibs' '!makeflags')
 
source=(ftp://ftp.kde.org/pub/kde/stable/${pkgver}/src/kdelibs-${pkgver}.tar.bz2;
 'ftp://ftp.archlinux.org/other/kde/kde-3.5-1074156.patch.gz'
 'acinclude.patch'
@@ -44,7 +44,7 @@
   patch -p1 -i ${srcdir}/kdelibs3-cups16.patch
   pushd pics/crystalsvg
   optipng -quiet -force -fix cr{16,22,32,48,64,128}-app-kttsd.png 
cr22-app-password.png \
-  cr16-filesys-folder_green{,_open}.png cr32-action-today.png
+cr16-filesys-folder_green{,_open}.png cr32-action-today.png
   popd
   optipng -quiet -force -fix 
interfaces/kimproxy/library/icons/cr48-action-presence_offline.png
 }



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

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 00:15:58
  Author: eric
Revision: 197434

upgpkg: racket 5.3.6-2

Rebuild without static libraries, Add 256x256 icon

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 21:53:04 UTC (rev 197433)
+++ PKGBUILD2013-10-25 22:15:58 UTC (rev 197434)
@@ -3,7 +3,7 @@
 
 pkgname=racket
 pkgver=5.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
 url=http://racket-lang.org/;
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gsfonts' 'sqlite')
-options=('!libtool' '!strip')
+options=('!strip')
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 drracket.desktop)
@@ -28,9 +28,11 @@
   cd ${pkgname}-${pkgver}/src
   make DESTDIR=${pkgdir} install
 
-  install -d ${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48}/apps
+  install -d 
${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
   ln -s /usr/lib/racket/collects/icons/plt-16x16.png 
${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png
   ln -s /usr/lib/racket/collects/icons/plt-32x32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png
   ln -s /usr/lib/racket/collects/icons/plt-48x48.png 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png
+  ln -s /usr/lib/racket/collects/icons/plt-logo-red-diffuse.png 
${pkgdir}/usr/share/icons/hicolor/256x256/apps/drracket.png
+
   install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
 }



[arch-commits] Commit in racket/repos (12 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 00:16:33
  Author: eric
Revision: 197435

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 197434, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/drracket.desktop
(from rev 197434, racket/trunk/drracket.desktop)
  racket/repos/extra-i686/racket.install
(from rev 197434, racket/trunk/racket.install)
  racket/repos/extra-x86_64/PKGBUILD
(from rev 197434, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/drracket.desktop
(from rev 197434, racket/trunk/drracket.desktop)
  racket/repos/extra-x86_64/racket.install
(from rev 197434, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/drracket.desktop
  racket/repos/extra-i686/racket.install
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/drracket.desktop
  racket/repos/extra-x86_64/racket.install

---+
 /PKGBUILD |   76 
 /drracket.desktop |   18 +
 /racket.install   |   24 
 extra-i686/PKGBUILD   |   36 --
 extra-i686/drracket.desktop   |9 
 extra-i686/racket.install |   12 --
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/drracket.desktop |9 
 extra-x86_64/racket.install   |   12 --
 9 files changed, 118 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 22:15:58 UTC (rev 197434)
+++ extra-i686/PKGBUILD 2013-10-25 22:16:33 UTC (rev 197435)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.3.6
-pkgrel=1
-pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gsfonts' 'sqlite')
-options=('!libtool' '!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
-drracket.desktop)
-sha1sums=('783485416359f4fc22da41c5a1a89103e7cb9d95'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  [ $CARCH == x86_64 ]  export CFLAGS+= -fPIC
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48}/apps
-  ln -s /usr/lib/racket/collects/icons/plt-16x16.png 
${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png
-  ln -s /usr/lib/racket/collects/icons/plt-32x32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png
-  ln -s /usr/lib/racket/collects/icons/plt-48x48.png 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 197434, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 22:16:33 UTC (rev 197435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.3.6
+pkgrel=2
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
+drracket.desktop)
+sha1sums=('783485416359f4fc22da41c5a1a89103e7cb9d95'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+= -fPIC
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+
+  install -d 
${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
+  ln -s /usr/lib/racket/collects/icons/plt-16x16.png 
${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png
+  ln -s /usr/lib/racket/collects/icons/plt-32x32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png
+  ln -s /usr/lib/racket/collects/icons/plt-48x48.png 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png
+  ln -s /usr/lib/racket/collects/icons/plt-logo-red-diffuse.png 
${pkgdir}/usr/share/icons/hicolor/256x256/apps/drracket.png
+
+  install -D -m644 ${srcdir}/drracket.desktop 

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

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 03:41:32
  Author: eric
Revision: 197438

upgpkg: libofx 0.9.9-1

Upstream update

Modified:
  libofx/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 01:07:57 UTC (rev 197437)
+++ PKGBUILD2013-10-26 01:41:32 UTC (rev 197438)
@@ -3,7 +3,7 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc=API for the OFX banking standard
 arch=('i686' 'x86_64')
@@ -12,23 +12,23 @@
 depends=('opensp' 'curl' 'libxml++')
 checkdepends=('gnupg')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('e0159d77c4458eb937871373db85c9f392e86554')
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
 
 build() {
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make check
 }
 
 package_libofx() {
-  options=('!libtool' '!docs')
+  options=('!docs')
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
 }
 
@@ -36,7 +36,7 @@
   pkgdesc=Documention of the OFX banking standard API
   depends=()
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install-docDATA
   make -C doc DESTDIR=$pkgdir install
 }



[arch-commits] Commit in libofx/repos (4 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 03:42:29
  Author: eric
Revision: 197439

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libofx/repos/staging-i686/
  libofx/repos/staging-i686/PKGBUILD
(from rev 197438, libofx/trunk/PKGBUILD)
  libofx/repos/staging-x86_64/
  libofx/repos/staging-x86_64/PKGBUILD
(from rev 197438, libofx/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: libofx/repos/staging-i686/PKGBUILD (from rev 197438, 
libofx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 01:42:29 UTC (rev 197439)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}

Copied: libofx/repos/staging-x86_64/PKGBUILD (from rev 197438, 
libofx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 01:42:29 UTC (rev 197439)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}



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

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 03:54:12
  Author: eric
Revision: 197440

upgpkg: libwacom 0.8-1

Upstream update

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 01:42:29 UTC (rev 197439)
+++ PKGBUILD2013-10-26 01:54:12 UTC (rev 197440)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libwacom
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc=Library to identify Wacom tablets and their features
 arch=('x86_64' 'i686')
@@ -9,13 +9,12 @@
 url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
 license=('MIT')
 depends=('glib2' 'systemd')
-options=('!libtool')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('210c48b595461ebee63b1a846a6eb1d8f029b49d02ccbde34eadf551a5a68a78')
+sha256sums=('8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr
   make
 }
 



[arch-commits] Commit in libwacom/repos (4 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 03:54:58
  Author: eric
Revision: 197441

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  libwacom/repos/testing-i686/
  libwacom/repos/testing-i686/PKGBUILD
(from rev 197440, libwacom/trunk/PKGBUILD)
  libwacom/repos/testing-x86_64/
  libwacom/repos/testing-x86_64/PKGBUILD
(from rev 197440, libwacom/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libwacom/repos/testing-i686/PKGBUILD (from rev 197440, 
libwacom/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-26 01:54:58 UTC (rev 197441)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.8
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libwacom/repos/testing-x86_64/PKGBUILD (from rev 197440, 
libwacom/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-26 01:54:58 UTC (rev 197441)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.8
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 04:05:33
  Author: eric
Revision: 197442

upgpkg: wavpack 4.70.0-1

Upstream update, Fix license

Modified:
  wavpack/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 10 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 01:54:58 UTC (rev 197441)
+++ PKGBUILD2013-10-26 02:05:33 UTC (rev 197442)
@@ -5,29 +5,24 @@
 # Contributor: Michal Hybner dta...@gmail.com
 
 pkgname=wavpack
-pkgver=4.60.1
-pkgrel=2
-pkgdesc=Audio compression format with lossless, lossy, and hybrid compression 
modes
+pkgver=4.70.0
+pkgrel=1
+pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
 arch=('i686' 'x86_64')
 url=http://www.wavpack.com/;
-license=('custom')
+license=('BSD')
 depends=('glibc')
-options=('!libtool')
 source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7bb1528f910e4d0003426c02db856063')
+sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-mmx \
---disable-static
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-mmx
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in wavpack/repos (4 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 04:06:11
  Author: eric
Revision: 197443

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wavpack/repos/extra-i686/PKGBUILD
(from rev 197442, wavpack/trunk/PKGBUILD)
  wavpack/repos/extra-x86_64/PKGBUILD
(from rev 197442, wavpack/trunk/PKGBUILD)
Deleted:
  wavpack/repos/extra-i686/PKGBUILD
  wavpack/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 56 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 02:05:33 UTC (rev 197442)
+++ extra-i686/PKGBUILD 2013-10-26 02:06:11 UTC (rev 197443)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: François Charette firmicus ατ gmx δοτ net 
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Michal Hybner dta...@gmail.com
-
-pkgname=wavpack
-pkgver=4.60.1
-pkgrel=2
-pkgdesc=Audio compression format with lossless, lossy, and hybrid compression 
modes
-arch=('i686' 'x86_64')
-url=http://www.wavpack.com/;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7bb1528f910e4d0003426c02db856063')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-mmx \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wavpack/repos/extra-i686/PKGBUILD (from rev 197442, 
wavpack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 02:06:11 UTC (rev 197443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: François Charette firmicus ατ gmx δοτ net 
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Michal Hybner dta...@gmail.com
+
+pkgname=wavpack
+pkgver=4.70.0
+pkgrel=1
+pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
+arch=('i686' 'x86_64')
+url=http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-mmx
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 02:05:33 UTC (rev 197442)
+++ extra-x86_64/PKGBUILD   2013-10-26 02:06:11 UTC (rev 197443)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: François Charette firmicus ατ gmx δοτ net 
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Michal Hybner dta...@gmail.com
-
-pkgname=wavpack
-pkgver=4.60.1
-pkgrel=2
-pkgdesc=Audio compression format with lossless, lossy, and hybrid compression 
modes
-arch=('i686' 'x86_64')
-url=http://www.wavpack.com/;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7bb1528f910e4d0003426c02db856063')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-mmx \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wavpack/repos/extra-x86_64/PKGBUILD (from rev 197442, 
wavpack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 02:06:11 UTC (rev 197443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: François Charette firmicus ατ gmx δοτ net 
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Michal Hybner dta...@gmail.com
+
+pkgname=wavpack
+pkgver=4.70.0
+pkgrel=1
+pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
+arch=('i686' 'x86_64')
+url=http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-mmx
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in xfce4-mailwatch-plugin/trunk (3 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 04:49:24
  Author: eric
Revision: 197444

upgpkg: xfce4-mailwatch-plugin 1.2.0-1

Upstream update, Update url, Remove old patches, Clean up PKGBUILD

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD
Deleted:
  
xfce4-mailwatch-plugin/trunk/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
  xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin-1.1.0-underlink.patch

-+
 PKGBUILD|   32 +++---
 only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch |   13 
 xfce4-mailwatch-plugin-1.1.0-underlink.patch|   21 --
 3 files changed, 11 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 02:06:11 UTC (rev 197443)
+++ PKGBUILD2013-10-26 02:49:24 UTC (rev 197444)
@@ -3,40 +3,30 @@
 # Contributor: Suzy Williams suzanne.willia...@verizon.net
 
 pkgname=xfce4-mailwatch-plugin
-pkgver=1.1.0
-pkgrel=5
+pkgver=1.2.0
+pkgrel=1
 pkgdesc=A mailbox watch/check plugin for the Xfce4 panel
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
 license=('GPL2')
-url=http://spurint.org/projects/xfce4-mailwatch-plugin/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'gnutls' 'libgcrypt' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools')
-options=('!libtool')
+depends=('xfce4-panel')
+makedepends=('intltool')
 install=${pkgname}.install
-source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2
-   xfce4-mailwatch-plugin-1.1.0-underlink.patch
-   only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch)
-md5sums=('f84dce86be1d7f25f169f262aaacee4e'
- '47fe8588e3bb642e1b507a854927e6db'
- 'd91ca2b9534e9e2d8dcbd94306b91ade')
+source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7263114ec0f2987a3aff15afeeb45577')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i 
${srcdir}/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
-  # fix for panel4.8 from Fedora
-  patch -Np1 -i ${srcdir}/xfce4-mailwatch-plugin-1.1.0-underlink.patch
-  xdt-autogen
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
-   --disable-static \
--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }

Deleted: only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
===
--- only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch 2013-10-26 
02:06:11 UTC (rev 197443)
+++ only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch 2013-10-26 
02:49:24 UTC (rev 197444)
@@ -1,13 +0,0 @@
 libmailwatch-core/mailwatch-net-conn.c.orig2012-04-29 
05:38:20.015564589 +0300
-+++ libmailwatch-core/mailwatch-net-conn.c 2012-04-29 05:39:01.943290639 
+0300
-@@ -621,8 +621,10 @@ xfce_mailwatch_net_conn_make_secure(Xfce
-net_conn-gt_creds);
- gnutls_transport_set_ptr(net_conn-gt_session,
-  (gnutls_transport_ptr_t)net_conn-fd);
-+#if GNUTLS_VERSION_NUMBER  0x020c00
- if(fcntl(net_conn-fd, F_GETFL)  O_NONBLOCK)
- gnutls_transport_set_lowat(net_conn-gt_session, 0);
-+#endif
- 
- if(!xfce_mailwatch_net_conn_tls_handshake(net_conn, error)) {
- #if 0

Deleted: xfce4-mailwatch-plugin-1.1.0-underlink.patch
===
--- xfce4-mailwatch-plugin-1.1.0-underlink.patch2013-10-26 02:06:11 UTC 
(rev 197443)
+++ xfce4-mailwatch-plugin-1.1.0-underlink.patch2013-10-26 02:49:24 UTC 
(rev 197444)
@@ -1,21 +0,0 @@
 xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am  2008-08-26 
03:42:36.0 +0100
-+++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am.new  2011-01-14 
17:27:44.116199383 +
-@@ -50,6 +50,7 @@
-   -I$(top_srcdir)/libmailwatch-core \
-   @GTHREAD_CFLAGS@ \
-   @LIBXFCE4PANEL_CFLAGS@ \
-+  @LIBXFCEGUI4_CFLAGS@ \
-   -DDATADIR=\$(datadir)\ \
-   -DLOCALEDIR=\$(localedir)\
- 
-@@ -60,7 +61,9 @@
-   $(top_builddir)/libmailwatch-core/libmailwatch-core.la \
-   @GTHREAD_LIBS@ \
-   @LIBXFCE4PANEL_LIBS@ \
--  @GNUTLS_LIBS@
-+  @LIBXFCEGUI4_LIBS@ \
-+  @GNUTLS_LIBS@ \
-+  -lgcrypt
- 
- if HAVE_CYGWIN
-   xfce4_mailwatch_plugin_LDFLAGS += \



[arch-commits] Commit in xfce4-mailwatch-plugin/repos (12 files)

2013-10-25 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 04:49:51
  Author: eric
Revision: 197445

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
(from rev 197444, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
(from rev 197444, 
xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
(from rev 197444, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install
(from rev 197444, 
xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
  
xfce4-mailwatch-plugin/repos/extra-i686/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
  
xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-mailwatch-plugin/repos/extra-x86_64/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
  
xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin-1.1.0-underlink.patch
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install

--+
 /PKGBUILD|   
64 ++
 /xfce4-mailwatch-plugin.install  |   
22 +++
 extra-i686/PKGBUILD  |   
42 --
 extra-i686/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch   |   
13 --
 extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch  |   
21 ---
 extra-i686/xfce4-mailwatch-plugin.install|   
11 -
 extra-x86_64/PKGBUILD|   
42 --
 extra-x86_64/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch |   
13 --
 extra-x86_64/xfce4-mailwatch-plugin-1.1.0-underlink.patch|   
21 ---
 extra-x86_64/xfce4-mailwatch-plugin.install  |   
11 -
 10 files changed, 86 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 02:49:24 UTC (rev 197444)
+++ extra-i686/PKGBUILD 2013-10-26 02:49:51 UTC (rev 197445)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Suzy Williams suzanne.willia...@verizon.net
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.1.0
-pkgrel=5
-pkgdesc=A mailbox watch/check plugin for the Xfce4 panel
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://spurint.org/projects/xfce4-mailwatch-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'gnutls' 'libgcrypt' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2
-   xfce4-mailwatch-plugin-1.1.0-underlink.patch
-   only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch)
-md5sums=('f84dce86be1d7f25f169f262aaacee4e'
- '47fe8588e3bb642e1b507a854927e6db'
- 'd91ca2b9534e9e2d8dcbd94306b91ade')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i 
${srcdir}/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch
-  # fix for panel4.8 from Fedora
-  patch -Np1 -i ${srcdir}/xfce4-mailwatch-plugin-1.1.0-underlink.patch
-  xdt-autogen
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD (from rev 197444, 
xfce4-mailwatch-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 02:49:51 UTC (rev 197445)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Suzy Williams suzanne.willia...@verizon.net
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A mailbox watch/check plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7263114ec0f2987a3aff15afeeb45577')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+  

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

2013-10-25 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 06:56:52
  Author: fyan
Revision: 99227

upgpkg: cgminer 3.6.5-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 21:46:42 UTC (rev 99226)
+++ PKGBUILD2013-10-26 04:56:52 UTC (rev 99227)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -50,10 +50,10 @@
 --enable-bitforce \
 --enable-icarus \
 --enable-modminer \
---enable-ztex \
 --enable-avalon \
 --enable-klondike \
 --enable-bitfury \
+--with-system-libusb \
 --disable-adl # For license issues
   
   make
@@ -73,6 +73,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('4ba9cdba52f4a9c8684758c71749ed418a8fda8776201c86c8f1f4674f7e8f0233a3cbcab6ecf97f1e54cb6a9756fe35a9577623e4cb48cb789f1c2e8fc80a52'
+sha512sums=('e9ed66632eff7f2b2df60ce964f7ee58807f51fc1b93fe2a9ad710474aa46237c80db1589a1cd3c9ef5d1965445e659b7c49f59ec8e14abfd143241e19e2b72e'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



[arch-commits] Commit in cgminer/repos (12 files)

2013-10-25 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 06:58:19
  Author: fyan
Revision: 99228

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 99227, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 99227, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 99227, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 99227, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 99227, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 99227, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  156 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   78 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   78 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 04:56:52 UTC (rev 99227)
+++ community-i686/PKGBUILD 2013-10-26 04:58:19 UTC (rev 99228)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.6.4
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  sed 's|compat/Makefile ||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i 
./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('4ba9cdba52f4a9c8684758c71749ed418a8fda8776201c86c8f1f4674f7e8f0233a3cbcab6ecf97f1e54cb6a9756fe35a9577623e4cb48cb789f1c2e8fc80a52'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: 

[arch-commits] Commit in (10 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 10:28:02
  Author: alucryd
Revision: 99158

Add plank and deps

Added:
  bamf/
  bamf/trunk/
  bamf/trunk/PKGBUILD
  libdbusmenu/
  libdbusmenu/trunk/
  libdbusmenu/trunk/PKGBUILD
  plank/
  plank/trunk/
  plank/trunk/PKGBUILD
  plank/trunk/plank.install

+
 bamf/trunk/PKGBUILD|   31 
 libdbusmenu/trunk/PKGBUILD |   46 +++
 plank/trunk/PKGBUILD   |   39 
 plank/trunk/plank.install  |   15 ++
 4 files changed, 131 insertions(+)

Added: bamf/trunk/PKGBUILD
===
--- bamf/trunk/PKGBUILD (rev 0)
+++ bamf/trunk/PKGBUILD 2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=Application matching framework
+arch=('i686' 'x86_64')
+url=https://launchpad.net/bamf;
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--libexecdir=/usr/lib/${pkgname} --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: bamf/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libdbusmenu/trunk/PKGBUILD
===
--- libdbusmenu/trunk/PKGBUILD  (rev 0)
+++ libdbusmenu/trunk/PKGBUILD  2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Branchini Massimo max dot bra dot gtalk at gmail dot com
+
+pkgbase=libdbusmenu
+pkgname=('libdbusmenu-glib' 'libdbusmenu-gtk3')
+pkgver=12.10.2
+pkgrel=3
+pkgdesc=A library for passing menus over DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu;
+license=('GPL3')
+makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 
'vala')
+options=('!emptydirs')
+source=(http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  export HAVE_VALGRIND_TRUE='#'
+  export HAVE_VALGRIND_FALSE=''
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-{dumper,static,tests}
+  make
+}
+
+package_libdbusmenu-glib() {
+depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+}
+
+package_libdbusmenu-gtk3() {
+depends=('gtk3' 'libdbusmenu-glib')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+  make -C libdbusmenu-gtk DESTDIR=${pkgdir} install
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} uninstall
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libdbusmenu/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: plank/trunk/PKGBUILD
===
--- plank/trunk/PKGBUILD(rev 0)
+++ plank/trunk/PKGBUILD2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 

[arch-commits] Commit in bamf (5 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 10:28:21
  Author: alucryd
Revision: 99159

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bamf/repos/
  bamf/repos/community-i686/
  bamf/repos/community-i686/PKGBUILD
(from rev 99158, bamf/trunk/PKGBUILD)
  bamf/repos/community-x86_64/
  bamf/repos/community-x86_64/PKGBUILD
(from rev 99158, bamf/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: bamf/repos/community-i686/PKGBUILD (from rev 99158, bamf/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-10-25 08:28:21 UTC (rev 99159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=Application matching framework
+arch=('i686' 'x86_64')
+url=https://launchpad.net/bamf;
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--libexecdir=/usr/lib/${pkgname} --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-x86_64/PKGBUILD (from rev 99158, 
bamf/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-10-25 08:28:21 UTC (rev 99159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=Application matching framework
+arch=('i686' 'x86_64')
+url=https://launchpad.net/bamf;
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--libexecdir=/usr/lib/${pkgname} --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in libdbusmenu (5 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 10:29:02
  Author: alucryd
Revision: 99160

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libdbusmenu/repos/
  libdbusmenu/repos/community-i686/
  libdbusmenu/repos/community-i686/PKGBUILD
(from rev 99159, libdbusmenu/trunk/PKGBUILD)
  libdbusmenu/repos/community-x86_64/
  libdbusmenu/repos/community-x86_64/PKGBUILD
(from rev 99159, libdbusmenu/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: libdbusmenu/repos/community-i686/PKGBUILD (from rev 99159, 
libdbusmenu/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-10-25 08:29:02 UTC (rev 99160)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Branchini Massimo max dot bra dot gtalk at gmail dot com
+
+pkgbase=libdbusmenu
+pkgname=('libdbusmenu-glib' 'libdbusmenu-gtk3')
+pkgver=12.10.2
+pkgrel=3
+pkgdesc=A library for passing menus over DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu;
+license=('GPL3')
+makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 
'vala')
+options=('!emptydirs')
+source=(http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  export HAVE_VALGRIND_TRUE='#'
+  export HAVE_VALGRIND_FALSE=''
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-{dumper,static,tests}
+  make
+}
+
+package_libdbusmenu-glib() {
+depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+}
+
+package_libdbusmenu-gtk3() {
+depends=('gtk3' 'libdbusmenu-glib')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+  make -C libdbusmenu-gtk DESTDIR=${pkgdir} install
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} uninstall
+}
+
+# vim: ts=2 sw=2 et:

Copied: libdbusmenu/repos/community-x86_64/PKGBUILD (from rev 99159, 
libdbusmenu/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-10-25 08:29:02 UTC (rev 99160)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Branchini Massimo max dot bra dot gtalk at gmail dot com
+
+pkgbase=libdbusmenu
+pkgname=('libdbusmenu-glib' 'libdbusmenu-gtk3')
+pkgver=12.10.2
+pkgrel=3
+pkgdesc=A library for passing menus over DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu;
+license=('GPL3')
+makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 
'vala')
+options=('!emptydirs')
+source=(http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  export HAVE_VALGRIND_TRUE='#'
+  export HAVE_VALGRIND_FALSE=''
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-{dumper,static,tests}
+  make
+}
+
+package_libdbusmenu-glib() {
+depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+}
+
+package_libdbusmenu-gtk3() {
+depends=('gtk3' 'libdbusmenu-glib')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+  make -C libdbusmenu-gtk DESTDIR=${pkgdir} install
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} uninstall
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in plank (7 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 10:29:27
  Author: alucryd
Revision: 99161

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plank/repos/
  plank/repos/community-i686/
  plank/repos/community-i686/PKGBUILD
(from rev 99160, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 99160, plank/trunk/plank.install)
  plank/repos/community-x86_64/
  plank/repos/community-x86_64/PKGBUILD
(from rev 99160, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 99160, plank/trunk/plank.install)

+
 community-i686/PKGBUILD|   39 +++
 community-i686/plank.install   |   15 +++
 community-x86_64/PKGBUILD  |   39 +++
 community-x86_64/plank.install |   15 +++
 4 files changed, 108 insertions(+)

Copied: plank/repos/community-i686/PKGBUILD (from rev 99160, 
plank/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 99160, 
plank/trunk/plank.install)
===
--- repos/community-i686/plank.install  (rev 0)
+++ repos/community-i686/plank.install  2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/PKGBUILD (from rev 99160, 
plank/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-10-25 08:29:27 UTC (rev 99161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Copied: plank/repos/community-x86_64/plank.install (from rev 99160, 
plank/trunk/plank.install)
===
--- repos/community-x86_64/plank.install(rev 0)
+++ repos/community-x86_64/plank.install2013-10-25 08:29:27 UTC (rev 
99161)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



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

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 11:28:49
  Author: alucryd
Revision: 99162

Add python-slip

Added:
  python-slip/
  python-slip/trunk/
  python-slip/trunk/PKGBUILD

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

Added: python-slip/trunk/PKGBUILD
===
--- python-slip/trunk/PKGBUILD  (rev 0)
+++ python-slip/trunk/PKGBUILD  2013-10-25 09:28:49 UTC (rev 99162)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=python-slip
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Simple Library for Python
+arch=('any')
+url=http://fedorahosted.org/python-slip;
+license=('GPL2')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject' 
'python-six')
+makedepends=('python-setuptools')
+source=(http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2;)
+sha256sums=('f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+ make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: python-slip/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-slip (3 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 11:29:13
  Author: alucryd
Revision: 99163

archrelease: copy trunk to community-any

Added:
  python-slip/repos/
  python-slip/repos/community-any/
  python-slip/repos/community-any/PKGBUILD
(from rev 99162, python-slip/trunk/PKGBUILD)

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

Copied: python-slip/repos/community-any/PKGBUILD (from rev 99162, 
python-slip/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2013-10-25 09:29:13 UTC (rev 99163)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=python-slip
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Simple Library for Python
+arch=('any')
+url=http://fedorahosted.org/python-slip;
+license=('GPL2')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject' 
'python-six')
+makedepends=('python-setuptools')
+source=(http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2;)
+sha256sums=('f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+ make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



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

2013-10-25 Thread Tom Gundersen
Date: Friday, October 25, 2013 @ 11:46:35
  Author: tomegun
Revision: 197387

upgpkg: bluez 5.10-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 08:45:00 UTC (rev 197386)
+++ PKGBUILD2013-10-25 09:46:35 UTC (rev 197387)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('6edaf60d09ee32942a739f80ea847db1')
+md5sums=('7dce03b332b3a3e7465fb88352b8a404')



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

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:52:19
  Author: svenstaro
Revision: 99164

upgpkg: bullet 2.82-1

Updating to 2.82

Modified:
  bullet/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:29:13 UTC (rev 99163)
+++ PKGBUILD2013-10-25 09:52:19 UTC (rev 99164)
@@ -4,9 +4,9 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-_rev=2613
-pkgver=2.81
-pkgrel=2
+_rev=2704
+pkgver=2.82
+pkgrel=1
 pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
 arch=('i686' 'x86_64')
 url=http://www.bulletphysics.com/Bullet/;
@@ -13,13 +13,13 @@
 license=('custom:zlib')
 depends=()
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev${_rev}.tgz
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
 ${pkgbase}.pc)
-md5sums=('cec9c9a79c2804dbf6385dd7d061346c'
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
  'd1da06deba3b08b884d2212f6838905c')
 
 build() {
-  cd ${pkgbase}-${pkgver}-rev${_rev}
+  cd ${pkgbase}-${pkgver}-r${_rev}
 
   # get a clean build dir
   [[ -d build ]]  rm -rf build
@@ -48,7 +48,7 @@
 package_bullet() {
   optdepends=('bullet-docs: documentation')
 
-  cd ${pkgbase}-${pkgver}-rev${_rev}/build
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
 
   # install it
   make DESTDIR=${pkgdir} install
@@ -65,7 +65,7 @@
   pkgdesc=Documentation for bullet
   depends=()
 
-  cd ${pkgbase}-${pkgver}-rev${_rev}
+  cd ${pkgbase}-${pkgver}-r${_rev}
 
   # install docs
   install -Dm644 Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf



[arch-commits] Commit in bullet/repos (8 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:52:29
  Author: svenstaro
Revision: 99165

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bullet/repos/community-i686/PKGBUILD
(from rev 99164, bullet/trunk/PKGBUILD)
  bullet/repos/community-i686/bullet.pc
(from rev 99164, bullet/trunk/bullet.pc)
  bullet/repos/community-x86_64/PKGBUILD
(from rev 99164, bullet/trunk/PKGBUILD)
  bullet/repos/community-x86_64/bullet.pc
(from rev 99164, bullet/trunk/bullet.pc)
Deleted:
  bullet/repos/community-i686/PKGBUILD
  bullet/repos/community-i686/bullet.pc
  bullet/repos/community-x86_64/PKGBUILD
  bullet/repos/community-x86_64/bullet.pc

+
 /PKGBUILD  |  148 +++
 /bullet.pc |   22 ++
 community-i686/PKGBUILD|   74 -
 community-i686/bullet.pc   |   11 ---
 community-x86_64/PKGBUILD  |   74 -
 community-x86_64/bullet.pc |   11 ---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 09:52:19 UTC (rev 99164)
+++ community-i686/PKGBUILD 2013-10-25 09:52:29 UTC (rev 99165)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-_rev=2613
-pkgver=2.81
-pkgrel=2
-pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
-arch=('i686' 'x86_64')
-url=http://www.bulletphysics.com/Bullet/;
-license=('custom:zlib')
-depends=()
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev${_rev}.tgz
-${pkgbase}.pc)
-md5sums=('cec9c9a79c2804dbf6385dd7d061346c'
- 'd1da06deba3b08b884d2212f6838905c')
-
-build() {
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build 
-
-  # generate CMake Makefile
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_SHARED_LIBS=1 \
-   -DBUILD_DEMOS=0 \
-   -DBUILD_MULTITHREADING=1 \
-   -DBUILD_EXTRAS=1 \
-   -DINSTALL_LIBS=1 \
-   -DINSTALL_EXTRA_LIBS=1 \
-   -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  cd ..
-  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # manually handle pkgconfig file
-  mkdir -p ${pkgdir}/usr/lib/pkgconfig
-  sed s|VERSION|${pkgver}|g ${srcdir}/bullet.pc  
${pkgdir}/usr/lib/pkgconfig/bullet.pc
-
-  # install license
-  install -Dm644 ../BulletLicense.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc=Documentation for bullet
-  depends=()
-
-  cd ${pkgbase}-${pkgver}-rev${_rev}
-
-  # install docs
-  install -Dm644 Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/community-i686/PKGBUILD (from rev 99164, 
bullet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 09:52:29 UTC (rev 99165)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+ 'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DBUILD_DEMOS=0 \
+   -DBUILD_MULTITHREADING=1 \
+   -DBUILD_EXTRAS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  cd ..
+  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
+
+  # install 

[arch-commits] Commit in arm-wince-cegcc-binutils/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:53:40
  Author: spupykin
Revision: 99166

Modified:
  arm-wince-cegcc-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:52:29 UTC (rev 99165)
+++ PKGBUILD2013-10-25 09:53:40 UTC (rev 99166)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=(i686 x86_64)
 license=(GPL)
-options=(!libtool)
+options=('!libtool' 'staticlibs')
 url=http://cegcc.sf.net;
 depends=(zlib)
 groups=('cegcc')



[arch-commits] Commit in arm-wince-cegcc-cegccdll-dummy/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:54:03
  Author: spupykin
Revision: 99168

Modified:
  arm-wince-cegcc-cegccdll-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:53:51 UTC (rev 99167)
+++ PKGBUILD2013-10-25 09:54:03 UTC (rev 99168)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=(any)
 license=('GPL')
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 url=http://cegcc.sf.net;
 depends=()
 makedepends=('arm-wince-cegcc-binutils')



[arch-commits] Commit in arm-wince-cegcc-cegccthrddll/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:54:13
  Author: spupykin
Revision: 99169

Modified:
  arm-wince-cegcc-cegccthrddll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:54:03 UTC (rev 99168)
+++ PKGBUILD2013-10-25 09:54:13 UTC (rev 99169)
@@ -13,7 +13,7 @@
 makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs'
 'arm-wince-cegcc-w32api')
 groups=('cegcc')
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 



[arch-commits] Commit in arm-wince-cegcc-cegccdll/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:53:51
  Author: spupykin
Revision: 99167

Modified:
  arm-wince-cegcc-cegccdll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:53:40 UTC (rev 99166)
+++ PKGBUILD2013-10-25 09:53:51 UTC (rev 99167)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=('any')
 license=(GPL)
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 url=http://cegcc.sf.net;
 depends=()
 makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs')



[arch-commits] Commit in arm-wince-cegcc-gcc/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:54:27
  Author: spupykin
Revision: 99170

Modified:
  arm-wince-cegcc-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:54:13 UTC (rev 99169)
+++ PKGBUILD2013-10-25 09:54:27 UTC (rev 99170)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=(i686 x86_64)
 license=('GPL')
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 url=http://cegcc.sf.net;
 depends=('cloog' 'ppl' 'arm-wince-cegcc-binutils')
 makedepends=('arm-wince-cegcc-newlib' 'arm-wince-cegcc-w32api'



[arch-commits] Commit in arm-wince-cegcc-libstdcppdll/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:55:07
  Author: spupykin
Revision: 99172

Modified:
  arm-wince-cegcc-libstdcppdll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:54:44 UTC (rev 99171)
+++ PKGBUILD2013-10-25 09:55:07 UTC (rev 99172)
@@ -13,7 +13,7 @@
 makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs'
 'arm-wince-cegcc-w32api')
 groups=('cegcc')
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
 



[arch-commits] Commit in arm-wince-cegcc-importlibs/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:54:44
  Author: spupykin
Revision: 99171

Modified:
  arm-wince-cegcc-importlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:54:27 UTC (rev 99170)
+++ PKGBUILD2013-10-25 09:54:44 UTC (rev 99171)
@@ -11,7 +11,7 @@
 url=http://cegcc.sf.net;
 depends=()
 makedepends=('arm-wince-cegcc-binutils')
-options=(!libtool !strip)
+options=(!libtool !strip staticlibs)
 groups=('cegcc')
 source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
 md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')



[arch-commits] Commit in arm-wince-cegcc-newlib/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:55:29
  Author: spupykin
Revision: 99173

Modified:
  arm-wince-cegcc-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:55:07 UTC (rev 99172)
+++ PKGBUILD2013-10-25 09:55:29 UTC (rev 99173)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=('any')
 license=('GPL')
-options=('!libtool' '!strip')
+options=('!libtool' '!strip' staticlibs)
 url=http://cegcc.sf.net;
 depends=()
 makedepends=('arm-wince-cegcc-gcc-base' 'arm-wince-cegcc-binutils' 
'arm-wince-cegcc-w32api')



[arch-commits] Commit in sdl2/repos (4 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:55:33
  Author: svenstaro
Revision: 197389

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 197388, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 197388, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 09:55:28 UTC (rev 197388)
+++ extra-i686/PKGBUILD 2013-10-25 09:55:33 UTC (rev 197389)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 197388, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 09:55:33 UTC (rev 197389)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('0eb97039488bf463e775295f7b18b227')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 09:55:28 UTC (rev 197388)
+++ extra-x86_64/PKGBUILD   2013-10-25 09:55:33 UTC (rev 197389)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 197388, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-25 09:55:33 UTC (rev 197389)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')

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

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:55:28
  Author: svenstaro
Revision: 197388

upgpkg: sdl2 2.0.1-1

Updating to 2.0.1

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:46:35 UTC (rev 197387)
+++ PKGBUILD2013-10-25 09:55:28 UTC (rev 197388)
@@ -1,8 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
 pkgname=sdl2
-pkgver=2.0.0
-pkgrel=4
+pkgver=2.0.1
+pkgrel=1
 pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
 arch=('i686' 'x86_64')
 url=http://www.libsdl.org;
@@ -12,7 +11,7 @@
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
 source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
+md5sums=('0eb97039488bf463e775295f7b18b227')
 
 build() {
   cd ${srcdir}/SDL2-${pkgver}



[arch-commits] Commit in arm-wince-cegcc-profile/trunk (PKGBUILD)

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 11:55:38
  Author: spupykin
Revision: 99174

Modified:
  arm-wince-cegcc-profile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:55:29 UTC (rev 99173)
+++ PKGBUILD2013-10-25 09:55:38 UTC (rev 99174)
@@ -8,7 +8,7 @@
 pkgdesc=CE GCC bundle - cross compilation tools for WinCE
 arch=('any')
 license=(GPL)
-options=(!libtool)
+options=(!libtool staticlibs)
 url=http://cegcc.sf.net;
 depends=('arm-wince-cegcc-cegccdll')
 makedepends=('arm-wince-cegcc-gcc' 'arm-wince-cegcc-newlib' 
'arm-wince-cegcc-importlibs'



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

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:59:34
  Author: svenstaro
Revision: 99175

upgpkg: teamspeak3 3.0.13.1-1

Updating to 3.0.13.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:55:38 UTC (rev 99174)
+++ PKGBUILD2013-10-25 09:59:34 UTC (rev 99175)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.13
+pkgver=3.0.13.1
 pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'icon.xpm'
 'teamspeak3.launcher')
-md5sums=('1227fe19b2bf9f01b6863b36241c0f43'
- 'e3d1a0834859286c1e9e1a32c52bf8b4'
+md5sums=('0ca274f52b0e491cbdce8d4a1767586a'
+ 'bc3254928298ea1be6e9c2b44ad397c8'
  '98e987a42511f159fa2228f5e0bffed1'
  '19f103384e4c1a0aafc8fed44de0c87b'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')



[arch-commits] Commit in teamspeak3/repos (20 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:59:42
  Author: svenstaro
Revision: 99176

archrelease: copy trunk to community-i686, community-x86_64

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 99175, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 99175, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 99175, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 99175, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 99175, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 99175, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 99175, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 99175, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 99175, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 99175, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  130 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   65 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   65 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 99175, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 09:59:34 UTC (rev 99175)
+++ community-i686/PKGBUILD 2013-10-25 09:59:42 UTC (rev 99176)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.13
-pkgrel=1
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('1227fe19b2bf9f01b6863b36241c0f43'
- 'e3d1a0834859286c1e9e1a32c52bf8b4'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Run Installer
-  sh ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm 

[arch-commits] Commit in scite/repos (8 files)

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 12:00:48
  Author: arodseth
Revision: 99178

archrelease: copy trunk to community-x86_64, community-i686

Added:
  scite/repos/community-i686/PKGBUILD
(from rev 99177, scite/trunk/PKGBUILD)
  scite/repos/community-i686/scite.install
(from rev 99177, scite/trunk/scite.install)
  scite/repos/community-x86_64/PKGBUILD
(from rev 99177, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/scite.install
(from rev 99177, scite/trunk/scite.install)
Deleted:
  scite/repos/community-i686/PKGBUILD
  scite/repos/community-i686/scite.install
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/scite.install

+
 /PKGBUILD  |  100 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 10:00:35 UTC (rev 99177)
+++ community-i686/PKGBUILD 2013-10-25 10:00:48 UTC (rev 99178)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.3.5
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C $srcdir/scintilla/gtk
-  make -C $srcdir/$pkgname/gtk
-}
-
-package() {
-  cd $pkgname/gtk
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 $srcdir/scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 99177, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 10:00:48 UTC (rev 99178)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.3.6
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C $srcdir/scintilla/gtk
+  make -C $srcdir/$pkgname/gtk
+}
+
+package() {
+  cd $pkgname/gtk
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 $srcdir/scintilla/License.txt \
+

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

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 12:00:35
  Author: arodseth
Revision: 99177

upgpkg: scite 3.3.6-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:59:42 UTC (rev 99176)
+++ PKGBUILD2013-10-25 10:00:35 UTC (rev 99177)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89')
+sha256sums=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



[arch-commits] Commit in synergy/repos (12 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 12:06:24
  Author: svenstaro
Revision: 99180

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 99179, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys.service
(from rev 99179, synergy/trunk/synergys.service)
  synergy/repos/community-i686/synergys.socket
(from rev 99179, synergy/trunk/synergys.socket)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 99179, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys.service
(from rev 99179, synergy/trunk/synergys.service)
  synergy/repos/community-x86_64/synergys.socket
(from rev 99179, synergy/trunk/synergys.socket)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys.service
  synergy/repos/community-i686/synergys.socket
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys.service
  synergy/repos/community-x86_64/synergys.socket

---+
 /PKGBUILD |  116 
 /synergys.service |   20 ++
 /synergys.socket  |   18 +
 community-i686/PKGBUILD   |   58 --
 community-i686/synergys.service   |   10 ---
 community-i686/synergys.socket|9 --
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/synergys.service |   10 ---
 community-x86_64/synergys.socket  |9 --
 9 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 10:06:18 UTC (rev 99179)
+++ community-i686/PKGBUILD 2013-10-25 10:06:24 UTC (rev 99180)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-pkgname=synergy
-pkgver=1.4.14
-pkgrel=1
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
-makedepends=('libxt' 'cmake' 'qt4' 'unzip')
-optdepends=('qt4: gui support')
-license=('GPL2')
-source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
-synergys.socket
-synergys.service)
-sha512sums=('3e9ca96f36573e400c9694daba026322cbf36bbabdbf69687cbadb6010834d1afd81845533775564ba7aadbf3a8be8582d9e5b9d33abfa483a174b40e084add4'
-
'f7d918faf4a25654786f270fc48b6e4089ecd1b2f504bb90de543b47a862733f7be067e06fd613d621bba48d20dc63214966e2cfbd2cb3fcbfe623d6d41f10ad'
-
'a10dfe5b24ac6f4a2ef3a3a9f8a6a3c432b91d5e59d1fae2258d37c5be00ac8f172656fa0d213012c7dc94ab8c04c3945ae33acfcd5db5fad8b37ccc9f5e980f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source
-
-  # Unzip the crypto library
-  unzip -d tools/cryptopp562 tools/cryptopp562.zip
-
-  cmake -D CMAKE_INSTALL_PREFIX=/usr . 
-  make
-
-  cd src/gui
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source/bin
-
-  # install binary
-  install -Dm755 synergy $pkgdir/usr/bin/synergy
-  install -Dm755 synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-
-  # install systemd service and socket
-  install -d $pkgdir/usr/lib/systemd/system
-  install -Dm644 $srcdir/synergys.service $pkgdir/usr/lib/systemd/system/
-  install -Dm644 $srcdir/synergys.socket $pkgdir/usr/lib/systemd/system/
-
-  # install desktop/icon stuff
-  cd ../res
-  install -Dm644 synergy.ico $pkgdir/usr/share/pixmaps/synergy.ico
-  install -Dm644 synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
-}

Copied: synergy/repos/community-i686/PKGBUILD (from rev 99179, 
synergy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 10:06:24 UTC (rev 99180)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jelle van der Waa jelle vdwaa nl
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Michael Düll m...@akurei.me
+
+pkgname=synergy
+pkgver=1.4.15
+pkgrel=1
+pkgdesc=Share a single mouse and keyboard between multiple computers
+url=http://synergy-foss.org;
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
+makedepends=('libxt' 'cmake' 'qt4' 'unzip')
+optdepends=('qt4: gui support')
+license=('GPL2')
+source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
+

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

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 12:06:18
  Author: svenstaro
Revision: 99179

upgpkg: synergy 1.4.15-1

Updating to 1.4.15

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 10:00:48 UTC (rev 99178)
+++ PKGBUILD2013-10-25 10:06:18 UTC (rev 99179)
@@ -5,7 +5,7 @@
 # Contributor: Michael Düll m...@akurei.me
 
 pkgname=synergy
-pkgver=1.4.14
+pkgver=1.4.15
 pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
@@ -17,7 +17,7 @@
 source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
 synergys.socket
 synergys.service)
-sha512sums=('3e9ca96f36573e400c9694daba026322cbf36bbabdbf69687cbadb6010834d1afd81845533775564ba7aadbf3a8be8582d9e5b9d33abfa483a174b40e084add4'
+sha512sums=('857e8cbfb0b32c7dc325de5765f182f4e4fb198443b4a3e26d38c2d3dec3819e57057b91a202b53c86d4fad18154d1d58b401812dd8fabc384255e44d4b4b01a'
 
'f7d918faf4a25654786f270fc48b6e4089ecd1b2f504bb90de543b47a862733f7be067e06fd613d621bba48d20dc63214966e2cfbd2cb3fcbfe623d6d41f10ad'
 
'a10dfe5b24ac6f4a2ef3a3a9f8a6a3c432b91d5e59d1fae2258d37c5be00ac8f172656fa0d213012c7dc94ab8c04c3945ae33acfcd5db5fad8b37ccc9f5e980f')
 



[arch-commits] Commit in percona-server/trunk (PKGBUILD mysql56-bison3.patch)

2013-10-25 Thread Massimiliano Torromeo
Date: Friday, October 25, 2013 @ 12:33:17
  Author: mtorromeo
Revision: 99181

upgpkg: percona-server 5.6.14_rel62.0-1

Updated to 5.6.14_rel62.0

Modified:
  percona-server/trunk/PKGBUILD
  percona-server/trunk/mysql56-bison3.patch

--+
 PKGBUILD |8 
 mysql56-bison3.patch |  621 -
 2 files changed, 319 insertions(+), 310 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 99180:99181 to see the changes.


[arch-commits] Commit in mac/repos/community-i686 (PKGBUILD PKGBUILD)

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:34:43
  Author: schuay
Revision: 99183

archrelease: copy trunk to community-i686

Added:
  mac/repos/community-i686/PKGBUILD
(from rev 99182, mac/trunk/PKGBUILD)
Deleted:
  mac/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 10:34:34 UTC (rev 99182)
+++ PKGBUILD2013-10-25 10:34:43 UTC (rev 99183)
@@ -1,30 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: stonecrest stonecrest[at]gmail[dot]com
-
-pkgname=mac
-pkgver='3.99u4b5'
-_pkgver='3.99-u4-b5-s7'
-pkgrel=5
-pkgdesc='APE codec and decompressor'
-arch=('i686' 'x86_64')
-url='http://etree.org/shnutils/shntool/'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('yasm')
-_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
-source=(${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('74df3c96476636387ddd12255b03bebe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  ./configure --prefix=/usr --enable-assembly=yes 
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 src/License.htm \
-  ${pkgdir}/usr/share/licenses/${pkgname}/license.htm
-}

Copied: mac/repos/community-i686/PKGBUILD (from rev 99182, mac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 10:34:43 UTC (rev 99183)
@@ -0,0 +1,30 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: stonecrest stonecrest[at]gmail[dot]com
+
+pkgname=mac
+pkgver='3.99u4b5'
+_pkgver='3.99-u4-b5-s7'
+pkgrel=6
+pkgdesc='APE codec and decompressor'
+arch=('i686' 'x86_64')
+url='http://etree.org/shnutils/shntool/'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('yasm')
+_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
+source=(${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('74df3c96476636387ddd12255b03bebe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  ./configure --prefix=/usr --enable-assembly=yes 
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 src/License.htm \
+  ${pkgdir}/usr/share/licenses/${pkgname}/license.htm
+}



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

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:34:34
  Author: schuay
Revision: 99182

mac-3.99u4b5-6

Modified:
  mac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 10:33:17 UTC (rev 99181)
+++ PKGBUILD2013-10-25 10:34:34 UTC (rev 99182)
@@ -4,7 +4,7 @@
 pkgname=mac
 pkgver='3.99u4b5'
 _pkgver='3.99-u4-b5-s7'
-pkgrel=5
+pkgrel=6
 pkgdesc='APE codec and decompressor'
 arch=('i686' 'x86_64')
 url='http://etree.org/shnutils/shntool/'



[arch-commits] Commit in mac/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:34:49
  Author: schuay
Revision: 99184

archrelease: copy trunk to community-x86_64

Added:
  mac/repos/community-x86_64/PKGBUILD
(from rev 99183, mac/trunk/PKGBUILD)
Deleted:
  mac/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 10:34:43 UTC (rev 99183)
+++ PKGBUILD2013-10-25 10:34:49 UTC (rev 99184)
@@ -1,30 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: stonecrest stonecrest[at]gmail[dot]com
-
-pkgname=mac
-pkgver='3.99u4b5'
-_pkgver='3.99-u4-b5-s7'
-pkgrel=5
-pkgdesc='APE codec and decompressor'
-arch=('i686' 'x86_64')
-url='http://etree.org/shnutils/shntool/'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('yasm')
-_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
-source=(${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('74df3c96476636387ddd12255b03bebe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  ./configure --prefix=/usr --enable-assembly=yes 
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 src/License.htm \
-  ${pkgdir}/usr/share/licenses/${pkgname}/license.htm
-}

Copied: mac/repos/community-x86_64/PKGBUILD (from rev 99183, mac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 10:34:49 UTC (rev 99184)
@@ -0,0 +1,30 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: stonecrest stonecrest[at]gmail[dot]com
+
+pkgname=mac
+pkgver='3.99u4b5'
+_pkgver='3.99-u4-b5-s7'
+pkgrel=6
+pkgdesc='APE codec and decompressor'
+arch=('i686' 'x86_64')
+url='http://etree.org/shnutils/shntool/'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('yasm')
+_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
+source=(${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('74df3c96476636387ddd12255b03bebe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  ./configure --prefix=/usr --enable-assembly=yes 
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 src/License.htm \
+  ${pkgdir}/usr/share/licenses/${pkgname}/license.htm
+}



[arch-commits] Commit in percona-server/repos (28 files)

2013-10-25 Thread Massimiliano Torromeo
Date: Friday, October 25, 2013 @ 12:38:59
  Author: mtorromeo
Revision: 99185

archrelease: copy trunk to community-i686, community-x86_64

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 99181, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql56-bison3.patch
(from rev 99181, percona-server/trunk/mysql56-bison3.patch)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 99183, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 99184, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 99184, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 99184, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 99184, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 99184, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql56-bison3.patch
(from rev 99184, percona-server/trunk/mysql56-bison3.patch)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 99184, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 99184, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 99184, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 99184, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 99184, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql56-bison3.patch
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql56-bison3.patch
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  220 
 /mysql56-bison3.patch  | 7804 +++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 
 /percona.install   |   74 
 community-i686/PKGBUILD|  110 
 community-i686/mysql56-bison3.patch| 3893 ---
 community-i686/mysql56-bufsize.patch   |   20 
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 
 community-i686/percona.install |   37 
 community-x86_64/PKGBUILD  |  110 
 community-x86_64/mysql56-bison3.patch  | 3893 ---
 community-x86_64/mysql56-bufsize.patch |   20 
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 
 community-x86_64/percona.install   |   37 
 21 files changed, 8188 insertions(+), 8170 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 99184:99185 to see the changes.


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

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:59:09
  Author: schuay
Revision: 99186

simavr-1.1-1

Modified:
  simavr/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 10:38:59 UTC (rev 99185)
+++ PKGBUILD2013-10-25 10:59:09 UTC (rev 99186)
@@ -1,31 +1,28 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=simavr
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc='A lean, mean and hackable AVR simulator'
 arch=('i686' 'x86_64')
 url=https://github.com/buserror-uk/simavr;
 license=('GPL3')
 depends=('elfutils')
-makedepends=('avr-libc')
-source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
+makedepends=('avr-libc' 'git')
+source=(${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver};)
 options=(!strip)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
 
-  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
-  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
-
-  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
-  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+  CFLAGS=-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
   build-simavr
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make PREFIX=/usr DESTDIR=$pkgdir/usr install
 }
 
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')



[arch-commits] Commit in simavr/repos/community-i686 (PKGBUILD PKGBUILD)

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:59:19
  Author: schuay
Revision: 99187

archrelease: copy trunk to community-i686

Added:
  simavr/repos/community-i686/PKGBUILD
(from rev 99186, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   59 ---
 1 file changed, 28 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 10:59:09 UTC (rev 99186)
+++ PKGBUILD2013-10-25 10:59:19 UTC (rev 99187)
@@ -1,31 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=simavr
-pkgver=1.0
-pkgrel=2
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('i686' 'x86_64')
-url=https://github.com/buserror-uk/simavr;
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc')
-source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
-  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
-
-  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
-  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
-  build-simavr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir/usr install
-}
-
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')

Copied: simavr/repos/community-i686/PKGBUILD (from rev 99186, 
simavr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 10:59:19 UTC (rev 99187)
@@ -0,0 +1,28 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=simavr
+pkgver=1.1
+pkgrel=1
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('i686' 'x86_64')
+url=https://github.com/buserror-uk/simavr;
+license=('GPL3')
+depends=('elfutils')
+makedepends=('avr-libc' 'git')
+source=(${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver};)
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+  CFLAGS=-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
+  build-simavr
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir/usr install
+}
+



[arch-commits] Commit in simavr/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-10-25 Thread Jakob Gruber
Date: Friday, October 25, 2013 @ 12:59:25
  Author: schuay
Revision: 99188

archrelease: copy trunk to community-x86_64

Added:
  simavr/repos/community-x86_64/PKGBUILD
(from rev 99187, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 ---
 1 file changed, 28 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 10:59:19 UTC (rev 99187)
+++ PKGBUILD2013-10-25 10:59:25 UTC (rev 99188)
@@ -1,31 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=simavr
-pkgver=1.0
-pkgrel=2
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('i686' 'x86_64')
-url=https://github.com/buserror-uk/simavr;
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc')
-source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
-  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
-
-  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
-  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
-  build-simavr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir/usr install
-}
-
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')

Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 99187, 
simavr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 10:59:25 UTC (rev 99188)
@@ -0,0 +1,28 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=simavr
+pkgver=1.1
+pkgrel=1
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('i686' 'x86_64')
+url=https://github.com/buserror-uk/simavr;
+license=('GPL3')
+depends=('elfutils')
+makedepends=('avr-libc' 'git')
+source=(${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver};)
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+  CFLAGS=-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
+  build-simavr
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir/usr install
+}
+



[arch-commits] Commit in libass/repos (4 files)

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 13:10:08
  Author: giovanni
Revision: 197391

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libass/repos/extra-i686/PKGBUILD
(from rev 197390, libass/trunk/PKGBUILD)
  libass/repos/extra-x86_64/PKGBUILD
(from rev 197390, libass/trunk/PKGBUILD)
Deleted:
  libass/repos/extra-i686/PKGBUILD
  libass/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 11:10:00 UTC (rev 197390)
+++ extra-i686/PKGBUILD 2013-10-25 11:10:08 UTC (rev 197391)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=libass
-pkgver=0.10.1
-pkgrel=2
-pkgdesc=A portable library for SSA/ASS subtitles rendering
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/libass/;
-license=('BSD')
-depends=('enca' 'fontconfig' 'fribidi')
-makedepends=('pkg-config')
-source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0f54b1f3a24fa897ebbbcc5bc744b32a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libass/repos/extra-i686/PKGBUILD (from rev 197390, 
libass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 11:10:08 UTC (rev 197391)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/libass/;
+license=('BSD')
+depends=('enca' 'fontconfig' 'fribidi')
+makedepends=('pkg-config')
+source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce672ed5629c9708b3401b976f516744')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 11:10:00 UTC (rev 197390)
+++ extra-x86_64/PKGBUILD   2013-10-25 11:10:08 UTC (rev 197391)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=libass
-pkgver=0.10.1
-pkgrel=2
-pkgdesc=A portable library for SSA/ASS subtitles rendering
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/libass/;
-license=('BSD')
-depends=('enca' 'fontconfig' 'fribidi')
-makedepends=('pkg-config')
-source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0f54b1f3a24fa897ebbbcc5bc744b32a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 197390, 
libass/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-25 11:10:08 UTC (rev 197391)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=libass
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=A portable library for SSA/ASS subtitles rendering
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/libass/;
+license=('BSD')
+depends=('enca' 'fontconfig' 'fribidi')
+makedepends=('pkg-config')
+source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce672ed5629c9708b3401b976f516744')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 13:10:00
  Author: giovanni
Revision: 197390

upgpkg: libass 0.10.2-1

upstream release

Modified:
  libass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:55:33 UTC (rev 197389)
+++ PKGBUILD2013-10-25 11:10:00 UTC (rev 197390)
@@ -3,8 +3,8 @@
 # Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
 
 pkgname=libass
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc=A portable library for SSA/ASS subtitles rendering
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/libass/;
@@ -12,7 +12,7 @@
 depends=('enca' 'fontconfig' 'fribidi')
 makedepends=('pkg-config')
 source=(http://libass.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0f54b1f3a24fa897ebbbcc5bc744b32a')
+md5sums=('ce672ed5629c9708b3401b976f516744')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 13:15:21
  Author: giovanni
Revision: 197392

upgpkg: enca 1.15-1

upstream release

Modified:
  enca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 11:10:08 UTC (rev 197391)
+++ PKGBUILD2013-10-25 11:15:21 UTC (rev 197392)
@@ -3,8 +3,8 @@
 # Contributor: Filip Dvorak f...@pruda.com
 
 pkgname=enca
-pkgver=1.14
-pkgrel=2
+pkgver=1.15
+pkgrel=1
 pkgdesc=Charset analyser and converter
 arch=('i686' 'x86_64')
 url=http://cihar.com/software/enca/;
@@ -11,8 +11,9 @@
 options=('!libtool')
 license=('GPL')
 depends=('recode')
+options=('!docs')
 source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('03792f25aed003d3ea33b3ce1be1f256')
+md5sums=('fef132969d26e649719eae08297a4a52')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in enca/repos (4 files)

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 13:15:36
  Author: giovanni
Revision: 197393

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  enca/repos/extra-i686/PKGBUILD
(from rev 197392, enca/trunk/PKGBUILD)
  enca/repos/extra-x86_64/PKGBUILD
(from rev 197392, enca/trunk/PKGBUILD)
Deleted:
  enca/repos/extra-i686/PKGBUILD
  enca/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   32 ---
 extra-x86_64/PKGBUILD |   32 ---
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 11:15:21 UTC (rev 197392)
+++ extra-i686/PKGBUILD 2013-10-25 11:15:36 UTC (rev 197393)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.14
-pkgrel=2
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://cihar.com/software/enca/;
-options=('!libtool')
-license=('GPL')
-depends=('recode')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('03792f25aed003d3ea33b3ce1be1f256')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-i686/PKGBUILD (from rev 197392, enca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 11:15:36 UTC (rev 197393)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.15
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+options=('!libtool')
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fef132969d26e649719eae08297a4a52')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 11:15:21 UTC (rev 197392)
+++ extra-x86_64/PKGBUILD   2013-10-25 11:15:36 UTC (rev 197393)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Filip Dvorak f...@pruda.com
-
-pkgname=enca
-pkgver=1.14
-pkgrel=2
-pkgdesc=Charset analyser and converter
-arch=('i686' 'x86_64')
-url=http://cihar.com/software/enca/;
-options=('!libtool')
-license=('GPL')
-depends=('recode')
-source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('03792f25aed003d3ea33b3ce1be1f256')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --with-librecode=/usr \
-  --enable-external
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: enca/repos/extra-x86_64/PKGBUILD (from rev 197392, enca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-25 11:15:36 UTC (rev 197393)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Filip Dvorak f...@pruda.com
+
+pkgname=enca
+pkgver=1.15
+pkgrel=1
+pkgdesc=Charset analyser and converter
+arch=('i686' 'x86_64')
+url=http://cihar.com/software/enca/;
+options=('!libtool')
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=(http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fef132969d26e649719eae08297a4a52')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --with-librecode=/usr \
+  --enable-external
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 14:02:34
  Author: arodseth
Revision: 99189

upgpkg: liteide 19-4

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 10:59:25 UTC (rev 99188)
+++ PKGBUILD2013-10-25 12:02:34 UTC (rev 99189)
@@ -5,12 +5,12 @@
 
 pkgname=liteide
 pkgver=19
-pkgrel=3
+pkgrel=4
 pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
 license=('LGPL')
 arch=('x86_64' 'i686')
 url='https://github.com/visualfc/liteide'
-depends=('go' 'libpng12' 'qt5-webkit')
+depends=('go' 'libpng' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
 makedepends=('gendesk')



[arch-commits] Commit in liteide/repos (12 files)

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 14:02:44
  Author: arodseth
Revision: 99190

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 99189, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 99189, liteide/trunk/liteide.png)
  liteide/repos/community-i686/liteide.sh
(from rev 99189, liteide/trunk/liteide.sh)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 99189, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 99189, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/liteide.sh
(from rev 99189, liteide/trunk/liteide.sh)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-i686/liteide.sh
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png
  liteide/repos/community-x86_64/liteide.sh

-+
 /PKGBUILD   |  178 ++
 /liteide.sh |   14 +++
 community-i686/PKGBUILD |   89 -
 community-i686/liteide.sh   |7 -
 community-x86_64/PKGBUILD   |   89 -
 community-x86_64/liteide.sh |7 -
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 12:02:34 UTC (rev 99189)
+++ community-i686/PKGBUILD 2013-10-25 12:02:44 UTC (rev 99190)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-
-pkgname=liteide
-pkgver=19
-pkgrel=3
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'libpng12' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk')
-options=('!strip' '!emptydirs')
-source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
-'liteide.png'
-'liteide.sh')
-sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'5d6f05b072586c31e3a4a08ea2d7332dd0a78f5db6b2d088fb76e8cb032672f0')
-
-prepare() {
-  cd $srcdir
-
-  gendesk -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  cd liteide-x$pkgver/build
-  chmod +x build_linux.sh
-}
-
-build() {
-  cd $srcdir/liteide-x$pkgver/build
-
-  QTDIR=/usr ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  cd $srcdir/liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview; do
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  install -Dm755 bin/liteide $pkgdir/usr/bin/liteide.elf
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 99189, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 12:02:44 UTC (rev 99190)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+
+pkgname=liteide
+pkgver=19
+pkgrel=4
+pkgdesc='IDE for editing and building projects written in the Go programming 
language 

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

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 14:07:05
  Author: giovanni
Revision: 197394

upgpkg: vlc 2.1.0-4

libass.so.5 bump

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 11:15:36 UTC (rev 197393)
+++ PKGBUILD2013-10-25 12:07:05 UTC (rev 197394)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2013-10-25 Thread Sergej Pupykin
Date: Friday, October 25, 2013 @ 14:06:59
  Author: spupykin
Revision: 99191

fix file name in local cache, update checksum

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 12:02:44 UTC (rev 99190)
+++ PKGBUILD2013-10-25 12:06:59 UTC (rev 99191)
@@ -27,10 +27,10 @@
 replaces=('myththemes' 'mythplugins-mythvideo')
 backup=()
 install='mythtv.install'
-source=(http://www.$pkgname.org/download/$pkgname/$pkgver;
+source=($pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver;
 'mythbackend.service'
 
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('670b378e379df05a4f2ac28cc3cb2578587b42cb03710e0b230b75d692f8e2b8'
+sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
 'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
 '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 



[arch-commits] Commit in vlc/repos (12 files)

2013-10-25 Thread Giovanni Scafora
Date: Friday, October 25, 2013 @ 14:07:13
  Author: giovanni
Revision: 197395

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 197394, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
(from rev 197394, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 197394, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 197394, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
(from rev 197394, vlc/trunk/vlc-2.0.7-vaapi-compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 197394, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc-2.0.7-vaapi-compat.patch
  vlc/repos/extra-x86_64/vlc.install

---+
 /PKGBUILD |  214 
 /vlc-2.0.7-vaapi-compat.patch |   22 ++
 /vlc.install  |   36 
 extra-i686/PKGBUILD   |  107 --
 extra-i686/vlc-2.0.7-vaapi-compat.patch   |   11 -
 extra-i686/vlc.install|   18 --
 extra-x86_64/PKGBUILD |  107 --
 extra-x86_64/vlc-2.0.7-vaapi-compat.patch |   11 -
 extra-x86_64/vlc.install  |   18 --
 9 files changed, 272 insertions(+), 272 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 12:07:05 UTC (rev 197394)
+++ extra-i686/PKGBUILD 2013-10-25 12:07:13 UTC (rev 197395)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=2.1.0
-pkgrel=3
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
- 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'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'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz;
-vlc-2.0.7-vaapi-compat.patch)
-md5sums=('8c77bda671821f5b9ede96b6816e2ade'
- '6df10774bb7acf20e09d6139e5c7839e')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver/.a}
-
-  patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-}
-
-build() {
-  cd 

[arch-commits] Commit in upower/repos (4 files)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:21:03
  Author: heftig
Revision: 197397

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  upower/repos/testing-i686/
  upower/repos/testing-i686/PKGBUILD
(from rev 197396, upower/trunk/PKGBUILD)
  upower/repos/testing-x86_64/
  upower/repos/testing-x86_64/PKGBUILD
(from rev 197396, upower/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: upower/repos/testing-i686/PKGBUILD (from rev 197396, 
upower/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-25 12:21:03 UTC (rev 197397)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.23
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+backup=('etc/UPower/UPower.conf')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('39cfd97bfaf7d30908f20cf937a57634')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: upower/repos/testing-x86_64/PKGBUILD (from rev 197396, 
upower/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-25 12:21:03 UTC (rev 197397)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.23
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+backup=('etc/UPower/UPower.conf')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('39cfd97bfaf7d30908f20cf937a57634')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in upower/trunk (PKGBUILD git-fixes.patch)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:20:46
  Author: heftig
Revision: 197396

0.9.23

Modified:
  upower/trunk/PKGBUILD
Deleted:
  upower/trunk/git-fixes.patch

-+
 PKGBUILD|9 +---
 git-fixes.patch |  112 --
 2 files changed, 3 insertions(+), 118 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 12:07:13 UTC (rev 197395)
+++ PKGBUILD2013-10-25 12:20:46 UTC (rev 197396)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
@@ -12,14 +12,11 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 backup=('etc/UPower/UPower.conf')
 options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d'
- 'd47377f5f8a02e38f81b6a63d8a19ef3')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('39cfd97bfaf7d30908f20cf937a57634')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Deleted: git-fixes.patch
===
--- git-fixes.patch 2013-10-25 12:07:13 UTC (rev 197395)
+++ git-fixes.patch 2013-10-25 12:20:46 UTC (rev 197396)
@@ -1,112 +0,0 @@
-From e4858d94343bba2afbebcd1a4925c981a38a9579 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Thu, 10 Oct 2013 16:32:41 +
-Subject: up-client: Really don't overwrite retval with prop values
-
-db89e5a32bf2c16c0d3d00f6c8f0ef7e5e7efa8f was incomplete and
-ret was being used instead of prop_val to set some of those
-properties. It's likely your laptop would have been seen as
-docked for example.

-diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
-index 757e4a1..2334a68 100644
 a/libupower-glib/up-client.c
-+++ b/libupower-glib/up-client.c
-@@ -360,7 +360,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
- 
-   prop_val = g_value_get_boolean (value)  allowed;
-   if (prop_val != client-priv-can_suspend) {
--  client-priv-can_suspend = ret;
-+  client-priv-can_suspend = prop_val;
-   g_object_notify (G_OBJECT(client), can-suspend);
-   }
- 
-@@ -376,7 +376,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
- 
-   prop_val = g_value_get_boolean (value)  allowed;
-   if (prop_val != client-priv-can_hibernate) {
--  client-priv-can_hibernate = ret;
-+  client-priv-can_hibernate = prop_val;
-   g_object_notify (G_OBJECT(client), can-hibernate);
-   }
- #endif /* ENABLE_DEPRECATED */
-@@ -388,7 +388,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
-   }
-   prop_val = g_value_get_boolean (value);
-   if (prop_val != client-priv-lid_is_closed) {
--  client-priv-lid_is_closed = ret;
-+  client-priv-lid_is_closed = prop_val;
-   g_object_notify (G_OBJECT(client), lid-is-closed);
-   }
- 
-@@ -399,7 +399,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
-   }
-   prop_val = g_value_get_boolean (value);
-   if (prop_val != client-priv-on_battery) {
--  client-priv-on_battery = ret;
-+  client-priv-on_battery = prop_val;
-   g_object_notify (G_OBJECT(client), on-battery);
-   }
- 
-@@ -410,7 +410,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
-   }
-   prop_val = g_value_get_boolean (value);
-   if (prop_val != client-priv-on_low_battery) {
--  client-priv-on_low_battery = ret;
-+  client-priv-on_low_battery = prop_val;
-   g_object_notify (G_OBJECT(client), on-low-battery);
-   }
- 
-@@ -421,7 +421,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
-   }
-   prop_val = g_value_get_boolean (value);
-   if (prop_val != client-priv-lid_is_present) {
--  client-priv-lid_is_present = ret;
-+  client-priv-lid_is_present = prop_val;
-   g_object_notify (G_OBJECT(client), lid-is-present);
-   }
- 
-@@ -431,8 +431,8 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
-   goto out;
-   }
-   prop_val = g_value_get_boolean (value);
--  if (ret != client-priv-is_docked) {
--  client-priv-is_docked = ret;
-+  if (prop_val != client-priv-is_docked) {
-+  client-priv-is_docked = prop_val;
-   g_object_notify (G_OBJECT(client), is-docked);
-   }
- 
-@@ -443,7 

[arch-commits] Commit in gstreamer0.10-bad/trunk (PKGBUILD)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:22:00
  Author: heftig
Revision: 197398

libass

Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 12:21:03 UTC (rev 197397)
+++ PKGBUILD2013-10-25 12:22:00 UTC (rev 197398)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus')



[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:22:28
  Author: heftig
Revision: 197399

libass

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 12:22:00 UTC (rev 197398)
+++ PKGBUILD2013-10-25 12:22:28 UTC (rev 197399)
@@ -3,13 +3,14 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://gstreamer.freedesktop.org/;
 depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi'
+ 'gobject-introspection')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('a12fac6c106a7e4ae8bb2c7da508688d7db532b818319df2202f497cbd930afa')



[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:22:50
  Author: heftig
Revision: 197400

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 197399, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 197399, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   41 ---
 extra-x86_64/PKGBUILD |   41 ---
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 12:22:28 UTC (rev 197399)
+++ extra-i686/PKGBUILD 2013-10-25 12:22:50 UTC (rev 197400)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a12fac6c106a7e4ae8bb2c7da508688d7db532b818319df2202f497cbd930afa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 197399, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 12:22:50 UTC (rev 197400)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi'
+ 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a12fac6c106a7e4ae8bb2c7da508688d7db532b818319df2202f497cbd930afa')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 12:22:28 UTC (rev 197399)
+++ extra-x86_64/PKGBUILD   2013-10-25 12:22:50 UTC (rev 197400)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gstreamer0.10-bad/repos (8 files)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 14:23:16
  Author: heftig
Revision: 197401

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
(from rev 197400, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
(from rev 197400, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
(from rev 197400, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install
(from rev 197400, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
Deleted:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install

+
 /PKGBUILD  |  104 +++
 /gstreamer0.10-bad-plugins.install |   22 
 extra-i686/PKGBUILD|   52 ---
 extra-i686/gstreamer0.10-bad-plugins.install   |   11 --
 extra-x86_64/PKGBUILD  |   52 ---
 extra-x86_64/gstreamer0.10-bad-plugins.install |   11 --
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 12:22:50 UTC (rev 197400)
+++ extra-i686/PKGBUILD 2013-10-25 12:23:16 UTC (rev 197401)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gstreamer0.10-bad
-pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
-pkgver=0.10.23
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
-url=http://gstreamer.freedesktop.org/;
-options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
-md5sums=('e4822fa2cc933768e2998311a1565979')
-
-build() {
-  cd ${srcdir}/gst-plugins-bad-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-
-  make
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-# Disable for now: 2 tests fail, one of them is because of not having a camera 
during build.
-#check() {
-#  cd ${srcdir}/gst-plugins-bad-${pkgver}
-#  make check
-#}
-
-package_gstreamer0.10-bad() {
-  pkgdesc=GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)
-  depends=('gstreamer0.10-base=0.10.34')
-
-  cd ${srcdir}/gst-plugins-bad-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_gstreamer0.10-bad-plugins() {
-  pkgdesc=GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)
-  depends=(gstreamer0.10-bad=${pkgver} 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
-  groups=('gstreamer0.10-plugins')
-  install=gstreamer0.10-bad-plugins.install
-
-  cd ${srcdir}/gst-plugins-bad-${pkgver}
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C sys DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gstreamer0.10-bad/repos/extra-i686/PKGBUILD (from rev 197400, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 12:23:16 UTC (rev 197401)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+md5sums=('e4822fa2cc933768e2998311a1565979')
+
+build() {
+  cd 

  1   2   >