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

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 09:27:11
  Author: andrea
Revision: 102479

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 102478, sbt/trunk/LICENSE)
  sbt/repos/community-any/PKGBUILD
(from rev 102478, sbt/trunk/PKGBUILD)
Deleted:
  sbt/repos/community-any/PKGBUILD

--+
 LICENSE  |   25 +
 PKGBUILD |   61 ++---
 2 files changed, 59 insertions(+), 27 deletions(-)

Copied: sbt/repos/community-any/LICENSE (from rev 102478, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-12-12 08:27:11 UTC (rev 102479)
@@ -0,0 +1,25 @@
+Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 08:27:02 UTC (rev 102478)
+++ PKGBUILD2013-12-12 08:27:11 UTC (rev 102479)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Leif Warner abimel...@gmail.com
-
-pkgname=sbt
-epoch=1
-pkgver=0.13.0
-pkgrel=1
-pkgdesc=A minimally intrusive build tool for Scala projects
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-optdepends=('scala')
-source=(http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz;)
-md5sums=('58d9bd204faa04e01d5ccb7ab59516a0')
-
-package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/java/${pkgname}/{bin,conf}
-  install -m755 bin/{sbt,sbt-launch.jar,sbt-launch-lib.bash} 
${pkgdir}/usr/share/java/${pkgname}/bin
-  install -m644 conf/{sbtconfig.txt,sbtopts} 
${pkgdir}/usr/share/java/${pkgname}/conf
-
-  install -d ${pkgdir}/usr/bin/
-  ln -s /usr/share/java/${pkgname}/bin/sbt ${pkgdir}/usr/bin/sbt
-
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 102478, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 08:27:11 UTC (rev 102479)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Leif Warner abimel...@gmail.com
+
+pkgname=sbt
+epoch=1
+pkgver=0.13.1
+pkgrel=1
+pkgdesc=A minimally intrusive build tool for Scala projects
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+optdepends=('scala')
+source=(http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz;
+'LICENSE')
+md5sums=('3e8dc95757f8c70378df638a3047ea9b'
+ '0cc49331142988765ce73782a5839c57')
+
+package() {
+  cd ${pkgname}
+  install -d ${pkgdir}/usr/share/java/${pkgname}/{bin,conf}
+  install -m755 bin/{sbt,sbt-launch.jar,sbt-launch-lib.bash} \
+${pkgdir}/usr/share/java/${pkgname}/bin
+  install -m644 conf/{sbtconfig.txt,sbtopts} \
+${pkgdir}/usr/share/java/${pkgname}/conf
+
+  install -d ${pkgdir}/usr/bin/
+  ln -s /usr/share/java/${pkgname}/bin/sbt ${pkgdir}/usr/bin/sbt
+
+  install -Dm644 ${srcdir}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+}



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

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 09:27:02
  Author: andrea
Revision: 102478

upgpkg: sbt 1:0.13.1-1

Upstream release; add missing license file

Added:
  sbt/trunk/LICENSE
Modified:
  sbt/trunk/PKGBUILD

--+
 LICENSE  |   25 +
 PKGBUILD |   17 -
 2 files changed, 37 insertions(+), 5 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2013-12-12 08:27:02 UTC (rev 102478)
@@ -0,0 +1,25 @@
+Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 03:21:31 UTC (rev 102477)
+++ PKGBUILD2013-12-12 08:27:02 UTC (rev 102478)
@@ -4,7 +4,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc=A minimally intrusive build tool for Scala projects
 arch=('any')
@@ -12,16 +12,23 @@
 license=('BSD')
 depends=('java-runtime-headless' 'sh')
 optdepends=('scala')
-source=(http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz;)
-md5sums=('58d9bd204faa04e01d5ccb7ab59516a0')
+source=(http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz;
+'LICENSE')
+md5sums=('3e8dc95757f8c70378df638a3047ea9b'
+ '0cc49331142988765ce73782a5839c57')
 
 package() {
   cd ${pkgname}
   install -d ${pkgdir}/usr/share/java/${pkgname}/{bin,conf}
-  install -m755 bin/{sbt,sbt-launch.jar,sbt-launch-lib.bash} 
${pkgdir}/usr/share/java/${pkgname}/bin
-  install -m644 conf/{sbtconfig.txt,sbtopts} 
${pkgdir}/usr/share/java/${pkgname}/conf
+  install -m755 bin/{sbt,sbt-launch.jar,sbt-launch-lib.bash} \
+${pkgdir}/usr/share/java/${pkgname}/bin
+  install -m644 conf/{sbtconfig.txt,sbtopts} \
+${pkgdir}/usr/share/java/${pkgname}/conf
 
   install -d ${pkgdir}/usr/bin/
   ln -s /usr/share/java/${pkgname}/bin/sbt ${pkgdir}/usr/bin/sbt
 
+  install -Dm644 ${srcdir}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
 }



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

2013-12-12 Thread Jelle van der Waa
Date: Thursday, December 12, 2013 @ 11:34:34
  Author: jelle
Revision: 102481

upgpkg: python-sqlalchemy 0.8.4-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 08:32:25 UTC (rev 102480)
+++ PKGBUILD2013-12-12 10:34:34 UTC (rev 102481)
@@ -4,14 +4,14 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.8.2
+pkgver=0.8.4
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
 license=('custom: MIT')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
-md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
+md5sums=('fd517e1bb4031cac1e3fa00108111b38')
 
 build() {
   cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver



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

2013-12-12 Thread Jelle van der Waa
Date: Thursday, December 12, 2013 @ 11:34:55
  Author: jelle
Revision: 102482

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 102481, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 102481, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   51 --
 community-x86_64/PKGBUILD |   51 --
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 10:34:34 UTC (rev 102481)
+++ community-i686/PKGBUILD 2013-12-12 10:34:55 UTC (rev 102482)
@@ -1,51 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.8.2
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)
-md5sums=('78c5bc43fcbc3dea77fa85caa432625d')
-
-build() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  python setup.py check
-  python2 setup.py check
-
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 102481, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 10:34:55 UTC (rev 102482)
@@ -0,0 +1,51 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.8.4
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
+md5sums=('fd517e1bb4031cac1e3fa00108111b38')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-12 10:34:34 UTC (rev 102481)
+++ community-x86_64/PKGBUILD   2013-12-12 10:34:55 UTC (rev 102482)
@@ -1,51 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.8.2
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz)

[arch-commits] Commit in farstream-0.1/trunk (4 files)

2013-12-12 Thread Jan de Groot
Date: Thursday, December 12, 2013 @ 12:06:39
  Author: jgc
Revision: 201453

Update to branch snapshot, backport patch from 0.2.3 to fix fatal assertion 
with GStreamer, plug an additional memleak with that

Added:
  farstream-0.1/trunk/codec-discovery-intersect.patch
  farstream-0.1/trunk/rtp-memleak.patch
Modified:
  farstream-0.1/trunk/PKGBUILD
Deleted:
  farstream-0.1/trunk/farstream-0.1.2-introspection-tag-order.patch

---+
 PKGBUILD  |   38 --
 codec-discovery-intersect.patch   |   72 +
 farstream-0.1.2-introspection-tag-order.patch |  132 
 rtp-memleak.patch |   24 
 4 files changed, 118 insertions(+), 148 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 05:19:50 UTC (rev 201452)
+++ PKGBUILD2013-12-12 11:06:39 UTC (rev 201453)
@@ -5,7 +5,7 @@
 pkgname=farstream-0.1
 _pkgname=farstream
 pkgver=0.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Audio/Video Communications Framework (legacy version)
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/Farstream;
@@ -12,32 +12,38 @@
 license=('LGPL2.1')
 depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins'
  'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
-makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2')
-source=(http://freedesktop.org/software/$_pkgname/releases/$_pkgname/$_pkgname-$pkgver.tar.gz
+makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2' 
'git' 'gtk-doc')
+source=(git://git.collabora.co.uk/git/farstream.git#commit=54e28e95bed4f04bc95dae509c3724399c79fa29
 farstream-0.1.2-prefer-vp8.patch
-farstream-0.1.2-introspection-tag-order.patch)
-sha256sums=('fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9'
-'5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
-'f540ea6f239e291f9ffc5b806cfea9f9cd0c4f13963e900719a5ee3a3f370124')
+codec-discovery-intersect.patch
+rtp-memleak.patch)
+sha256sums=('SKIP')
 
+prepare() {
+  cd farstream
+  patch -Np1 -i ../farstream-0.1.2-prefer-vp8.patch
+  patch -Np1 -i ../codec-discovery-intersect.patch
+  patch -Np1 -i ../rtp-memleak.patch
+}
+
 build() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/farstream-0.1.2-prefer-vp8.patch
-  patch -Np1 -i $srcdir/farstream-0.1.2-introspection-tag-order.patch
-
+  cd farstream
+  NOCONFIGURE=1 ./autogen.sh
   ./configure \
 --prefix=/usr \
 --with-package-name='Arch Linux Farstream 0.1 Package' \
 --with-package-origin='httpw://www.archlinux.org/' \
---disable-static
-  make
+--enable-gtk-doc --disable-static
+  make -j1
 }
 
 package() {
-  cd $_pkgname-$pkgver
-
+  cd farstream
   make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:
+sha256sums=('SKIP'
+'5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
+'385d7c72e269bf48bd41937442d819a1e6d0f2472b903670a8af5cb96586'
+'b966312ccad90dd30b78ee2df49e9637b3b573e498668bcc58ac208f254440db')

Added: codec-discovery-intersect.patch
===
--- codec-discovery-intersect.patch (rev 0)
+++ codec-discovery-intersect.patch 2013-12-12 11:06:39 UTC (rev 201453)
@@ -0,0 +1,72 @@
+From 50fffb08d941dce58ae48bf531faead8a4e22ed7 Mon Sep 17 00:00:00 2001
+From: Olivier Crête olivier.cr...@collabora.com
+Date: Tue, 02 Apr 2013 23:13:06 +
+Subject: codec-discovery: Intersect different parts of the same caps to reduce 
them
+
+We do this because a caps may have the static payload in a separate structure 
from the encoding-name
+We just want both in the same structure
+---
+diff --git a/gst/fsrtpconference/fs-rtp-discover-codecs.c 
b/gst/fsrtpconference/fs-rtp-discover-codecs.c
+index 5530cc8..df316a4 100644
+--- a/gst/fsrtpconference/fs-rtp-discover-codecs.c
 b/gst/fsrtpconference/fs-rtp-discover-codecs.c
+@@ -384,7 +384,6 @@ validate_h263_codecs (CodecCap *codec_cap)
+   if (!rtp_struct)
+ return FALSE;
+ 
+-  /* If there no h263version, we accept everything */
+   encoding_name = gst_structure_get_string (rtp_struct, encoding-name);
+ 
+   /* If there is no encoding name, we have a problem, lets refuse it */
+@@ -1300,15 +1299,44 @@ get_plugins_filtered_from_caps (FilterFunc filter,
+ else
+ {
+   gint i;
+-  for (i = 0; i  gst_caps_get_size (matched_caps); i++)
++  GPtrArray *capslist = g_ptr_array_new_with_free_func (
++(GDestroyNotify) gst_caps_unref);
++
++  while (gst_caps_get_size (matched_caps)  0)
+   {
+-GstCaps *cur_caps =
+-gst_caps_copy_nth (matched_caps, i);
++GstCaps *stolencaps = gst_caps_new_full (
++  gst_caps_steal_structure (matched_caps, 0), NULL);
++

[arch-commits] Commit in linux/repos (34 files)

2013-12-12 Thread Tobias Powalowski
Date: Thursday, December 12, 2013 @ 12:46:40
  Author: tpowa
Revision: 201454

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/3.12-btrfs-relocate-csums.patch
(from rev 201453, linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 201453, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 201453, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 201453, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 201453, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 201453, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 201453, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 201453, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 201453, 
linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 201453, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 201453, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 201453, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 201453, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 201453, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 201453, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 201453, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.12-btrfs-relocate-csums.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.12-btrfs-relocate-csums.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /3.12-btrfs-relocate-csums.patch  |  126 
 /PKGBUILD |  672 +
 /change-default-console-loglevel.patch|   24 
 /config   |12960 
 /config.x86_64|12562 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.12-btrfs-relocate-csums.patch |   63 
 core-i686/PKGBUILD|  336 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6480 --
 core-i686/config.x86_64   | 6281 -
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 core-x86_64/PKGBUILD  |  336 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6480 --
 core-x86_64/config.x86_64 | 6281 -
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 24 files changed, 26478 insertions(+), 26478 deletions(-)

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


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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:26:36
  Author: foutrelis
Revision: 102483

upgpkg: virtualbox-modules 4.3.4-3

Linux 3.12.4 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 10:34:55 UTC (rev 102482)
+++ PKGBUILD2013-12-12 12:26:36 UTC (rev 102483)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in virtualbox-modules/repos (16 files)

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:26:55
  Author: foutrelis
Revision: 102484

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 102483, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 102483, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 102483, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 102483, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 102483, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 102483, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 102483, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 102483, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   60 -
 community-testing-i686/virtualbox-guest-modules.install   |   21 --
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   63 --
 community-testing-x86_64/build.sh |   60 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-12-12 12:26:36 UTC (rev 102483)
+++ community-testing-i686/PKGBUILD 2013-12-12 12:26:55 UTC (rev 102484)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.12' 'linux3.13'
- 'linux-headers=3.12' 'linux-headers3.13'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.12-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.12' 'linux3.13')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.12' 'linux3.13')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:30:57
  Author: foutrelis
Revision: 102487

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

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

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:30:44 UTC (rev 102486)
+++ community-i686/PKGBUILD 2013-12-12 12:30:57 UTC (rev 102487)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.037.00
-pkgrel=2
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 102486, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:30:57 UTC (rev 102487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=3
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:30:44
  Author: foutrelis
Revision: 102486

upgpkg: r8168 8.037.00-3

Linux 3.12.4 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:27:14 UTC (rev 102485)
+++ PKGBUILD2013-12-12 12:30:44 UTC (rev 102486)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.037.00
-pkgrel=2
+pkgrel=3
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:37:54
  Author: foutrelis
Revision: 102488

upgpkg: bbswitch 0.8-2

Linux 3.12.4 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:30:57 UTC (rev 102487)
+++ PKGBUILD2013-12-12 12:37:54 UTC (rev 102488)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: M0Rf30
 # Contributor: Samsagax samsa...@gmail.com
@@ -5,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=1
+pkgrel=2
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)


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


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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:38:06
  Author: foutrelis
Revision: 102489

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

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

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   32 -
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   32 -
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:37:54 UTC (rev 102488)
+++ community-i686/PKGBUILD 2013-12-12 12:38:06 UTC (rev 102489)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=1
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 102488, 
bbswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:38:06 UTC (rev 102489)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=2
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.12' 'linux3.13')
+makedepends=('linux-headers=3.12' 'linux-headers3.13')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2013-12-12 12:37:54 UTC (rev 102488)
+++ community-i686/bbswitch.install 2013-12-12 12:38:06 UTC (rev 102489)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.12-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 102488, 
bbswitch/trunk/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2013-12-12 12:38:06 UTC (rev 102489)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:42:32
  Author: foutrelis
Revision: 102490

upgpkg: tp_smapi 0.41-40

Linux 3.12.4 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:38:06 UTC (rev 102489)
+++ PKGBUILD2013-12-12 12:42:32 UTC (rev 102490)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=39
+pkgrel=40
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:42:46
  Author: foutrelis
Revision: 102491

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

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

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:42:32 UTC (rev 102490)
+++ community-i686/PKGBUILD 2013-12-12 12:42:46 UTC (rev 102491)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=39
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 102490, 
tp_smapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:42:46 UTC (rev 102491)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=40
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.12' 'linux3.13')
+makedepends=('linux-headers=3.12' 'linux-headers3.13')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname 

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:45:13
  Author: foutrelis
Revision: 102492

upgpkg: vhba-module 20130607-19

Linux 3.12.4 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:42:46 UTC (rev 102491)
+++ PKGBUILD2013-12-12 12:45:13 UTC (rev 102492)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.12-ARCH
-pkgrel=18
+pkgrel=19
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
 '60-vhba.rules')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
+md5sums=('92a681e4665aa85a8335d00395a61697'
  '4dc37dc348b5a2c83585829bde790dcc')
 
 build() {



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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:45:28
  Author: foutrelis
Revision: 102493

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 102492, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 102492, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 102492, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 102492, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 102492, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 102492, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   80 +
 /vhba-module.install |   44 ++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   40 
 community-i686/vhba-module.install   |   22 -
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/vhba-module.install |   22 -
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2013-12-12 12:45:13 UTC (rev 102492)
+++ community-i686/60-vhba.rules2013-12-12 12:45:28 UTC (rev 102493)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 102492, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2013-12-12 12:45:28 UTC (rev 102493)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:45:13 UTC (rev 102492)
+++ community-i686/PKGBUILD 2013-12-12 12:45:28 UTC (rev 102493)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.12-ARCH
-pkgrel=18
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 102492, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:45:28 UTC (rev 102493)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.12-ARCH
+pkgrel=19
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.12' 'linux3.13')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('92a681e4665aa85a8335d00395a61697'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd 

[arch-commits] Commit in anki/repos/community-any (4 files)

2013-12-12 Thread Sergej Pupykin
Date: Thursday, December 12, 2013 @ 13:51:14
  Author: spupykin
Revision: 102495

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 102494, anki/trunk/PKGBUILD)
  anki/repos/community-any/anki.install
(from rev 102494, anki/trunk/anki.install)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki.install

--+
 PKGBUILD |   82 -
 anki.install |   20 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 12:51:02 UTC (rev 102494)
+++ PKGBUILD2013-12-12 12:51:14 UTC (rev 102495)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.18
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('838f74ac0f1456fcc1fe17ef116b3019')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 102494, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 12:51:14 UTC (rev 102495)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.19
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('f5a8201dafed5dd2751f550ea755bd1e')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-12-12 12:51:02 UTC (rev 102494)
+++ anki.install2013-12-12 12:51:14 UTC (rev 102495)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 102494, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-12-12 12:51:14 UTC (rev 102495)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-12-12 Thread Sergej Pupykin
Date: Thursday, December 12, 2013 @ 13:51:02
  Author: spupykin
Revision: 102494

upgpkg: anki 2.0.19-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:45:28 UTC (rev 102493)
+++ PKGBUILD2013-12-12 12:51:02 UTC (rev 102494)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.18
+pkgver=2.0.19
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('838f74ac0f1456fcc1fe17ef116b3019')
+md5sums=('f5a8201dafed5dd2751f550ea755bd1e')
 
 build() {
   cd $srcdir/anki-$pkgver



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

2013-12-12 Thread Sergej Pupykin
Date: Thursday, December 12, 2013 @ 13:51:19
  Author: spupykin
Revision: 102496

upgpkg: redis 2.8.3-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:51:14 UTC (rev 102495)
+++ PKGBUILD2013-12-12 12:51:19 UTC (rev 102496)
@@ -4,7 +4,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
redis.service
redis.logrotate
redis.tmpfiles.d)
-md5sums=('ee527b0c37e1e2cbceb497f5f6b8112b'
+md5sums=('6327e6786130b556b048beef0edbdfa7'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2013-12-12 Thread Sergej Pupykin
Date: Thursday, December 12, 2013 @ 13:51:43
  Author: spupykin
Revision: 102497

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 102496, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.install
(from rev 102496, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 102496, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 102496, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 102496, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 102496, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.install
(from rev 102496, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 102496, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 102496, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 102496, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

---+
 /PKGBUILD |  102 
 /redis.install|   28 +
 /redis.logrotate  |   10 +++
 /redis.service|   30 ++
 /redis.tmpfiles.d |2 
 community-i686/PKGBUILD   |   51 --
 community-i686/redis.install  |   14 
 community-i686/redis.logrotate|5 -
 community-i686/redis.service  |   15 -
 community-i686/redis.tmpfiles.d   |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/redis.install|   14 
 community-x86_64/redis.logrotate  |5 -
 community-x86_64/redis.service|   15 -
 community-x86_64/redis.tmpfiles.d |1 
 15 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:51:19 UTC (rev 102496)
+++ community-i686/PKGBUILD 2013-12-12 12:51:43 UTC (rev 102497)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=Advanced key-value store
-arch=('i686' 'x86_64')
-url=http://redis.io/;
-license=('BSD')
-depends=('bash')
-makedepends=('gcc=3.1' 'make' 'pkgconfig')
-backup=(etc/redis.conf
-   etc/logrotate.d/redis)
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz;
-   redis.service
-   redis.logrotate
-   redis.tmpfiles.d)
-md5sums=('ee527b0c37e1e2cbceb497f5f6b8112b'
- '5320aa6d0f31aadc1d6202ca40425aea'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490')
-
-prepare() {
-  cd $srcdir/${pkgname}-${pkgver}
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-  sed -i 's|daemonize no|daemonize yes|' redis.conf
-  sed -i 's|dir \./|dir /var/lib/redis/|' redis.conf
-  sed -i 's|pidfile .*|pidfile /run/redis/redis.pid|' redis.conf
-  sed -i 's|logfile stdout|logfile /var/log/redis.log|' redis.conf
-}
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN=$pkgdir/usr/bin PREFIX=/usr install
-
-  install -Dm755 $srcdir/${pkgname}-${pkgver}/COPYING 
$pkgdir/usr/share/licenses/redis/COPYING
-  install -Dm644 $srcdir/redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
-  install -Dm644 $srcdir/redis.logrotate $pkgdir/etc/logrotate.d/redis
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/redis.conf 
$pkgdir/etc/redis.conf
-  install -Dm644 $srcdir/redis.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 102496, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:51:43 UTC (rev 102497)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=2.8.3
+pkgrel=1
+pkgdesc=Advanced key-value store
+arch=('i686' 'x86_64')
+url=http://redis.io/;
+license=('BSD')
+depends=('bash')

[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:55:01
  Author: foutrelis
Revision: 102499

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 102498, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 102498, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 102498, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 102498, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 102498, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 102498, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 102498, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 102498, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  120 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   65 ---
 community-i686/build.sh   |   60 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   65 ---
 community-x86_64/build.sh |   60 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 340 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:54:47 UTC (rev 102498)
+++ community-i686/PKGBUILD 2013-12-12 12:55:01 UTC (rev 102499)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.10' 'linux-lts3.11'
- 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.10' 'linux-lts3.11')
-  

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:54:47
  Author: foutrelis
Revision: 102498

upgpkg: virtualbox-modules-lts 4.3.4-3

Linux 3.10.23 rebuild.

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:51:43 UTC (rev 102497)
+++ PKGBUILD2013-12-12 12:54:47 UTC (rev 102498)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -63,3 +63,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=()



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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:57:35
  Author: foutrelis
Revision: 102500

upgpkg: r8168-lts 8.036.00-8

Linux 3.10.23 rebuild.

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:55:01 UTC (rev 102499)
+++ PKGBUILD2013-12-12 12:57:35 UTC (rev 102500)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.036.00
-pkgrel=7
+pkgrel=8
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:57:47
  Author: foutrelis
Revision: 102501

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

Added:
  r8168-lts/repos/community-i686/PKGBUILD
(from rev 102500, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-i686/linux-3.10.patch
(from rev 102500, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-i686/r8168-lts.install
(from rev 102500, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 102500, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-x86_64/linux-3.10.patch
(from rev 102500, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 102500, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-i686/PKGBUILD
  r8168-lts/repos/community-i686/linux-3.10.patch
  r8168-lts/repos/community-i686/r8168-lts.install
  r8168-lts/repos/community-x86_64/PKGBUILD
  r8168-lts/repos/community-x86_64/linux-3.10.patch
  r8168-lts/repos/community-x86_64/r8168-lts.install

+
 /PKGBUILD  |   82 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   41 
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   41 
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:57:35 UTC (rev 102500)
+++ community-i686/PKGBUILD 2013-12-12 12:57:47 UTC (rev 102501)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 102500, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:57:47 UTC (rev 102501)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=8
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Deleted: community-i686/linux-3.10.patch

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:59:28
  Author: foutrelis
Revision: 102502

upgpkg: tp_smapi-lts 0.41-20

Linux 3.10.23 rebuild.

Modified:
  tp_smapi-lts/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:57:47 UTC (rev 102501)
+++ PKGBUILD2013-12-12 12:59:28 UTC (rev 102502)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: xduugu
 # Contributor: nh2
@@ -11,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=19
+pkgrel=20
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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


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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:59:37
  Author: foutrelis
Revision: 102503

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

Added:
  tp_smapi-lts/repos/community-i686/PKGBUILD
(from rev 102502, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
(from rev 102502, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
(from rev 102502, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install
(from rev 102502, tp_smapi-lts/trunk/tp_smapi-lts.install)
Deleted:
  tp_smapi-lts/repos/community-i686/PKGBUILD
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install

---+
 /PKGBUILD |  114 
 /tp_smapi-lts.install |   26 +++
 community-i686/PKGBUILD   |   56 ---
 community-i686/tp_smapi-lts.install   |   13 ---
 community-x86_64/PKGBUILD |   56 ---
 community-x86_64/tp_smapi-lts.install |   13 ---
 6 files changed, 140 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:59:28 UTC (rev 102502)
+++ community-i686/PKGBUILD 2013-12-12 12:59:37 UTC (rev 102503)
@@ -1,56 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi-lts
-_pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-3.10-lts
-pkgver=0.41
-pkgrel=19
-pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux-lts=3.10' 'linux-lts3.11')
-makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${_pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi-lts/repos/community-i686/PKGBUILD (from rev 102502, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:59:37 UTC (rev 102503)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=20
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build 

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

2013-12-12 Thread Tobias Powalowski
Date: Thursday, December 12, 2013 @ 14:11:53
  Author: tpowa
Revision: 201455

upgpkg: linux 3.12.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 11:46:40 UTC (rev 201454)
+++ PKGBUILD2013-12-12 13:11:53 UTC (rev 201455)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12.4
+pkgver=3.12.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '511b5a2f0de55b5e91fd293766ce182b'
+ '70e456d21f7e7c0dc2f9bd170f1ae4ee'
  '798bca5d2f0a1505c9b86a5227a2b339'
  '8cd452ae4f74f11dc09b25a0270b07f1'
  'eb14dcfd80c00852ef81ded6e826826a'



[arch-commits] Commit in linux/repos (18 files)

2013-12-12 Thread Tobias Powalowski
Date: Thursday, December 12, 2013 @ 14:13:42
  Author: tpowa
Revision: 201456

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
(from rev 201455, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 201455, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 201455, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 201455, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 201455, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 201455, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 201455, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 201455, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 201455, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 201455, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 201455, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 201455, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 201455, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 201455, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 201455, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 201455, linux/trunk/linux.preset)

--+
 testing-i686/3.12-btrfs-relocate-csums.patch |   63 
 testing-i686/PKGBUILD|  336 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6480 +
 testing-i686/config.x86_64   | 6281 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 testing-x86_64/PKGBUILD  |  336 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6480 +
 testing-x86_64/config.x86_64 | 6281 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 26478 insertions(+)

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


[arch-commits] Commit in qt5/trunk (5 files)

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 14:44:52
  Author: andrea
Revision: 201457

Qt 5.2.0

Modified:
  qt5/trunk/PKGBUILD
  qt5/trunk/use-python2.patch
Deleted:
  qt5/trunk/CVE-2013-4549.patch
  qt5/trunk/bison3.patch
  qt5/trunk/libmng2.patch

-+
 CVE-2013-4549.patch |  235 --
 PKGBUILD|   88 +-
 bison3.patch|   38 
 libmng2.patch   |   34 ---
 use-python2.patch   |  140 +++--
 5 files changed, 100 insertions(+), 435 deletions(-)

Deleted: CVE-2013-4549.patch
===
--- CVE-2013-4549.patch 2013-12-12 13:13:42 UTC (rev 201456)
+++ CVE-2013-4549.patch 2013-12-12 13:44:52 UTC (rev 201457)
@@ -1,235 +0,0 @@
-From 46a8885ae486e238a39efa5119c2714f328b08e4 Mon Sep 17 00:00:00 2001
-From: Mitch Curtis mitch.cur...@digia.com
-Date: Fri, 27 Sep 2013 12:32:28 +0200
-Subject: [PATCH] Disallow deep or widely nested entity references.
-
-Nested references with a depth of 2 or greater will fail. References
-that partially expand to greater than 1024 characters will also fail.
-
-Change-Id: Id4e49d6f7cf51e3a247efdb4c6c7c9bd9b223f6e
-Reviewed-by: Richard J. Moore r...@kde.org
-Reviewed-by: Lars Knoll lars.kn...@digia.com
-
-From f1053d94f59f053ce4acad9320df14f1fbe4faac Mon Sep 17 00:00:00 2001
-From: Mitch Curtis mitch.cur...@digia.com
-Date: Mon, 11 Nov 2013 14:27:40 +0100
-Subject: [PATCH] Fully expand entities to ensure deep or widely nested ones 
fail parsing
-
-With 46a8885ae486e238a39efa5119c2714f328b08e4, we failed when parsing
-entities whose partially expanded size was greater than 1024
-characters. That was not enough, so now we fully expand all entities.
-
-Amends 46a8885ae486e238a39efa5119c2714f328b08e4.
-
-Change-Id: Ie80720d7e04d825eb4eebf528140eb94806c02b1
-Reviewed-by: Richard J. Moore r...@kde.org
-Reviewed-by: Lars Knoll lars.kn...@digia.com
-
-diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
-index 45c0f3e..e6d78d3 100644
 a/src/xml/sax/qxml.cpp
-+++ b/src/xml/sax/qxml.cpp
-@@ -424,6 +424,10 @@ private:
- int stringValueLen;
- QString emptyStr;
- 
-+// The limit to the amount of times the DTD parsing functions can be 
called
-+// for the DTD currently being parsed.
-+int dtdRecursionLimit;
-+
- const QString string();
- void stringClear();
- void stringAddC(QChar);
-@@ -493,6 +497,8 @@ private:
- void parseFailed(ParseFunction where, int state);
- void pushParseState(ParseFunction function, int state);
- 
-+bool isPartiallyExpandedEntityValueTooLarge(QString *errorMessage);
-+
- Q_DECLARE_PUBLIC(QXmlSimpleReader)
- QXmlSimpleReader *q_ptr;
- 
-@@ -2757,6 +2763,8 @@ 
QXmlSimpleReaderPrivate::QXmlSimpleReaderPrivate(QXmlSimpleReader *reader)
- useNamespacePrefixes = false;
- reportWhitespaceCharData = true;
- reportEntities = false;
-+
-+dtdRecursionLimit = 2;
- }
- 
- QXmlSimpleReaderPrivate::~QXmlSimpleReaderPrivate()
-@@ -5035,6 +5043,11 @@ bool QXmlSimpleReaderPrivate::parseDoctype()
- }
- break;
- case Mup:
-+if (dtdRecursionLimit  0  parameterEntities.size()  
dtdRecursionLimit) {
-+reportParseError(QString::fromLatin1(
-+DTD parsing exceeded recursion limit of 
%1.).arg(dtdRecursionLimit));
-+return false;
-+}
- if (!parseMarkupdecl()) {
- parseFailed(QXmlSimpleReaderPrivate::parseDoctype, 
state);
- return false;
-@@ -6644,6 +6657,37 @@ bool QXmlSimpleReaderPrivate::parseChoiceSeq()
- return false;
- }
- 
-+bool QXmlSimpleReaderPrivate::isPartiallyExpandedEntityValueTooLarge(QString 
*errorMessage)
-+{
-+const QString value = string();
-+QMapQString, int referencedEntityCounts;
-+foreach (QString entityName, entities.keys()) {
-+for (int i = 0; i  value.size()  i != -1; ) {
-+i = value.indexOf(entityName, i);
-+if (i != -1) {
-+// The entityName we're currently trying to find
-+// was matched in this string; increase our count.
-+++referencedEntityCounts[entityName];
-+i += entityName.size();
-+}
-+}
-+}
-+
-+foreach (QString entityName, referencedEntityCounts.keys()) {
-+const int timesReferenced = referencedEntityCounts[entityName];
-+const QString entityValue = entities[entityName];
-+if (entityValue.size() * timesReferenced  1024) {
-+if (errorMessage) {
-+*errorMessage = QString::fromLatin1(The XML entity \%1\
-+expands too a string that is too large to process when 
-+referencing \%2\ %3 
times.).arg(entityName).arg(entityName).arg(timesReferenced);
-+}
-+

[arch-commits] Commit in qt5 (kde-unstable)

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 14:53:39
  Author: andrea
Revision: 201460

cleanup

Deleted:
  qt5/kde-unstable/



[arch-commits] Commit in qt5/repos/extra-x86_64 (17 files)

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 14:53:50
  Author: andrea
Revision: 201461

archrelease: copy trunk to extra-x86_64

Added:
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 201460, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 201460, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 201460, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 201460, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 201460, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 201460, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 201460, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-x86_64/CVE-2013-4549.patch
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/bison3.patch
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/libmng2.patch
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

-+
 CVE-2013-4549.patch |  235 -
 PKGBUILD|  886 +-
 assistant.desktop   |   16 
 bison3.patch|   38 --
 designer.desktop|   20 -
 libmng2.patch   |   34 -
 linguist.desktop|   18 -
 qdbusviewer.desktop |   18 -
 qt5-tools.install   |   24 -
 use-python2.patch   |  206 ---
 10 files changed, 580 insertions(+), 915 deletions(-)

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


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

2013-12-12 Thread Alexander Rødseth
Date: Thursday, December 12, 2013 @ 15:34:05
  Author: arodseth
Revision: 102505

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 102504, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 102504, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 14:33:55 UTC (rev 102504)
+++ community-i686/PKGBUILD 2013-12-12 14:34:05 UTC (rev 102505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=7
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ext/cairo/cairo.so \
-$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 102504, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 14:34:05 UTC (rev 102505)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeremy reebydobal...@yahoo.ca
+
+pkgname=ruby-cairo
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('e7ff8d49a730662b3f999187fde45ac0b8651996fe7f9a952496be8b6e45800e')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 ext/cairo/cairo.so \
+$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-12 14:33:55 UTC (rev 102504)
+++ community-x86_64/PKGBUILD   2013-12-12 14:34:05 UTC (rev 102505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=7
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ext/cairo/cairo.so \
-$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 102504, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-12 14:34:05 UTC (rev 102505)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeremy reebydobal...@yahoo.ca
+
+pkgname=ruby-cairo
+pkgver=1.12.6
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('e7ff8d49a730662b3f999187fde45ac0b8651996fe7f9a952496be8b6e45800e')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make 

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

2013-12-12 Thread Alexander Rødseth
Date: Thursday, December 12, 2013 @ 15:33:55
  Author: arodseth
Revision: 102504

upgpkg: ruby-cairo 1.12.6-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 12:59:37 UTC (rev 102503)
+++ PKGBUILD2013-12-12 14:33:55 UTC (rev 102504)
@@ -4,8 +4,8 @@
 # Contributor: Jeremy reebydobal...@yahoo.ca
 
 pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=7
+pkgver=1.12.6
+pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64' 'i686')
 url='http://cairographics.org/rcairo/'
@@ -13,7 +13,7 @@
 depends=('ruby' 'cairo')
 makedepends=('ruby-pkgconfig')
 source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+sha256sums=('e7ff8d49a730662b3f999187fde45ac0b8651996fe7f9a952496be8b6e45800e')
 
 build() {
   cd $srcdir/rcairo-$pkgver



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

2013-12-12 Thread Bartłomiej Piotrowski
Date: Thursday, December 12, 2013 @ 15:51:31
  Author: bpiotrowski
Revision: 102506

upgpkg: nodejs 0.10.23-1

- new upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 14:34:05 UTC (rev 102505)
+++ PKGBUILD2013-12-12 14:51:31 UTC (rev 102506)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.22
+pkgver=0.10.23
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e')
+sha256sums=('1a370c86720441d227e7aad3c0223da7166ab2e0900bec7158aac633ffebb4dd')
 
 prepare() {
   cd node-v$pkgver



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

2013-12-12 Thread Bartłomiej Piotrowski
Date: Thursday, December 12, 2013 @ 15:51:47
  Author: bpiotrowski
Revision: 102507

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 102506, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 14:51:31 UTC (rev 102506)
+++ PKGBUILD2013-12-12 14:51:47 UTC (rev 102507)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.22
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 102506, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 14:51:47 UTC (rev 102507)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.23
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('1a370c86720441d227e7aad3c0223da7166ab2e0900bec7158aac633ffebb4dd')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in qt5/repos/extra-i686 (17 files)

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 15:56:52
  Author: andrea
Revision: 201462

archrelease: copy trunk to extra-i686

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 201461, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 201461, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 201461, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 201461, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 201461, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 201461, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-i686/use-python2.patch
(from rev 201461, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-i686/CVE-2013-4549.patch
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/bison3.patch
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/libmng2.patch
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch

-+
 CVE-2013-4549.patch |  235 -
 PKGBUILD|  886 +-
 assistant.desktop   |   16 
 bison3.patch|   38 --
 designer.desktop|   20 -
 libmng2.patch   |   34 -
 linguist.desktop|   18 -
 qdbusviewer.desktop |   18 -
 qt5-tools.install   |   24 -
 use-python2.patch   |  206 ---
 10 files changed, 580 insertions(+), 915 deletions(-)

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


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

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 16:14:53
  Author: andrea
Revision: 201463

upgpkg: oxygen-gtk3 1.3.0-1

Upstream release

Modified:
  oxygen-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 14:56:52 UTC (rev 201462)
+++ PKGBUILD2013-12-12 15:14:53 UTC (rev 201463)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=oxygen-gtk3
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6c1efce879d04dd6f5b5b999544c2210')
+md5sums=('47901c08c1e1d2451da278552881ec06')
 
 prepare() {
   mkdir build



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

2013-12-12 Thread Andrea Scarpino
Date: Thursday, December 12, 2013 @ 16:15:01
  Author: andrea
Revision: 201464

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

Added:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
(from rev 201463, oxygen-gtk3/trunk/PKGBUILD)
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD
(from rev 201463, oxygen-gtk3/trunk/PKGBUILD)
Deleted:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 15:14:53 UTC (rev 201463)
+++ extra-i686/PKGBUILD 2013-12-12 15:15:01 UTC (rev 201464)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6c1efce879d04dd6f5b5b999544c2210')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-i686/PKGBUILD (from rev 201463, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 15:15:01 UTC (rev 201464)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('47901c08c1e1d2451da278552881ec06')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-12 15:14:53 UTC (rev 201463)
+++ extra-x86_64/PKGBUILD   2013-12-12 15:15:01 UTC (rev 201464)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6c1efce879d04dd6f5b5b999544c2210')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-x86_64/PKGBUILD (from rev 201463, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-12 15:15:01 UTC (rev 201464)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('47901c08c1e1d2451da278552881ec06')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-12 Thread Felix Yan
Date: Thursday, December 12, 2013 @ 16:19:40
  Author: fyan
Revision: 102508

upgpkg: python-py 1.4.19-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 14:51:47 UTC (rev 102507)
+++ PKGBUILD2013-12-12 15:19:40 UTC (rev 102508)
@@ -8,7 +8,7 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.18
+pkgver=1.4.19
 pkgrel=1
 pkgdesc=rapid testing and development utils
 arch=('any')
@@ -37,4 +37,4 @@
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-sha512sums=('cc2d547b5ddad98128c32f97afec4c022069540d9c15d469e9c45a4a1a59a5bc4916da2029bea587b4d1480c0867731fd2a4e46f465988754a371b2454e7bf07')
+sha512sums=('4be2a790d8ea7ea35f910b823ac421e480554ce0a7e4532dc730f26e653f407fa12fbf3106ca29ee0fd105704b75744fd2395416186abdd335691fba241fa6a1')



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

2013-12-12 Thread Felix Yan
Date: Thursday, December 12, 2013 @ 16:20:40
  Author: fyan
Revision: 102509

archrelease: copy trunk to community-any

Added:
  python-py/repos/community-any/PKGBUILD
(from rev 102508, python-py/trunk/PKGBUILD)
Deleted:
  python-py/repos/community-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 15:19:40 UTC (rev 102508)
+++ PKGBUILD2013-12-12 15:20:40 UTC (rev 102509)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sebastian Wiesner lunaryorn googlemail com
-# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
-# Contributor: Wieland Hoffmann themineo+...@gmail.com
-# Contributor: Hervé Cauwelier herve ¤ oursours.net
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.18
-pkgrel=1
-pkgdesc=rapid testing and development utils
-arch=('any')
-license=('MIT')
-url=http://pylib.org/;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r py-${pkgver} python2-py-${pkgver}
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd python2-py-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-sha512sums=('cc2d547b5ddad98128c32f97afec4c022069540d9c15d469e9c45a4a1a59a5bc4916da2029bea587b4d1480c0867731fd2a4e46f465988754a371b2454e7bf07')

Copied: python-py/repos/community-any/PKGBUILD (from rev 102508, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 15:20:40 UTC (rev 102509)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
+# Contributor: Wieland Hoffmann themineo+...@gmail.com
+# Contributor: Hervé Cauwelier herve ¤ oursours.net
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.19
+pkgrel=1
+pkgdesc=rapid testing and development utils
+arch=('any')
+license=('MIT')
+url=http://pylib.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r py-${pkgver} python2-py-${pkgver}
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd python2-py-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+sha512sums=('4be2a790d8ea7ea35f910b823ac421e480554ce0a7e4532dc730f26e653f407fa12fbf3106ca29ee0fd105704b75744fd2395416186abdd335691fba241fa6a1')



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

2013-12-12 Thread Felix Yan
Date: Thursday, December 12, 2013 @ 16:23:03
  Author: fyan
Revision: 102510

upgpkg: python-pytest 2.5.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:20:40 UTC (rev 102509)
+++ PKGBUILD2013-12-12 15:23:03 UTC (rev 102510)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.4.2
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc=Simple powerful testing with Python
 arch=('any')
 license=('MIT')
@@ -35,4 +35,4 @@
   mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
 }
 
-sha512sums=('2ffbc74c536fa4542b9f9afb257428cde98648c76335bdc8d3fd515fd094410fe1e71e502918d780f1d8070bebf4e4c24b33cab04d0f48ca983d907bfc43d3db')
+sha512sums=('6d3db95a942bb444cb84ac91021c98a7ec66340d4dc90b38b051097260a16f262e8e30d136cb3ec180136f3912d734ca0987855bacef06296f721681055a0abb')



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

2013-12-12 Thread Felix Yan
Date: Thursday, December 12, 2013 @ 16:23:53
  Author: fyan
Revision: 102511

archrelease: copy trunk to community-any

Added:
  python-pytest/repos/community-any/PKGBUILD
(from rev 102510, python-pytest/trunk/PKGBUILD)
Deleted:
  python-pytest/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 15:23:03 UTC (rev 102510)
+++ PKGBUILD2013-12-12 15:23:53 UTC (rev 102511)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.4.2
-pkgrel=3
-pkgdesc=Simple powerful testing with Python
-arch=('any')
-license=('MIT')
-url=http://pytest.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r pytest-${pkgver} python2-pytest-${pkgver}
-}
-
-package_python-pytest() {
-  depends=('python' 'python-py=1.4.17')
-
-  cd pytest-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2' 'python2-py=1.4.17')
-
-  cd python2-pytest-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
-}
-
-sha512sums=('2ffbc74c536fa4542b9f9afb257428cde98648c76335bdc8d3fd515fd094410fe1e71e502918d780f1d8070bebf4e4c24b33cab04d0f48ca983d907bfc43d3db')

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 102510, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 15:23:53 UTC (rev 102511)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=2.5.0
+pkgrel=1
+pkgdesc=Simple powerful testing with Python
+arch=('any')
+license=('MIT')
+url=http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
+source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r pytest-${pkgver} python2-pytest-${pkgver}
+}
+
+package_python-pytest() {
+  depends=('python' 'python-py=1.4.17')
+
+  cd pytest-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2' 'python2-py=1.4.17')
+
+  cd python2-pytest-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  mv ${pkgdir}/usr/bin/py.test ${pkgdir}/usr/bin/py.test2
+}
+
+sha512sums=('6d3db95a942bb444cb84ac91021c98a7ec66340d4dc90b38b051097260a16f262e8e30d136cb3ec180136f3912d734ca0987855bacef06296f721681055a0abb')



[arch-commits] Commit in gdb/repos (6 files)

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:27:54
  Author: allan
Revision: 201466

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

Added:
  gdb/repos/testing-i686/
  gdb/repos/testing-i686/PKGBUILD
(from rev 201465, gdb/trunk/PKGBUILD)
  gdb/repos/testing-i686/gdb.install
(from rev 201465, gdb/trunk/gdb.install)
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 201465, gdb/trunk/PKGBUILD)
  gdb/repos/testing-x86_64/gdb.install
(from rev 201465, gdb/trunk/gdb.install)

+
 testing-i686/PKGBUILD  |   49 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   49 +++
 testing-x86_64/gdb.install |   20 +
 4 files changed, 138 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 201465, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-12 15:27:54 UTC (rev 201466)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.6.2
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('496399e96654fc0f899a5c964bc1f0f8'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/lib/{libbfd,libiberty,libopcodes}.a
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 201465, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2013-12-12 15:27:54 UTC (rev 201466)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6,7}} gdbint.info{,-{1,2}} 
stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 201465, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-12 15:27:54 UTC (rev 201466)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.6.2
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('496399e96654fc0f899a5c964bc1f0f8'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/lib/{libbfd,libiberty,libopcodes}.a
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 201465, 

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

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:27:00
  Author: allan
Revision: 201465

upgpkg: gdb 7.6.2-1

upstream update

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:15:01 UTC (rev 201464)
+++ PKGBUILD2013-12-12 15:27:00 UTC (rev 201465)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gdb
-pkgver=7.6.1
+pkgver=7.6.2
 pkgrel=1
 pkgdesc=The GNU Debugger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/gdb/gdbinit')
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('fbc4dab4181e6e9937075b43a4ce2732'
+md5sums=('496399e96654fc0f899a5c964bc1f0f8'
  'SKIP')
 
 prepare() {



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

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:37:16
  Author: allan
Revision: 201468

update source url

Modified:
  isl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:33:24 UTC (rev 201467)
+++ PKGBUILD2013-12-12 15:37:16 UTC (rev 201468)
@@ -9,7 +9,7 @@
 url=http://freecode.com/projects/isl;
 depends=('gmp')
 license=('MIT')
-source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
+source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
 md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
 
 build() {



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

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:38:37
  Author: allan
Revision: 201470

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

Added:
  isl/repos/core-i686/PKGBUILD
(from rev 201468, isl/trunk/PKGBUILD)
  isl/repos/core-x86_64/PKGBUILD
(from rev 201469, isl/trunk/PKGBUILD)
Deleted:
  isl/repos/core-i686/PKGBUILD
  isl/repos/core-x86_64/PKGBUILD

--+
 /PKGBUILD|   68 +
 core-i686/PKGBUILD   |   34 
 core-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-12 15:38:21 UTC (rev 201469)
+++ core-i686/PKGBUILD  2013-12-12 15:38:37 UTC (rev 201470)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.12.1
-pkgrel=2
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://freecode.com/projects/isl;
-depends=('gmp')
-license=('MIT')
-source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
-  
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
-}

Copied: isl/repos/core-i686/PKGBUILD (from rev 201468, isl/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-12 15:38:37 UTC (rev 201470)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.12.1
+pkgrel=2
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://freecode.com/projects/isl;
+depends=('gmp')
+license=('MIT')
+source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
+md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-12-12 15:38:21 UTC (rev 201469)
+++ core-x86_64/PKGBUILD2013-12-12 15:38:37 UTC (rev 201470)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.12.1
-pkgrel=2
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://freecode.com/projects/isl;
-depends=('gmp')
-license=('MIT')
-source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
-  
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
-}

Copied: isl/repos/core-x86_64/PKGBUILD (from rev 201469, isl/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-12-12 15:38:37 UTC (rev 201470)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.12.1
+pkgrel=2
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://freecode.com/projects/isl;
+depends=('gmp')
+license=('MIT')
+source=(http://isl.gforge.inria.fr/$pkgname-$pkgver.tar.bz2)
+md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv 

[arch-commits] Commit in make/trunk (PKGBUILD make-4.0-char-cast.patch)

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:38:21
  Author: allan
Revision: 201469

upgpkg: make 4.0-2

fix overflow bug

Added:
  make/trunk/make-4.0-char-cast.patch
Modified:
  make/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 make-4.0-char-cast.patch |   43 +++
 2 files changed, 55 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:37:16 UTC (rev 201468)
+++ PKGBUILD2013-12-12 15:38:21 UTC (rev 201469)
@@ -4,7 +4,7 @@
 
 pkgname=make
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU make utility to maintain groups of programs
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/make;
@@ -12,10 +12,19 @@
 groups=('base-devel')
 depends=('glibc' 'sh' 'guile')
 install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+make-4.0-char-cast.patch)
 md5sums=('571d470a7647b455e3af3f92d79f1c18'
- 'SKIP')
+ 'SKIP'
+ '1840aae18e1c0d1c52563020ef3ff5f3')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # http://git.savannah.gnu.org/cgit/make.git/commit/?id=9d58570c
+  patch -p1 -i ${srcdir}/make-4.0-char-cast.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: make-4.0-char-cast.patch
===
--- make-4.0-char-cast.patch(rev 0)
+++ make-4.0-char-cast.patch2013-12-12 15:38:21 UTC (rev 201469)
@@ -0,0 +1,43 @@
+From 9d58570c77240fed53d1f88217877f8e778f4bb2 Mon Sep 17 00:00:00 2001
+From: Paul Smith psm...@gnu.org
+Date: Sat, 26 Oct 2013 04:10:17 +
+Subject: * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.
+
+* tests/scripts/misc/utf8: Test variable names with characters 127.
+Fix suggested by Robert Bogomip bob.b...@milohedge.com
+---
+diff --git a/makeint.h b/makeint.h
+index 77f51e0..c591427 100644
+--- a/makeint.h
 b/makeint.h
+@@ -415,7 +415,7 @@ extern int unixy_shell;
+ # define MAP_VMSCOMMA   0x
+ #endif
+ 
+-#define STOP_SET(_v,_m) ANY_SET (stopchar_map[(int)(_v)],(_m))
++#define STOP_SET(_v,_m) ANY_SET (stopchar_map[(unsigned char)(_v)],(_m))
+ 
+ #if defined(HAVE_SYS_RESOURCE_H)  defined(HAVE_GETRLIMIT)  
defined(HAVE_SETRLIMIT)
+ # define SET_STACK_SIZE
+diff --git a/tests/scripts/misc/utf8 b/tests/scripts/misc/utf8
+new file mode 100644
+index 000..2adcd07
+--- a/dev/null
 b/tests/scripts/misc/utf8
+@@ -0,0 +1,14 @@
++#
-*-perl-*-
++$description = Test utf8 handling.;
++
++$details = ;
++
++# Variable names containing UTF8 characters
++run_make_test(
++\xe2\x96\xaa := hello
++\$(info \$(\xe2\x96\xaa))
++all:
++,
++  '', hello\n#MAKE#: Nothing to be done for 'all'.);
++
++1;
+--
+cgit v0.9.0.2



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

2013-12-12 Thread Dave Reisner
Date: Thursday, December 12, 2013 @ 16:39:10
  Author: dreisner
Revision: 201471

fix incorrect checksum

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:38:37 UTC (rev 201470)
+++ PKGBUILD2013-12-12 15:39:10 UTC (rev 201471)
@@ -20,7 +20,7 @@
 curlbuild.h)
 md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
  'SKIP'
- 'd71c7eab7d38f1731f78285634a4c390'
+ 'd6590a94c96c63098a57dd8c7875dfe7'
  '751bd433ede935c8fae727377625a8ae')
 
 prepare() {



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

2013-12-12 Thread Dave Reisner
Date: Thursday, December 12, 2013 @ 16:39:41
  Author: dreisner
Revision: 201472

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

Added:
  curl/repos/core-i686/PKGBUILD
(from rev 201471, curl/trunk/PKGBUILD)
  curl/repos/core-i686/curlbuild.h
(from rev 201471, curl/trunk/curlbuild.h)
  curl/repos/core-x86_64/PKGBUILD
(from rev 201471, curl/trunk/PKGBUILD)
  curl/repos/core-x86_64/curlbuild.h
(from rev 201471, curl/trunk/curlbuild.h)
Deleted:
  curl/repos/core-i686/PKGBUILD
  curl/repos/core-i686/curlbuild.h
  curl/repos/core-x86_64/PKGBUILD
  curl/repos/core-x86_64/curlbuild.h

-+
 /PKGBUILD   |  142 ++
 /curlbuild.h|   18 +
 core-i686/PKGBUILD  |   71 ---
 core-i686/curlbuild.h   |9 --
 core-x86_64/PKGBUILD|   71 ---
 core-x86_64/curlbuild.h |9 --
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-12 15:39:10 UTC (rev 201471)
+++ core-i686/PKGBUILD  2013-12-12 15:39:41 UTC (rev 201472)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=curl
-pkgver=7.33.0
-pkgrel=3
-pkgdesc=An URL retrieval utility and library
-arch=('i686' 'x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
-
0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch;
-curlbuild.h)
-md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
- 'SKIP'
- 'd71c7eab7d38f1731f78285634a4c390'
- '751bd433ede935c8fae727377625a8ae')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1  $srcdir/0001-glob-fix-regression-from-commit-5ca96cb844.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  local ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
-  case $ptrsize in
-8) _curlbuild=curlbuild-64.h ;;
-4) _curlbuild=curlbuild-32.h ;;
-*) error unknown pointer size for architecture: %s bytes $ptrsize
-  exit 1
-  ;;
-  esac
-
-  # license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  # devel
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/curl/$_curlbuild
-  install -m644 $srcdir/curlbuild.h $pkgdir/usr/include/curl/curlbuild.h
-}

Copied: curl/repos/core-i686/PKGBUILD (from rev 201471, curl/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-12 15:39:41 UTC (rev 201472)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.33.0
+pkgrel=3
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+
0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch;
+curlbuild.h)
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
+ 'SKIP'
+ 'd6590a94c96c63098a57dd8c7875dfe7'
+ '751bd433ede935c8fae727377625a8ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1  $srcdir/0001-glob-fix-regression-from-commit-5ca96cb844.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+

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

2013-12-12 Thread Dave Reisner
Date: Thursday, December 12, 2013 @ 16:40:49
  Author: dreisner
Revision: 201474

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

Added:
  
libarchive/repos/core-i686/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 201473, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/core-i686/PKGBUILD
(from rev 201473, libarchive/trunk/PKGBUILD)
  libarchive/repos/core-i686/libarchive-3.1.2-acl.patch
(from rev 201473, libarchive/trunk/libarchive-3.1.2-acl.patch)
  
libarchive/repos/core-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
(from rev 201473, 
libarchive/trunk/0001-mtree-fix-line-filename-length-calculation.patch)
  libarchive/repos/core-x86_64/PKGBUILD
(from rev 201473, libarchive/trunk/PKGBUILD)
  libarchive/repos/core-x86_64/libarchive-3.1.2-acl.patch
(from rev 201473, libarchive/trunk/libarchive-3.1.2-acl.patch)
Deleted:
  
libarchive/repos/core-i686/0001-mtree-fix-line-filename-length-calculation.patch
  libarchive/repos/core-i686/PKGBUILD
  libarchive/repos/core-i686/libarchive-3.1.2-acl.patch
  
libarchive/repos/core-x86_64/0001-mtree-fix-line-filename-length-calculation.patch
  libarchive/repos/core-x86_64/PKGBUILD
  libarchive/repos/core-x86_64/libarchive-3.1.2-acl.patch

---+
 /0001-mtree-fix-line-filename-length-calculation.patch|   58 +
 /PKGBUILD |  102 ++
 /libarchive-3.1.2-acl.patch   |  438 
++
 core-i686/0001-mtree-fix-line-filename-length-calculation.patch   |   29 
 core-i686/PKGBUILD|   51 -
 core-i686/libarchive-3.1.2-acl.patch  |  219 -
 core-x86_64/0001-mtree-fix-line-filename-length-calculation.patch |   29 
 core-x86_64/PKGBUILD  |   51 -
 core-x86_64/libarchive-3.1.2-acl.patch|  219 -
 9 files changed, 598 insertions(+), 598 deletions(-)

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


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

2013-12-12 Thread Dave Reisner
Date: Thursday, December 12, 2013 @ 16:40:16
  Author: dreisner
Revision: 201473

fix incorrect checksum

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:39:41 UTC (rev 201472)
+++ PKGBUILD2013-12-12 15:40:16 UTC (rev 201473)
@@ -17,7 +17,7 @@
 'libarchive-3.1.2-acl.patch')
 md5sums=('efad5a503f66329bb9d2f4308b5de98a'
  'fda89c145bbcd793a96b06b463ef6a72'
- '6432f3360abd5645461a9c825c75b307'
+ '6a63086b1a2e540d74ca6dc240dbd021'
  'a5c995661c62429ceff2c23ea322393b')
 
 build() {



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

2013-12-12 Thread Allan McRae
Date: Thursday, December 12, 2013 @ 16:41:14
  Author: allan
Revision: 201475

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

Added:
  make/repos/testing-i686/
  make/repos/testing-i686/PKGBUILD
(from rev 201469, make/trunk/PKGBUILD)
  make/repos/testing-i686/make-3.82-bug30612.patch
(from rev 201470, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-i686/make-3.82-bug30723.patch
(from rev 201470, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-i686/make-3.82-dont-prune-intermediate.patch
(from rev 201470, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-i686/make-3.82-expensive_glob.patch
(from rev 201470, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-i686/make-3.82-makeflags.patch
(from rev 201470, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-i686/make-3.82-sort-blank.patch
(from rev 201471, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-i686/make-4.0-char-cast.patch
(from rev 201471, make/trunk/make-4.0-char-cast.patch)
  make/repos/testing-i686/make.install
(from rev 201471, make/trunk/make.install)
  make/repos/testing-x86_64/
  make/repos/testing-x86_64/PKGBUILD
(from rev 201472, make/trunk/PKGBUILD)
  make/repos/testing-x86_64/make-3.82-bug30612.patch
(from rev 201472, make/trunk/make-3.82-bug30612.patch)
  make/repos/testing-x86_64/make-3.82-bug30723.patch
(from rev 201472, make/trunk/make-3.82-bug30723.patch)
  make/repos/testing-x86_64/make-3.82-dont-prune-intermediate.patch
(from rev 201472, make/trunk/make-3.82-dont-prune-intermediate.patch)
  make/repos/testing-x86_64/make-3.82-expensive_glob.patch
(from rev 201473, make/trunk/make-3.82-expensive_glob.patch)
  make/repos/testing-x86_64/make-3.82-makeflags.patch
(from rev 201473, make/trunk/make-3.82-makeflags.patch)
  make/repos/testing-x86_64/make-3.82-sort-blank.patch
(from rev 201473, make/trunk/make-3.82-sort-blank.patch)
  make/repos/testing-x86_64/make-4.0-char-cast.patch
(from rev 201473, make/trunk/make-4.0-char-cast.patch)
  make/repos/testing-x86_64/make.install
(from rev 201473, make/trunk/make.install)

+
 testing-i686/PKGBUILD  |   42 +
 testing-i686/make-3.82-bug30612.patch  |   91 +++
 testing-i686/make-3.82-bug30723.patch  |   12 +
 testing-i686/make-3.82-dont-prune-intermediate.patch   |   57 +++
 testing-i686/make-3.82-expensive_glob.patch|  116 +++
 testing-i686/make-3.82-makeflags.patch |   36 
 testing-i686/make-3.82-sort-blank.patch|   17 ++
 testing-i686/make-4.0-char-cast.patch  |   43 +
 testing-i686/make.install  |   20 ++
 testing-x86_64/PKGBUILD|   42 +
 testing-x86_64/make-3.82-bug30612.patch|   91 +++
 testing-x86_64/make-3.82-bug30723.patch|   12 +
 testing-x86_64/make-3.82-dont-prune-intermediate.patch |   57 +++
 testing-x86_64/make-3.82-expensive_glob.patch  |  116 +++
 testing-x86_64/make-3.82-makeflags.patch   |   36 
 testing-x86_64/make-3.82-sort-blank.patch  |   17 ++
 testing-x86_64/make-4.0-char-cast.patch|   43 +
 testing-x86_64/make.install|   20 ++
 18 files changed, 868 insertions(+)

Copied: make/repos/testing-i686/PKGBUILD (from rev 201469, make/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-12 15:41:14 UTC (rev 201475)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=make
+pkgver=4.0
+pkgrel=2
+pkgdesc=GNU make utility to maintain groups of programs
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/make;
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'sh' 'guile')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+make-4.0-char-cast.patch)
+md5sums=('571d470a7647b455e3af3f92d79f1c18'
+ 'SKIP'
+ '1840aae18e1c0d1c52563020ef3ff5f3')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # http://git.savannah.gnu.org/cgit/make.git/commit/?id=9d58570c
+  patch -p1 -i ${srcdir}/make-4.0-char-cast.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: make/repos/testing-i686/make-3.82-bug30612.patch (from rev 201470, 
make/trunk/make-3.82-bug30612.patch)

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

2013-12-12 Thread Andreas Radke
Date: Thursday, December 12, 2013 @ 17:19:43
  Author: andyrtr
Revision: 201476

upgpkg: linux-lts 3.10.24-1

upstream update 3.10.24

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:41:14 UTC (rev 201475)
+++ PKGBUILD2013-12-12 16:19:43 UTC (rev 201476)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.23
+pkgver=3.10.24
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '8b9650e10f8beee769545b51202766a5'
+ '7b139032d7db63cf89e49d60851290bf'
  '1829d51e5357fa8ebece4e39fbb630a7'
  '778bf8297c41847c51be51975c241153'
  '232b52576a62c7a333e9fe7a1e1ca359'



[arch-commits] Commit in linux-lts/repos (18 files)

2013-12-12 Thread Andreas Radke
Date: Thursday, December 12, 2013 @ 17:20:25
  Author: andyrtr
Revision: 201477

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 201476, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 201476, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 201476, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 201476, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 201476, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 201476, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 201476, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 201476, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 201476, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 201476, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 201476, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 201476, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 201476, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 201476, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 201476, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 201476, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 26062 insertions(+)

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


[arch-commits] Commit in firefox/repos (26 files)

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 17:21:27
  Author: foutrelis
Revision: 201479

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 201478, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-20.0.1-fixed-loading-icon.png
(from rev 201478, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 201478, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 201478, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 201478, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 201478, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/vendor.js
(from rev 201478, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 201478, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-20.0.1-fixed-loading-icon.png
(from rev 201478, firefox/trunk/firefox-20.0.1-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 201478, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 201478, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 201478, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 201478, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/vendor.js
(from rev 201478, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  252 +++
 /firefox-install-dir.patch |   56 ++
 /firefox.desktop   |  242 +
 /firefox.install   |   26 +++
 /mozconfig |   70 
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  124 ---
 extra-i686/firefox-install-dir.patch   |   28 ---
 extra-i686/firefox.desktop |  121 --
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   23 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  124 ---
 extra-x86_64/firefox-install-dir.patch |   28 ---
 extra-x86_64/firefox.desktop   |  121 --
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   23 --
 extra-x86_64/vendor.js |9 -
 18 files changed, 664 insertions(+), 636 deletions(-)

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


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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 17:21:04
  Author: foutrelis
Revision: 201478

upgpkg: firefox 26.0-2

Rebuild with system libs and enable PGO on i686.

Added:
  firefox/trunk/firefox-20.0.1-fixed-loading-icon.png
Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |   40 
 firefox-20.0.1-fixed-loading-icon.png |1 
 mozconfig |   12 +
 3 files changed, 34 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 16:20:25 UTC (rev 201477)
+++ PKGBUILD2013-12-12 16:21:04 UTC (rev 201478)
@@ -4,13 +4,14 @@
 
 pkgname=firefox
 pkgver=26.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
 url=https://www.mozilla.org/firefox/;
 depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme')
+ 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
  'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base'
  'inetutils')
@@ -24,12 +25,14 @@
 install=firefox.install
 options=('!emptydirs' '!makeflags')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig firefox.desktop firefox-install-dir.patch vendor.js)
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+firefox-20.0.1-fixed-loading-icon.png)
 sha256sums=('31c4fb2792df63ae450e350380a5e18cf1c51487011a9da0b6cc4bffb69d9812'
-'1bed30ec8a8c4af16ae590d328cf49740af570f969a9a225020f4a5a338183f4'
+'759a86ad115c57a16e577a0df85ce828c538530f48342228f60e2d1bf10aa977'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
 'bcf224d1f239b73e4ac6d268819c1e94a1606beee99c6d8f851f8192b6444de3'
-'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4')
+'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
+'68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -61,6 +64,11 @@
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
   sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
+
+  # Fix tab loading icon (flickers with libpng 1.6)
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=841734
+  cp $srcdir/firefox-20.0.1-fixed-loading-icon.png \
+browser/themes/linux/tabbrowser/loading.png
 }
 
 build() {
@@ -70,22 +78,16 @@
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
   export PYTHON=/usr/bin/python2
 
-  if [[ $CARCH == i686 ]]; then
-# Work around memory address space exhaustion during linking on i686
-LDFLAGS+=' -Wl,--no-keep-memory'
-make -f client.mk build
-  else
-# Set up PGO
-export DISPLAY=:99
-Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY 
+  # Set up PGO
+  export DISPLAY=:99
+  Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY 
 
-if ! make -f client.mk build MOZ_PGO=1; then
-  kill $!
-  return 1
-fi
+  if ! make -f client.mk build MOZ_PGO=1; then
+kill $!
+return 1
+  fi
 
-kill $! || true
-  fi
+  kill $! || true
 }
 
 package() {

Added: firefox-20.0.1-fixed-loading-icon.png
===
(Binary files differ)

Index: firefox/trunk/firefox-20.0.1-fixed-loading-icon.png
===
--- firefox-20.0.1-fixed-loading-icon.png   2013-12-12 16:20:25 UTC (rev 
201477)
+++ firefox-20.0.1-fixed-loading-icon.png   2013-12-12 16:21:04 UTC (rev 
201478)

Property changes on: firefox/trunk/firefox-20.0.1-fixed-loading-icon.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Modified: mozconfig
===
--- mozconfig   2013-12-12 16:20:25 UTC (rev 201477)
+++ mozconfig   2013-12-12 16:21:04 UTC (rev 201478)
@@ -6,6 +6,18 @@
 ac_add_options --enable-official-branding
 
 # System libraries
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --with-system-png
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx

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

2013-12-12 Thread Giovanni Scafora
Date: Thursday, December 12, 2013 @ 17:22:40
  Author: giovanni
Revision: 102512

upgpkg: guvcview 1.7.2-1

upstream release

Modified:
  guvcview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 15:23:53 UTC (rev 102511)
+++ PKGBUILD2013-12-12 16:22:40 UTC (rev 102512)
@@ -3,8 +3,8 @@
 # Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
 
 pkgname=guvcview
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
 pkgdesc=A video viewer and capturer for the linux uvc driver
 arch=('i686' 'x86_64')
 url=http://guvcview.sourceforge.net/;
@@ -14,7 +14,7 @@
 optdepends=('pulseaudio: for PulseAudio support')
 options=('!docs')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
+md5sums=('93fa335e6ce52bb730541d5280ed0dad')
 
 build() {
   cd ${srcdir}/${pkgname}-src-${pkgver}



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

2013-12-12 Thread Giovanni Scafora
Date: Thursday, December 12, 2013 @ 17:22:48
  Author: giovanni
Revision: 102513

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

Added:
  guvcview/repos/community-i686/PKGBUILD
(from rev 102512, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-x86_64/PKGBUILD
(from rev 102512, guvcview/trunk/PKGBUILD)
Deleted:
  guvcview/repos/community-i686/PKGBUILD
  guvcview/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 16:22:40 UTC (rev 102512)
+++ community-i686/PKGBUILD 2013-12-12 16:22:48 UTC (rev 102513)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.1
-pkgrel=2
-pkgdesc=A video viewer and capturer for the linux uvc driver
-arch=('i686' 'x86_64')
-url=http://guvcview.sourceforge.net/;
-license=('GPL')
-depends=('portaudio' 'ffmpeg' 'gtk3')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
-
-build() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-debian-menu
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: guvcview/repos/community-i686/PKGBUILD (from rev 102512, 
guvcview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 16:22:48 UTC (rev 102513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=A video viewer and capturer for the linux uvc driver
+arch=('i686' 'x86_64')
+url=http://guvcview.sourceforge.net/;
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('93fa335e6ce52bb730541d5280ed0dad')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-12 16:22:40 UTC (rev 102512)
+++ community-x86_64/PKGBUILD   2013-12-12 16:22:48 UTC (rev 102513)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.1
-pkgrel=2
-pkgdesc=A video viewer and capturer for the linux uvc driver
-arch=('i686' 'x86_64')
-url=http://guvcview.sourceforge.net/;
-license=('GPL')
-depends=('portaudio' 'ffmpeg' 'gtk3')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
-
-build() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-debian-menu
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: guvcview/repos/community-x86_64/PKGBUILD (from rev 102512, 
guvcview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-12 16:22:48 UTC (rev 102513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=A video viewer and capturer for the linux uvc driver
+arch=('i686' 'x86_64')
+url=http://guvcview.sourceforge.net/;
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('93fa335e6ce52bb730541d5280ed0dad')
+
+build() {
+  cd 

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

2013-12-12 Thread Dave Reisner
Date: Thursday, December 12, 2013 @ 17:26:34
  Author: dreisner
Revision: 201480

move source URL to ftp.al.org

Modified:
  shadow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 16:21:27 UTC (rev 201479)
+++ PKGBUILD2013-12-12 16:26:34 UTC (rev 201480)
@@ -18,7 +18,7 @@
 etc/default/useradd)
 options=(strip debug)
 install='shadow.install'
-source=(http://pkg-shadow.alioth.debian.org/releases/$pkgname-$pkgver.tar.bz2{,.sig}
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 LICENSE
 chgpasswd
 chpasswd



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

2013-12-12 Thread Sven-Hendrik Haase
Date: Thursday, December 12, 2013 @ 18:14:00
  Author: svenstaro
Revision: 201481

upgpkg: qtcreator 3.0.0-1

upstream release 3.0.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 16:26:34 UTC (rev 201480)
+++ PKGBUILD2013-12-12 17:14:00 UTC (rev 201481)
@@ -7,9 +7,9 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=2.8.1
-_pkgver=2.8.1
-pkgrel=2
+pkgver=3.0.0
+_pkgver=3.0.0
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'



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

2013-12-12 Thread Sven-Hendrik Haase
Date: Thursday, December 12, 2013 @ 18:14:17
  Author: svenstaro
Revision: 201482

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

Added:
  qtcreator/repos/community-i686/
  qtcreator/repos/community-i686/PKGBUILD
(from rev 201481, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 201481, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 201481, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 201481, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 201481, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 201481, qtcreator/trunk/qtcreator.install)

+
 community-i686/PKGBUILD|   60 +++
 community-i686/qtcreator.desktop   |9 +
 community-i686/qtcreator.install   |   12 +++
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/qtcreator.desktop |9 +
 community-x86_64/qtcreator.install |   12 +++
 6 files changed, 162 insertions(+)

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 201481, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 17:14:17 UTC (rev 201482)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.0.0
+_pkgver=3.0.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=(git://gitorious.org/qt-creator/qt-creator.git#tag=v${_pkgver}
+git://gitorious.org/qt-labs/qbs.git
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '82888d4be900e7833d768050a135cd37')
+
+prepare() {
+cd qt-creator
+git submodule init
+git config submodule.qbs.url $srcdir/qbs
+git submodule update
+}
+
+build() {
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  qmake ../qt-creator/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT=${pkgdir}/usr/ install
+  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/community-i686/qtcreator.desktop (from rev 201481, 
qtcreator/trunk/qtcreator.desktop)
===
--- community-i686/qtcreator.desktop(rev 0)
+++ community-i686/qtcreator.desktop2013-12-12 17:14:17 UTC (rev 201482)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/community-i686/qtcreator.install (from rev 201481, 
qtcreator/trunk/qtcreator.install)
===
--- community-i686/qtcreator.install(rev 0)
+++ community-i686/qtcreator.install2013-12-12 17:14:17 UTC (rev 201482)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: qtcreator/repos/community-x86_64/PKGBUILD (from rev 201481, 
qtcreator/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-12 17:14:17 UTC (rev 201482)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 

[arch-commits] Commit in qtcreator/repos (14 files)

2013-12-12 Thread Sven-Hendrik Haase
Date: Thursday, December 12, 2013 @ 18:16:42
  Author: svenstaro
Revision: 201483

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 201482, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 201482, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 201482, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 201482, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 201482, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 201482, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/
  qtcreator/repos/community-x86_64/
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  120 +++
 /qtcreator.desktop |   18 +
 /qtcreator.install |   24 +++
 extra-i686/PKGBUILD|   60 ---
 extra-i686/qtcreator.desktop   |9 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   60 ---
 extra-x86_64/qtcreator.desktop |9 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 17:14:17 UTC (rev 201482)
+++ extra-i686/PKGBUILD 2013-12-12 17:16:42 UTC (rev 201483)
@@ -1,60 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=2.8.1
-_pkgver=2.8.1
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git' 'mesa')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://gitorious.org/qt-creator/qt-creator.git#tag=v${_pkgver}
-git://gitorious.org/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '82888d4be900e7833d768050a135cd37')
-
-prepare() {
-cd qt-creator
-git submodule init
-git config submodule.qbs.url $srcdir/qbs
-git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  qmake ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 201482, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 17:16:42 UTC (rev 201483)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.0.0
+_pkgver=3.0.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+

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

2013-12-12 Thread Jan de Groot
Date: Thursday, December 12, 2013 @ 19:55:24
  Author: jgc
Revision: 201485

upgpkg: gstreamer0.10-bad 0.10.23-6

Switch to gstreamer-sdk
Disable failing tests. One disabled by upstream in 1.0 also, one disabled by 
us: camerabin testsuite has never worked

Added:
  gstreamer0.10-bad/trunk/disable-assrender-test.patch
  gstreamer0.10-bad/trunk/disable-camerabin-test.patch
Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 disable-assrender-test.patch |   11 +++
 disable-camerabin-test.patch |   10 ++
 3 files changed, 46 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 18:14:36 UTC (rev 201484)
+++ PKGBUILD2013-12-12 18:55:24 UTC (rev 201485)
@@ -4,19 +4,31 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=5
+pkgrel=6
 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')
+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' 'git' 'spandsp' 'celt')
 url=http://gstreamer.freedesktop.org/;
 options=(!emptydirs)
-source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
-md5sums=('e4822fa2cc933768e2998311a1565979')
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125
+disable-assrender-test.patch
+disable-camerabin-test.patch)
+sha256sums=('SKIP'
+'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
+'01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68')
 
+prepare() {
+  cd gst-plugins-bad
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+  patch -Np1 -i ../disable-assrender-test.patch
+  patch -Np1 -i ../disable-camerabin-test.patch
+}
+
 build() {
-  cd ${srcdir}/gst-plugins-bad-${pkgver}
+  cd gst-plugins-bad
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
+--disable-static --enable-experimental --disable-gtk-doc \
 --with-package-name=GStreamer Bad Plugins (Archlinux) \
 --with-package-origin=http://www.archlinux.org/;
 
@@ -24,27 +36,26 @@
   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
-#}
+check() {
+  cd gst-plugins-bad
+  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}
+  cd gst-plugins-bad
   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')
+  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' 'celt' 'spandsp')
   groups=('gstreamer0.10-plugins')
   install=gstreamer0.10-bad-plugins.install
 
-  cd ${srcdir}/gst-plugins-bad-${pkgver}
+  cd gst-plugins-bad
   make -C gst-libs DESTDIR=${pkgdir} install
   make -C ext DESTDIR=${pkgdir} install
   make -C sys DESTDIR=${pkgdir} install

Added: disable-assrender-test.patch
===
--- disable-assrender-test.patch(rev 0)
+++ disable-assrender-test.patch2013-12-12 18:55:24 UTC (rev 201485)
@@ -0,0 +1,11 @@
+--- a/tests/check/elements/assrender.c
 b/tests/check/elements/assrender.c
+@@ -289,8 +289,6 @@ assrender_suite 

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

2013-12-12 Thread Jan de Groot
Date: Thursday, December 12, 2013 @ 19:55:33
  Author: jgc
Revision: 201486

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

Added:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
(from rev 201485, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-i686/disable-assrender-test.patch
(from rev 201485, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/extra-i686/disable-camerabin-test.patch
(from rev 201485, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
(from rev 201485, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
(from rev 201485, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/extra-x86_64/disable-assrender-test.patch
(from rev 201485, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/extra-x86_64/disable-camerabin-test.patch
(from rev 201485, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install
(from rev 201485, 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  |  126 +++
 /gstreamer0.10-bad-plugins.install |   22 
 extra-i686/PKGBUILD|   52 -
 extra-i686/disable-assrender-test.patch|   11 ++
 extra-i686/disable-camerabin-test.patch|   10 +
 extra-i686/gstreamer0.10-bad-plugins.install   |   11 --
 extra-x86_64/PKGBUILD  |   52 -
 extra-x86_64/disable-assrender-test.patch  |   11 ++
 extra-x86_64/disable-camerabin-test.patch  |   10 +
 extra-x86_64/gstreamer0.10-bad-plugins.install |   11 --
 10 files changed, 190 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 18:55:24 UTC (rev 201485)
+++ extra-i686/PKGBUILD 2013-12-12 18:55:33 UTC (rev 201486)
@@ -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=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=(!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 201485, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 18:55:33 UTC (rev 201486)
@@ -0,0 

[arch-commits] Commit in farstream-0.1/repos (14 files)

2013-12-12 Thread Jan de Groot
Date: Thursday, December 12, 2013 @ 19:59:01
  Author: jgc
Revision: 201487

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

Added:
  farstream-0.1/repos/extra-i686/PKGBUILD
(from rev 201486, farstream-0.1/trunk/PKGBUILD)
  farstream-0.1/repos/extra-i686/codec-discovery-intersect.patch
(from rev 201486, farstream-0.1/trunk/codec-discovery-intersect.patch)
  farstream-0.1/repos/extra-i686/farstream-0.1.2-prefer-vp8.patch
(from rev 201486, farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch)
  farstream-0.1/repos/extra-i686/rtp-memleak.patch
(from rev 201486, farstream-0.1/trunk/rtp-memleak.patch)
  farstream-0.1/repos/extra-x86_64/PKGBUILD
(from rev 201486, farstream-0.1/trunk/PKGBUILD)
  farstream-0.1/repos/extra-x86_64/codec-discovery-intersect.patch
(from rev 201486, farstream-0.1/trunk/codec-discovery-intersect.patch)
  farstream-0.1/repos/extra-x86_64/farstream-0.1.2-prefer-vp8.patch
(from rev 201486, farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch)
  farstream-0.1/repos/extra-x86_64/rtp-memleak.patch
(from rev 201486, farstream-0.1/trunk/rtp-memleak.patch)
Deleted:
  farstream-0.1/repos/extra-i686/PKGBUILD
  farstream-0.1/repos/extra-i686/farstream-0.1.2-introspection-tag-order.patch
  farstream-0.1/repos/extra-i686/farstream-0.1.2-prefer-vp8.patch
  farstream-0.1/repos/extra-x86_64/PKGBUILD
  farstream-0.1/repos/extra-x86_64/farstream-0.1.2-introspection-tag-order.patch
  farstream-0.1/repos/extra-x86_64/farstream-0.1.2-prefer-vp8.patch

+
 /PKGBUILD  |   98 
 /farstream-0.1.2-prefer-vp8.patch  |   24 ++
 extra-i686/PKGBUILD|   43 ---
 extra-i686/codec-discovery-intersect.patch |   72 ++
 extra-i686/farstream-0.1.2-introspection-tag-order.patch   |  132 ---
 extra-i686/farstream-0.1.2-prefer-vp8.patch|   12 -
 extra-i686/rtp-memleak.patch   |   24 ++
 extra-x86_64/PKGBUILD  |   43 ---
 extra-x86_64/codec-discovery-intersect.patch   |   72 ++
 extra-x86_64/farstream-0.1.2-introspection-tag-order.patch |  132 ---
 extra-x86_64/farstream-0.1.2-prefer-vp8.patch  |   12 -
 extra-x86_64/rtp-memleak.patch |   24 ++
 12 files changed, 314 insertions(+), 374 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 18:55:33 UTC (rev 201486)
+++ extra-i686/PKGBUILD 2013-12-12 18:59:01 UTC (rev 201487)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream-0.1
-_pkgname=farstream
-pkgver=0.1.2
-pkgrel=2
-pkgdesc=Audio/Video Communications Framework (legacy version)
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins'
- 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
-makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2')
-source=(http://freedesktop.org/software/$_pkgname/releases/$_pkgname/$_pkgname-$pkgver.tar.gz
-farstream-0.1.2-prefer-vp8.patch
-farstream-0.1.2-introspection-tag-order.patch)
-sha256sums=('fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9'
-'5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
-'f540ea6f239e291f9ffc5b806cfea9f9cd0c4f13963e900719a5ee3a3f370124')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/farstream-0.1.2-prefer-vp8.patch
-  patch -Np1 -i $srcdir/farstream-0.1.2-introspection-tag-order.patch
-
-  ./configure \
---prefix=/usr \
---with-package-name='Arch Linux Farstream 0.1 Package' \
---with-package-origin='httpw://www.archlinux.org/' \
---disable-static
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream-0.1/repos/extra-i686/PKGBUILD (from rev 201486, 
farstream-0.1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 18:59:01 UTC (rev 201487)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream-0.1
+_pkgname=farstream
+pkgver=0.1.2
+pkgrel=3
+pkgdesc=Audio/Video Communications Framework (legacy version)
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL2.1')
+depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins'
+ 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
+makedepends=('gobject-introspection' 

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

2013-12-12 Thread Andreas Radke
Date: Thursday, December 12, 2013 @ 20:02:13
  Author: andyrtr
Revision: 201488

upgpkg: man-pages 3.55-1

upstream update 3.55

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 18:59:01 UTC (rev 201487)
+++ PKGBUILD2013-12-12 19:02:13 UTC (rev 201488)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.54
+pkgver=3.55
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('382f83e670ecbe1d97fc58e03da0b026'
+md5sums=('443b13defb23df578aa11c6c768f2c7d'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2013-12-12 Thread Andreas Radke
Date: Thursday, December 12, 2013 @ 20:02:26
  Author: andyrtr
Revision: 201489

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 201488, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 201488, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-12-12 19:02:26 UTC (rev 201489)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.55
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('443b13defb23df578aa11c6c768f2c7d'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



[arch-commits] Commit in vhba-module (3 files)

2013-12-12 Thread Jan Steffens
Date: Thursday, December 12, 2013 @ 20:08:21
  Author: heftig
Revision: 102514

Fix FS#37358 again

Modified:
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |2 +-
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2013-12-12 16:22:48 UTC (rev 102513)
+++ repos/community-i686/PKGBUILD   2013-12-12 19:08:21 UTC (rev 102514)
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
 '60-vhba.rules')
-md5sums=('92a681e4665aa85a8335d00395a61697'
+md5sums=('660df41d08b1fd86baad1f16a0264438'
  '4dc37dc348b5a2c83585829bde790dcc')
 
 build() {

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2013-12-12 16:22:48 UTC (rev 102513)
+++ repos/community-x86_64/PKGBUILD 2013-12-12 19:08:21 UTC (rev 102514)
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
 '60-vhba.rules')
-md5sums=('92a681e4665aa85a8335d00395a61697'
+md5sums=('660df41d08b1fd86baad1f16a0264438'
  '4dc37dc348b5a2c83585829bde790dcc')
 
 build() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-12-12 16:22:48 UTC (rev 102513)
+++ trunk/PKGBUILD  2013-12-12 19:08:21 UTC (rev 102514)
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
 '60-vhba.rules')
-md5sums=('92a681e4665aa85a8335d00395a61697'
+md5sums=('660df41d08b1fd86baad1f16a0264438'
  '4dc37dc348b5a2c83585829bde790dcc')
 
 build() {



[arch-commits] Commit in (8 files)

2013-12-12 Thread Ronald van Haren
Date: Thursday, December 12, 2013 @ 20:52:29
  Author: ronald
Revision: 201490

bringup efl and emotion_generic_players as replacement of a lot of 
enlightenment libs

Added:
  efl/
  efl/repos/
  efl/trunk/
  efl/trunk/PKGBUILD
  emotion_generic_players/
  emotion_generic_players/repos/
  emotion_generic_players/trunk/
  emotion_generic_players/trunk/PKGBUILD

+
 efl/trunk/PKGBUILD |   44 +++
 emotion_generic_players/trunk/PKGBUILD |   43 ++
 2 files changed, 87 insertions(+)

Added: efl/trunk/PKGBUILD
===
--- efl/trunk/PKGBUILD  (rev 0)
+++ efl/trunk/PKGBUILD  2013-12-12 19:52:29 UTC (rev 201490)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=efl
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=()
+replaces=('ecore' 'e_dbus' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-posix-threads \
+--disable-debug-threads \
+--enable-inotify \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Added: emotion_generic_players/trunk/PKGBUILD
===
--- emotion_generic_players/trunk/PKGBUILD  (rev 0)
+++ emotion_generic_players/trunk/PKGBUILD  2013-12-12 19:52:29 UTC (rev 
201490)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=emotion_generic_players
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=()
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
+  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
+  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+



[arch-commits] Commit in dokuwiki/repos (5 files)

2013-12-12 Thread Sébastien Luttringer
Date: Thursday, December 12, 2013 @ 21:04:09
  Author: seblu
Revision: 102515

db-move: moved dokuwiki from [community-testing] to [community] (any)

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 102514, dokuwiki/repos/community-testing-any/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 102514, dokuwiki/repos/community-testing-any/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf
  dokuwiki/repos/community-testing-any/

---+
 /PKGBUILD |   61 
 /apache.example.conf  |8 
 community-any/PKGBUILD|   53 ---
 community-any/apache.example.conf |8 
 4 files changed, 69 insertions(+), 61 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2013-12-12 19:08:21 UTC (rev 102514)
+++ community-any/PKGBUILD  2013-12-12 20:04:09 UTC (rev 102515)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20131028.rc
-[ x${pkgver:9:2} == xrc ]  \
-  _pkgver=rc${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2} || \
-  _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}${pkgver:9:1}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='http://www.splitbrain.org/projects/dokuwiki'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess')
-options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
-   apache.example.conf)
-md5sums=('f476b54a3679d35cdd8746db57c9c6a3'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd $pkgdir
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/dokuwiki/apache.example.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 102514, 
dokuwiki/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-12-12 20:04:09 UTC (rev 102515)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20131208
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-$_pkgver.tgz;
+'apache.example.conf')
+md5sums=('620b7fed511e643ad05ad13207baa502'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on changes.log
+  touch var/lib/dokuwiki/data/changes.log
+  chmod 0644 var/lib/dokuwiki/data/changes.log
+
+  # use default htaccess
+  cp 

[arch-commits] Commit in efl/trunk (PKGBUILD efl.install)

2013-12-12 Thread Ronald van Haren
Date: Thursday, December 12, 2013 @ 21:39:40
  Author: ronald
Revision: 201491

PKGBUILD should work now for 1.8.2 release

Added:
  efl/trunk/efl.install
Modified:
  efl/trunk/PKGBUILD

-+
 PKGBUILD|   64 +++---
 efl.install |   16 ++
 2 files changed, 60 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 19:52:29 UTC (rev 201490)
+++ PKGBUILD2013-12-12 20:39:40 UTC (rev 201491)
@@ -1,44 +1,68 @@
 # $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $
 # Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
 
-pkgname=efl
+pkgname=('efl' 'efl_doc')
 pkgver=1.8.2
 pkgrel=1
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
-license=('BSD')
-depends=()
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libpng' 'libjpeg-turbo' 'gstreamer0.10'
+ 'gstreamer0.10-base' 'gstreamer0.10-good'
+ 'gstreamer0.10-bad' 'gstreamer0.10-ugly' 'gstreamer0.10-ffmpeg'
+ 'zlib' 'lua' 'libtiff' 'openssl' 'util-linux' 'curl' 'dbus'
+ 'glibc' 'fontconfig' 'freetype2' 'fribidi' 'libpulse'
+ 'libsndfile' 'systemd' 'libx11' 'libxau' 'libxcomposite'
+ 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama'
+ 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst'
+ 'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz')
+makedepends=('doxygen')
 replaces=('ecore' 'e_dbus' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
'emotion' 'ethumb' 'evas')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('72cbe83cf27cf3bf0f2676fe55b771d1618f892d')
 
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
   export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
   export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
 
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz 
+
   make
 }
 
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+package_efl(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
+  # install non-standard license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
+   ${pkgdir}/usr/share/licenses/$pkgname/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \ 
+${pkgdir}/usr/share/licenses/$pkgname/COPYING.SMALL
 }
 
+package_efl_doc() {
+  pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  arch=('any')
+
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgname}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgname}/latex
+}
+

Added: efl.install
===
--- efl.install (rev 0)
+++ efl.install 2013-12-12 20:39:40 UTC (rev 201491)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+



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

2013-12-12 Thread Dan McGee
Date: Thursday, December 12, 2013 @ 23:12:04
  Author: dan
Revision: 201492

upgpkg: django 1.6.1-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 20:39:40 UTC (rev 201491)
+++ PKGBUILD2013-12-12 22:12:04 UTC (rev 201492)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.6
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('65db1bc313124c3754c89073942e38a8')
-sha256sums=('d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98')
+md5sums=('3ea7a00ea9e7a014e8a4067dd6466a1b')
+sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
 
 build() {
   cd $srcdir/Django-$pkgver



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

2013-12-12 Thread Dan McGee
Date: Thursday, December 12, 2013 @ 23:12:13
  Author: dan
Revision: 201493

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 201492, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-12 22:12:04 UTC (rev 201492)
+++ PKGBUILD2013-12-12 22:12:13 UTC (rev 201493)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.6
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('65db1bc313124c3754c89073942e38a8')
-sha256sums=('d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98')
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin3.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 201492, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-12 22:12:13 UTC (rev 201493)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('3ea7a00ea9e7a014e8a4067dd6466a1b')
+sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin3.py
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-django() {
+  depends=('python2')
+  optdepends=('mysql-python: for MySQL backend'
+  'python2-psycopg2: for PostgreSQL backend')
+  replaces=('django')
+  conflicts=('django')
+  cd $srcdir/Django-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/manage.py
+
+  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (5 files)

2013-12-12 Thread Timothy Redaelli
Date: Thursday, December 12, 2013 @ 23:14:02
  Author: tredaelli
Revision: 102516

Add tcplay

Added:
  tcplay/
  tcplay/repos/
  tcplay/trunk/
  tcplay/trunk/PKGBUILD
  tcplay/trunk/tc-play-1.1-fix-paths.patch

-+
 PKGBUILD|   36 ++
 tc-play-1.1-fix-paths.patch |   49 ++
 2 files changed, 85 insertions(+)

Added: tcplay/trunk/PKGBUILD
===
--- tcplay/trunk/PKGBUILD   (rev 0)
+++ tcplay/trunk/PKGBUILD   2013-12-12 22:14:02 UTC (rev 102516)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Thomas Weißschuh thomas t-8ch de
+# Contributor: James Reed supplantr at archlinux dot info
+
+pkgname=tcplay
+pkgver=1.1
+pkgrel=1
+pkgdesc=Free and simple TrueCrypt implementation based on dm-crypt.
+arch=('i686' 'x86_64')
+url=https://github.com/bwalex/tc-play;
+license=('custom')
+depends=('device-mapper')
+makedepends=('cmake')
+source=(https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz;
+tc-play-1.1-fix-paths.patch)
+sha256sums=('62346e852c6f781fffebf5c43e5967ceb0e36304626aa27e77c77378f8215d84'
+'007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
+
+prepare() {
+  cd tc-play-$pkgver
+  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+}
+
+build() {
+  cd tc-play-$pkgver
+  mkdir -p objdir
+  cd objdir
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd tc-play-$pkgver/objdir
+  make DESTDIR=$pkgdir install
+  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/tcplay/LICENSE
+}


Property changes on: tcplay/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: tcplay/trunk/tc-play-1.1-fix-paths.patch
===
--- tcplay/trunk/tc-play-1.1-fix-paths.patch(rev 0)
+++ tcplay/trunk/tc-play-1.1-fix-paths.patch2013-12-12 22:14:02 UTC (rev 
102516)
@@ -0,0 +1,49 @@
+--- tc-play-1.1/CMakeLists.txt.orig2013-12-12 22:55:24.788832261 +0100
 tc-play-1.1/CMakeLists.txt 2013-12-12 22:56:16.099181617 +0100
+@@ -63,20 +63,6 @@
+ endif()
+ 
+ 
+-if (NOT LIB_SUFFIX)
+-  message(STATUS )
+-  message(STATUS LIB_SUFFIX variable is not defined. It will be 
autodetected now.)
+-  message(STATUS You can set it manually with -DLIB_SUFFIX=value (e.g. 
64).)
+-  if (CMAKE_SIZEOF_VOID_P EQUAL 8)
+-  message(STATUS \nSetting LIB_SUFFIX=64\n)
+-  set (LIB_SUFFIX 64)
+-  else()
+-  message(STATUS \nSetting LIB_SUFFIX=\n)
+-  set (LIB_SUFFIX )
+-  endif()
+-endif()
+-
+-
+ 
+ add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
+ set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
+@@ -102,7 +88,7 @@
+ # Generate pkg-config file tcplay.pc
+ file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc prefix=${CMAKE_INSTALL_PREFIX}
+ exec_prefix=${CMAKE_INSTALL_PREFIX}
+-libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
++libdir=${CMAKE_INSTALL_PREFIX}/lib
+ includedir=${CMAKE_INSTALL_PREFIX}/include
+ 
+ Name: libtcplay
+@@ -117,12 +103,12 @@
+ 
+ # Installation targets
+ install(TARGETS tcplay-bin tcplay-static tcplay-so
+-  RUNTIME DESTINATION sbin COMPONENT bin
+-  LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
+-  ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
++  RUNTIME DESTINATION bin COMPONENT bin
++  LIBRARY DESTINATION lib COMPONENT lib
++  ARCHIVE DESTINATION lib COMPONENT lib-dev
+ )
+ 
+-install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION 
lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
++install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig 
COMPONENT lib-dev)
+ 
+ install(FILES tcplay_api.h DESTINATION includeCOMPONENT lib-dev)
+ install(FILES tcplay.3 DESTINATION share/man/man3 COMPONENT lib-dev)



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

2013-12-12 Thread Jan Steffens
Date: Thursday, December 12, 2013 @ 23:15:32
  Author: heftig
Revision: 201494

fix deps

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 22:12:13 UTC (rev 201493)
+++ PKGBUILD2013-12-12 22:15:32 UTC (rev 201494)
@@ -4,11 +4,11 @@
 
 pkgname=gnome-chess
 pkgver=3.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Play the classic two-player boardgame of chess
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 optdepends=('gnuchess: Play against computer')
 conflicts=('gnome-games')



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

2013-12-12 Thread Jan Steffens
Date: Thursday, December 12, 2013 @ 23:17:22
  Author: heftig
Revision: 201495

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 201494, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 201494, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 201494, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 201494, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 22:15:32 UTC (rev 201494)
+++ extra-i686/PKGBUILD 2013-12-12 22:17:22 UTC (rev 201495)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-chess
-pkgver=3.10.2
-pkgrel=1
-pkgdesc=Play the classic two-player boardgame of chess
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url=https://live.gnome.org/Chess;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 201494, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 22:17:22 UTC (rev 201495)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.10.2
+pkgrel=2
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url=https://live.gnome.org/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-12-12 22:15:32 UTC (rev 201494)
+++ extra-i686/gnome-chess.install  2013-12-12 22:17:22 UTC (rev 201495)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 201494, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-12-12 22:17:22 UTC (rev 201495)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in (pdfedit)

2013-12-12 Thread Balló György
Date: Thursday, December 12, 2013 @ 23:23:00
  Author: bgyorgy
Revision: 102519

Drop pdfedit from [community]

It fails to build its internal copy of xpdf (which is already dropped 
from the official repositories), and the upstream is not really active 
in the recent years.

Accepted by cryptocrack.

Deleted:
  pdfedit/



[arch-commits] Commit in tcplay/repos (6 files)

2013-12-12 Thread Timothy Redaelli
Date: Thursday, December 12, 2013 @ 23:28:07
  Author: tredaelli
Revision: 102520

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

Added:
  tcplay/repos/community-i686/
  tcplay/repos/community-i686/PKGBUILD
(from rev 102519, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch
(from rev 102519, tcplay/trunk/tc-play-1.1-fix-paths.patch)
  tcplay/repos/community-x86_64/
  tcplay/repos/community-x86_64/PKGBUILD
(from rev 102519, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch
(from rev 102519, tcplay/trunk/tc-play-1.1-fix-paths.patch)

--+
 community-i686/PKGBUILD  |   36 ++
 community-i686/tc-play-1.1-fix-paths.patch   |   49 +
 community-x86_64/PKGBUILD|   36 ++
 community-x86_64/tc-play-1.1-fix-paths.patch |   49 +
 4 files changed, 170 insertions(+)

Copied: tcplay/repos/community-i686/PKGBUILD (from rev 102519, 
tcplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 22:28:07 UTC (rev 102520)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Thomas Weißschuh thomas t-8ch de
+# Contributor: James Reed supplantr at archlinux dot info
+
+pkgname=tcplay
+pkgver=1.1
+pkgrel=1
+pkgdesc=Free and simple TrueCrypt implementation based on dm-crypt.
+arch=('i686' 'x86_64')
+url=https://github.com/bwalex/tc-play;
+license=('custom')
+depends=('device-mapper')
+makedepends=('cmake')
+source=(https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz;
+tc-play-1.1-fix-paths.patch)
+sha256sums=('62346e852c6f781fffebf5c43e5967ceb0e36304626aa27e77c77378f8215d84'
+'007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
+
+prepare() {
+  cd tc-play-$pkgver
+  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+}
+
+build() {
+  cd tc-play-$pkgver
+  mkdir -p objdir
+  cd objdir
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd tc-play-$pkgver/objdir
+  make DESTDIR=$pkgdir install
+  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/tcplay/LICENSE
+}

Copied: tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch (from rev 
102519, tcplay/trunk/tc-play-1.1-fix-paths.patch)
===
--- community-i686/tc-play-1.1-fix-paths.patch  (rev 0)
+++ community-i686/tc-play-1.1-fix-paths.patch  2013-12-12 22:28:07 UTC (rev 
102520)
@@ -0,0 +1,49 @@
+--- tc-play-1.1/CMakeLists.txt.orig2013-12-12 22:55:24.788832261 +0100
 tc-play-1.1/CMakeLists.txt 2013-12-12 22:56:16.099181617 +0100
+@@ -63,20 +63,6 @@
+ endif()
+ 
+ 
+-if (NOT LIB_SUFFIX)
+-  message(STATUS )
+-  message(STATUS LIB_SUFFIX variable is not defined. It will be 
autodetected now.)
+-  message(STATUS You can set it manually with -DLIB_SUFFIX=value (e.g. 
64).)
+-  if (CMAKE_SIZEOF_VOID_P EQUAL 8)
+-  message(STATUS \nSetting LIB_SUFFIX=64\n)
+-  set (LIB_SUFFIX 64)
+-  else()
+-  message(STATUS \nSetting LIB_SUFFIX=\n)
+-  set (LIB_SUFFIX )
+-  endif()
+-endif()
+-
+-
+ 
+ add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
+ set_target_properties(tcplay-bin PROPERTIES OUTPUT_NAME tcplay)
+@@ -102,7 +88,7 @@
+ # Generate pkg-config file tcplay.pc
+ file(WRITE ${PROJECT_BINARY_DIR}/tcplay.pc prefix=${CMAKE_INSTALL_PREFIX}
+ exec_prefix=${CMAKE_INSTALL_PREFIX}
+-libdir=${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
++libdir=${CMAKE_INSTALL_PREFIX}/lib
+ includedir=${CMAKE_INSTALL_PREFIX}/include
+ 
+ Name: libtcplay
+@@ -117,12 +103,12 @@
+ 
+ # Installation targets
+ install(TARGETS tcplay-bin tcplay-static tcplay-so
+-  RUNTIME DESTINATION sbin COMPONENT bin
+-  LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
+-  ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT lib-dev
++  RUNTIME DESTINATION bin COMPONENT bin
++  LIBRARY DESTINATION lib COMPONENT lib
++  ARCHIVE DESTINATION lib COMPONENT lib-dev
+ )
+ 
+-install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION 
lib${LIB_SUFFIX}/pkgconfig COMPONENT lib-dev)
++install(FILES ${PROJECT_BINARY_DIR}/tcplay.pc DESTINATION lib/pkgconfig 
COMPONENT lib-dev)
+ 
+ install(FILES tcplay_api.h DESTINATION includeCOMPONENT lib-dev)
+ install(FILES tcplay.3 DESTINATION share/man/man3 COMPONENT lib-dev)

Copied: tcplay/repos/community-x86_64/PKGBUILD (from rev 102519, 
tcplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-12 22:28:07 UTC (rev 102520)
@@ -0,0 +1,36 @@

[arch-commits] Commit in gstreamer0.10-ffmpeg/repos (4 files)

2013-12-12 Thread Jan de Groot
Date: Friday, December 13, 2013 @ 00:22:05
  Author: jgc
Revision: 201497

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

Added:
  gstreamer0.10-ffmpeg/repos/extra-i686/PKGBUILD
(from rev 201496, gstreamer0.10-ffmpeg/trunk/PKGBUILD)
  gstreamer0.10-ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 201496, gstreamer0.10-ffmpeg/trunk/PKGBUILD)
Deleted:
  gstreamer0.10-ffmpeg/repos/extra-i686/PKGBUILD
  gstreamer0.10-ffmpeg/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 23:21:58 UTC (rev 201496)
+++ extra-i686/PKGBUILD 2013-12-12 23:22:05 UTC (rev 201497)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer0.10-ffmpeg
-pkgver=0.10.13
-pkgrel=1
-pkgdesc=Gstreamer FFMpeg Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gstreamer0.10-base' 'bzip2')
-makedepends=('pkgconfig' 'yasm' 'sdl')
-url=http://www.gstreamer.net;
-groups=('gstreamer0.10-plugins')
-source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-${pkgver}.tar.bz2)
-sha256sums=('76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62')
-
-build() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-  unset CFLAGS
-  unset CXXFLAGS
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --with-ffmpeg-extra-configure=--enable-runtime-cpudetect
-  make
-}
-
-package() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer0.10-ffmpeg/repos/extra-i686/PKGBUILD (from rev 201496, 
gstreamer0.10-ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 23:22:05 UTC (rev 201497)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer0.10-ffmpeg
+pkgver=0.10.13
+pkgrel=2
+pkgdesc=Gstreamer FFMpeg Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gstreamer0.10-base' 'bzip2')
+makedepends=('pkgconfig' 'yasm' 'sdl' 'git' 'gtk-doc')
+url=http://www.gstreamer.net;
+groups=('gstreamer0.10-plugins')
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-ffmpeg#commit=94e587b9182c6d2fde9a61c9def790c8047453c0)
+sha256sums=('SKIP')
+
+build() {
+  cd gst-ffmpeg
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --enable-gtk-doc 
--with-ffmpeg-extra-configure=--enable-runtime-cpudetect
+  make
+}
+
+check() {
+  cd gst-ffmpeg
+  make check
+}
+
+package() {
+  cd gst-ffmpeg
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-12 23:21:58 UTC (rev 201496)
+++ extra-x86_64/PKGBUILD   2013-12-12 23:22:05 UTC (rev 201497)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer0.10-ffmpeg
-pkgver=0.10.13
-pkgrel=1
-pkgdesc=Gstreamer FFMpeg Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gstreamer0.10-base' 'bzip2')
-makedepends=('pkgconfig' 'yasm' 'sdl')
-url=http://www.gstreamer.net;
-groups=('gstreamer0.10-plugins')
-source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-${pkgver}.tar.bz2)
-sha256sums=('76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62')
-
-build() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-  unset CFLAGS
-  unset CXXFLAGS
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --with-ffmpeg-extra-configure=--enable-runtime-cpudetect
-  make
-}
-
-package() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer0.10-ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 201496, 
gstreamer0.10-ffmpeg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-12 23:22:05 UTC (rev 201497)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer0.10-ffmpeg
+pkgver=0.10.13
+pkgrel=2
+pkgdesc=Gstreamer FFMpeg Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gstreamer0.10-base' 'bzip2')
+makedepends=('pkgconfig' 'yasm' 'sdl' 'git' 'gtk-doc')
+url=http://www.gstreamer.net;
+groups=('gstreamer0.10-plugins')
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-ffmpeg#commit=94e587b9182c6d2fde9a61c9def790c8047453c0)
+sha256sums=('SKIP')
+
+build() {
+  cd gst-ffmpeg
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --enable-gtk-doc 

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

2013-12-12 Thread Jan de Groot
Date: Friday, December 13, 2013 @ 00:21:58
  Author: jgc
Revision: 201496

upgpkg: gstreamer0.10-ffmpeg 0.10.13-2

Update to gstreamer-sdk

Modified:
  gstreamer0.10-ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 22:17:22 UTC (rev 201495)
+++ PKGBUILD2013-12-12 23:21:58 UTC (rev 201496)
@@ -3,27 +3,30 @@
 
 pkgname=gstreamer0.10-ffmpeg
 pkgver=0.10.13
-pkgrel=1
+pkgrel=2
 pkgdesc=Gstreamer FFMpeg Plugin
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gstreamer0.10-base' 'bzip2')
-makedepends=('pkgconfig' 'yasm' 'sdl')
+makedepends=('pkgconfig' 'yasm' 'sdl' 'git' 'gtk-doc')
 url=http://www.gstreamer.net;
 groups=('gstreamer0.10-plugins')
-source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-${pkgver}.tar.bz2)
-sha256sums=('76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62')
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-ffmpeg#commit=94e587b9182c6d2fde9a61c9def790c8047453c0)
+sha256sums=('SKIP')
 
 build() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-  unset CFLAGS
-  unset CXXFLAGS
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --with-ffmpeg-extra-configure=--enable-runtime-cpudetect
+  cd gst-ffmpeg
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --enable-gtk-doc 
--with-ffmpeg-extra-configure=--enable-runtime-cpudetect
   make
 }
 
+check() {
+  cd gst-ffmpeg
+  make check
+}
+
 package() {
-  cd ${srcdir}/gst-ffmpeg-${pkgver}
-
+  cd gst-ffmpeg
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in freecol/trunk (PKGBUILD fc.sh)

2013-12-12 Thread Sven-Hendrik Haase
Date: Friday, December 13, 2013 @ 06:38:22
  Author: svenstaro
Revision: 102521

upgpkg: freecol 0.10.7-2

Fix FS#38119

Modified:
  freecol/trunk/PKGBUILD
  freecol/trunk/fc.sh

--+
 PKGBUILD |4 ++--
 fc.sh|3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 22:28:07 UTC (rev 102520)
+++ PKGBUILD2013-12-13 05:38:22 UTC (rev 102521)
@@ -5,7 +5,7 @@
 
 pkgname=freecol
 pkgver=0.10.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A turn-based strategy game based on Colonization
 arch=('any')
 url=http://www.freecol.org/;
@@ -16,7 +16,7 @@
 fc.sh)
 md5sums=('554c2c8acd63cbd0c258e367305a4cb7'
  '55594d770904af3e3e3852d375085357'
- 'cb99e1a277dbc6ad6d2754f4322b869a')
+ 'b6eb55ee0762dc21a32c639e2c28a180')
 
 build() {
   cd $srcdir/$pkgname

Modified: fc.sh
===
--- fc.sh   2013-12-12 22:28:07 UTC (rev 102520)
+++ fc.sh   2013-12-13 05:38:22 UTC (rev 102521)
@@ -5,5 +5,4 @@
 
 [ ! -d $LOG_PATH ]  install -dm755 $LOG_PATH
 cd $LOG_PATH
-java -Xmx512M -jar $FC_PATH/FreeCol.jar $@ --freecol-data $FC_PATH/data \
-   ./messages.log
+java -Xmx512M -jar $FC_PATH/FreeCol.jar $@ --freecol-data $FC_PATH/data 
--no-intro  ./messages.log



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

2013-12-12 Thread Sven-Hendrik Haase
Date: Friday, December 13, 2013 @ 06:38:32
  Author: svenstaro
Revision: 102522

archrelease: copy trunk to community-any

Added:
  freecol/repos/community-any/PKGBUILD
(from rev 102521, freecol/trunk/PKGBUILD)
  freecol/repos/community-any/fc.desktop
(from rev 102521, freecol/trunk/fc.desktop)
  freecol/repos/community-any/fc.sh
(from rev 102521, freecol/trunk/fc.sh)
Deleted:
  freecol/repos/community-any/PKGBUILD
  freecol/repos/community-any/fc.desktop
  freecol/repos/community-any/fc.sh

+
 PKGBUILD   |   74 +--
 fc.desktop |   20 +++
 fc.sh  |   17 ++---
 3 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-13 05:38:22 UTC (rev 102521)
+++ PKGBUILD2013-12-13 05:38:32 UTC (rev 102522)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: TDY t...@gmx.com
-# Contributor: Nelson Menon nelsonme...@gmail.com insanatorium.wordpress.com
-
-pkgname=freecol
-pkgver=0.10.7
-pkgrel=1
-pkgdesc=A turn-based strategy game based on Colonization
-arch=('any')
-url=http://www.freecol.org/;
-license=('GPL')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.zip
-fc.desktop
-fc.sh)
-md5sums=('554c2c8acd63cbd0c258e367305a4cb7'
- '55594d770904af3e3e3852d375085357'
- 'cb99e1a277dbc6ad6d2754f4322b869a')
-
-build() {
-  cd $srcdir/$pkgname
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -Dm644 FreeCol.jar $pkgdir/usr/share/java/$pkgname/FreeCol.jar
-  install -Dm644 FreeCol.pdf $pkgdir/usr/share/doc/$pkgname/FreeCol.pdf
-  install -Dm644 $pkgname.xpm $pkgdir/usr/share/pixmaps/$pkgname.xpm
-  install -Dm644 ../fc.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm755 ../fc.sh $pkgdir/usr/bin/$pkgname
-
-  cp -r data jars $pkgdir/usr/share/java/$pkgname/
-  find $pkgdir/usr/share/java/$pkgname -type d -exec chmod 755 '{}' \;
-  find $pkgdir/usr/share/java/$pkgname -type f -exec chmod 644 '{}' \;
-}

Copied: freecol/repos/community-any/PKGBUILD (from rev 102521, 
freecol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-13 05:38:32 UTC (rev 102522)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: TDY t...@gmx.com
+# Contributor: Nelson Menon nelsonme...@gmail.com insanatorium.wordpress.com
+
+pkgname=freecol
+pkgver=0.10.7
+pkgrel=2
+pkgdesc=A turn-based strategy game based on Colonization
+arch=('any')
+url=http://www.freecol.org/;
+license=('GPL')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.zip
+fc.desktop
+fc.sh)
+md5sums=('554c2c8acd63cbd0c258e367305a4cb7'
+ '55594d770904af3e3e3852d375085357'
+ 'b6eb55ee0762dc21a32c639e2c28a180')
+
+build() {
+  cd $srcdir/$pkgname
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  install -Dm644 FreeCol.jar $pkgdir/usr/share/java/$pkgname/FreeCol.jar
+  install -Dm644 FreeCol.pdf $pkgdir/usr/share/doc/$pkgname/FreeCol.pdf
+  install -Dm644 $pkgname.xpm $pkgdir/usr/share/pixmaps/$pkgname.xpm
+  install -Dm644 ../fc.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm755 ../fc.sh $pkgdir/usr/bin/$pkgname
+
+  cp -r data jars $pkgdir/usr/share/java/$pkgname/
+  find $pkgdir/usr/share/java/$pkgname -type d -exec chmod 755 '{}' \;
+  find $pkgdir/usr/share/java/$pkgname -type f -exec chmod 644 '{}' \;
+}

Deleted: fc.desktop
===
--- fc.desktop  2013-12-13 05:38:22 UTC (rev 102521)
+++ fc.desktop  2013-12-13 05:38:32 UTC (rev 102522)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=FreeCol
-GenericName=Strategy Game
-Comment=A free Colonization clone
-TryExec=/usr/bin/freecol
-Exec=freecol
-Icon=/usr/share/pixmaps/freecol.xpm
-Categories=Game;StrategyGame;

Copied: freecol/repos/community-any/fc.desktop (from rev 102521, 
freecol/trunk/fc.desktop)
===
--- fc.desktop  (rev 0)
+++ fc.desktop  2013-12-13 05:38:32 UTC (rev 102522)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=FreeCol
+GenericName=Strategy Game
+Comment=A free Colonization clone
+TryExec=/usr/bin/freecol
+Exec=freecol
+Icon=/usr/share/pixmaps/freecol.xpm
+Categories=Game;StrategyGame;

Deleted: fc.sh
===
--- fc.sh   2013-12-13 05:38:22 UTC (rev 102521)
+++ fc.sh   2013-12-13 05:38:32 UTC (rev 102522)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-FC_PATH=/usr/share/java/freecol
-LOG_PATH=/tmp/freecol
-
-[ ! -d $LOG_PATH ]  install -dm755 $LOG_PATH
-cd $LOG_PATH
-java -Xmx512M -jar 

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

2013-12-12 Thread Felix Yan
Date: Friday, December 13, 2013 @ 07:46:50
  Author: fyan
Revision: 102523

upgpkg: python-boto 2.20.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 05:38:32 UTC (rev 102522)
+++ PKGBUILD2013-12-13 06:46:50 UTC (rev 102523)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.19.0
+pkgver=2.20.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



[arch-commits] Commit in python-boto/repos/community-any (4 files)

2013-12-12 Thread Felix Yan
Date: Friday, December 13, 2013 @ 07:47:59
  Author: fyan
Revision: 102524

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 102523, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 102523, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-12-13 06:46:50 UTC (rev 102523)
+++ LICENSE 2013-12-13 06:47:59 UTC (rev 102524)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 102523, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-12-13 06:47:59 UTC (rev 102524)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-13 06:46:50 UTC (rev 102523)
+++ PKGBUILD2013-12-13 06:47:59 UTC (rev 102524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.19.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 102523, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-13 06:47:59 UTC (rev 102524)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.20.0

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

2013-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 13, 2013 @ 08:56:14
  Author: bpiotrowski
Revision: 201498

upgpkg: x264 20131030-2

- rebuild with correct prefix to fix pkg-config file (FS#38112)

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 23:22:05 UTC (rev 201497)
+++ PKGBUILD2013-12-13 07:56:14 UTC (rev 201498)
@@ -6,7 +6,7 @@
 
 pkgname=x264
 pkgver=20131030
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for encoding H264/AVC video streams'
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -19,19 +19,14 @@
 build() {
   cd $pkgname
 
-  ./configure --enable-shared \
+  ./configure --prefix=/usr \
+--enable-shared \
 --enable-pic
+
   make
 }
 
 package() {
   cd $pkgname
-
-  make DESTDIR=$pkgdir \
-bindir=/usr/bin \
-libdir=/usr/lib \
-includedir=/usr/include \
-install
+  make DESTDIR=$pkgdir install
 }
-
-# vim:set ts=2 sw=2 et:



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

2013-12-12 Thread Bartłomiej Piotrowski
Date: Friday, December 13, 2013 @ 08:56:25
  Author: bpiotrowski
Revision: 201499

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-13 07:56:14 UTC (rev 201498)
+++ extra-i686/PKGBUILD 2013-12-13 07:56:25 UTC (rev 201499)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=x264
-pkgver=20131030
-pkgrel=1
-pkgdesc='Library for encoding H264/AVC video streams'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=c628e3bac)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure --enable-shared \
---enable-pic
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir \
-bindir=/usr/bin \
-libdir=/usr/lib \
-includedir=/usr/include \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x264/repos/extra-i686/PKGBUILD (from rev 201498, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-13 07:56:25 UTC (rev 201499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20131030
+pkgrel=2
+pkgdesc='Library for encoding H264/AVC video streams'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=c628e3bac)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+--enable-shared \
+--enable-pic
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-13 07:56:14 UTC (rev 201498)
+++ extra-x86_64/PKGBUILD   2013-12-13 07:56:25 UTC (rev 201499)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=x264
-pkgver=20131030
-pkgrel=1
-pkgdesc='Library for encoding H264/AVC video streams'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=c628e3bac)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure --enable-shared \
---enable-pic
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir \
-bindir=/usr/bin \
-libdir=/usr/lib \
-includedir=/usr/include \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 201498, x264/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-13 07:56:25 UTC (rev 201499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20131030
+pkgrel=2
+pkgdesc='Library for encoding H264/AVC video streams'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=c628e3bac)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+--enable-shared \
+--enable-pic
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}