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

2015-03-07 Thread Tobias Powalowski
Date: Sunday, March 8, 2015 @ 08:58:14
  Author: tpowa
Revision: 233015

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 233014, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 233014, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 233014, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 233014, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 233014, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 233014, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 233014, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 233014, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 233014, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 233014, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 233014, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 233014, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  598 
 /change-default-console-loglevel.patch   |   22 
 /config  |14566 +
 /config.x86_64   |14066 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  297 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7283 
 testing-i686/config.x86_64   | 7033 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  297 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7283 
 testing-x86_64/config.x86_64 | 7033 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 29354 insertions(+), 29350 deletions(-)

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


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

2015-03-07 Thread Tobias Powalowski
Date: Sunday, March 8, 2015 @ 08:57:50
  Author: tpowa
Revision: 233014

upgpkg: linux 3.19.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 07:08:16 UTC (rev 233013)
+++ PKGBUILD2015-03-08 07:57:50 UTC (rev 233014)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.19
-pkgver=3.19
+pkgver=3.19.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -14,8 +14,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz";
 "https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.sign";
-#"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
-#"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign";
+"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
+"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign";
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -24,6 +24,8 @@
 )
 sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
 'SKIP'
+'3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b'
+'SKIP'
 '704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8'
 '59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -39,7 +41,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


[arch-commits] Commit in lib32-mesa/repos (3 files)

2015-03-07 Thread Laurent Carlier
Date: Sunday, March 8, 2015 @ 08:57:07
  Author: lcarlier
Revision: 128887

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 128886, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 128886, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   82 +++
 PKGBUILD |  139 +
 2 files changed, 221 insertions(+)

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 128886, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-staging-x86_64/LICENSE (rev 0)
+++ multilib-staging-x86_64/LICENSE 2015-03-08 07:57:07 UTC (rev 128887)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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
+BRIAN PAUL 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.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD (from rev 128886, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-03-08 07:57:07 UTC (rev 128887)
@@ -0,0 +1,139 @@
+# $Id$
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')

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

2015-03-07 Thread Laurent Carlier
Date: Sunday, March 8, 2015 @ 08:57:03
  Author: lcarlier
Revision: 128886

upgpkg: lib32-mesa 10.5.0-1

upstream update 10.5.0

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 06:33:48 UTC (rev 128885)
+++ PKGBUILD2015-03-08 07:57:03 UTC (rev 128886)
@@ -4,18 +4,17 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.4.6
+pkgver=10.5.0
 pkgrel=1
 arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
  'lib32-libvdpau' 'lib32-wayland')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735'
+sha256sums=('d7ca9f9044bbdd674377e3eebceef1fae339c8817b9aa435c2053e4fea44e5d3'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

@@ -29,7 +28,7 @@
   cd ${srcdir}/?esa-*
 
   # our automake is far too new for their build system :)
-  autoreconf -vfi
+  # autoreconf -vfi
 
   ./configure \
 --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu \


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

2015-03-07 Thread Laurent Carlier
Date: Sunday, March 8, 2015 @ 08:08:16
  Author: lcarlier
Revision: 233013

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/LICENSE
(from rev 233012, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 233012, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 233012, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 233012, mesa/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 ++
 staging-i686/PKGBUILD   |  165 ++
 staging-x86_64/LICENSE  |   82 ++
 staging-x86_64/PKGBUILD |  165 ++
 4 files changed, 494 insertions(+)

Copied: mesa/repos/staging-i686/LICENSE (from rev 233012, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-03-08 07:08:16 UTC (rev 233013)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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
+BRIAN PAUL 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.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/staging-i686/PKGBUILD (from rev 233012, mesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03

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

2015-03-07 Thread Laurent Carlier
Date: Sunday, March 8, 2015 @ 08:08:08
  Author: lcarlier
Revision: 233012

upgpkg: mesa 10.5.0-1

upstream update 10.5.0

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 06:39:34 UTC (rev 233011)
+++ PKGBUILD2015-03-08 07:08:08 UTC (rev 233012)
@@ -4,18 +4,17 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.4.6
+pkgver=10.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
-makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
+makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
  'systemd' 'libomxil-bellagio' 'libclc' 'clang')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735'
+sha256sums=('d7ca9f9044bbdd674377e3eebceef1fae339c8817b9aa435c2053e4fea44e5d3'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

@@ -23,7 +22,7 @@
 build() {
   cd ${srcdir}/?esa-*
 
-  autoreconf -vfi # our automake is far too new for their build system :)
+  #autoreconf -vfi # our automake is far too new for their build system :)
 
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
@@ -61,7 +60,7 @@
 
 package_opencl-mesa() {
   pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
-  depends=('expat' 'libdrm' 'elfutils' 'libxfixes' 'libxext' 'libcl' 'libclc' 
'clang')
+  depends=('expat' 'libdrm' 'elfutils' 'libxfixes' 'libxext' 'libcl' 'libclc' 
'nettle' 'clang')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
   
   install -m755 -d ${pkgdir}/etc
@@ -77,7 +76,7 @@
 
 package_libva-mesa-driver() {
   pkgdesc="VA-API implementation for gallium"
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils' 'nettle')
 
   install -m755 -d ${pkgdir}/usr/lib
   mv -v ${srcdir}/fakeinstall/usr/lib/dri ${pkgdir}/usr/lib
@@ -88,7 +87,7 @@
 
 package_mesa-vdpau() {
   pkgdesc="Mesa VDPAU drivers"
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils' 'nettle')
 
   install -m755 -d ${pkgdir}/usr/lib
   mv -v ${srcdir}/fakeinstall/usr/lib/vdpau ${pkgdir}/usr/lib
@@ -100,7 +99,7 @@
 package_mesa() {
   pkgdesc="an open-source implementation of the OpenGL specification"
   depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 
-   'libomxil-bellagio' 'expat' 'libtxc_dxtn' 'llvm-libs')
+   'libomxil-bellagio' 'expat' 'libtxc_dxtn' 'llvm-libs' 'nettle')
   optdepends=('opengl-man-pages: for the OpenGL API man pages'
   'mesa-vdpau: for accelerated video playback'
   'libva-mesa-driver: for accelerated video playback')


[arch-commits] Commit in perl-date-calc/repos/extra-any (PKGBUILD PKGBUILD)

2015-03-07 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 07:39:34
  Author: fyan
Revision: 233011

archrelease: copy trunk to extra-any

Added:
  perl-date-calc/repos/extra-any/PKGBUILD
(from rev 233010, perl-date-calc/trunk/PKGBUILD)
Deleted:
  perl-date-calc/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 06:39:14 UTC (rev 233010)
+++ PKGBUILD2015-03-08 06:39:34 UTC (rev 233011)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-date-calc
-_realname=Date-Calc
-pkgver=6.3
-pkgrel=3
-pkgdesc="Perl module for Gregorian calendar date calculations"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-bit-vector' 'perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b64555b7051c1beb6b61daead2d01b3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-date-calc/repos/extra-any/PKGBUILD (from rev 233010, 
perl-date-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 06:39:34 UTC (rev 233011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-date-calc
+_realname=Date-Calc
+pkgver=6.4
+pkgrel=1
+pkgdesc="Perl module for Gregorian calendar date calculations"
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-bit-vector' 'perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('69c635070d38c884682bfd4657031a8d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in perl-date-calc/trunk (PKGBUILD)

2015-03-07 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 07:39:14
  Author: fyan
Revision: 233010

upgpkg: perl-date-calc 6.4-1

Modified:
  perl-date-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 04:09:16 UTC (rev 233009)
+++ PKGBUILD2015-03-08 06:39:14 UTC (rev 233010)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-date-calc
 _realname=Date-Calc
-pkgver=6.3
-pkgrel=3
+pkgver=6.4
+pkgrel=1
 pkgdesc="Perl module for Gregorian calendar date calculations"
 arch=(any)
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-bit-vector' 'perl>=5.10.0')
+depends=('perl-bit-vector' 'perl')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b64555b7051c1beb6b61daead2d01b3')
+md5sums=('69c635070d38c884682bfd4657031a8d')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "${srcdir}/${_realname}-${pkgver}"
   make install DESTDIR=${pkgdir}
 }


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

2015-03-07 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 07:33:48
  Author: fyan
Revision: 128885

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 128884, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 128884, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 06:33:30 UTC (rev 128884)
+++ PKGBUILD2015-03-08 06:33:48 UTC (rev 128885)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20150301
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('047b69425f6c0fe4c8410f7f4a9baaa7'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '37436a1e0ce2ce975a490b61dcd1e03c')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 128884, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 06:33:48 UTC (rev 128885)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20150308
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/";
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('abce18f538b5f1cc2cc98170b55258f4'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '3f7f24e39e4d18ca06c40cbec1b53acd')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-03-08 06:33:30 UTC (rev 128884)
+++ skk-jisyo.install   2015-03-08 06:33:48 UTC (rev 128885)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 128884, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-03-08 06:33:48 UTC (rev 128885)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-03-07 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 07:33:30
  Author: fyan
Revision: 128884

upgpkg: skk-jisyo 20150308-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 03:50:42 UTC (rev 128883)
+++ PKGBUILD2015-03-08 06:33:30 UTC (rev 128884)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20150301
+pkgver=20150308
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,11 +16,11 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('047b69425f6c0fe4c8410f7f4a9baaa7'
+md5sums=('abce18f538b5f1cc2cc98170b55258f4'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'
- '37436a1e0ce2ce975a490b61dcd1e03c')
+ '3f7f24e39e4d18ca06c40cbec1b53acd')
 
 package() {
   cd "$srcdir"


[arch-commits] Commit in dejagnu/repos/extra-any (4 files)

2015-03-07 Thread Allan McRae
Date: Sunday, March 8, 2015 @ 05:09:16
  Author: allan
Revision: 233009

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 233008, dejagnu/trunk/PKGBUILD)
  dejagnu/repos/extra-any/dejagnu.install
(from rev 233008, dejagnu/trunk/dejagnu.install)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD
  dejagnu/repos/extra-any/dejagnu.install

-+
 PKGBUILD|   64 +++---
 dejagnu.install |   30 -
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 04:08:22 UTC (rev 233008)
+++ PKGBUILD2015-03-08 04:09:16 UTC (rev 233009)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/";
-license=('GPL')
-depends=('sh' 'expect')
-install=dejagnu.install
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('8386e04e362345f50ad169f052f4c4ab'
- '59335adf4900b889c64827c5a9426252')
-validpgpkeys=('514F120ED959693B4227E054E66A4E29AFE7BCBD')
-
-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: dejagnu/repos/extra-any/PKGBUILD (from rev 233008, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 04:09:16 UTC (rev 233009)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/";
+license=('GPL')
+depends=('sh' 'expect')
+install=dejagnu.install
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('97a86a21c92ac456641a97f712ea40ac'
+ 'SKIP')
+validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
+
+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
+}

Deleted: dejagnu.install
===
--- dejagnu.install 2015-03-08 04:08:22 UTC (rev 233008)
+++ dejagnu.install 2015-03-08 04:09:16 UTC (rev 233009)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}

Copied: dejagnu/repos/extra-any/dejagnu.install (from rev 233008, 
dejagnu/trunk/dejagnu.install)
===
--- dejagnu.install (rev 0)
+++ dejagnu.install 2015-03-08 04:09:16 UTC (rev 233009)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}


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

2015-03-07 Thread Allan McRae
Date: Sunday, March 8, 2015 @ 05:08:22
  Author: allan
Revision: 233008

upgpkg: dejagnu 1.5.2-1

upstream update

Modified:
  dejagnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 03:55:56 UTC (rev 233007)
+++ PKGBUILD2015-03-08 04:08:22 UTC (rev 233008)
@@ -2,8 +2,8 @@
 # Maintainer: Allan McRae 
 
 pkgname=dejagnu
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Framework for testing other programs"
 arch=('any')
 url="http://www.gnu.org/software/dejagnu/";
@@ -11,9 +11,9 @@
 depends=('sh' 'expect')
 install=dejagnu.install
 source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('8386e04e362345f50ad169f052f4c4ab'
- '59335adf4900b889c64827c5a9426252')
-validpgpkeys=('514F120ED959693B4227E054E66A4E29AFE7BCBD')
+md5sums=('97a86a21c92ac456641a97f712ea40ac'
+ 'SKIP')
+validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-07 Thread Allan McRae
Date: Sunday, March 8, 2015 @ 04:55:56
  Author: allan
Revision: 233007

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

Added:
  fakechroot/repos/extra-i686/PKGBUILD
(from rev 233006, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/extra-i686/fakechroot.install
(from rev 233006, fakechroot/trunk/fakechroot.install)
  fakechroot/repos/extra-x86_64/PKGBUILD
(from rev 233006, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/extra-x86_64/fakechroot.install
(from rev 233006, fakechroot/trunk/fakechroot.install)
Deleted:
  fakechroot/repos/extra-i686/PKGBUILD
  fakechroot/repos/extra-i686/fakechroot.install
  fakechroot/repos/extra-x86_64/PKGBUILD
  fakechroot/repos/extra-x86_64/fakechroot.install

-+
 /PKGBUILD   |   70 ++
 /fakechroot.install |   22 +++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/fakechroot.install   |   11 -
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/fakechroot.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-08 03:54:27 UTC (rev 233006)
+++ extra-i686/PKGBUILD 2015-03-08 03:55:56 UTC (rev 233007)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Allan McRae 
-# Contributor: Aaron Griffin 
-
-pkgname=fakechroot
-pkgver=2.17.2
-pkgrel=1
-pkgdesc="Gives a fake chroot environment"
-arch=('i686' 'x86_64')
-url="https://github.com/dex4er/fakechroot/wiki";
-license=('LGPL')
-install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('e614f62972efa4654fc780ae7e4affad')
-
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sbindir=/usr/bin \
---libdir=/usr/lib/libfakeroot --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib/libfakeroot/fakechroot/' > 
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
-}

Copied: fakechroot/repos/extra-i686/PKGBUILD (from rev 233006, 
fakechroot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-08 03:55:56 UTC (rev 233007)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=fakechroot
+pkgver=2.17.2
+pkgrel=2
+pkgdesc="Gives a fake chroot environment"
+arch=('i686' 'x86_64')
+url="https://github.com/dex4er/fakechroot/wiki";
+license=('LGPL')
+install=fakechroot.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('e614f62972efa4654fc780ae7e4affad')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/' > 
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
+}

Deleted: extra-i686/fakechroot.install
===
--- extra-i686/fakechroot.install   2015-03-08 03:54:27 UTC (rev 233006)
+++ extra-i686/fakechroot.install   2015-03-08 03:55:56 UTC (rev 233007)
@@ -1,11 +0,0 @@
-post_install() {
-  sbin/ldconfig -r .
-}
-
-post_upgrade() {
-  sbin/ldconfig -r .
-}
-
-post_remove() {
-  sbin/ldconfig -r .
-}

Copied: fakechroot/repos/extra-i686/fakechroot.install (from rev 233006, 
fakechroot/trunk/fakechroot.install)
===
--- extra-i686/fakechroot.install   (rev 0)
+++ extra-i686/fakechroot.install   2015-03-08 03:55:56 UTC (rev 233007)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-08 03:54:27 UTC (rev 233006)
+++ extra-x86_64/PKGBUILD   2015-03-08 03:55:56 UTC (rev 233007)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Allan McRae 
-# Contributor: Aaron Griffin 
-
-pkgname=fakechroot
-pkgver=2.17.2
-pkgrel=1
-pkgdesc="Gives a fake chroot environment"
-arch=('i686' 'x86_64')
-url="https://github.com/dex4er/fakechroot/wiki";
-license=('LGPL')
-install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('e614f62972efa4654fc780ae7e4affad')
-
-
-build() {
-  cd ${srcdir}/$

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

2015-03-07 Thread Allan McRae
Date: Sunday, March 8, 2015 @ 04:54:27
  Author: allan
Revision: 233006

ensure unique source name

Modified:
  fakechroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 03:51:53 UTC (rev 233005)
+++ PKGBUILD2015-03-08 03:54:27 UTC (rev 233006)
@@ -4,13 +4,13 @@
 
 pkgname=fakechroot
 pkgver=2.17.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Gives a fake chroot environment"
 arch=('i686' 'x86_64')
 url="https://github.com/dex4er/fakechroot/wiki";
 license=('LGPL')
 install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
 md5sums=('e614f62972efa4654fc780ae7e4affad')
 
 


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

2015-03-07 Thread Dan McGee
Date: Sunday, March 8, 2015 @ 03:16:15
  Author: dan
Revision: 233002

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 233001, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 233001, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 233001, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 233001, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 233001, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 233001, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 233001, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 233001, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/0001-create-gpg-homedir-on-the-fly.patch
  git/repos/extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch
  git/repos/extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 +
 /git-daemon@.service |   20 +
 /git.install |   42 ++
 extra-i686/0001-create-gpg-homedir-on-the-fly.patch  |   58 ---
 extra-i686/0002-skip-RFC1991-tests-for-gnupg-2.1.patch   |   93 -
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 
 extra-i686/git-daemon@.service   |   10 
 extra-i686/git.install   |   21 -
 extra-x86_64/0001-create-gpg-homedir-on-the-fly.patch|   58 ---
 extra-x86_64/0002-skip-RFC1991-tests-for-gnupg-2.1.patch |   93 -
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 
 extra-x86_64/git-daemon@.service |   10 
 extra-x86_64/git.install |   21 -
 16 files changed, 304 insertions(+), 606 deletions(-)

Deleted: extra-i686/0001-create-gpg-homedir-on-the-fly.patch
===
--- extra-i686/0001-create-gpg-homedir-on-the-fly.patch 2015-03-08 02:16:02 UTC 
(rev 233001)
+++ extra-i686/0001-create-gpg-homedir-on-the-fly.patch 2015-03-08 02:16:15 UTC 
(rev 233002)
@@ -1,58 +0,0 @@
-From d2c93870da4997abeb2813873878c1a556defde4 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Fri, 12 Dec 2014 07:34:34 +0100
-Subject: [PATCH 1/3] create gpg homedir on the fly
-
-GnuPG 2.1 homedir looks different, so just create it on the fly by
-importing needed private and public keys and ownertrust.
-This solves an issue with gnupg 2.1 running interactive pinentry when
-old secret key is present.
-
-Signed-off-by: Christian Hesse 

- t/lib-gpg.sh  |  10 +++---
- t/lib-gpg/ownertrust  |   4 
- t/lib-gpg/random_seed | Bin 600 -> 0 bytes
- t/lib-gpg/trustdb.gpg | Bin 1360 -> 0 bytes
- 4 files changed, 11 insertions(+), 3 deletions(-)
- create mode 100644 t/lib-gpg/ownertrust
- delete mode 100644 t/lib-gpg/random_seed
- delete mode 100644 t/lib-gpg/trustdb.gpg
-
-diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
-index cd2baef..4e57942 100755
 a/t/lib-gpg.sh
-+++ b/t/lib-gpg.sh
-@@ -16,11 +16,15 @@ else
-   # Type DSA and Elgamal, size 2048 bits, no expiration date.
-   # Name and email: C O Mitter 
-   # No password given, to enable non-interactive operation.
--  cp -R "$TEST_DIRECTORY"/lib-gpg ./gpghome
--  chmod 0700 gpghome
--  chmod 0600 gpghome/*
-+  mkdir ./gpghome
-+  chmod 0700 ./gpghome
-   GNUPGHOME="$(pwd)/gpghome"
-   export GNUPGHOME
-+  gpg --homedir "${GNUPGHOME}" --import \
-+  "$TEST_DIRECTORY"/lib-gpg/pubring.gpg \
-+  "$TEST_DIRECTORY"/lib-gpg/secring.gpg
-+  gpg --homedir "${GNUPGHOME}" --import-ownertrust \
-+  "$TEST_DIRECTORY"/lib-gpg/ownertrust
-   test_set_prereq GPG
-   ;;
-   esac
-diff --git a/t/lib-gpg/ownertrust b/t/lib-gpg/ownertrust
-new file mode 100644
-index 000..b3e3c4f
 /dev/null
-+++ b/t/lib-gpg/ownertrust
-@@ -0,0 +1,4 @@
-+# List of assigned trustvalues, created Thu 11 Dec 2014 01:26:28 PM CET
-+# 

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

2015-03-07 Thread Dan McGee
Date: Sunday, March 8, 2015 @ 03:16:02
  Author: dan
Revision: 233001

upgpkg: git 2.3.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 02:15:20 UTC (rev 233000)
+++ PKGBUILD2015-03-08 02:16:02 UTC (rev 233001)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
 git-daemon@.service
 git-daemon.socket)
-md5sums=('0d33343eb442350e8e84e730c3216a38'
+md5sums=('56701b3b1815c8bbfd7b43b4773adad7'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')
 


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

2015-03-07 Thread Dan McGee
Date: Sunday, March 8, 2015 @ 03:15:20
  Author: dan
Revision: 233000

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 02:15:13 UTC (rev 232999)
+++ PKGBUILD2015-03-08 02:15:20 UTC (rev 233000)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.7.4
-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=('f8db10520f0268747d402a47a1a4b191')
-sha256sums=('f33255afbb9ee0977d9095ab0b50fde1f8ddff4220b57e8d19c6620b3e316170')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  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/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 232999, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 02:15:20 UTC (rev 233000)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.7.5
+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=('e76c70a5dd7d56a511974b28ab38df20')
+sha256sums=('1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  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/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion

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

2015-03-07 Thread Dan McGee
Date: Sunday, March 8, 2015 @ 03:15:13
  Author: dan
Revision: 232999

upgpkg: django 1.7.5-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 19:20:55 UTC (rev 232998)
+++ PKGBUILD2015-03-08 02:15:13 UTC (rev 232999)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.7.4
+pkgver=1.7.5
 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=('f8db10520f0268747d402a47a1a4b191')
-sha256sums=('f33255afbb9ee0977d9095ab0b50fde1f8ddff4220b57e8d19c6620b3e316170')
+md5sums=('e76c70a5dd7d56a511974b28ab38df20')
+sha256sums=('1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2015-03-07 Thread Daniel Micay
Date: Sunday, March 8, 2015 @ 02:34:29
  Author: thestinger
Revision: 128882

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 128881, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 128881, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 128881, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 128881, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 128881, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 128881, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 128881, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 128881, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 128881, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 128881, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 128881, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 128881, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29636 insertions(+), 29636 deletions(-)

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


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

2015-03-07 Thread Daniel Micay
Date: Sunday, March 8, 2015 @ 02:33:26
  Author: thestinger
Revision: 128881

upgpkg: linux-grsec 3.18.9.201503071142-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 23:15:45 UTC (rev 128880)
+++ PKGBUILD2015-03-08 01:33:26 UTC (rev 128881)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.8
+_pkgver=3.18.9
 _grsecver=3.1
-_timestamp=201502271843
+_timestamp=201503071142
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'c392e435661b8afebffb4c2badf6a82c3c559dee07d13f76450c952ea8ebb3e3'
+'7b5b2a952c3d956c7ca8945de2e1edd4e689039dfc59fdcda1b23cb7d9a9da5d'
 'SKIP'
-'904daa25b3ac3d23e06c65164d1456a629499dc989f1c62c255250da6a2c404e'
+'a2bb4b8b13054cc3b37300bfc6277d18e00a45318b1b4173bbc81f81b6f99929'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:15:30
  Author: arojas
Revision: 128879

Update to 14.2.13

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 23:10:31 UTC (rev 128878)
+++ PKGBUILD2015-03-07 23:15:30 UTC (rev 128879)
@@ -3,17 +3,17 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.2.12
-_pkgver=14.2.12_2015.01.22
+pkgver=14.2.13
+_pkgver=14.2.13_2015.03.07
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
-arch=('any')
+arch=(any)
 url="http://jmol.sourceforge.net";
-license=('LGPL')
-depends=('java-runtime')
-makedepends=('unzip')
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.2/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
-sha1sums=('ebf19b459db0dd8732c4be752f6b96140eb04d87')
+sha1sums=('4c7ed5a220c38f6d08e61a58012bfd6cb0de0f1f')
 
 package() {
   cd $pkgname-$_pkgver


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

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:15:45
  Author: arojas
Revision: 128880

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 128879, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-07 23:15:30 UTC (rev 128879)
+++ PKGBUILD2015-03-07 23:15:45 UTC (rev 128880)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.2.12
-_pkgver=14.2.12_2015.01.22
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=('any')
-url="http://jmol.sourceforge.net";
-license=('LGPL')
-depends=('java-runtime')
-makedepends=('unzip')
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.2/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
-sha1sums=('ebf19b459db0dd8732c4be752f6b96140eb04d87')
-
-package() {
-  cd $pkgname-$_pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 128879, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-07 23:15:45 UTC (rev 128880)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.2.13
+_pkgver=14.2.13_2015.03.07
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.2/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";)
+sha1sums=('4c7ed5a220c38f6d08e61a58012bfd6cb0de0f1f')
+
+package() {
+  cd $pkgname-$_pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


[arch-commits] Commit in coin-or-osi/repos (4 files)

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:10:31
  Author: arojas
Revision: 128878

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

Added:
  coin-or-osi/repos/community-i686/PKGBUILD
(from rev 128877, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 128877, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-i686/PKGBUILD
  coin-or-osi/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 2015-03-07 23:10:10 UTC (rev 128877)
+++ community-i686/PKGBUILD 2015-03-07 23:10:31 UTC (rev 128878)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.2
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/Osi";
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-coinutils')
-makedepends=('gcc-fortran')
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz";)
-sha1sums=('d6bd073d5d9823b8fabe45351632d615be097743')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 128877, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-07 23:10:31 UTC (rev 128878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.3
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi";
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz";)
+sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-07 23:10:10 UTC (rev 128877)
+++ community-x86_64/PKGBUILD   2015-03-07 23:10:31 UTC (rev 128878)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.2
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/Osi";
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-coinutils')
-makedepends=('gcc-fortran')
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz";)
-sha1sums=('d6bd073d5d9823b8fabe45351632d615be097743')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 128877, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-07 23:10:31 UTC (rev 128878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.3
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi";
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz";)
+sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_

[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:10:10
  Author: arojas
Revision: 128877

Update to 0.107.3

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 23:05:23 UTC (rev 128876)
+++ PKGBUILD2015-03-07 23:10:10 UTC (rev 128877)
@@ -2,17 +2,17 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=coin-or-osi
-pkgver=0.107.2
+pkgver=0.107.3
 pkgrel=1
 pkgdesc="COIN-OR Open Solver Interface"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://projects.coin-or.org/Osi";
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-coinutils')
-makedepends=('gcc-fortran')
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
 source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz";)
-sha1sums=('d6bd073d5d9823b8fabe45351632d615be097743')
+sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
 
 
 build() {


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:05:23
  Author: arojas
Revision: 128876

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

Added:
  coin-or-coinutils/repos/community-i686/PKGBUILD
(from rev 128875, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 128875, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-i686/PKGBUILD
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-07 23:05:02 UTC (rev 128875)
+++ community-i686/PKGBUILD 2015-03-07 23:05:23 UTC (rev 128876)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.3
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/CoinUtils";
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz";)
-sha1sums=('45dd9d7d13f06771dbb4fbeaf7efaaba59d07428')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 128875, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-07 23:05:23 UTC (rev 128876)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.4
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils";
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz";)
+sha1sums=('cc71d2b3cbe73548f87e14a6ab959076f9d2a30c')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-07 23:05:02 UTC (rev 128875)
+++ community-x86_64/PKGBUILD   2015-03-07 23:05:23 UTC (rev 128876)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.3
-pkgrel=1
-pkgdesc="COIN-OR collection of utility classes"
-arch=('i686' 'x86_64')
-url="https://projects.coin-or.org/CoinUtils";
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz";)
-sha1sums=('45dd9d7d13f06771dbb4fbeaf7efaaba59d07428')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 128875, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-07 23:05:23 UTC (rev 128876)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.4
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=('i686' 'x86_64')
+url="https://projects.coin-or.org/CoinUtils";
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=("http://www.coin-or.org/downlo

[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-03-07 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 00:05:02
  Author: arojas
Revision: 128875

Update to 2.10.4

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 22:55:30 UTC (rev 128874)
+++ PKGBUILD2015-03-07 23:05:02 UTC (rev 128875)
@@ -4,7 +4,7 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.3
+pkgver=2.10.4
 pkgrel=1
 pkgdesc="COIN-OR collection of utility classes"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz";)
-sha1sums=('45dd9d7d13f06771dbb4fbeaf7efaaba59d07428')
+sha1sums=('cc71d2b3cbe73548f87e14a6ab959076f9d2a30c')
 
 build() {
   cd CoinUtils-$pkgver


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

2015-03-07 Thread Antonio Rojas
Date: Saturday, March 7, 2015 @ 23:55:30
  Author: arojas
Revision: 128874

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 128873, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 128873, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 128873, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 128873, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 128873, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 128873, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   74 +
 community-staging-i686/mythbackend.service   |   15 +
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   74 +
 community-staging-x86_64/mythbackend.service |   15 +
 community-staging-x86_64/mythtv.install  |   22 +++
 6 files changed, 222 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 128873, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-07 22:55:30 UTC (rev 128874)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27.4
+pkgrel=3
+epoch=1
+pkgdesc="A Homebrew PVR project"
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org/";
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
+ 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 'mariadb-clients'
+ 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+'libxml2: to read blu-ray metadata'
+'openssl: for AirTunes (RAOP) support'
+'udisks: detect changes to removable media'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+install='mythtv.install'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz";
+'mythbackend.service'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('1f734ffc776e4938aa913e49ce94279f2c2d520c62af278f1d04fe399723365b'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  ARCH="${CARCH/_/-}"
+  ./configure --prefix=/usr \
+  --cpu="$ARCH" \
+  --disable-altivec \
+  --disable-audio-jack \
+  --disable-ccache \
+  --disable-distcc \
+  --enable-libfftw3 \
+  --enable-libmp3lame \
+  --enable-libvpx \
+  --enable-libx264 \
+  --enable-vaapi \
+  --python=python2 \
+  --perl-config-opts=INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -D -m644 "$srcdir/mythbackend.service" 
"$pkgdir/usr/lib/systemd/system/mythbackend.service"
+  install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql"
+
+  mkdir -p "$pkgdir/usr/share/mythtv"
+  cp -R 'contrib' "$pkgdir/usr/share/mythtv"
+  mkdir -p "$pkgdir/var/log/mythtv"
+}

Copied: mythtv/repos/community-staging-i686/mythbackend.service (from rev 
128873, mythtv/trunk/mythbackend.service)
===
--- community-staging-i686/mythbackend.service  (rev 0)
+++ community-staging-i686/mythbackend.service  2015-03-07 22:55:30 UTC (rev 
128874)
@@ -0,0 +1,15 @@
+[Unit]
+Description=MythTV Backend
+Wants=network-online.target
+After=network.target mysqld.service
+
+[Service]
+Type=simple
+Environment=HOM

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

2015-03-07 Thread Antonio Rojas
Date: Saturday, March 7, 2015 @ 23:55:10
  Author: arojas
Revision: 128873

x264 144.20150223 rebuild

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 21:57:15 UTC (rev 128872)
+++ PKGBUILD2015-03-07 22:55:10 UTC (rev 128873)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')


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

2015-03-07 Thread Antonio Rojas
Date: Saturday, March 7, 2015 @ 22:57:00
  Author: arojas
Revision: 128871

x264 144.20150223 rebuild

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 20:24:33 UTC (rev 128870)
+++ PKGBUILD2015-03-07 21:57:00 UTC (rev 128871)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=11
+pkgrel=12
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-03-07 Thread Antonio Rojas
Date: Saturday, March 7, 2015 @ 22:57:15
  Author: arojas
Revision: 128872

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

Added:
  libquicktime/repos/community-staging-i686/
  libquicktime/repos/community-staging-i686/PKGBUILD
(from rev 128871, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 128871, libquicktime/trunk/ffmpeg2.0.patch)
  libquicktime/repos/community-staging-x86_64/
  libquicktime/repos/community-staging-x86_64/PKGBUILD
(from rev 128871, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 128871, libquicktime/trunk/ffmpeg2.0.patch)

--+
 community-staging-i686/PKGBUILD  |   37 +++
 community-staging-i686/ffmpeg2.0.patch   |  135 +
 community-staging-x86_64/PKGBUILD|   37 +++
 community-staging-x86_64/ffmpeg2.0.patch |  135 +
 4 files changed, 344 insertions(+)

Copied: libquicktime/repos/community-staging-i686/PKGBUILD (from rev 128871, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-07 21:57:15 UTC (rev 128872)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=12
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl' 'x264')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+ffmpeg2.0.patch)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
+'a1c8415e8e7bc04c81b946b9e3746f7d5ef24819135962280c3a7ddb3f2baa2b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ffmpeg2.0.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--enable-gpl \
+--with-ffmpeg \
+--with-x264 \
+--without-doxygen
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libquicktime/repos/community-staging-i686/ffmpeg2.0.patch (from rev 
128871, libquicktime/trunk/ffmpeg2.0.patch)
===
--- community-staging-i686/ffmpeg2.0.patch  (rev 0)
+++ community-staging-i686/ffmpeg2.0.patch  2015-03-07 21:57:15 UTC (rev 
128872)
@@ -0,0 +1,135 @@
+Binary files a/plugins/ffmpeg/.lqt_ffmpeg.c.swp and 
b/plugins/ffmpeg/.lqt_ffmpeg.c.swp differ
+diff -rupN a/plugins/ffmpeg/ffmpeg.h b/plugins/ffmpeg/ffmpeg.h
+--- a/plugins/ffmpeg/ffmpeg.h  2012-02-15 20:48:30.0 +0100
 b/plugins/ffmpeg/ffmpeg.h  2013-07-15 15:05:19.307534593 +0200
+@@ -45,3 +45,7 @@ void lqt_ffmpeg_set_parameter(AVCodecCon
+ 
+ 
+ #endif
++#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
++#define CODEC_FLAG2_STRICT_GOP 0x0002
++#define CODEC_FLAG_QP_RD 0x0800
++#define CODEC_FLAG_CBP_RD 0x0400
+diff -rupN a/plugins/ffmpeg/lqt_ffmpeg.c b/plugins/ffmpeg/lqt_ffmpeg.c
+--- a/plugins/ffmpeg/lqt_ffmpeg.c  2012-02-15 20:48:30.0 +0100
 b/plugins/ffmpeg/lqt_ffmpeg.c  2013-07-15 15:19:09.730831655 +0200
+@@ -89,19 +89,8 @@ int ffmpeg_num_video_codecs = -1;
+ PARAM_QSCALE, \
+ PARAM_QCOMPRESS, \
+ PARAM_QBLUR, \
+-PARAM_QUANTIZER_NOISE_SHAPING, \
+ PARAM_TRELLIS
+ 
+-#define ENCODE_PARAM_VIDEO_QUANTIZER_IP \
+-  ENCODE_PARAM_VIDEO_QUANTIZER_I, \
+-  PARAM_I_QUANT_FACTOR, \
+-  PARAM_I_QUANT_OFFSET
+-
+-#define ENCODE_PARAM_VIDEO_QUANTIZER_IPB \
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP, \
+-  PARAM_B_QUANT_FACTOR, \
+-  PARAM_B_QUANT_OFFSET
+-
+ #define ENCODE_PARAM_VIDEO_FRAMETYPES_IP \
+   { \
+ .name =  "frame_types", \
+@@ -207,7 +196,6 @@ static lqt_parameter_info_static_t encod
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IPB,
+   PARAM_FLAG_AC_PRED_MPEG4,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IPB,
+   PARAM_FLAG_CBP_RD,
+   ENCODE_PARAM_VIDEO_ME,
+   PARAM_FLAG_GMC,
+@@ -225,7 +213,6 @@ static lqt_parameter_info_static_t encod
+ static lqt_parameter_info_static_t encode_parameters_dx50[] = {
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IP,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP,
+   ENCODE_PARAM_VIDEO_ME,
+   ENCODE_PARAM_VIDEO_ME_PRE,
+   ENCODE_PARAM_VIDEO_MASKING,
+@@ -237,7 +224,6 @@ static lqt_parameter_info_static_t encod
+ static lqt_parameter_info_static_t encode_parameters_h263[] = {
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IP,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP,
+   ENCODE_PARAM_VIDEO_ME,
+   PARAM_FLAG_4MV,
+   ENCODE_PARAM_VIDEO_ME_PRE,
+@@ -250,7 +236,6 

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 21:24:16
  Author: foutrelis
Revision: 128869

upgpkg: mplayer-vaapi 36265-14

libx264.so.144 rebuild.

Modified:
  mplayer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 20:23:47 UTC (rev 128868)
+++ PKGBUILD2015-03-07 20:24:16 UTC (rev 128869)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer-vaapi
 pkgver=36265
-pkgrel=13
+pkgrel=14
 pkgdesc="A movie player, compiled with vaapi support"
 arch=('i686' 'x86_64')
 url="http://gitorious.org/vaapi/mplayer";
@@ -15,7 +15,8 @@
  'sdl' 'smbclient' 'aalib' 'jack' 'libcaca' 'libx264' 'faac' 'faad2'
  'lirc' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
  'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi' 'opus'
- 'libbluray' 'libva' 'libass' 'desktop-file-utils')
+ 'libbluray' 'libva' 'libass' 'rtmpdump' 'gsm' 'desktop-file-utils')
+depends+=('libx264.so')
 makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa' 'x264')
 provides=("mplayer=$pkgver")
 conflicts=('mplayer')


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 21:24:33
  Author: foutrelis
Revision: 128870

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

Added:
  mplayer-vaapi/repos/community-staging-i686/
  mplayer-vaapi/repos/community-staging-i686/PKGBUILD
(from rev 128869, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-i686/cdio-includes.patch
(from rev 128869, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-i686/include-samba-4.0.patch
(from rev 128869, mplayer-vaapi/trunk/include-samba-4.0.patch)
  mplayer-vaapi/repos/community-staging-i686/mplayer-vaapi.install
(from rev 128869, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-i686/subreader-fix-srt-parsing.patch
(from rev 128869, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-i686/tweak-desktop-file.patch
(from rev 128869, mplayer-vaapi/trunk/tweak-desktop-file.patch)
  mplayer-vaapi/repos/community-staging-x86_64/
  mplayer-vaapi/repos/community-staging-x86_64/PKGBUILD
(from rev 128869, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-x86_64/cdio-includes.patch
(from rev 128869, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-x86_64/include-samba-4.0.patch
(from rev 128869, mplayer-vaapi/trunk/include-samba-4.0.patch)
  mplayer-vaapi/repos/community-staging-x86_64/mplayer-vaapi.install
(from rev 128869, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-x86_64/subreader-fix-srt-parsing.patch
(from rev 128869, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-x86_64/tweak-desktop-file.patch
(from rev 128869, mplayer-vaapi/trunk/tweak-desktop-file.patch)

--+
 community-staging-i686/PKGBUILD  |   97 +
 community-staging-i686/cdio-includes.patch   |   43 +
 community-staging-i686/include-samba-4.0.patch   |   12 +
 community-staging-i686/mplayer-vaapi.install |   11 +
 community-staging-i686/subreader-fix-srt-parsing.patch   |   40 +
 community-staging-i686/tweak-desktop-file.patch  |   14 +
 community-staging-x86_64/PKGBUILD|   97 +
 community-staging-x86_64/cdio-includes.patch |   43 +
 community-staging-x86_64/include-samba-4.0.patch |   12 +
 community-staging-x86_64/mplayer-vaapi.install   |   11 +
 community-staging-x86_64/subreader-fix-srt-parsing.patch |   40 +
 community-staging-x86_64/tweak-desktop-file.patch|   14 +
 12 files changed, 434 insertions(+)

Copied: mplayer-vaapi/repos/community-staging-i686/PKGBUILD (from rev 128869, 
mplayer-vaapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-07 20:24:33 UTC (rev 128870)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=mplayer-vaapi
+pkgver=36265
+pkgrel=14
+pkgdesc="A movie player, compiled with vaapi support"
+arch=('i686' 'x86_64')
+url="http://gitorious.org/vaapi/mplayer";
+license=('GPL')
+depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libcdio-paranoia' 'libxinerama'
+ 'lame' 'fontconfig' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'glu'
+ 'sdl' 'smbclient' 'aalib' 'jack' 'libcaca' 'libx264' 'faac' 'faad2'
+ 'lirc' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
+ 'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi' 'opus'
+ 'libbluray' 'libva' 'libass' 'rtmpdump' 'gsm' 'desktop-file-utils')
+depends+=('libx264.so')
+makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa' 'x264')
+provides=("mplayer=$pkgver")
+conflicts=('mplayer')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+source=(http://pkgbuild.com/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+cdio-includes.patch
+tweak-desktop-file.patch
+subreader-fix-srt-parsing.patch
+include-samba-4.0.patch)
+options=('!buildflags' '!emptydirs')
+install=mplayer-vaapi.install
+sha256sums=('5747c28c30c15d1000fb655a8abaa4b22483746d0e82775b27466948ae0c549a'
+'SKIP'
+'72e6c654f9733953ad2466d0ea1a52f23e753791d8232d90f13293eb1b358720'
+'5a09fb462729a4e573568f9e8c1f57dbe7f69c0b68cfa4f6d70b3e52c450d93b'
+'8b6cd325d89ff8bce3662c6aaa9b61b8e6163c6574e09b575426a1eed02b8ad3'
+'169eb47b3b838ea95e50c871bdbbfb6fe0b9349b054da830f55f3b4d5055e4f3')
+validpgpkeys=('86CFFCA918CF3AF47147588051E8B148AC34')
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/cdio-includes.patch"
+  patch -d etc -Np0 

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 21:23:47
  Author: foutrelis
Revision: 128868

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 128867, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 128867, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 128867, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 128867, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   72 +++
 community-staging-i686/handbrake.install   |   14 +
 community-staging-x86_64/PKGBUILD  |   72 +++
 community-staging-x86_64/handbrake.install |   14 +
 4 files changed, 172 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 128867, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-07 20:23:47 UTC (rev 128868)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://handbrake.fr/";
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
+ 'libdvdnav' 'librsvg')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114')
+
+prepare() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/libdvdnav/d' \
+-e '/MODULES += contrib\/libdvdread/d' \
+make/include/main.defs
+}
+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--force \
+--disable-gtk-update-checks
+  cd build
+  make
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
+   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'libx264' 'libdvdnav' 'librsvg' 'desktop-file-utils'
+   'hicolor-icon-theme')
+  depends+=('libx264.so')
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews')
+  install=$pkgname.install
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
+   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
+  depends+=('libx264.so')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
128867, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2015-03-07 20:23:47 UTC (rev 
128868)
@@ -0,0 +1,14 @@
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 128867, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-07 20:23:47 UTC (rev 128868)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://handbrake.fr/";
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 21:23:37
  Author: foutrelis
Revision: 128867

upgpkg: handbrake 0.10.0-3

libx264.so.144 rebuild.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 17:05:30 UTC (rev 128866)
+++ PKGBUILD2015-03-07 20:23:37 UTC (rev 128867)
@@ -5,7 +5,7 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://handbrake.fr/";
 license=('GPL')
@@ -48,6 +48,7 @@
'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
'libx264' 'libdvdnav' 'librsvg' 'desktop-file-utils'
'hicolor-icon-theme')
+  depends+=('libx264.so')
   optdepends=('gst-plugins-good: for video previews'
   'gst-libav: for video previews')
   install=$pkgname.install
@@ -62,6 +63,7 @@
   pkgdesc="Multithreaded video transcoder (CLI)"
   depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
+  depends+=('libx264.so')
 
   cd "$srcdir/HandBrake-$pkgver/build"
   install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 20:20:55
  Author: foutrelis
Revision: 232998

Remove libedit build dep now that llvm-libs has it

Modified:
  libclc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 19:17:19 UTC (rev 232997)
+++ PKGBUILD2015-03-07 19:20:55 UTC (rev 232998)
@@ -8,7 +8,7 @@
 arch=('any')
 url="http://libclc.llvm.org/";
 license=('MIT')
-makedepends=('clang' 'python2' 'libedit')
+makedepends=('clang' 'python2')
 options=('staticlibs')
 
source=(https://sources.archlinux.org/other/packages/libclc/$pkgname-$pkgver.src.tar.xz)
 md5sums=('e7b0767cd9f6c171ba4990df5d41b2aa')


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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 20:17:19
  Author: andyrtr
Revision: 232997

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 232996, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 232996, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 232996, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 232996, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 232996, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 232996, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 232996, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 232996, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 232996, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 232996, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 232996, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 232996, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 232996, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 232996, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 232996, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 232996, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 232996, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 232996, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 232996, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 232996, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  327 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  327 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30350 insertions(+)

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


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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 20:16:04
  Author: andyrtr
Revision: 232996

upgpkg: linux-lts 3.14.35-1

upstream update 3.14.35

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 19:09:31 UTC (rev 232995)
+++ PKGBUILD2015-03-07 19:16:04 UTC (rev 232996)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.34
+pkgver=3.14.35
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -26,7 +26,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'efa49c5fcce135b5bf098f628f9b83c2a03ce62c95dfbea047977aa7a9ebd0ca'
+'372a13e28ec4dc16c38e9bf2a01919960844d5c1fec66e7fe49918484c624094'
 'SKIP'
 '999486d20e07e489bb42356b529b739c65ad65de9191282f0ddbbc0eb9b1718e'
 '140098de1ba714c5916ea76578b8bf549ce801c4aa0c786b7c90289b85ecdb77'


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 20:09:31
  Author: foutrelis
Revision: 232995

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

Added:
  smplayer/repos/extra-i686/PKGBUILD
(from rev 232994, smplayer/trunk/PKGBUILD)
  smplayer/repos/extra-i686/smplayer.install
(from rev 232994, smplayer/trunk/smplayer.install)
  smplayer/repos/extra-x86_64/PKGBUILD
(from rev 232994, smplayer/trunk/PKGBUILD)
  smplayer/repos/extra-x86_64/smplayer.install
(from rev 232994, smplayer/trunk/smplayer.install)
Deleted:
  smplayer/repos/extra-i686/PKGBUILD
  smplayer/repos/extra-i686/smplayer.install
  smplayer/repos/extra-x86_64/PKGBUILD
  smplayer/repos/extra-x86_64/smplayer.install

---+
 /PKGBUILD |   70 
 /smplayer.install |   24 +
 extra-i686/PKGBUILD   |   34 ---
 extra-i686/smplayer.install   |   12 --
 extra-x86_64/PKGBUILD |   34 ---
 extra-x86_64/smplayer.install |   12 --
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 19:09:22 UTC (rev 232994)
+++ extra-i686/PKGBUILD 2015-03-07 19:09:31 UTC (rev 232995)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=14.9.0
-pkgrel=1
-pkgdesc="A complete front-end for MPlayer"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net/";
-license=('GPL')
-depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('34bd6762f684064bafdaea0afa4e2d40')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 232994, 
smplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 19:09:31 UTC (rev 232995)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=14.9.0.6690
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/";
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('75d8947682de96f7bf29c6f1a2f21391')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: extra-i686/smplayer.install
===
--- extra-i686/smplayer.install 2015-03-07 19:09:22 UTC (rev 232994)
+++ extra-i686/smplayer.install 2015-03-07 19:09:31 UTC (rev 232995)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: smplayer/repos/extra-i686/smplayer.install (from rev 232994, 
smplayer/trunk/smplayer.install)
===
--- extra-i686/smplayer.install (rev 0)
+++ extra-i686/smplayer.install 2015-03-07 19:09:31 UTC (rev 232995)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 19:09:22 UTC (rev 232994)
+++ extra-x86_64/PKGBUILD   2015-03-07 19:09:31 UTC (rev 232995)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer :

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 20:09:22
  Author: foutrelis
Revision: 232994

upgpkg: smplayer 14.9.0.6690-1

New upstream release.

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 19:06:02 UTC (rev 232993)
+++ PKGBUILD2015-03-07 19:09:22 UTC (rev 232994)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=14.9.0
+pkgver=14.9.0.6690
 pkgrel=1
 pkgdesc="A complete front-end for MPlayer"
 arch=('i686' 'x86_64')
@@ -15,10 +15,11 @@
 makedepends=('qt5-tools')
 optdepends=('smplayer-themes: icon themes collection'
 'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos')
+'smtube: browse and play youtube videos'
+'mpv: for using mpv instead of mplayer')
 install=smplayer.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('34bd6762f684064bafdaea0afa4e2d40')
+md5sums=('75d8947682de96f7bf29c6f1a2f21391')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 20:06:02
  Author: foutrelis
Revision: 232993

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

Added:
  llvm/repos/staging-i686/PKGBUILD
(from rev 232992, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 232992, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/staging-i686/llvm-Config-config.h
(from rev 232992, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 232992, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 232992, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 232992, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/staging-x86_64/llvm-Config-config.h
(from rev 232992, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 232992, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/staging-i686/PKGBUILD
  llvm/repos/staging-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
  llvm/repos/staging-i686/llvm-Config-config.h
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
  llvm/repos/staging-x86_64/PKGBUILD
  llvm/repos/staging-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
  llvm/repos/staging-x86_64/llvm-Config-config.h
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h

+
 /PKGBUILD  |  662 +++
 /llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch   |   60 
 /llvm-Config-config.h  |   18 
 /llvm-Config-llvm-config.h |   18 
 staging-i686/PKGBUILD  |  330 -
 staging-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch   |   30 
 staging-i686/llvm-Config-config.h  |9 
 staging-i686/llvm-Config-llvm-config.h |9 
 staging-x86_64/PKGBUILD|  330 -
 staging-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   30 
 staging-x86_64/llvm-Config-config.h|9 
 staging-x86_64/llvm-Config-llvm-config.h   |9 
 12 files changed, 758 insertions(+), 756 deletions(-)

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


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 20:05:42
  Author: foutrelis
Revision: 232992

upgpkg: llvm 3.6.0-2

Explicitly enable libedit; it was originally added as a build-time dep
for lldb but llvm links to it as well.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 18:10:43 UTC (rev 232991)
+++ PKGBUILD2015-03-07 19:05:42 UTC (rev 232992)
@@ -12,7 +12,7 @@
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
  'clang-tools-extra')
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 _ocaml_ver=4.02.1
 arch=('i686' 'x86_64')
 url="http://llvm.org/";
@@ -97,6 +97,7 @@
 --sysconfdir=/etc \
 --enable-shared \
 --enable-libffi \
+--enable-libedit \
 --enable-targets=all \
 --enable-bindings=ocaml \
 --disable-expensive-checks \
@@ -172,7 +173,7 @@
 
 package_llvm-libs() {
   pkgdesc="Low Level Virtual Machine (runtime library)"
-  depends=('gcc-libs' 'zlib' 'libffi' 'ncurses')
+  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses')
 
   install -d "$pkgdir/usr/lib"
   cp -P \


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

2015-03-07 Thread Gaetan Bisson
Date: Saturday, March 7, 2015 @ 19:10:43
  Author: bisson
Revision: 232991

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 232990, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 232990, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 232990, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 232990, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   61 -
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   61 -
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 18:09:51 UTC (rev 232990)
+++ extra-i686/PKGBUILD 2015-03-07 18:10:43 UTC (rev 232991)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-_pkgver=2014-11-26
-pkgver=${_pkgver//-/}
-pkgrel=3
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=("http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${_pkgver}-Unix-Source.tar.gz";
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr libltdl
-   for i in m4/*.m4; do
-   if [[ ! -L $i ]]; then continue; fi
-   j=$(readlink "$i")
-   ln -sf "${j/aclocal\//aclocal\/lt}" "$i"
-   done
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBZMQ_LIBS=-lzmq
-   export PYTHON=python2
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/fontforge"
-   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
-
-   install -d "${pkgdir}/usr/share/icons"
-   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
-   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 232990, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 18:10:43 UTC (rev 232991)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20150228
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBZMQ_LIBS=-lzmq
+   export PYTHON=python2
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/fontforge"
+   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
+
+   install -d "${pkgdir}/usr/share/icons"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
+   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
+
+   

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

2015-03-07 Thread Gaetan Bisson
Date: Saturday, March 7, 2015 @ 19:09:51
  Author: bisson
Revision: 232990

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 17:41:37 UTC (rev 232989)
+++ PKGBUILD2015-03-07 18:09:51 UTC (rev 232990)
@@ -4,9 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=fontforge
-_pkgver=2014-11-26
-pkgver=${_pkgver//-/}
-pkgrel=3
+pkgver=20150228
+pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')
@@ -15,23 +14,13 @@
 depends=('libtool' 'libxkbui' 'libxi'
  'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
  'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=("http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${_pkgver}-Unix-Source.tar.gz";
+source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
 'http://fontforge.org/cidmaps.tgz')
-sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
+sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
 install=install
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr libltdl
-   for i in m4/*.m4; do
-   if [[ ! -L $i ]]; then continue; fi
-   j=$(readlink "$i")
-   ln -sf "${j/aclocal\//aclocal\/lt}" "$i"
-   done
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export LIBZMQ_LIBS=-lzmq


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 18:41:27
  Author: bpiotrowski
Revision: 232988

upgpkg: ffmpeg 1:2.6-3

rebuild against x264 2:144.20150223-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 17:29:54 UTC (rev 232987)
+++ PKGBUILD2015-03-07 17:41:27 UTC (rev 232988)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -16,7 +16,8 @@
   'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'libx264.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 18:41:37
  Author: bpiotrowski
Revision: 232989

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

Added:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-i686/PKGBUILD
(from rev 232988, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 232988, ffmpeg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   79 ++
 staging-x86_64/PKGBUILD |   79 ++
 2 files changed, 158 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 232988, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-07 17:41:37 UTC (rev 232989)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.6
+pkgrel=3
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab \
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
+}

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 232988, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-07 17:41:37 UTC (rev 232989)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.6
+pkgrel=3
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--e

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 18:29:54
  Author: bpiotrowski
Revision: 232987

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

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 232986, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 232986, x264/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   74 ++
 staging-x86_64/PKGBUILD |   74 ++
 2 files changed, 148 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 232986, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-07 17:29:54 UTC (rev 232987)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=144.20150223
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg')
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc' 'ffmpeg')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('libx264.so' 'x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264.so' 'libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 232986, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-07 17:29:54 UTC (rev 232987)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=144.20150223
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg')
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc' 'ffmpeg')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('libx264.so' 'x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264.so' 'libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 18:29:44
  Author: bpiotrowski
Revision: 232986

upgpkg: x264 2:144.20150223-1

bump to latest commit from stable branch

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 17:24:55 UTC (rev 232985)
+++ PKGBUILD2015-03-07 17:29:44 UTC (rev 232986)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140826
+pkgver=144.20150223
 pkgrel=1
 epoch=2
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
 md5sums=('SKIP')
 
 pkgver() {
@@ -55,7 +55,7 @@
 package_libx264() {
   pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
-  provides=('x264-dev')
+  provides=('libx264.so' 'x264-dev')
   conflicts=('x264-dev')
   replaces=('x264-dev')
 
@@ -66,7 +66,7 @@
 package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('libx264' 'x264-dev')
+  provides=('libx264.so' 'libx264' 'x264-dev')
   conflicts=('libx264' 'x264-dev')
 
   install -d "$pkgdir"/usr/lib


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 18:24:55
  Author: foutrelis
Revision: 232985

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

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

---+
 /PKGBUILD |  156 
 extra-i686/PKGBUILD   |   79 
 extra-x86_64/PKGBUILD |   79 
 3 files changed, 156 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 17:24:45 UTC (rev 232984)
+++ extra-i686/PKGBUILD 2015-03-07 17:24:55 UTC (rev 232985)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.6
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
-  'libx264.so=144'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 232984, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 17:24:55 UTC (rev 232985)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.6
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvo

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 18:24:45
  Author: foutrelis
Revision: 232984

upgpkg: ffmpeg 1:2.6-2

libx264.so.142 rebuild.

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 17:12:47 UTC (rev 232983)
+++ PKGBUILD2015-03-07 17:24:45 UTC (rev 232984)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -16,8 +16,7 @@
   'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
-  'libx264.so=144'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})


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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 18:12:47
  Author: foutrelis
Revision: 232983

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 17:12:35 UTC (rev 232982)
+++ extra-i686/PKGBUILD 2015-03-07 17:12:47 UTC (rev 232983)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=144.20150223
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  cp -r $pkgname $pkgname-10bit
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-shared --enable-pic
-  make
-
-  cd ../$pkgname-10bit
-  ./configure --prefix=/usr \
---enable-shared --enable-pic \
---bit-depth=10
-  make
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('glibc' 'ffmpeg')
-  provides=('x264-10bit')
-  conflicts=('x264-10bit')
-  replaces=('x264-10bit')
-
-  make -C $pkgbase DESTDIR="$pkgdir" install-cli
-  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
-  depends=('glibc')
-  provides=('libx264.so=144' 'x264-dev')
-  conflicts=('x264-dev')
-  replaces=('x264-dev')
-
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
-  depends=('glibc')
-  provides=('libx264.so=144' 'libx264' 'x264-dev')
-  conflicts=('libx264' 'x264-dev')
-
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
-}

Copied: x264/repos/extra-i686/PKGBUILD (from rev 232982, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 17:12:47 UTC (rev 232983)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=142.20140826
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg')
+source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc' 'ffmpeg')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 17:12:35 UTC (rev 232982)
+++ extra-x86_64/PKGBUILD   2015-03-07 17:12:47 UTC (rev 23298

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 18:12:35
  Author: foutrelis
Revision: 232982

upgpkg: x264 2:142.20140826-1

Revert to previous x264 version as we missed a soname bump.

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 15:03:11 UTC (rev 232981)
+++ PKGBUILD2015-03-07 17:12:35 UTC (rev 232982)
@@ -5,15 +5,15 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=144.20150223
+pkgver=142.20140826
 pkgrel=1
-epoch=1
+epoch=2
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
+source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
 md5sums=('SKIP')
 
 pkgver() {
@@ -55,7 +55,7 @@
 package_libx264() {
   pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
-  provides=('libx264.so=144' 'x264-dev')
+  provides=('x264-dev')
   conflicts=('x264-dev')
   replaces=('x264-dev')
 
@@ -66,7 +66,7 @@
 package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('libx264.so=144' 'libx264' 'x264-dev')
+  provides=('libx264' 'x264-dev')
   conflicts=('libx264' 'x264-dev')
 
   install -d "$pkgdir"/usr/lib


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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 18:05:30
  Author: giovanni
Revision: 128866

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-07 17:05:22 UTC (rev 128865)
+++ community-i686/PKGBUILD 2015-03-07 17:05:30 UTC (rev 128866)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Cilyan Olowen 
-# Contributor: fill 
-# Contributor: Anton Shestakov 
-
-pkgname=flashrom
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.flashrom.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libftdi-compat' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
-source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('d239bafa1b46619d851f70f84a5b122a')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:sbin:bin:g" Makefile
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX="${pkgdir}/usr" install
-}

Copied: flashrom/repos/community-i686/PKGBUILD (from rev 128865, 
flashrom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-07 17:05:30 UTC (rev 128866)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Cilyan Olowen 
+# Contributor: fill 
+# Contributor: Anton Shestakov 
+
+pkgname=flashrom
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
+url="http://www.flashrom.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libftdi-compat' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('ac513076b63ab7eb411a7694bb8f6fda')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:sbin:bin:g" Makefile
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make PREFIX="${pkgdir}/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-07 17:05:22 UTC (rev 128865)
+++ community-x86_64/PKGBUILD   2015-03-07 17:05:30 UTC (rev 128866)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Cilyan Olowen 
-# Contributor: fill 
-# Contributor: Anton Shestakov 
-
-pkgname=flashrom
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.flashrom.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libftdi-compat' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
-source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('d239bafa1b46619d851f70f84a5b122a')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:sbin:bin:g" Makefile
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX="${pkgdir}/usr" install
-}

Copied: flashrom/repos/community-x86_64/PKGBUILD (from rev 128865, 
flashrom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-07 17:05:30 UTC (rev 128866)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Cilyan Olowen 
+# Contributor: fill 
+# Contributor: Anton Shestakov 
+
+pkgname=flashrom
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
+url="http://www.flashrom.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libftdi-compat' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('ac513076b63ab7eb411a7694bb8f6fda')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:sbin:bin:g" Makefile
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${p

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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 18:05:22
  Author: giovanni
Revision: 128865

upgpkg: flashrom 0.9.8-1

upstream release

Modified:
  flashrom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 15:58:50 UTC (rev 128864)
+++ PKGBUILD2015-03-07 17:05:22 UTC (rev 128865)
@@ -5,8 +5,8 @@
 # Contributor: Anton Shestakov 
 
 pkgname=flashrom
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 url="http://www.flashrom.org/";
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libftdi-compat' 'pciutils')
 optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
 source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('d239bafa1b46619d851f70f84a5b122a')
+md5sums=('ac513076b63ab7eb411a7694bb8f6fda')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-03-07 Thread Jelle van der Waa
Date: Saturday, March 7, 2015 @ 16:58:37
  Author: jelle
Revision: 128863

upgpkg: python-dateutil 2.4.1-1

Modified:
  python-dateutil/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 15:15:06 UTC (rev 128862)
+++ PKGBUILD2015-03-07 15:58:37 UTC (rev 128863)
@@ -3,7 +3,7 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
@@ -10,21 +10,25 @@
 license=('custom')
 url="https://github.com/dateutil/dateutil";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('75714163bb96bedd07685cdb2071b8bc')
+source=("$pkgbase-$pkgver.tar.gz"::https://github.com/dateutil/dateutil/archive/2.4.1.tar.gz)
+#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
+md5sums=('41972da724ee35eeb26cfb9e9600ad51')
 
 build() {
+  # Required for unittests
+  cd dateutil-$pkgver
+  ./updatezinfo.py
+
   cd $srcdir
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+  cp -r  dateutil-$pkgver python2-dateutil-$pkgver
 }
 
 package_python-dateutil()
 {
 depends=('python-six')
-  cd $srcdir/python-dateutil-$pkgver
+  cd dateutil-$pkgver
   python3 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-#  chmod -R a+r $pkgdir/usr/lib/python3.4/
 }
 
 package_python2-dateutil()
@@ -33,12 +37,10 @@
   cd $srcdir/python2-dateutil-$pkgver
   python2 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-#  chmod -R a+r $pkgdir/usr/lib/python2.7/
 }
 
 check() {
-  cd $srcdir/python-dateutil-$pkgver
+  cd dateutil-$pkgver
   python3 setup.py test
 
   cd $srcdir/python2-dateutil-$pkgver


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

2015-03-07 Thread Jelle van der Waa
Date: Saturday, March 7, 2015 @ 16:58:50
  Author: jelle
Revision: 128864

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-07 15:58:37 UTC (rev 128863)
+++ PKGBUILD2015-03-07 15:58:50 UTC (rev 128864)
@@ -1,46 +0,0 @@
-#/Maintainer: Jelle van der Waa 
-#Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('custom')
-url="https://github.com/dateutil/dateutil";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('75714163bb96bedd07685cdb2071b8bc')
-
-build() {
-  cd $srcdir
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-package_python-dateutil()
-{
-depends=('python-six')
-  cd $srcdir/python-dateutil-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-#  chmod -R a+r $pkgdir/usr/lib/python3.4/
-}
-
-package_python2-dateutil()
-{
-depends=('python2-six')
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-#  chmod -R a+r $pkgdir/usr/lib/python2.7/
-}
-
-check() {
-  cd $srcdir/python-dateutil-$pkgver
-  python3 setup.py test
-
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 setup.py test
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 128863, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-07 15:58:50 UTC (rev 128864)
@@ -0,0 +1,48 @@
+#/Maintainer: Jelle van der Waa 
+#Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('custom')
+url="https://github.com/dateutil/dateutil";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=("$pkgbase-$pkgver.tar.gz"::https://github.com/dateutil/dateutil/archive/2.4.1.tar.gz)
+#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
+md5sums=('41972da724ee35eeb26cfb9e9600ad51')
+
+build() {
+  # Required for unittests
+  cd dateutil-$pkgver
+  ./updatezinfo.py
+
+  cd $srcdir
+  cp -r  dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+package_python-dateutil()
+{
+depends=('python-six')
+  cd dateutil-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil()
+{
+depends=('python2-six')
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd dateutil-$pkgver
+  python3 setup.py test
+
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py test
+}


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 16:14:56
  Author: bpiotrowski
Revision: 128861

upgpkg: mpv 0.8.2-2

rebuild against ffmpeg 2.6-1

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 13:13:34 UTC (rev 128860)
+++ PKGBUILD2015-03-07 15:14:56 UTC (rev 128861)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 16:15:06
  Author: bpiotrowski
Revision: 128862

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

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

--+
 /PKGBUILD|  104 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   52 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   52 
 community-x86_64/mpv.install |   12 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-07 15:14:56 UTC (rev 128861)
+++ community-i686/PKGBUILD 2015-03-07 15:15:06 UTC (rev 128862)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6437a04dbcfe42efc13cdd37c979b954')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 128861, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-07 15:15:06 UTC (rev 128862)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.8.2
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('6437a04dbcfe42efc13cdd37c979b954')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2015-03-07 15:14:56 UTC (rev 128861)
+++ community-i686/mpv.install  2015-03-07 15:15:06 UTC (rev 128862)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 128861, 
mpv/trunk/mpv.install)

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 16:03:00
  Author: bpiotrowski
Revision: 232980

upgpkg: ffmpeg 1:2.6-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 14:51:57 UTC (rev 232979)
+++ PKGBUILD2015-03-07 15:03:00 UTC (rev 232980)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.5.4
+pkgver=2.6
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -16,12 +16,13 @@
   'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'libx264.so=144'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('af92a816b642d32134a764d2d7f55b75'
+md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
  'SKIP')
 
 build() {


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 16:03:11
  Author: bpiotrowski
Revision: 232981

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

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

---+
 /PKGBUILD |  158 
 extra-i686/PKGBUILD   |   78 ---
 extra-x86_64/PKGBUILD |   78 ---
 3 files changed, 158 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 15:03:00 UTC (rev 232980)
+++ extra-i686/PKGBUILD 2015-03-07 15:03:11 UTC (rev 232981)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.5.4
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('af92a816b642d32134a764d2d7f55b75'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 232980, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 15:03:11 UTC (rev 232981)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.6
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'libx264.so=144'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-lib

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:51:57
  Author: bpiotrowski
Revision: 232979

User/Group management todo

- do not remove mysql user/group after package deletion
- chown /var/lib/mysql inside the PKGBUILD

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install

-+
 PKGBUILD|3 +++
 mariadb.install |   15 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 14:28:39 UTC (rev 232978)
+++ PKGBUILD2015-03-07 14:51:57 UTC (rev 232979)
@@ -140,6 +140,9 @@
   install -Dm644 ../mariadb.service 
"$pkgdir"/usr/lib/systemd/system/mysqld.service
   install -Dm644 ../mariadb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/mysql.conf
 
+  install -dm700 var/lib/mysql
+  chown -R 89:89 var/lib/mysql &>/dev/null
+
   # provided by libmariadbclient
   cd "$pkgdir"
   rm usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}

Modified: mariadb.install
===
--- mariadb.install 2015-03-07 14:28:39 UTC (rev 232978)
+++ mariadb.install 2015-03-07 14:51:57 UTC (rev 232979)
@@ -2,11 +2,6 @@
   groupadd -g 89 mysql &>/dev/null
   useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql &>/dev/null
 
-  if [[ ! -e var/lib/mysql ]]; then
-install -dm700 var/lib/mysql
-chown -R mysql:mysql var/lib/mysql &>/dev/null
-  fi
-
   echo ":: You need to initialize the MariaDB data directory prior to starting"
   echo "   the service. This can be done with mysql_install_db command, e.g.:"
   echo "   mysql_install_db --user=mysql --basedir=/usr 
--datadir=/var/lib/mysql"
@@ -36,13 +31,3 @@
 echo "   running mysql_upgrade afterwards."
   fi
 }
-
-post_remove(){
-  if getent passwd mysql >/dev/null 2>&1; then
-userdel mysql
-  fi
-
-  if getent group mysql >/dev/null 2>&1; then
-groupdel mysql
-  fi
-}


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

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 15:28:33
  Author: lcarlier
Revision: 232977

upgpkg: libclc 0.0.1.231373-1

update for llvm-3.6

Modified:
  libclc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 14:17:33 UTC (rev 232976)
+++ PKGBUILD2015-03-07 14:28:33 UTC (rev 232977)
@@ -2,16 +2,16 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libclc
-pkgver=0.0.1.217247
+pkgver=0.0.1.231373
 pkgrel=1
 pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
 url="http://libclc.llvm.org/";
 license=('MIT')
-makedepends=('clang' 'svn' 'python2')
+makedepends=('clang' 'python2' 'libedit')
 options=('staticlibs')
-source=('libclc::svn+http://llvm.org/svn/llvm-project/libclc/trunk#revision=217247')
-md5sums=(SKIP)
+source=(https://sources.archlinux.org/other/packages/libclc/$pkgname-$pkgver.src.tar.xz)
+md5sums=('e7b0767cd9f6c171ba4990df5d41b2aa')
 
 build() {
   cd libclc


[arch-commits] Commit in libclc/repos (staging-any staging-any/PKGBUILD)

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 15:28:39
  Author: lcarlier
Revision: 232978

archrelease: copy trunk to staging-any

Added:
  libclc/repos/staging-any/
  libclc/repos/staging-any/PKGBUILD
(from rev 232977, libclc/trunk/PKGBUILD)

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

Copied: libclc/repos/staging-any/PKGBUILD (from rev 232977, 
libclc/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-03-07 14:28:39 UTC (rev 232978)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libclc
+pkgver=0.0.1.231373
+pkgrel=1
+pkgdesc="Library requirements of the OpenCL C programming language"
+arch=('any')
+url="http://libclc.llvm.org/";
+license=('MIT')
+makedepends=('clang' 'python2' 'libedit')
+options=('staticlibs')
+source=(https://sources.archlinux.org/other/packages/libclc/$pkgname-$pkgver.src.tar.xz)
+md5sums=('e7b0767cd9f6c171ba4990df5d41b2aa')
+
+build() {
+  cd libclc
+  
+  sed -i 's/"python < $in >/sys.executable + " < $in >/g' configure.py
+#  sed -i 's/python < $in >/python2 < $in >/g' configure.py
+  
+  python2 ./configure.py --prefix=/usr
+  make
+}
+
+package() {
+  cd libclc
+  
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:17:33
  Author: bpiotrowski
Revision: 232976

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 14:17:22 UTC (rev 232975)
+++ extra-i686/PKGBUILD 2015-03-07 14:17:33 UTC (rev 232976)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140826
-pkgrel=2
-epoch=1
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  cp -r $pkgname $pkgname-10bit
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-shared --enable-pic
-  make
-
-  cd ../$pkgname-10bit
-  ./configure --prefix=/usr \
---enable-shared --enable-pic \
---bit-depth=10
-  make
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('glibc' 'ffmpeg')
-  provides=('x264-10bit')
-  conflicts=('x264-10bit')
-  replaces=('x264-10bit')
-
-  make -C $pkgbase DESTDIR="$pkgdir" install-cli
-  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
-  depends=('glibc')
-  provides=('x264-dev')
-  conflicts=('x264-dev')
-  replaces=('x264-dev')
-
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
-  depends=('glibc')
-  provides=('libx264' 'x264-dev')
-  conflicts=('libx264' 'x264-dev')
-
-  install -d "$pkgdir"/usr/lib
-  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
-}

Copied: x264/repos/extra-i686/PKGBUILD (from rev 232975, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 14:17:33 UTC (rev 232976)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=144.20150223
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg')
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc' 'ffmpeg')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('libx264.so=144' 'x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264.so=144' 'libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 14:17:22 UTC (rev 232975)
+++ extra-x86_64/PKGBUILD   2015-03-07 14:17:33 UTC (rev 232

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:17:22
  Author: bpiotrowski
Revision: 232975

upgpkg: x264 1:144.20150223-1

new upstream release

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 14:05:50 UTC (rev 232974)
+++ PKGBUILD2015-03-07 14:17:22 UTC (rev 232975)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140826
-pkgrel=2
+pkgver=144.20150223
+pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
 md5sums=('SKIP')
 
 pkgver() {
@@ -55,7 +55,7 @@
 package_libx264() {
   pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
-  provides=('x264-dev')
+  provides=('libx264.so=144' 'x264-dev')
   conflicts=('x264-dev')
   replaces=('x264-dev')
 
@@ -66,7 +66,7 @@
 package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('libx264' 'x264-dev')
+  provides=('libx264.so=144' 'libx264' 'x264-dev')
   conflicts=('libx264' 'x264-dev')
 
   install -d "$pkgdir"/usr/lib


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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:05:50
  Author: bpiotrowski
Revision: 232974

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 232973, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 232973, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 232973, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 232973, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 232973, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 232973, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 232973, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 232973, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 232973, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 232973, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  320 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   96 ++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  160 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   48 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  160 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   48 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 466 insertions(+), 466 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 14:05:13 UTC (rev 232973)
+++ extra-i686/PKGBUILD 2015-03-07 14:05:50 UTC (rev 232974)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.17
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'jemalloc')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('3101d1e79c1b04699cde10780f959625'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-prepare() {
-  sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/' \
-
$pkgbase-$pkgver/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-p

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:05:13
  Author: bpiotrowski
Revision: 232973

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 232972, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 232972, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 232972, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 232972, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 232972, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 232972, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 232972, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 232972, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 232972, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 232972, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  320 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   96 ++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  160 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  160 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 466 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 14:04:55 UTC (rev 232972)
+++ extra-i686/PKGBUILD 2015-03-07 14:05:13 UTC (rev 232973)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.17
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'jemalloc')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('3101d1e79c1b04699cde10780f959625'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-prepare() {
-  sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/' \
-
$pkgbase-$pkgver/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-p

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

2015-03-07 Thread Bartłomiej Piotrowski
Date: Saturday, March 7, 2015 @ 15:04:55
  Author: bpiotrowski
Revision: 232972

upgpkg: mariadb 10.0.17-2

remove all $datadir occurences from install file (FS#44076)

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install

-+
 PKGBUILD|2 +-
 mariadb.install |7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 12:27:53 UTC (rev 232971)
+++ PKGBUILD2015-03-07 14:04:55 UTC (rev 232972)
@@ -5,7 +5,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.0.17
 _pkgver=${pkgver/.a/a}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'

Modified: mariadb.install
===
--- mariadb.install 2015-03-07 12:27:53 UTC (rev 232971)
+++ mariadb.install 2015-03-07 14:04:55 UTC (rev 232972)
@@ -2,7 +2,7 @@
   groupadd -g 89 mysql &>/dev/null
   useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql &>/dev/null
 
-  if [[ ! -e $datadir ]]; then
+  if [[ ! -e var/lib/mysql ]]; then
 install -dm700 var/lib/mysql
 chown -R mysql:mysql var/lib/mysql &>/dev/null
   fi
@@ -16,11 +16,12 @@
 
 post_upgrade(){
   getent group mysql >/dev/null 2>&1 || groupadd -g 89 mysql &>/dev/null
-  getent passwd mysql >/dev/null 2>&1 || useradd -u 89 -g mysql -d $datadir -s 
/bin/false mysql &>/dev/null
+  getent passwd mysql >/dev/null 2>&1 || useradd -u 89 -g mysql -d 
/var/lib/mysql \
+-s /bin/false mysql &>/dev/null
 
   if [[ "$(vercmp $2 5.5.25-4)" -lt 0 ]] && [[ -d /data ]]; then
 for x in data/*; do
-  cp -r $x $datadir/
+  cp -r $x var/lib/mysql
 done
 rm -rf data
   fi


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

2015-03-07 Thread Kyle Keen
Date: Saturday, March 7, 2015 @ 14:13:34
  Author: kkeen
Revision: 128860

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 128859, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-07 13:12:53 UTC (rev 128859)
+++ PKGBUILD2015-03-07 13:13:34 UTC (rev 128860)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="http://pyglet.org/";
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-optdepends=('avbin: provides audio&video support')
-source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz";)
-md5sums=('d50f9c3eebfef1a651bf2fba98b7f676')
-
-prepare() {
-   cd "$srcdir"
-   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
-}
-
-build() { 
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   python2 setup.py build
-
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python2-pyglet() {
-   depends=('python2')
-   conflicts=('pyglet')
-   provides=('pyglet')
-   replaces=('pyglet')
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
-   python2 setup.py install --root="$pkgdir" --optimize=0
-find "$pkgdir/" -name '*.pyc' -delete
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-pyglet() {
-   depends=('python')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=0
-find "$pkgdir/" -name '*.pyc' -delete
-   find "$pkgdir/" -type d -empty -delete
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-

Copied: pyglet/repos/community-any/PKGBUILD (from rev 128859, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-07 13:13:34 UTC (rev 128860)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="http://pyglet.org/";
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+optdepends=('avbin: provides audio&video support')
+source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz";)
+md5sums=('967c479c6d6e7b9604714114539d981a')
+
+prepare() {
+   cd "$srcdir"
+   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+build() { 
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   python2 setup.py build
+
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python2-pyglet() {
+   depends=('python2')
+   conflicts=('pyglet')
+   provides=('pyglet')
+   replaces=('pyglet')
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root="$pkgdir" --optimize=0
+find "$pkgdir/" -name '*.pyc' -delete
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-pyglet() {
+   depends=('python')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=0
+find "$pkgdir/" -name '*.pyc' -delete
+   find "$pkgdir/" -type d -empty -delete
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-03-07 Thread Kyle Keen
Date: Saturday, March 7, 2015 @ 14:12:53
  Author: kkeen
Revision: 128859

upgpkg: pyglet 1.2.2-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 12:17:06 UTC (rev 128858)
+++ PKGBUILD2015-03-07 13:12:53 UTC (rev 128859)
@@ -6,7 +6,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 optdepends=('avbin: provides audio&video support')
 
source=("https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz";)
-md5sums=('d50f9c3eebfef1a651bf2fba98b7f676')
+md5sums=('967c479c6d6e7b9604714114539d981a')
 
 prepare() {
cd "$srcdir"
@@ -52,4 +52,3 @@
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-


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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 13:27:40
  Author: andyrtr
Revision: 232970

upgpkg: xorg-xman 1.1.4-1

upstream update 1.1.4

Modified:
  xorg-xman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 12:22:19 UTC (rev 232969)
+++ PKGBUILD2015-03-07 12:27:40 UTC (rev 232970)
@@ -1,8 +1,9 @@
 # $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
+# Maintainer: Andreas Radke 
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xman
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc="Unix manual page viewer"
 arch=(i686 x86_64)
@@ -10,17 +11,19 @@
 license=('custom')
 depends=('libxaw' 'libxt')
 makedepends=('xorg-util-macros' 'xproto' 'libxmu')
-source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2)
-sha256sums=('405211b606a7fa420029897f099dc107791bb4c29bc88481c6efac9c4590bb1a')
+source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 
 build() {
-  cd "${srcdir}/xman-${pkgver}"
+  cd xman-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xman-${pkgver}"
+  cd xman-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"


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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 13:27:53
  Author: andyrtr
Revision: 232971

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

Added:
  xorg-xman/repos/extra-i686/PKGBUILD
(from rev 232970, xorg-xman/trunk/PKGBUILD)
  xorg-xman/repos/extra-x86_64/PKGBUILD
(from rev 232970, xorg-xman/trunk/PKGBUILD)
Deleted:
  xorg-xman/repos/extra-i686/PKGBUILD
  xorg-xman/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   27 -
 extra-x86_64/PKGBUILD |   27 -
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 12:27:40 UTC (rev 232970)
+++ extra-i686/PKGBUILD 2015-03-07 12:27:53 UTC (rev 232971)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xman
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Unix manual page viewer"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxt')
-makedepends=('xorg-util-macros' 'xproto' 'libxmu')
-source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2)
-sha256sums=('405211b606a7fa420029897f099dc107791bb4c29bc88481c6efac9c4590bb1a')
-
-build() {
-  cd "${srcdir}/xman-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xman-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xman/repos/extra-i686/PKGBUILD (from rev 232970, 
xorg-xman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 12:27:53 UTC (rev 232971)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xman
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Unix manual page viewer"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxt')
+makedepends=('xorg-util-macros' 'xproto' 'libxmu')
+source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+
+build() {
+  cd xman-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xman-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 12:27:40 UTC (rev 232970)
+++ extra-x86_64/PKGBUILD   2015-03-07 12:27:53 UTC (rev 232971)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xman
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Unix manual page viewer"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxt')
-makedepends=('xorg-util-macros' 'xproto' 'libxmu')
-source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2)
-sha256sums=('405211b606a7fa420029897f099dc107791bb4c29bc88481c6efac9c4590bb1a')
-
-build() {
-  cd "${srcdir}/xman-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xman-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xman/repos/extra-x86_64/PKGBUILD (from rev 232970, 
xorg-xman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-07 12:27:53 UTC (rev 232971)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xman
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Unix manual page viewer"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxt')
+makedepends=('xorg-util-macros' 'xproto' 'libxmu')
+source=(http://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+
+build() {
+  cd xman-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xman-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  instal

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

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 13:22:19
  Author: lcarlier
Revision: 232969

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 232968, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 232968, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 232968, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 232968, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  332 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  166 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  166 
 6 files changed, 496 insertions(+), 496 deletions(-)

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


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

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 13:22:10
  Author: lcarlier
Revision: 232968

upgpkg: mesa 10.4.6-1

upstream update 10.4.6

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 12:17:39 UTC (rev 232967)
+++ PKGBUILD2015-03-07 12:22:10 UTC (rev 232968)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.4.5
+pkgver=10.4.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('bf6700a9d58e3aca2bfeee7e781053b0d839e61a95b1883e05a2dee247a0'
+sha256sums=('d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 13:17:01
  Author: lcarlier
Revision: 128857

upgpkg: lib32-mesa 10.4.6-1

upstream update 10.4.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 09:13:07 UTC (rev 128856)
+++ PKGBUILD2015-03-07 12:17:01 UTC (rev 128857)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.4.5
+pkgver=10.4.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
LICENSE)
-sha256sums=('bf6700a9d58e3aca2bfeee7e781053b0d839e61a95b1883e05a2dee247a0'
+sha256sums=('d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 13:17:21
  Author: andyrtr
Revision: 232966

upgpkg: libevdev 1.4-1

upstream update 1.4

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 10:38:42 UTC (rev 232965)
+++ PKGBUILD2015-03-07 12:17:21 UTC (rev 232966)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.3.2
+pkgver=1.4
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a4317de9e818093dc131cc2bb96cdfc0cebd631e4be5c5244e1e373ce1536eed'
+sha256sums=('3223378a5c2b4fea51a1601b0404700a6ddc1e2150eb9d5f62f001ffe21dfa06'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-03-07 Thread Andreas Radke
Date: Saturday, March 7, 2015 @ 13:17:39
  Author: andyrtr
Revision: 232967

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 12:17:21 UTC (rev 232966)
+++ extra-i686/PKGBUILD 2015-03-07 12:17:39 UTC (rev 232967)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a4317de9e818093dc131cc2bb96cdfc0cebd631e4be5c5244e1e373ce1536eed'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 232966, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 12:17:39 UTC (rev 232967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/";
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('3223378a5c2b4fea51a1601b0404700a6ddc1e2150eb9d5f62f001ffe21dfa06'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 12:17:21 UTC (rev 232966)
+++ extra-x86_64/PKGBUILD   2015-03-07 12:17:39 UTC (rev 232967)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a4317de9e818093dc131cc2bb96cdfc0cebd631e4be5c5244e1e373ce1536eed'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 232966, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-07 12:17:39 UTC (rev 232967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.4
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/";
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepen

[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2015-03-07 Thread Laurent Carlier
Date: Saturday, March 7, 2015 @ 13:17:06
  Author: lcarlier
Revision: 128858

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 128857, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 128857, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  280 ++---
 2 files changed, 222 insertions(+), 222 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-07 12:17:01 UTC (rev 128857)
+++ LICENSE 2015-03-07 12:17:06 UTC (rev 128858)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 128857, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-03-07 12:17:06 UTC (rev 128858)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an O

[arch-commits] Commit in kde-l10n/repos (testing-any testing-any/PKGBUILD)

2015-03-07 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 11:38:42
  Author: fyan
Revision: 232965

archrelease: copy trunk to testing-any

Added:
  kde-l10n/repos/testing-any/
  kde-l10n/repos/testing-any/PKGBUILD
(from rev 232964, kde-l10n/trunk/PKGBUILD)

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

Copied: kde-l10n/repos/testing-any/PKGBUILD (from rev 232964, 
kde-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-03-07 10:38:42 UTC (rev 232965)
@@ -0,0 +1,496 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-l10n
+pkgname=('kde-l10n-ar'
+ 'kde-l10n-bg'
+ 'kde-l10n-bs'
+ 'kde-l10n-ca'
+ 'kde-l10n-ca@valencia'
+ 'kde-l10n-cs'
+ 'kde-l10n-da'
+ 'kde-l10n-de'
+ 'kde-l10n-el'
+ 'kde-l10n-en_gb'
+ 'kde-l10n-es'
+ 'kde-l10n-et'
+ 'kde-l10n-eu'
+ 'kde-l10n-fi'
+ 'kde-l10n-fr'
+ 'kde-l10n-ga'
+ 'kde-l10n-gl'
+ 'kde-l10n-he'
+ 'kde-l10n-hi'
+ 'kde-l10n-hr'
+ 'kde-l10n-hu'
+ 'kde-l10n-ia'
+ 'kde-l10n-id'
+ 'kde-l10n-is'
+ 'kde-l10n-it'
+ 'kde-l10n-ja'
+ 'kde-l10n-kk'
+ 'kde-l10n-km'
+ 'kde-l10n-ko'
+ 'kde-l10n-lt'
+ 'kde-l10n-lv'
+ 'kde-l10n-mr'
+ 'kde-l10n-nb'
+ 'kde-l10n-nds'
+ 'kde-l10n-nl'
+ 'kde-l10n-nn'
+ 'kde-l10n-pa'
+ 'kde-l10n-pl'
+ 'kde-l10n-pt'
+ 'kde-l10n-pt_br'
+ 'kde-l10n-ro'
+ 'kde-l10n-ru'
+ 'kde-l10n-sk'
+ 'kde-l10n-sl'
+ 'kde-l10n-sr'
+ 'kde-l10n-sv'
+ 'kde-l10n-tr'
+ 'kde-l10n-ug'
+ 'kde-l10n-uk'
+ 'kde-l10n-wa'
+ 'kde-l10n-zh_cn'
+ 'kde-l10n-zh_tw')
+pkgver=14.12.3
+pkgrel=1
+arch=('any')
+url='http://www.kde.org/'
+license=('GPL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools')
+options=('docs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-ar-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-bg-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-ga-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-he-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-hi-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-hr-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-ia-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-id-${pkgver}.tar.xz";
+
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-is-${pkgver}.tar.xz";
+   

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

2015-03-07 Thread Felix Yan
Date: Saturday, March 7, 2015 @ 11:38:08
  Author: fyan
Revision: 232964

upgpkg: kde-l10n 14.12.3-1

Modified:
  kde-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 10:07:22 UTC (rev 232963)
+++ PKGBUILD2015-03-07 10:38:08 UTC (rev 232964)
@@ -56,7 +56,7 @@
  'kde-l10n-wa'
  'kde-l10n-zh_cn'
  'kde-l10n-zh_tw')
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 arch=('any')
 url='http://www.kde.org/'
@@ -115,58 +115,58 @@
 
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-wa-${pkgver}.tar.xz";
 
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz";
 
"http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz";)
-sha1sums=('e6e880a531eb8474f459f8f17f080a4bba94cd12'
-  '55446e404e4d7d29881150b87147c31dbb12d3c3'
-  '8373a2a046860a73761428f9f3da7bcbc6c068f3'
-  'e597d347aeb44129111ee458ab7e715415597d5b'
-  '3374d1dc59127de9c5c22f2f7c6145187339ded7'
-  '0ae4925a6871ec8afc3af9ace191461efc31b060'
-  '93600b4068b9fed5d8ef8b651b4b2e834bc2f4be'
-  '89fbeffa18193da453eab164270ec89eb1ca9bd5'
-  '1977e838dfcffe0f368cd7d6c64ff2b7858e21c9'
-  '1b52c1ae809eb417c9e67574dde6d87462cdb9a1'
-  '00ebf587017f309dfa92c90006ba3499ef735a69'
-  '2c44b627af2d146b8abb3f8cc93843222f616474'
-  'd518c0bbc14b6a9d076d8ca61c20ded077bc40d6'
-  '06a3b1bef805140362442965a9b5bcd376dcfc95'
-  '421fb68286d78303d64b74363d1a98779d601fe0'
-  '5fc150ceea605716cf4eccb84e7d1d02b9b5ebf7'
-  'e64a4a4af7e2d305880e5efc90cc1f77dd5e2d99'
-  '331761ca94e0c913c28fa230654da813c74899d9'
-  'ddaccbf9a1765135e93f2124c8d1f5baf91d0646'
-  'e74233d69d9e386f2d42012b904bddd622af2755'
-  'bb137485e2bfe130fe1c011d22ba1918e25cfbfa'
-  '8873b734afe77e6978ba9b800655fc8d65ef938a'
-  '610cc70f80ae11edf1ba25350e8adfbf3e11a358'
-  '96fc489f98b062d2d2cfb2fa6fa45edaa3143f27'
-  '8b5f52aa232478ee36477b6e02c676337d620826'
-  '566bd4f4294ee865fb8d1a62f9e6eb409b3c9a30'
-  'efd7d321bccf1037a1195828b3b311fc326ba170'
-  'f651ea373e4a5a014e644dad3c734f398fcfabdd'
-  '92ee48f4a7c3785f5d2a4c65e1bb50284509448c'
-  'dec81b00113485b405b5e5e9f928f87dd1cff859'
-  'a29b5365710d890d91193a3ae77154c7bd2697a6'
-  '1e26483f70a9726fc98ff5ab9eaf99c0777b890f'
-  '86f66b265237ed98f3b157943fe3c4ef459f0fff'
-  'c059d2318d8c60868efdc528c910fb4f125f7612'
-  'e057219d88c6beda2bcf5dfd8e97b3b2c8078724'
-  'b347f534774e809c5c12c67aa40cfb1f7a6cbdd6'
-  '855fd9ba568bf967ac97edce801d7895a977ba74'
-  'aeffafcc7d67d73eee29eb695cddc21349b33fca'
-  '72a6880d35cdfa4387b2cef78de6bf46842b1965'
-  'e8516272d5a29cb485698b4eca89ead3a90e2cdd'
-  'db67e9eade7af6f1af4e55cab5c3e6521d6b6823'
-  '24201477c05861c5a1b21f5b72d8b918e6e5a0c9'
-  '021d9ece1e421aeaa7bb5e99ade00313bda58b26'
-  '6c5c02445d408d50e6f038c89960af35754e0fe9'
-  'a75bb2f93ffcff5bb8ba1a8e134c310924d44809'
-  '0936be6d907b401a344a6e734a1f7c658da45255'
-  'e2aff807f46bc219e56f9833b4dbebcd4ab632d1'
-  '71c57e12ae41e101e4f2e64282b89344c0c639dd'
-  '562441fc47a2c0dea5aefdcd42a3868e08c96d78'
-  'd00d490261e1681e309ef7fc1e8dab2aedd80466'
-  '8b1de342ce45f3372d7730489332c0d8dc99224b'
-  'c6b46172f4445cc0e606ba50c7bd8ea16789e360')
+sha1sums=('de91b75e8c5dbd3a4fea20ece5a3d9ea8b4d156e'
+  '062b41bbe63e567a666185008177cb3199f8b3c9'
+  '99a304bbc3a1bb04c81677f5236fbd694d0289df'
+  'a977fb56ae665f94586f99c703559b836b26059f'
+  '9e725ecd5d43e37bd07ba3aa92c4655bb670653c'
+  '47a80bdbd4e44d6eb9ca561759e53f61954b386e'
+  'c9bc03d39f03ff872f54437f81cb74e671c3deec'
+  '837ba6ab47c861f51e9997aba3ecb65b131c0356'
+  '9d096bc4292c34f993ef7737481cf00aa9918851'
+  '7c61fd1935099d8ccd950ac3b1fc43bb03d8c3d8'
+  'ebd91e5c2f0bb8c14a0c684749a8e329c0f1c016'
+  'd1777dc58effd6d376e7d0f873cb285bd52c608c'
+  'c0122b120811db7d6878e9a1d22b4395ab44e185'
+  '3776271a73269c717fd5d7c525c4885f1bdb11d2'
+  '6deec273395ea6bd4964c034db5fa735114030df'
+  'e64d3ac222557d922f105f538bda5840a6ddbc11'
+  '6e9c41f69e9241f1faf0c0a9b7e552d381568e9f'
+  'b366d8e7dc98d5e96589ba316621ac3603b5ac68'
+  'd95b9886cd1a546edda17f6bb618c12146fd70e2'
+  '930943c097f84c2de04dd2e51b5686834f0ae57a'
+  '8f6a4f6a2b4de0fde9e03e4bc2d39557dfbc'
+  '002893667911e4153

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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 10:12:59
  Author: giovanni
Revision: 128855

upgpkg: converseen 0.9.1-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 06:52:13 UTC (rev 128854)
+++ PKGBUILD2015-03-07 09:12:59 UTC (rev 128855)
@@ -3,8 +3,8 @@
 # Contributor: archtux 
 
 pkgname=converseen
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="The batch image converter and resizer"
 arch=('i686' 'x86_64')
 url="http://converseen.fasterland.net/";
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('64c82e30ad929d2ffe2a630fd8974709')
+md5sums=('b0cea29797f8b43c0b3d9aeea437db4d')
 
 build() {
   cd "${srcdir}"


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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 10:13:07
  Author: giovanni
Revision: 128856

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-07 09:12:59 UTC (rev 128855)
+++ community-i686/PKGBUILD 2015-03-07 09:13:07 UTC (rev 128856)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.fasterland.net/";
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('64c82e30ad929d2ffe2a630fd8974709')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 128855, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-07 09:13:07 UTC (rev 128856)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.net/";
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('b0cea29797f8b43c0b3d9aeea437db4d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2015-03-07 09:12:59 UTC (rev 128855)
+++ community-i686/converseen.install   2015-03-07 09:13:07 UTC (rev 128856)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 128855, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2015-03-07 09:13:07 UTC (rev 128856)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-07 09:12:59 UTC (rev 128855)
+++ community-x86_64/PKGBUILD   2015-03-07 09:13:07 UTC (rev 128856)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.fasterland.net/";
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=(

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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 10:07:55
  Author: giovanni
Revision: 232962

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-07 09:07:41 UTC (rev 232961)
+++ extra-i686/PKGBUILD 2015-03-07 09:07:55 UTC (rev 232962)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=strace
-pkgver=4.9
-pkgrel=1
-pkgdesc="A useful diagnositic, instructional, and debugging tool"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/strace/";
-license=('custom')
-depends=('perl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('885eafadb10f6c60464a266d3929a2a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: strace/repos/extra-i686/PKGBUILD (from rev 232961, 
strace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-07 09:07:55 UTC (rev 232962)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=4.10
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('107a5be455493861189e9b57a3a51912')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-07 09:07:41 UTC (rev 232961)
+++ extra-x86_64/PKGBUILD   2015-03-07 09:07:55 UTC (rev 232962)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=strace
-pkgver=4.9
-pkgrel=1
-pkgdesc="A useful diagnositic, instructional, and debugging tool"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/strace/";
-license=('custom')
-depends=('perl')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('885eafadb10f6c60464a266d3929a2a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: strace/repos/extra-x86_64/PKGBUILD (from rev 232961, 
strace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-07 09:07:55 UTC (rev 232962)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=4.10
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('107a5be455493861189e9b57a3a51912')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-03-07 Thread Giovanni Scafora
Date: Saturday, March 7, 2015 @ 10:07:41
  Author: giovanni
Revision: 232961

upgpkg: strace 4.10-1

upstream release

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-07 06:41:56 UTC (rev 232960)
+++ PKGBUILD2015-03-07 09:07:41 UTC (rev 232961)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('perl')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
-md5sums=('885eafadb10f6c60464a266d3929a2a4')
+md5sums=('107a5be455493861189e9b57a3a51912')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"