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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:11:43
  Author: jgc
Revision: 204013

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

Added:
  
gnome-desktop/repos/extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
(from rev 204012, 
gnome-desktop/trunk/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch)
  gnome-desktop/repos/extra-i686/PKGBUILD
(from rev 204012, gnome-desktop/trunk/PKGBUILD)
  
gnome-desktop/repos/extra-x86_64/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
(from rev 204012, 
gnome-desktop/trunk/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch)
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 204012, gnome-desktop/trunk/PKGBUILD)
Deleted:
  
gnome-desktop/repos/extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
  gnome-desktop/repos/extra-i686/PKGBUILD
  
gnome-desktop/repos/extra-x86_64/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
  gnome-desktop/repos/extra-x86_64/PKGBUILD

+
 /0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch |  134 
++
 /PKGBUILD  |   76 
+
 extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch   |   67 
-
 extra-i686/PKGBUILD|   38 
--
 extra-x86_64/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch |   67 
-
 extra-x86_64/PKGBUILD  |   38 
--
 6 files changed, 210 insertions(+), 210 deletions(-)

Deleted: extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
===
--- extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
2014-01-14 08:11:37 UTC (rev 204012)
+++ extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
2014-01-14 08:11:43 UTC (rev 204013)
@@ -1,67 +0,0 @@
-From ede893a90870c31d8b374978d524fddf6f3aac81 Mon Sep 17 00:00:00 2001
-From: Asad Mehmood asad78...@googlemail.com
-Date: Thu, 17 Oct 2013 16:21:42 +0100
-Subject: [PATCH] GnomeRR: gnome_rr_output_get_min_backlight_step
-
-Allows gnome-settings-daemon to read the min_backlight_step
-so that it can support displays with less than 10 steps

- libgnome-desktop/gnome-rr.c | 15 +++
- libgnome-desktop/gnome-rr.h |  1 +
- 2 files changed, 16 insertions(+)
-
-diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c
-index 5e011d3..88df060 100644
 a/libgnome-desktop/gnome-rr.c
-+++ b/libgnome-desktop/gnome-rr.c
-@@ -77,6 +77,7 @@ struct GnomeRROutput
- char *  edid_file;
- 
- int backlight;
-+int min_backlight_step;
- 
- gbooleanis_primary;
- gbooleanis_presentation;
-@@ -1271,6 +1272,7 @@ output_initialize (GnomeRROutput *output, GVariant *info)
- g_variant_lookup (properties, height-mm, i, output-height_mm);
- g_variant_lookup (properties, display-name, s, output-display_name);
- g_variant_lookup (properties, backlight, i, output-backlight);
-+g_variant_lookup (properties, min-backlight-step, i, 
output-min_backlight_step);
- g_variant_lookup (properties, primary, b, output-is_primary);
- g_variant_lookup (properties, presentation, b, 
output-is_presentation);
- 
-@@ -1446,6 +1448,19 @@ gnome_rr_output_get_backlight (GnomeRROutput *output)
- }
- 
- /**
-+ * gnome_rr_output_get_min_backlight_step:
-+ *
-+ * Returns: The minimum backlight step available in percent
-+ */
-+int
-+gnome_rr_output_get_min_backlight_step (GnomeRROutput *output)
-+{
-+g_return_val_if_fail (output != NULL, -1);
-+
-+return output-min_backlight_step;
-+}
-+
-+/**
-  * gnome_rr_output_set_backlight:
-  * @value: the absolute value which is 0 = this = 100
-  *
-diff --git a/libgnome-desktop/gnome-rr.h b/libgnome-desktop/gnome-rr.h
-index a0d42f7..0443342 100644
 a/libgnome-desktop/gnome-rr.h
-+++ b/libgnome-desktop/gnome-rr.h
-@@ -154,6 +154,7 @@ voidgnome_rr_output_get_physical_size  
(GnomeRROutput *outpu
- int   
*height_mm);
- 
- gintgnome_rr_output_get_backlight  (GnomeRROutput 
*output);
-+gintgnome_rr_output_get_min_backlight_step(GnomeRROutput  
*output);
- gbooleangnome_rr_output_set_backlight  (GnomeRROutput 
*output,
- gint   
value,
- GError
**error);
--- 
-1.8.4.1
-

Copied: 
gnome-desktop/repos/extra-i686/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
 (from rev 204012, 
gnome-desktop/trunk/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch)

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:11:37
  Author: jgc
Revision: 204012

upgpkg: gnome-desktop 1:3.10.2-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:54:31 UTC (rev 204011)
+++ PKGBUILD2014-01-14 08:11:37 UTC (rev 204012)
@@ -2,8 +2,8 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.10.2
+pkgrel=1
 epoch=1
 pkgdesc=Library with common API for various GNOME modules
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch)
-sha256sums=('10aca72355e8e2854450ce10edfb6da433af62ea0d87b0718ff62e9a40aabb41'
+sha256sums=('d4f5944aea5f2a8c7c5dc0e738bf07f293dfff81ddc55a53d661370bf24e4632'
 '5920cec531b03ebe0ce0941250ce62d92a7b18ae44900f11df90adb381858df2')
 
 prepare() {



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

2014-01-14 Thread Laurent Carlier
Date: Tuesday, January 14, 2014 @ 09:12:42
  Author: lcarlier
Revision: 103963

upgpkg: lib32-libgcrypt 1.6.0-1

upstream update 1.6.0

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:07:04 UTC (rev 103962)
+++ PKGBUILD2014-01-14 08:12:42 UTC (rev 103963)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.3
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
 arch=(x86_64)
@@ -11,11 +11,8 @@
 license=('LGPL')
 depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
-)
-sha1sums=('2c6553cc17f2a1616d512d6870fe95edf6b0e26e')
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('43283c0b41c41e3d3bc13c2d8f937dfe2aaa1a77')
 
 build() {
   export CC=gcc -m32
@@ -22,7 +19,7 @@
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
 
   # Use 32-bit assembler
   sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
@@ -33,8 +30,8 @@
 }
 
 package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd ${_pkgbasename}-${pkgver}
+
   make DESTDIR=${pkgdir} install
-
   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
 }



[arch-commits] Commit in lib32-libgcrypt/repos (2 files)

2014-01-14 Thread Laurent Carlier
Date: Tuesday, January 14, 2014 @ 09:12:50
  Author: lcarlier
Revision: 103964

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libgcrypt/repos/multilib-staging-x86_64/
  lib32-libgcrypt/repos/multilib-staging-x86_64/PKGBUILD
(from rev 103963, lib32-libgcrypt/trunk/PKGBUILD)

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

Copied: lib32-libgcrypt/repos/multilib-staging-x86_64/PKGBUILD (from rev 
103963, lib32-libgcrypt/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-01-14 08:12:50 UTC (rev 103964)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=General purpose cryptographic library based on the code from GnuPG 
(32-bit)
+arch=(x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('43283c0b41c41e3d3bc13c2d8f937dfe2aaa1a77')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}



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

2014-01-14 Thread Laurent Carlier
Date: Tuesday, January 14, 2014 @ 09:17:11
  Author: lcarlier
Revision: 103965

upgpkg: lib32-systemd 208-2

lib32-libgcrypt 1.6.0 rebuild

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 08:12:50 UTC (rev 103964)
+++ PKGBUILD2014-01-14 08:17:11 UTC (rev 103965)
@@ -5,7 +5,7 @@
 pkgname=lib32-systemd
 _pkgbasename=systemd
 pkgver=208
-pkgrel=1
+pkgrel=2
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;



[arch-commits] Commit in lib32-systemd/repos (2 files)

2014-01-14 Thread Laurent Carlier
Date: Tuesday, January 14, 2014 @ 09:17:18
  Author: lcarlier
Revision: 103966

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-systemd/repos/multilib-staging-x86_64/
  lib32-systemd/repos/multilib-staging-x86_64/PKGBUILD
(from rev 103965, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-staging-x86_64/PKGBUILD (from rev 103965, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-01-14 08:17:18 UTC (rev 103966)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=208
+pkgrel=2
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('df64550d92afbffb4f67a434193ee165')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+package() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:42:58
  Author: jgc
Revision: 204015

upgpkg: goffice 0.10.9-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 08:12:09 UTC (rev 204014)
+++ PKGBUILD2014-01-14 08:42:58 UTC (rev 204015)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.10.8
+pkgver=0.10.9
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('11964b907b03dede6d8d8a1a4ae2d5727ffbe8d7bab5c92dec586acb616e807c')
+sha256sums=('8f21cc656645dfe9da518a672350f5a5a5710b20278fa6a7a5af4d583d148875')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:43:06
  Author: jgc
Revision: 204016

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-14 08:42:58 UTC (rev 204015)
+++ extra-i686/PKGBUILD 2014-01-14 08:43:06 UTC (rev 204016)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.8
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('11964b907b03dede6d8d8a1a4ae2d5727ffbe8d7bab5c92dec586acb616e807c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 204015, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-14 08:43:06 UTC (rev 204016)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.9
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f21cc656645dfe9da518a672350f5a5a5710b20278fa6a7a5af4d583d148875')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-14 08:42:58 UTC (rev 204015)
+++ extra-x86_64/PKGBUILD   2014-01-14 08:43:06 UTC (rev 204016)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.8
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('11964b907b03dede6d8d8a1a4ae2d5727ffbe8d7bab5c92dec586acb616e807c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 204015, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-14 08:43:06 UTC (rev 204016)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.9
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8f21cc656645dfe9da518a672350f5a5a5710b20278fa6a7a5af4d583d148875')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:57:41
  Author: jgc
Revision: 204017

upgpkg: gnumeric 1.12.9-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 08:43:06 UTC (rev 204016)
+++ PKGBUILD2014-01-14 08:57:41 UTC (rev 204017)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.12.8
+pkgver=1.12.9
 pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
@@ -17,9 +17,9 @@
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
 install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
 revert-warnings.patch)
-sha256sums=('02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76'
+sha256sums=('4cd3ad5d9fc27a86ef62dbb6bf793b27fad9b6736bb8e988fa11dc6cb88b62e7'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 09:57:49
  Author: jgc
Revision: 204018

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 204017, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
(from rev 204017, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 204017, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 204017, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 204017, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 204017, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |   92 +++
 /gnumeric.install  |   38 ++
 /revert-warnings.patch |   22 
 extra-i686/PKGBUILD|   46 -
 extra-i686/gnumeric.install|   19 ---
 extra-i686/revert-warnings.patch   |   11 
 extra-x86_64/PKGBUILD  |   46 -
 extra-x86_64/gnumeric.install  |   19 ---
 extra-x86_64/revert-warnings.patch |   11 
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-14 08:57:41 UTC (rev 204017)
+++ extra-i686/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=gnumeric
-pkgver=1.12.8
-pkgrel=1
-pkgdesc=A GNOME Spreadsheet Program
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 204017, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.9
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
+ 'gobject-introspection')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('4cd3ad5d9fc27a86ef62dbb6bf793b27fad9b6736bb8e988fa11dc6cb88b62e7'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+  make
+}

[arch-commits] Commit in (4 files)

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 10:22:34
  Author: jgc
Revision: 204019

Add new package, required for gc

Added:
  libatomic_ops/
  libatomic_ops/repos/
  libatomic_ops/trunk/
  libatomic_ops/trunk/PKGBUILD

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

Added: libatomic_ops/trunk/PKGBUILD
===
--- libatomic_ops/trunk/PKGBUILD(rev 0)
+++ libatomic_ops/trunk/PKGBUILD2014-01-14 09:22:34 UTC (rev 204019)
@@ -0,0 +1,44 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Adam Walters abwalt...@abwalters.us
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+pkgname=libatomic_ops
+pkgver=7.2.e
+pkgrel=1
+pkgdesc=Provides semi-portable access to hardware provided atomic memory 
operations
+arch=('i686' 'x86_64')
+url=https://github.com/ivmai/libatomic_ops;
+depends=('glibc')
+license=('GPL2' 'MIT')
+source=(http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-7.2e.tar.gz)
+md5sums=('7035692fec4db2659b06485040829e43')
+
+prepare(){
+  cd libatomic_ops-7.2
+
+  sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' configure.ac
+  sed -i 's#AC_PROG_RANLIB#AC_LIBTOOL_DLOPEN\nAC_PROG_LIBTOOL#' configure.ac
+  sed -i 's#b_L#b_LTL#;s#\.a#.la#g;s#_a_#_la_#' src/Makefile.am
+  sed -i 's#\.a#.so#g;s#\.\./src/#../src/.libs/#g' tests/Makefile.am
+  sed -i 's#pkgdata#doc#' doc/Makefile.am
+}
+
+build() {
+  cd libatomic_ops-7.2
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd libatomic_ops-7.2
+  LD_LIBRARY_PATH=${srcdir}/libatomic_ops-7.2/src/.libs make check
+}
+
+package() {
+  cd libatomic_ops-7.2
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/LICENSING.txt 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 10:22:51
  Author: jgc
Revision: 204020

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

Added:
  libatomic_ops/repos/extra-i686/
  libatomic_ops/repos/extra-i686/PKGBUILD
(from rev 204019, libatomic_ops/trunk/PKGBUILD)
  libatomic_ops/repos/extra-x86_64/
  libatomic_ops/repos/extra-x86_64/PKGBUILD
(from rev 204019, libatomic_ops/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: libatomic_ops/repos/extra-i686/PKGBUILD (from rev 204019, 
libatomic_ops/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-14 09:22:51 UTC (rev 204020)
@@ -0,0 +1,44 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Adam Walters abwalt...@abwalters.us
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+pkgname=libatomic_ops
+pkgver=7.2.e
+pkgrel=1
+pkgdesc=Provides semi-portable access to hardware provided atomic memory 
operations
+arch=('i686' 'x86_64')
+url=https://github.com/ivmai/libatomic_ops;
+depends=('glibc')
+license=('GPL2' 'MIT')
+source=(http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-7.2e.tar.gz)
+md5sums=('7035692fec4db2659b06485040829e43')
+
+prepare(){
+  cd libatomic_ops-7.2
+
+  sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' configure.ac
+  sed -i 's#AC_PROG_RANLIB#AC_LIBTOOL_DLOPEN\nAC_PROG_LIBTOOL#' configure.ac
+  sed -i 's#b_L#b_LTL#;s#\.a#.la#g;s#_a_#_la_#' src/Makefile.am
+  sed -i 's#\.a#.so#g;s#\.\./src/#../src/.libs/#g' tests/Makefile.am
+  sed -i 's#pkgdata#doc#' doc/Makefile.am
+}
+
+build() {
+  cd libatomic_ops-7.2
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd libatomic_ops-7.2
+  LD_LIBRARY_PATH=${srcdir}/libatomic_ops-7.2/src/.libs make check
+}
+
+package() {
+  cd libatomic_ops-7.2
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/LICENSING.txt 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libatomic_ops/repos/extra-x86_64/PKGBUILD (from rev 204019, 
libatomic_ops/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-14 09:22:51 UTC (rev 204020)
@@ -0,0 +1,44 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Adam Walters abwalt...@abwalters.us
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+pkgname=libatomic_ops
+pkgver=7.2.e
+pkgrel=1
+pkgdesc=Provides semi-portable access to hardware provided atomic memory 
operations
+arch=('i686' 'x86_64')
+url=https://github.com/ivmai/libatomic_ops;
+depends=('glibc')
+license=('GPL2' 'MIT')
+source=(http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-7.2e.tar.gz)
+md5sums=('7035692fec4db2659b06485040829e43')
+
+prepare(){
+  cd libatomic_ops-7.2
+
+  sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' configure.ac
+  sed -i 's#AC_PROG_RANLIB#AC_LIBTOOL_DLOPEN\nAC_PROG_LIBTOOL#' configure.ac
+  sed -i 's#b_L#b_LTL#;s#\.a#.la#g;s#_a_#_la_#' src/Makefile.am
+  sed -i 's#\.a#.so#g;s#\.\./src/#../src/.libs/#g' tests/Makefile.am
+  sed -i 's#pkgdata#doc#' doc/Makefile.am
+}
+
+build() {
+  cd libatomic_ops-7.2
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd libatomic_ops-7.2
+  LD_LIBRARY_PATH=${srcdir}/libatomic_ops-7.2/src/.libs make check
+}
+
+package() {
+  cd libatomic_ops-7.2
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/LICENSING.txt 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:04:53
  Author: jgc
Revision: 204021

upgpkg: gc 7.4.0-1

Modified:
  gc/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 09:22:51 UTC (rev 204020)
+++ PKGBUILD2014-01-14 10:04:53 UTC (rev 204021)
@@ -3,31 +3,32 @@
 # Contributor: dorphell dorph...@gmx.net
 
 pkgname=gc
-pkgver=7.2.d
-pkgrel=2
+pkgver=7.4.0
+pkgrel=1
 pkgdesc=A garbage collector for C and C++
 arch=('i686' 'x86_64')
 url=http://www.hpl.hp.com/personal/Hans_Boehm/gc/;
 license=('GPL')
-source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-7.2d.tar.gz;)
-depends=('gcc-libs')
-md5sums=('91340b28c61753a789eb6077675d87d2')
+source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
+depends=('gcc-libs' 'libatomic_ops')
+md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-7.2
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
   ./configure --prefix=/usr --enable-cplusplus --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-7.2
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  rm -rf ${pkgdir}/usr/share/gc
-  install -m755 -d ${pkgdir}/usr/share/doc/gc
-  install -m644 doc/README{,.{changes,contributors,environment,linux}} \
-${pkgdir}/usr/share/doc/gc/
-
   sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
   install -m755 -d ${pkgdir}/usr/share/man/man3
   install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:04:58
  Author: jgc
Revision: 204022

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

Added:
  gc/repos/testing-i686/
  gc/repos/testing-i686/PKGBUILD
(from rev 204021, gc/trunk/PKGBUILD)
  gc/repos/testing-x86_64/
  gc/repos/testing-x86_64/PKGBUILD
(from rev 204021, gc/trunk/PKGBUILD)

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

Copied: gc/repos/testing-i686/PKGBUILD (from rev 204021, gc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 10:04:58 UTC (rev 204022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.0
+pkgrel=1
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hpl.hp.com/personal/Hans_Boehm/gc/;
+license=('GPL')
+source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
+depends=('gcc-libs' 'libatomic_ops')
+md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
+  install -m755 -d ${pkgdir}/usr/share/man/man3
+  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
+}

Copied: gc/repos/testing-x86_64/PKGBUILD (from rev 204021, gc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 10:04:58 UTC (rev 204022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.0
+pkgrel=1
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hpl.hp.com/personal/Hans_Boehm/gc/;
+license=('GPL')
+source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz;)
+depends=('gcc-libs' 'libatomic_ops')
+md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
+  install -m755 -d ${pkgdir}/usr/share/man/man3
+  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
+}



[arch-commits] Commit in libcdio/trunk (2 files)

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:17:12
  Author: jgc
Revision: 204023

upgpkg: libcdio 0.92-1

Update to 0.92, soname bumps

Modified:
  libcdio/trunk/PKGBUILD
Deleted:
  libcdio/trunk/udf-Dont-return-freed-memory-from-udf_fopen.patch

---+
 PKGBUILD  |   25 +++
 udf-Dont-return-freed-memory-from-udf_fopen.patch |   33 
 2 files changed, 13 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 10:04:58 UTC (rev 204022)
+++ PKGBUILD2014-01-14 10:17:12 UTC (rev 204023)
@@ -3,8 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=libcdio
-pkgver=0.90
-pkgrel=2
+pkgver=0.92
+pkgrel=1
 pkgdesc=GNU Compact Disc Input and Control Library
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,23 +12,24 @@
 depends=('libcddb' 'ncurses' 'gcc-libs')
 install=libcdio.install
 source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
-libcdio-0.83-linking.patch
-udf-Dont-return-freed-memory-from-udf_fopen.patch)
-md5sums=('1b245b023fb03a58d030fd2800db3247'
- '45100d90ea49d6f8481eddf709655c0f'
- '5a7f50209c03d5919d5b932f07871af7'
- 'b7b50c989575e5484d3992b455c9df48')
+libcdio-0.83-linking.patch)
+md5sums=('86f3f2869c1d34e4c6e52db77992b918'
+ 'SKIP'
+ '5a7f50209c03d5919d5b932f07871af7')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../libcdio-0.83-linking.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../libcdio-0.83-linking.patch
-  patch -Np1 -i ../udf-Dont-return-freed-memory-from-udf_fopen.patch
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make -j1 DESTDIR=${pkgdir} install
   
   sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \

Deleted: udf-Dont-return-freed-memory-from-udf_fopen.patch
===
--- udf-Dont-return-freed-memory-from-udf_fopen.patch   2014-01-14 10:04:58 UTC 
(rev 204022)
+++ udf-Dont-return-freed-memory-from-udf_fopen.patch   2014-01-14 10:17:12 UTC 
(rev 204023)
@@ -1,33 +0,0 @@
-From 6c0251d145e44b7cdfeb9767c615646fb8f51320 Mon Sep 17 00:00:00 2001
-From: Christophe Fergeau cferg...@redhat.com
-Date: Thu, 22 Nov 2012 13:53:15 +0100
-Subject: [PATCH] udf: Don't return freed memory from udf_fopen
-
-When trying to open a file located in the root directory of the
-UDF filesystem, we call udf_ff_open with the dirent corresponding
-to the root dir and the filename. In this case, udf_ff_open will
-return the same dirent as the one that was passed as argument, so
-we must not free it as we'll be returning it.
-This causes a crash with iso-read when trying to read a file located
-at the root of the image.

- lib/udf/udf_fs.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/lib/udf/udf_fs.c b/lib/udf/udf_fs.c
-index 5f5add7..1e0601e 100644
 a/lib/udf/udf_fs.c
-+++ b/lib/udf/udf_fs.c
-@@ -257,7 +257,8 @@ udf_fopen(udf_dirent_t *p_udf_root, const char *psz_name)
-  p_udf_root-psz_name, p_udf_root-b_dir, 
-  p_udf_root-b_parent);
-   p_udf_file = udf_ff_traverse(p_udf_dirent, psz_token);
--  udf_dirent_free(p_udf_dirent);
-+  if (p_udf_file != p_udf_dirent)
-+udf_dirent_free(p_udf_dirent);
- }
- else if ( 0 == strncmp(/, psz_name, sizeof(/)) ) {
-   return udf_new_dirent(p_udf_root-fe, p_udf_root-p_udf,
--- 
-1.7.2.5
-



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:17:18
  Author: jgc
Revision: 204024

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

Added:
  libcdio/repos/staging-i686/
  libcdio/repos/staging-i686/PKGBUILD
(from rev 204023, libcdio/trunk/PKGBUILD)
  libcdio/repos/staging-i686/libcdio-0.83-linking.patch
(from rev 204023, libcdio/trunk/libcdio-0.83-linking.patch)
  libcdio/repos/staging-i686/libcdio.install
(from rev 204023, libcdio/trunk/libcdio.install)
  libcdio/repos/staging-x86_64/
  libcdio/repos/staging-x86_64/PKGBUILD
(from rev 204023, libcdio/trunk/PKGBUILD)
  libcdio/repos/staging-x86_64/libcdio-0.83-linking.patch
(from rev 204023, libcdio/trunk/libcdio-0.83-linking.patch)
  libcdio/repos/staging-x86_64/libcdio.install
(from rev 204023, libcdio/trunk/libcdio.install)

---+
 staging-i686/PKGBUILD |   37 
 staging-i686/libcdio-0.83-linking.patch   |   22 
 staging-i686/libcdio.install  |   13 +
 staging-x86_64/PKGBUILD   |   37 
 staging-x86_64/libcdio-0.83-linking.patch |   22 
 staging-x86_64/libcdio.install|   13 +
 6 files changed, 144 insertions(+)

Copied: libcdio/repos/staging-i686/PKGBUILD (from rev 204023, 
libcdio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 10:17:18 UTC (rev 204024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio
+pkgver=0.92
+pkgrel=1
+pkgdesc=GNU Compact Disc Input and Control Library
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcddb' 'ncurses' 'gcc-libs')
+install=libcdio.install
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+md5sums=('86f3f2869c1d34e4c6e52db77992b918'
+ 'SKIP'
+ '5a7f50209c03d5919d5b932f07871af7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../libcdio-0.83-linking.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  
+  sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \
+$pkgdir/usr/include/cdio/cdio_config.h
+}

Copied: libcdio/repos/staging-i686/libcdio-0.83-linking.patch (from rev 204023, 
libcdio/trunk/libcdio-0.83-linking.patch)
===
--- staging-i686/libcdio-0.83-linking.patch (rev 0)
+++ staging-i686/libcdio-0.83-linking.patch 2014-01-14 10:17:18 UTC (rev 
204024)
@@ -0,0 +1,22 @@
+diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
+--- libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
 libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
+@@ -315,15 +315,15 @@
+ 
+ isofile2_SOURCES = isofile2.cpp
+ isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ isolist_SOURCES = isolist.cpp
+ isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ iso4_SOURCES = iso4.cpp
+ iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ mmc1_SOURCES = mmc1.cpp
+ mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)

Copied: libcdio/repos/staging-i686/libcdio.install (from rev 204023, 
libcdio/trunk/libcdio.install)
===
--- staging-i686/libcdio.install(rev 0)
+++ staging-i686/libcdio.install2014-01-14 10:17:18 UTC (rev 204024)
@@ -0,0 +1,13 @@
+info_dir=/usr/share/info
+
+post_install() {
+  install-info ${info_dir}/libcdio.info.gz ${info_dir}/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete ${info_dir}/libcdio.info.gz ${info_dir}/dir 2 
/dev/null
+}

Copied: libcdio/repos/staging-x86_64/PKGBUILD (from rev 204023, 
libcdio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-14 10:17:18 UTC (rev 204024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio
+pkgver=0.92
+pkgrel=1
+pkgdesc=GNU 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:23:07
  Author: jgc
Revision: 204025

libcdio rebuild
upgpkg: gst-plugins-ugly 1.2.2-3

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 10:17:18 UTC (rev 204024)
+++ PKGBUILD2014-01-14 10:23:07 UTC (rev 204025)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:23:13
  Author: jgc
Revision: 204026

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

Added:
  gst-plugins-ugly/repos/staging-i686/
  gst-plugins-ugly/repos/staging-i686/PKGBUILD
(from rev 204025, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/staging-x86_64/
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD
(from rev 204025, gst-plugins-ugly/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: gst-plugins-ugly/repos/staging-i686/PKGBUILD (from rev 204025, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 10:23:13 UTC (rev 204026)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 204025, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-14 10:23:13 UTC (rev 204026)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:26:22
  Author: jgc
Revision: 204028

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

Added:
  libcdio-paranoia/repos/staging-i686/
  libcdio-paranoia/repos/staging-i686/PKGBUILD
(from rev 204027, libcdio-paranoia/trunk/PKGBUILD)
  libcdio-paranoia/repos/staging-x86_64/
  libcdio-paranoia/repos/staging-x86_64/PKGBUILD
(from rev 204027, libcdio-paranoia/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libcdio-paranoia/repos/staging-i686/PKGBUILD (from rev 204027, 
libcdio-paranoia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 10:26:22 UTC (rev 204028)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio-paranoia
+pkgver=10.2+0.90+1
+pkgrel=2
+pkgdesc=CD paranoia libraries from libcdio
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcdio')
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('e79e196864dd3b1ca87a01345abbda07'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+}

Copied: libcdio-paranoia/repos/staging-x86_64/PKGBUILD (from rev 204027, 
libcdio-paranoia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-14 10:26:22 UTC (rev 204028)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio-paranoia
+pkgver=10.2+0.90+1
+pkgrel=2
+pkgdesc=CD paranoia libraries from libcdio
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcdio')
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('e79e196864dd3b1ca87a01345abbda07'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 11:26:16
  Author: jgc
Revision: 204027

libcdio rebuild
upgpkg: libcdio-paranoia 10.2+0.90+1-2

Modified:
  libcdio-paranoia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 10:23:13 UTC (rev 204026)
+++ PKGBUILD2014-01-14 10:26:16 UTC (rev 204027)
@@ -4,7 +4,7 @@
 
 pkgname=libcdio-paranoia
 pkgver=10.2+0.90+1
-pkgrel=1
+pkgrel=2
 pkgdesc=CD paranoia libraries from libcdio
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:01:09
  Author: jgc
Revision: 204029

libcdio rebuild
upgpkg: gstreamer0.10-ugly 0.10.19-9

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 10:26:22 UTC (rev 204028)
+++ PKGBUILD2014-01-14 11:01:09 UTC (rev 204029)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr' 
'gtk-doc' 'git')



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:01:15
  Author: jgc
Revision: 204030

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

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 204029, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch
(from rev 204029, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch
(from rev 204029, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 204029, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/cdio-cd-text-api.patch
(from rev 204029, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch
(from rev 204029, gstreamer0.10-ugly/trunk/opencore-amr.patch)

---+
 staging-i686/PKGBUILD |   59 ++
 staging-i686/cdio-cd-text-api.patch   |  183 
 staging-i686/opencore-amr.patch   |   35 ++
 staging-x86_64/PKGBUILD   |   59 ++
 staging-x86_64/cdio-cd-text-api.patch |  183 
 staging-x86_64/opencore-amr.patch |   35 ++
 6 files changed, 554 insertions(+)

Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 204029, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 11:01:15 UTC (rev 204030)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=9
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr' 
'gtk-doc' 'git')
+url=http://gstreamer.freedesktop.org/;
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-ugly#commit=d637756a8e569753e9869c2c0728288f5dbc5089
+opencore-amr.patch
+cdio-cd-text-api.patch)
+md5sums=('SKIP'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47'
+ '6c1c665f864387f3a77d32231fedeaab')
+
+prepare() {
+  cd gst-plugins-ugly
+  patch -Np0 -i ../opencore-amr.patch
+  patch -Np1 -i ../cdio-cd-text-api.patch
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+}
+
+build() {
+  cd gst-plugins-ugly
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd gst-plugins-ugly
+  make check
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd gst-plugins-ugly
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd gst-plugins-ugly
+  make -C ext DESTDIR=${pkgdir} install
+}

Copied: gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch (from rev 
204029, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
===
--- staging-i686/cdio-cd-text-api.patch (rev 0)
+++ staging-i686/cdio-cd-text-api.patch 2014-01-14 11:01:15 UTC (rev 204030)
@@ -0,0 +1,183 @@
+From 649bd92cd2600719862ad5189899212409dd0a67 Mon Sep 17 00:00:00 2001
+From: Leon Merten Lohse l...@green-side.de
+Date: Thu, 03 May 2012 22:50:30 +
+Subject: cdio: compensate for libcdio's recent cd-text api changes
+
+https://bugzilla.gnome.org/show_bug.cgi?id=675112
+
+Conflicts:
+
+   ext/cdio/gstcdiocddasrc.c
+---
+diff --git a/ext/cdio/gstcdio.c b/ext/cdio/gstcdio.c
+index 2f58d18..483ebf5 100644
+--- a/ext/cdio/gstcdio.c
 b/ext/cdio/gstcdio.c
+@@ -30,12 +30,16 @@
+ GST_DEBUG_CATEGORY (gst_cdio_debug);
+ 
+ void
+-gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext,
++gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext, 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:11:58
  Author: jgc
Revision: 204032

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

Added:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-i686/PKGBUILD
(from rev 204031, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-i686/gvfs-module.install
(from rev 204031, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-i686/gvfs-smb.install
(from rev 204031, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-i686/gvfs.install
(from rev 204031, gvfs/trunk/gvfs.install)
  gvfs/repos/staging-x86_64/
  gvfs/repos/staging-x86_64/PKGBUILD
(from rev 204031, gvfs/trunk/PKGBUILD)
  gvfs/repos/staging-x86_64/gvfs-module.install
(from rev 204031, gvfs/trunk/gvfs-module.install)
  gvfs/repos/staging-x86_64/gvfs-smb.install
(from rev 204031, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/staging-x86_64/gvfs.install
(from rev 204031, gvfs/trunk/gvfs.install)

+
 staging-i686/PKGBUILD  |  130 +++
 staging-i686/gvfs-module.install   |7 +
 staging-i686/gvfs-smb.install  |   12 +++
 staging-i686/gvfs.install  |   14 +++
 staging-x86_64/PKGBUILD|  130 +++
 staging-x86_64/gvfs-module.install |7 +
 staging-x86_64/gvfs-smb.install|   12 +++
 staging-x86_64/gvfs.install|   14 +++
 8 files changed, 326 insertions(+)

Copied: gvfs/repos/staging-i686/PKGBUILD (from rev 204031, gvfs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 11:11:58 UTC (rev 204032)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
+pkgver=1.18.3
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('1d829716dcf1c5c016ee0c8aaff4cfd4fc4c719a4125f5c4f206f26c5bdc472c')
+
+build() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions \
+  --disable-obexftp
+  make
+}
+
+package_gvfs() {
+  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 'libsoup' 
'udisks2' 'libsecret' 'libbluray')
+  replaces=('gvfs-obexftp')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support'
+  'gvfs-mtp: MTP device support'
+  'gvfs-goa: gnome-online-accounts support'
+  'gtk3: Recent files support')
+  install=gvfs.install
+
+  cd $pkgbase-$pkgver
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -e 's/^am__append_6/#am__append_6/' \
+  -e 's/^am__append_7/#am__append_7/' \
+  -i monitor/Makefile
+  make DESTDIR=$pkgdir install
+
+  cd $pkgdir
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
+  depends=(gvfs=$pkgver 'smbclient')
+  install=gvfs-smb.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -m755 -d $pkgdir/usr/lib/gvfs
+  install -m755 -d $pkgdir/usr/share/gvfs/mounts
+
+  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
+  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  install -Dm644 gvfs-smb.convert \
+$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-afc() {
+  pkgdesc=AFC (mobile devices) backend for gvfs
+  depends=(gvfs=$pkgver 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -D .libs/gvfsd-afc $pkgdir/usr/lib/gvfs/gvfsd-afc
+  install -Dm644 afc.mount $pkgdir/usr/share/gvfs/mounts/afc.mount
+
+  cd $srcdir/$pkgbase-$pkgver/monitor/afc
+  make DESTDIR=$pkgdir install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc=gphoto2 (PTP camera/MTP 

[arch-commits] Commit in gvfs/trunk (PKGBUILD imobiledevice-1.1.5.patch)

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:11:50
  Author: jgc
Revision: 204031

upgpkg: gvfs 1.18.3-3

libcdio rebuild

Modified:
  gvfs/trunk/PKGBUILD
Deleted:
  gvfs/trunk/imobiledevice-1.1.5.patch

---+
 PKGBUILD  |2 
 imobiledevice-1.1.5.patch |  221 
 2 files changed, 1 insertion(+), 222 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:01:15 UTC (rev 204030)
+++ PKGBUILD2014-01-14 11:11:50 UTC (rev 204031)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
 pkgver=1.18.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')

Deleted: imobiledevice-1.1.5.patch
===
--- imobiledevice-1.1.5.patch   2014-01-14 11:01:15 UTC (rev 204030)
+++ imobiledevice-1.1.5.patch   2014-01-14 11:11:50 UTC (rev 204031)
@@ -1,221 +0,0 @@
-From d71c6108901460842de25012d5ece727a0c70d27 Mon Sep 17 00:00:00 2001
-From: Ondrej Holy oh...@redhat.com
-Date: Tue, 11 Jun 2013 11:33:23 +
-Subject: afc: Update to libimobiledevice new api
-
-https://bugzilla.redhat.com/show_bug.cgi?id=951731
-https://bugzilla.gnome.org/show_bug.cgi?id=702577

-diff --git a/configure.ac b/configure.ac
-index 12dbdcd..2846d82 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -372,14 +372,11 @@ AFC_LIBS=
- AFC_CFLAGS=
- 
- if test x$enable_afc != xno ; then
--  PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.0 libplist = 0.15, 
msg_afc=yes)
-+  PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.5 libplist = 0.15, 
msg_afc=yes)
- 
-   if test x$msg_afc = xyes; then
- PKG_CHECK_MODULES(AFC, libimobiledevice-1.0 libplist)
- AC_DEFINE(HAVE_AFC, 1, [Define to 1 if AFC is going to be built])
--PKG_CHECK_EXISTS(libimobiledevice-1.0 = 1.1.2,
-- [AC_DEFINE(HAVE_LIBIMOBILEDEVICE_1_1_2, 1,
--[Define to 1 if libimobiledevice-1.1.2 
found])])
-   fi
- fi
- 
-diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
-index ab4a9ce..6b0b64f 100644
 a/daemon/gvfsbackendafc.c
-+++ b/daemon/gvfsbackendafc.c
-@@ -349,12 +349,7 @@ _idevice_event_cb (const idevice_event_t *event, void 
*user_data)
-   if (event-event != IDEVICE_DEVICE_REMOVE)
- return;
- 
--#ifdef HAVE_LIBIMOBILEDEVICE_1_1_2
-   event_udid = event-udid;
--#else
--  event_udid = event-uuid;
--#endif
--
-   if (g_str_equal (event_udid, afc_backend-uuid) == FALSE)
- return;
- 
-@@ -401,7 +396,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
-   const char *str;
-   char *tmp;
-   char *display_name = NULL;
--  guint16 port;
-+  lockdownd_service_descriptor_t lockdown_service = NULL;
-   int virtual_port;
-   GMountSpec *real_spec;
-   GVfsBackendAfc *self;
-@@ -414,6 +409,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
-   char **dcim_afcinfo;
-   plist_t value;
-   lockdownd_error_t lerr;
-+  afc_error_t aerr;
-   const gchar *choices[] = {_(Try again), _(Cancel), NULL}; /* keep in 
sync with the enum above */
-   gboolean aborted = FALSE;
-   gchar *message = NULL;
-@@ -649,41 +645,38 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
- 
-   switch (self-mode) {
- case ACCESS_MODE_AFC:
--  lerr = lockdownd_start_service (lockdown_cli, self-service, port);
-+  lerr = lockdownd_start_service (lockdown_cli, self-service, 
lockdown_service);
-   if (G_UNLIKELY(g_vfs_backend_lockdownd_check (lerr, G_VFS_JOB(job
- {
-   goto out_destroy_lockdown;
- }
--  if (G_UNLIKELY(g_vfs_backend_afc_check (afc_client_new (self-dev,
--  port, 
self-afc_cli),
--  G_VFS_JOB(job
-+  aerr = afc_client_new (self-dev, lockdown_service, self-afc_cli);
-+  if (G_UNLIKELY(g_vfs_backend_afc_check (aerr, G_VFS_JOB(job
- {
-   goto out_destroy_lockdown;
- }
-   break;
- case ACCESS_MODE_HOUSE_ARREST:
--  lerr = lockdownd_start_service (lockdown_cli, 
com.apple.mobile.installation_proxy, port);
-+  lerr = lockdownd_start_service (lockdown_cli, 
com.apple.mobile.installation_proxy, lockdown_service);
-   if (G_UNLIKELY(g_vfs_backend_lockdownd_check (lerr, G_VFS_JOB(job
- {
-   g_warning (couldn't start inst proxy);
-   goto out_destroy_lockdown;
- }
--  if (G_UNLIKELY(g_vfs_backend_inst_check (instproxy_client_new 
(self-dev,
-- port, 
self-inst),
--   

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:19:39
  Author: jgc
Revision: 204033

upgpkg: vcdimager 0.7.24-5

libcdio rebuild

Modified:
  vcdimager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:11:58 UTC (rev 204032)
+++ PKGBUILD2014-01-14 11:19:39 UTC (rev 204033)
@@ -4,7 +4,7 @@
 
 pkgname=vcdimager
 pkgver=0.7.24
-pkgrel=4
+pkgrel=5
 pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
 arch=('i686' 'x86_64')
 url=http://www.vcdimager.org/;



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:19:45
  Author: jgc
Revision: 204034

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

Added:
  vcdimager/repos/staging-i686/
  vcdimager/repos/staging-i686/PKGBUILD
(from rev 204033, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 204033, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/staging-i686/vcdimager.install
(from rev 204033, vcdimager/trunk/vcdimager.install)
  vcdimager/repos/staging-x86_64/
  vcdimager/repos/staging-x86_64/PKGBUILD
(from rev 204033, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 204033, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/staging-x86_64/vcdimager.install
(from rev 204033, vcdimager/trunk/vcdimager.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/vcdimager-0.7.24-libcdio-0.83.patch   |  337 +++
 staging-i686/vcdimager.install |   21 +
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/vcdimager-0.7.24-libcdio-0.83.patch |  337 +++
 staging-x86_64/vcdimager.install   |   21 +
 6 files changed, 782 insertions(+)

Copied: vcdimager/repos/staging-i686/PKGBUILD (from rev 204033, 
vcdimager/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 11:19:45 UTC (rev 204034)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vcdimager
+pkgver=0.7.24
+pkgrel=5
+pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
+arch=('i686' 'x86_64')
+url=http://www.vcdimager.org/;
+license=('GPL')
+depends=('libcdio' 'libxml2' 'popt')
+install=vcdimager.install
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: vcdimager/repos/staging-i686/vcdimager-0.7.24-libcdio-0.83.patch (from 
rev 204033, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
===
--- staging-i686/vcdimager-0.7.24-libcdio-0.83.patch
(rev 0)
+++ staging-i686/vcdimager-0.7.24-libcdio-0.83.patch2014-01-14 11:19:45 UTC 
(rev 204034)
@@ -0,0 +1,337 @@
+diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
+--- vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
+@@ -32,6 +32,9 @@
+ #include libvcd/version.h
+ #include libvcd/types.h
+ #include libvcd/files.h
++
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/ds.h
+
+--- vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
 vcdimager-0.7.23/frontends/cli/vcd-info.c
+@@ -38,6 +38,8 @@
+ #define POPT_ARGFLAG_OPTIONAL 0
+ #endif
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/cdio.h
+ #include cdio/bytesex.h
+ #include cdio/iso9660.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/cli/cdxa2mpeg.c
 vcdimager-0.7.23/frontends/cli/cdxa2mpeg.c
+@@ -33,6 +33,8 @@
+ #include stdlib.h
+ #include errno.h
+ #include unistd.h
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include cdio/sector.h
+ #include cdio/bytesex.h
+ 
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_build.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_build.c
+@@ -27,8 +27,14 @@
+ #include string.h
+ #include errno.h
+ 
++#ifdef HAVE_TIME_H
++#include time.h
++#endif
++
+ #include popt.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
+ #include libxml/parserInternals.h
+ #include libxml/parser.h
+ #include libxml/valid.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/frontends/xml/vcd_xml_common.c
 vcdimager-0.7.23/frontends/xml/vcd_xml_common.c
+@@ -25,6 +25,9 @@
+ #include stdio.h
+ #include stdlib.h
+ 
++/* We don't want to pull in cdio's config */
++#define __CDIO_CONFIG_H__
++
+ /* Private includes */
+ #include vcd_assert.h
+ #include vcd.h
+only in patch2:
+unchanged:
+--- vcdimager-0.7.23.orig/lib/info_private.c
 vcdimager-0.7.23/lib/info_private.c
+@@ -46,6 +46,8 @@
+ #include unistd.h
+ #endif
+ 
++/* We don't want to pull in 

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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:36:18
  Author: spupykin
Revision: 103971

upgpkg: bmake 20140101-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:03:24 UTC (rev 103970)
+++ PKGBUILD2014-01-14 11:36:18 UTC (rev 103971)
@@ -3,8 +3,8 @@
 # Contributor: Imanol Celaya ilcra1...@gmail.com
 
 pkgname=bmake
-pkgver=20131001
-pkgrel=2
+pkgver=20140101
+pkgrel=1
 pkgdesc=Portable version of the NetBSD 'make' build tool
 arch=('i686' 'x86_64')
 url=http://www.crufty.net/help/sjg/bmake.html;
@@ -11,6 +11,7 @@
 license=('BSD')
 source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
 sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
+sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
 
 prepare() {
 cd $srcdir/$pkgname



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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:37:00
  Author: spupykin
Revision: 103975

upgpkg: redis 2.8.4-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:36:51 UTC (rev 103974)
+++ PKGBUILD2014-01-14 11:37:00 UTC (rev 103975)
@@ -4,7 +4,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
redis.service
redis.logrotate
redis.tmpfiles.d)
-md5sums=('6327e6786130b556b048beef0edbdfa7'
+md5sums=('cc161dd8fc8a11727b1b2ad8db8f77a0'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:36:38
  Author: spupykin
Revision: 103972

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-14 11:36:18 UTC (rev 103971)
+++ community-i686/PKGBUILD 2014-01-14 11:36:38 UTC (rev 103972)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20131001
-pkgrel=2
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd $srcdir/bmake-build
-# Fix directory permissions on install
-install -dm0755 $pkgdir/usr/bin
-install -dm0755 $pkgdir/usr/share/man/cat1
-install -dm0755 $pkgdir/usr/share/licenses/$pkgname
-sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
-head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 103971, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 11:36:38 UTC (rev 103972)
@@ -0,0 +1,39 @@
+# Maintainer: Alex Szczuczko alex at szc dot ca
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Imanol Celaya ilcra1...@gmail.com
+
+pkgname=bmake
+pkgver=20140101
+pkgrel=1
+pkgdesc=Portable version of the NetBSD 'make' build tool
+arch=('i686' 'x86_64')
+url=http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
+sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
+
+prepare() {
+cd $srcdir/$pkgname
+# Add missing bsd.*.mk symlinks
+_links_orig=dep doc init lib links man nls obj own prog subdir
+_links_new=dep doc inc init lib links man nls obj own prog subdir
+sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
+}
+
+build() {
+cd $srcdir
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd $srcdir/bmake-build
+# Fix directory permissions on install
+install -dm0755 $pkgdir/usr/bin
+install -dm0755 $pkgdir/usr/share/man/cat1
+install -dm0755 $pkgdir/usr/share/licenses/$pkgname
+sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
+head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-14 11:36:18 UTC (rev 103971)
+++ community-x86_64/PKGBUILD   2014-01-14 11:36:38 UTC (rev 103972)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20131001
-pkgrel=2
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh 

[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:36:41
  Author: spupykin
Revision: 103973

upgpkg: mingw-w64-crt 3.1.0-1

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:36:38 UTC (rev 103972)
+++ PKGBUILD2014-01-14 11:36:41 UTC (rev 103973)
@@ -5,8 +5,8 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-crt
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='MinGW-w64 CRT for Windows'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -15,7 +15,7 @@
 makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:36:51
  Author: spupykin
Revision: 103974

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 103973, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 11:36:41 UTC (rev 103973)
+++ PKGBUILD2014-01-14 11:36:51 UTC (rev 103974)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-crt
-pkgver=3.0.0
-pkgrel=3
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg Building ${_target} CRT
-if [ ${_target} == i686-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib64 --enable-lib32
-elif [ ${_target} == x86_64-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib32 --enable-lib64
-fi
-mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} crt
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 103973, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 11:36:51 UTC (rev 103974)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-crt
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg Building ${_target} CRT
+if [ ${_target} == i686-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib64 --enable-lib32
+elif [ ${_target} == x86_64-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib32 --enable-lib64
+fi
+mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} crt
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}



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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 12:37:21
  Author: spupykin
Revision: 103976

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

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

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

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

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

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:43:03
  Author: jgc
Revision: 204035

upgpkg: xine-lib 1.2.4-2

libcdio rebuild
Add gdk-pixbuf2 makedepends/optdepends. Shows up in checkpkg, so previous 
version was built with this enabled

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:19:45 UTC (rev 204034)
+++ PKGBUILD2014-01-14 11:43:03 UTC (rev 204035)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
@@ -11,7 +11,7 @@
 depends=('libxvmc' 'ffmpeg' 'libxinerama')
 makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
  'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu')
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
 optdepends=('imagemagick: for using the imagemagick plugin' \
 'jack: for using the jack plugin' \
 'vcdimager: for using the vcd plugin' \
@@ -29,7 +29,8 @@
 'libbluray: for using the bluray plugin' \
 'gnome-vfs: for using the gnome-vfs plugin' \
 'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin')
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
 
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
 



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:43:09
  Author: jgc
Revision: 204036

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 204035, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 204035, xine-lib/trunk/PKGBUILD)

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

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 204035, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 11:43:09 UTC (rev 204036)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.4
+pkgrel=2
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 204035, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-14 11:43:09 UTC (rev 204036)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.4
+pkgrel=2
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('32267c5fcaa1439a5fbf7606d27dc4fafba9e504')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:54:02
  Author: jgc
Revision: 204038

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

Added:
  audacious-plugins/repos/staging-i686/
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 204037, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 204037, audacious-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 204037, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 11:54:02 UTC (rev 204038)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.4.3
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-amidiplug \
+   --disable-adplug \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 204037, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-14 11:54:02 UTC (rev 204038)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.4.3
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 12:53:55
  Author: jgc
Revision: 204037

upgpkg: audacious-plugins 3.4.3-2

libcdio rebuild

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:43:09 UTC (rev 204036)
+++ PKGBUILD2014-01-14 11:53:55 UTC (rev 204037)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:09:50
  Author: jgc
Revision: 204039

upgpkg: mplayer 36498-5

libcdio rebuild

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 11:54:02 UTC (rev 204038)
+++ PKGBUILD2014-01-14 12:09:50 UTC (rev 204039)
@@ -5,7 +5,7 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=36498
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 makedepends=(
 'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:09:59
  Author: jgc
Revision: 204040

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 204039, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 204039, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 204039, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 204039, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 204039, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 204039, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 204039, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 204039, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 204039, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 204039, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 204039, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 204039, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |  106 +++
 staging-i686/cdio-includes.patch   |   43 
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 ++
 staging-i686/mplayer.install   |   11 +++
 staging-x86_64/PKGBUILD|  106 +++
 staging-x86_64/cdio-includes.patch |   43 
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 ++
 staging-x86_64/mplayer.install |   11 +++
 10 files changed, 388 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 204039, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 12:09:59 UTC (rev 204040)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36498
+pkgrel=5
+arch=('i686' 'x86_64')
+makedepends=(
+'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
+'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
+'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
+'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 
'mesa'
+'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 
'libbluray'
+'libcdio-paranoia' 'opus'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz
+http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2
+mplayer.desktop
+cdio-includes.patch
+include-samba-4.0.patch)
+md5sums=('8b856e8833d910b6e38b04bb8453d0dc'
+ '4ec1cedd4c7753512462f70b347c338a'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '7b5be7191aafbea64218dc4916343bbc'
+ '868a92bdef148df7f38bfa992b26ce9d')
+
+prepare() {
+cd $pkgbase-$pkgver
+patch -p0 -i ../cdio-includes.patch
+patch -p1 -i ../include-samba-4.0.patch
+
+mv ../ffmpeg-2.1 ./ffmpeg
+}
+
+build() {
+cd $pkgbase-$pkgver
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--enable-smb \
+--language=all \
+--confdir=/etc/mplayer 
+[[ $CARCH = i686 ]]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=(
+'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
+'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
+'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
+'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 
'libxxf86dga'
+'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
+'libass' 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:25:16
  Author: jgc
Revision: 204041

upgpkg: vlc 2.1.2-3

libcdio rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 12:09:59 UTC (rev 204040)
+++ PKGBUILD2014-01-14 12:25:16 UTC (rev 204041)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:25:22
  Author: jgc
Revision: 204042

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

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

-+
 staging-i686/PKGBUILD   |  105 ++
 staging-i686/vlc-2.0.7-vaapi-compat.patch   |   11 ++
 staging-i686/vlc.install|   18 
 staging-x86_64/PKGBUILD |  105 ++
 staging-x86_64/vlc-2.0.7-vaapi-compat.patch |   11 ++
 staging-x86_64/vlc.install  |   18 
 6 files changed, 268 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 204041, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 12:25:22 UTC (rev 204042)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.1.2
+pkgrel=3
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' 
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support'
+'lua-socket: for http interface')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+'vlc-2.0.7-vaapi-compat.patch')
+md5sums=('fb6787ad749aadcfaeab3471939b3426'
+ '6df10774bb7acf20e09d6139e5c7839e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/vlc-2.0.7-vaapi-compat.patch
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  CFLAGS+=-I/usr/include/samba-4.0 CPPFLAGS+=-I/usr/include/samba-4.0 \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-faad \
+  --enable-nls \
+  

[arch-commits] Commit in ruby-rack/repos (2 files)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 13:47:56
  Author: spupykin
Revision: 103977

archrelease: copy trunk to community-staging-any

Added:
  ruby-rack/repos/community-staging-any/
  ruby-rack/repos/community-staging-any/PKGBUILD
(from rev 103976, ruby-rack/trunk/PKGBUILD)

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

Copied: ruby-rack/repos/community-staging-any/PKGBUILD (from rev 103976, 
ruby-rack/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-01-14 12:47:56 UTC (rev 103977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexsandr Pavlov kidoz at mail dot ru
+
+pkgname=ruby-rack
+pkgver=1.5.2
+pkgrel=2
+pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
+arch=(any)
+#url=http://rack.rubyforge.org/;
+url=http://rubyforge.org/projects/rack/;
+license=('MIT')
+depends=('ruby' 'rubygems')
+noextract=(rack-$pkgver.gem)
+source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
+md5sums=('02067ea717f5d2e4b8e0bcd5155fcbc5')
+
+package() {
+  cd $srcdir
+  export HOME=/tmp
+  local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i $pkgdir$_gemdir -n 
$pkgdir/usr/bin rack-$pkgver.gem
+  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
+  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed s|$pkgdir||` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
+}



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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 13:49:16
  Author: spupykin
Revision: 103978

upgpkg: ruby-rack 1.5.2-3

upd

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 12:47:56 UTC (rev 103977)
+++ PKGBUILD2014-01-14 12:49:16 UTC (rev 103978)
@@ -4,7 +4,7 @@
 
 pkgname=ruby-rack
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
 arch=(any)
 #url=http://rack.rubyforge.org/;



[arch-commits] Commit in ruby-rack/repos/community-staging-any (PKGBUILD PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 13:49:24
  Author: spupykin
Revision: 103979

archrelease: copy trunk to community-staging-any

Added:
  ruby-rack/repos/community-staging-any/PKGBUILD
(from rev 103978, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 12:49:16 UTC (rev 103978)
+++ PKGBUILD2014-01-14 12:49:24 UTC (rev 103979)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexsandr Pavlov kidoz at mail dot ru
-
-pkgname=ruby-rack
-pkgver=1.5.2
-pkgrel=2
-pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
-arch=(any)
-#url=http://rack.rubyforge.org/;
-url=http://rubyforge.org/projects/rack/;
-license=('MIT')
-depends=('ruby' 'rubygems')
-noextract=(rack-$pkgver.gem)
-source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('02067ea717f5d2e4b8e0bcd5155fcbc5')
-
-package() {
-  cd $srcdir
-  export HOME=/tmp
-  local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir')
-  gem install --no-user-install --ignore-dependencies -i $pkgdir$_gemdir -n 
$pkgdir/usr/bin rack-$pkgver.gem
-  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
-  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed s|$pkgdir||` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
-}

Copied: ruby-rack/repos/community-staging-any/PKGBUILD (from rev 103978, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 12:49:24 UTC (rev 103979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexsandr Pavlov kidoz at mail dot ru
+
+pkgname=ruby-rack
+pkgver=1.5.2
+pkgrel=3
+pkgdesc=Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby
+arch=(any)
+#url=http://rack.rubyforge.org/;
+url=http://rubyforge.org/projects/rack/;
+license=('MIT')
+depends=('ruby' 'rubygems')
+noextract=(rack-$pkgver.gem)
+source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
+md5sums=('02067ea717f5d2e4b8e0bcd5155fcbc5')
+
+package() {
+  cd $srcdir
+  export HOME=/tmp
+  local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i $pkgdir$_gemdir -n 
$pkgdir/usr/bin rack-$pkgver.gem
+  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
+  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed s|$pkgdir||` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
+}



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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:52:29
  Author: jgc
Revision: 103981

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

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

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/clementine.install   |   15 +
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/clementine.install |   15 +
 4 files changed, 116 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 103980, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 12:52:29 UTC (rev 103981)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=${pkgname}.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
103980, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2014-01-14 12:52:29 UTC (rev 
103981)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-x86_64/PKGBUILD (from rev 103980, 
clementine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 12:52:29 UTC (rev 103981)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=${pkgname}.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:52:23
  Author: jgc
Revision: 103980

upgpkg: clementine 1.2.1-2

libcdio rebuild

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 12:49:24 UTC (rev 103979)
+++ PKGBUILD2014-01-14 12:52:23 UTC (rev 103980)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A music player and library organizer
 url=http://www.clementine-player.org/;
 license=('GPL')



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

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 14:04:33
  Author: fyan
Revision: 103982

upgpkg: python2-pycdio 0.20-2

- libcdio 0.92 rebuild

Modified:
  python2-pycdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 12:52:29 UTC (rev 103981)
+++ PKGBUILD2014-01-14 13:04:33 UTC (rev 103982)
@@ -4,7 +4,7 @@
 
 pkgname=python2-pycdio
 pkgver=0.20
-pkgrel=1
+pkgrel=2
 pkgdesc=Python OO interface to libcdio (CD Input and Control library)
 arch=(i686 x86_64)
 url=http://pypi.python.org/pypi/pycdio/;



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

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 14:05:30
  Author: fyan
Revision: 103983

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

Added:
  python2-pycdio/repos/community-staging-i686/
  python2-pycdio/repos/community-staging-i686/PKGBUILD
(from rev 103982, python2-pycdio/trunk/PKGBUILD)
  python2-pycdio/repos/community-staging-x86_64/
  python2-pycdio/repos/community-staging-x86_64/PKGBUILD
(from rev 103982, python2-pycdio/trunk/PKGBUILD)

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

Copied: python2-pycdio/repos/community-staging-i686/PKGBUILD (from rev 103982, 
python2-pycdio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 13:05:30 UTC (rev 103983)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alessandro Pezzoni donbex at nerdshack dot com
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=2
+pkgdesc=Python OO interface to libcdio (CD Input and Control library)
+arch=(i686 x86_64)
+url=http://pypi.python.org/pypi/pycdio/;
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz;)
+
+package() {
+  cd ${pkgname#python2-}-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')

Copied: python2-pycdio/repos/community-staging-x86_64/PKGBUILD (from rev 
103982, python2-pycdio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 13:05:30 UTC (rev 103983)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alessandro Pezzoni donbex at nerdshack dot com
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=2
+pkgdesc=Python OO interface to libcdio (CD Input and Control library)
+arch=(i686 x86_64)
+url=http://pypi.python.org/pypi/pycdio/;
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz;)
+
+package() {
+  cd ${pkgname#python2-}-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 14:25:53
  Author: bpiotrowski
Revision: 103984

upgpkg: mpv 0.3.2-2

rebuild against libcdio 0.92

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 13:05:30 UTC (rev 103983)
+++ PKGBUILD2014-01-14 13:25:53 UTC (rev 103984)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 14:26:06
  Author: bpiotrowski
Revision: 103985

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

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

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/mpv.install   |   12 +++
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/mpv.install |   12 +++
 4 files changed, 124 insertions(+)

Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 103984, 
mpv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 13:26:06 UTC (rev 103985)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('516f2eeec1d1f69905d11c1feec8166e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  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-staging-i686/mpv.install (from rev 103984, 
mpv/trunk/mpv.install)
===
--- community-staging-i686/mpv.install  (rev 0)
+++ community-staging-i686/mpv.install  2014-01-14 13:26:06 UTC (rev 103985)
@@ -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
+}

Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 103984, 
mpv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 13:26:06 UTC (rev 103985)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('516f2eeec1d1f69905d11c1feec8166e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  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: 

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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:24:25
  Author: spupykin
Revision: 103987

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

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

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/passenger.install   |   32 ++
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/passenger.install |   32 ++
 4 files changed, 158 insertions(+)

Copied: passenger/repos/community-staging-i686/PKGBUILD (from rev 103986, 
passenger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 14:24:25 UTC (rev 103987)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.21
+pkgrel=3
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs' 'staticlibs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('200ba8636baa06c9a44d30c7bbb50ac3')
+
+prepare() {
+  cd $srcdir/passenger-release-$pkgver
+  sed -i '1,1i#include stdint.h' \
+ext/common/Utils/MD5.cpp \
+ext/common/Logging.cpp \
+ext/common/Utils/StrIntUtils.cpp \
+ext/common/Utils.cpp \
+ext/common/ApplicationPool2/AppTypes.cpp \
+ext/boost/libs/thread/src/pthread/once.cpp \
+ext/boost/libs/thread/src/pthread/once_atomic.cpp \
+ext/boost/libs/thread/src/pthread/thread.cpp \
+ext/boost/atomic/atomic.hpp
+}
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Copied: passenger/repos/community-staging-i686/passenger.install (from rev 
103986, passenger/trunk/passenger.install)
===
--- community-staging-i686/passenger.install(rev 0)
+++ community-staging-i686/passenger.install2014-01-14 14:24:25 UTC (rev 
103987)
@@ -0,0 +1,32 @@
+post_install() {
+   echo Please edit your Apache configuration file, and add these lines:
+   echo 
+   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
+   echo PassengerRoot /usr/lib/passenger
+   echo PassengerRuby /usr/bin/ruby
+   echo 
+   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
+   echo applications on Apache, without any further Ruby on 
Rails-specific
+   echo configuration!
+   echo 
+   echo 
+   echo Deploying a Ruby on Rails application: an example
+   echo 
+   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
+   echo to your Apache configuration file, and set its DocumentRoot to
+   echo /somewhere/public, like this:
+   echo 
+   echo VirtualHost *:80
+   echo   ServerName www.yourhost.com
+   echo   DocumentRoot /somewhere/public# -- be sure to point to 
'public'!
+   echoDirectory /somewhere/public
+   echo   AllowOverride all  # -- relax Apache security 
settings
+   echo   Options -MultiViews# -- MultiViews must be 
turned off
+   echo/Directory
+   echo /VirtualHost
+   echo 
+   echo And that's it! You may also want to check the Users Guide for 
security and
+   echo optimization tips, troubleshooting and other useful information:
+   echo 
+   echo /usr/lib/passenger/doc/Users guide Apache.html
+}

Copied: passenger/repos/community-staging-x86_64/PKGBUILD (from rev 103986, 
passenger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 14:24:25 UTC (rev 

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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:24:09
  Author: spupykin
Revision: 103986

upgpkg: passenger 4.0.21-3

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 13:26:06 UTC (rev 103985)
+++ PKGBUILD2014-01-14 14:24:09 UTC (rev 103986)
@@ -3,7 +3,7 @@
 
 pkgname=passenger
 pkgver=4.0.21
-pkgrel=2
+pkgrel=3
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
 url=http://www.modrails.com;



[arch-commits] Commit in xmms2/repos (32 files)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:25:20
  Author: spupykin
Revision: 103989

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

Added:
  xmms2/repos/community-staging-i686/PKGBUILD
(from rev 103988, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 103988, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-staging-i686/vorbis-albumart.patch
(from rev 103988, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-staging-i686/xmms2-helpers.patch
(from rev 103988, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-staging-i686/xmms2-ruby-1.9.patch
(from rev 103988, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-staging-i686/xmms2.install
(from rev 103988, xmms2/trunk/xmms2.install)
  xmms2/repos/community-staging-i686/xmms2d.conf
(from rev 103988, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-staging-i686/xmms2d.service
(from rev 103988, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 103988, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 103988, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-staging-x86_64/vorbis-albumart.patch
(from rev 103988, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-staging-x86_64/xmms2-helpers.patch
(from rev 103988, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-staging-x86_64/xmms2-ruby-1.9.patch
(from rev 103988, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-staging-x86_64/xmms2.install
(from rev 103988, xmms2/trunk/xmms2.install)
  xmms2/repos/community-staging-x86_64/xmms2d.conf
(from rev 103988, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-staging-x86_64/xmms2d.service
(from rev 103988, xmms2/trunk/xmms2d.service)
Deleted:
  xmms2/repos/community-staging-i686/PKGBUILD
  xmms2/repos/community-staging-i686/ffmpeg2.0.patch
  xmms2/repos/community-staging-i686/vorbis-albumart.patch
  xmms2/repos/community-staging-i686/xmms2-helpers.patch
  xmms2/repos/community-staging-i686/xmms2-ruby-1.9.patch
  xmms2/repos/community-staging-i686/xmms2.install
  xmms2/repos/community-staging-i686/xmms2d.conf
  xmms2/repos/community-staging-i686/xmms2d.service
  xmms2/repos/community-staging-x86_64/PKGBUILD
  xmms2/repos/community-staging-x86_64/ffmpeg2.0.patch
  xmms2/repos/community-staging-x86_64/vorbis-albumart.patch
  xmms2/repos/community-staging-x86_64/xmms2-helpers.patch
  xmms2/repos/community-staging-x86_64/xmms2-ruby-1.9.patch
  xmms2/repos/community-staging-x86_64/xmms2.install
  xmms2/repos/community-staging-x86_64/xmms2d.conf
  xmms2/repos/community-staging-x86_64/xmms2d.service

+
 /PKGBUILD  |  176 ++
 /ffmpeg2.0.patch   |   74 
 /vorbis-albumart.patch |  400 +++
 /xmms2-helpers.patch   |   26 +
 /xmms2-ruby-1.9.patch  |  118 ++
 /xmms2.install |6 
 /xmms2d.conf   |   62 +++
 /xmms2d.service|   24 +
 community-staging-i686/PKGBUILD|   88 -
 community-staging-i686/ffmpeg2.0.patch |   37 --
 community-staging-i686/vorbis-albumart.patch   |  200 ---
 community-staging-i686/xmms2-helpers.patch |   13 
 community-staging-i686/xmms2-ruby-1.9.patch|   59 ---
 community-staging-i686/xmms2.install   |3 
 community-staging-i686/xmms2d.conf |   31 -
 community-staging-i686/xmms2d.service  |   12 
 community-staging-x86_64/PKGBUILD  |   88 -
 community-staging-x86_64/ffmpeg2.0.patch   |   37 --
 community-staging-x86_64/vorbis-albumart.patch |  200 ---
 community-staging-x86_64/xmms2-helpers.patch   |   13 
 community-staging-x86_64/xmms2-ruby-1.9.patch  |   59 ---
 community-staging-x86_64/xmms2.install |3 
 community-staging-x86_64/xmms2d.conf   |   31 -
 community-staging-x86_64/xmms2d.service|   12 
 24 files changed, 886 insertions(+), 886 deletions(-)

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


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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:24:47
  Author: spupykin
Revision: 103988

upgpkg: xmms2 0.8DrO_o-22

upd

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 14:24:25 UTC (rev 103987)
+++ PKGBUILD2014-01-14 14:24:47 UTC (rev 103988)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=21
+pkgrel=22
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;



[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:28:52
  Author: spupykin
Revision: 103990

upgpkg: mingw-w64-headers 3.1.0-1

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 14:25:20 UTC (rev 103989)
+++ PKGBUILD2014-01-14 14:28:52 UTC (rev 103990)
@@ -5,8 +5,8 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname='mingw-w64-headers'
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows
 arch=('any')
 url=http://mingw-w64.sourceforge.net;
@@ -14,7 +14,7 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
 
 build() {
   for _target in ${_targets}; do



[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:29:25
  Author: spupykin
Revision: 103995

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 103994, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 14:29:16 UTC (rev 103994)
+++ PKGBUILD2014-01-14 14:29:25 UTC (rev 103995)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-winpthreads
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} winpthreads...
-mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 103994, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 14:29:25 UTC (rev 103995)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-winpthreads
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc-base' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} winpthreads...
+mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}
\ No newline at end of file



[arch-commits] Commit in mingw-w64-headers/repos/community-any (PKGBUILD PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:29:00
  Author: spupykin
Revision: 103991

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 103990, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 14:28:52 UTC (rev 103990)
+++ PKGBUILD2014-01-14 14:29:00 UTC (rev 103991)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname='mingw-w64-headers'
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=MinGW-w64 headers for Windows
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
-
-build() {
-  for _target in ${_targets}; do
-msg Configuring ${_target} headers
-mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} headers
-cd ${srcdir}/headers-${_target}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
-rm ${pkgdir}/usr/${_target}/include/pthread_time.h
-rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-
-  msg Installing MinGW-w64 licenses
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/direct-x/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-readme.txt
-}

Copied: mingw-w64-headers/repos/community-any/PKGBUILD (from rev 103990, 
mingw-w64-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 14:29:00 UTC (rev 103991)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname='mingw-w64-headers'
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=MinGW-w64 headers for Windows
+arch=('any')
+url=http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+options=('!strip' '!libtool' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
+
+build() {
+  for _target in ${_targets}; do
+msg Configuring ${_target} headers
+mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
+${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} headers
+cd ${srcdir}/headers-${_target}
+make DESTDIR=${pkgdir} install
+rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
+rm ${pkgdir}/usr/${_target}/include/pthread_time.h
+rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+
+  msg Installing MinGW-w64 licenses
+  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
+  install -Dm644 

[arch-commits] Commit in mingw-w64-headers-bootstrap/repos/community-any (2 files)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:29:14
  Author: spupykin
Revision: 103993

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD
(from rev 103992, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 14:29:05 UTC (rev 103992)
+++ PKGBUILD2014-01-14 14:29:14 UTC (rev 103993)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-_dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
-
-pkgname=mingw-w64-headers-bootstrap
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=MinGW-w64 headers for Windows (bootstrap)
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-bootstrap' 'mingw-w64')
-makedepends=('mingw-w64-headers')
-conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
-options=('!strip' '!libtool' '!emptydirs')
-source=()
-md5sums=()
-
-build() {
-  mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy
-  echo ${_dummystring}  pthread_signal.h
-  echo ${_dummystring}  pthread_time.h
-  echo ${_dummystring}  pthread_unistd.h
-}
-
-package() {
-  for _target in ${_targets}; do
-install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
-install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
-install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-}

Copied: mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD (from rev 
103992, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 14:29:14 UTC (rev 103993)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+_dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
+
+pkgname=mingw-w64-headers-bootstrap
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=MinGW-w64 headers for Windows (bootstrap)
+arch=('any')
+url=http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-bootstrap' 'mingw-w64')
+makedepends=('mingw-w64-headers')
+conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
+options=('!strip' '!libtool' '!emptydirs')
+source=()
+md5sums=()
+md5sums=()
+
+build() {
+  mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy
+  echo ${_dummystring}  pthread_signal.h
+  echo ${_dummystring}  pthread_time.h
+  echo ${_dummystring}  pthread_unistd.h
+}
+
+package() {
+  for _target in ${_targets}; do
+install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
+install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
+install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+}



[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:29:16
  Author: spupykin
Revision: 103994

upgpkg: mingw-w64-winpthreads 3.1.0-1

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 14:29:14 UTC (rev 103993)
+++ PKGBUILD2014-01-14 14:29:16 UTC (rev 103994)
@@ -5,8 +5,8 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-winpthreads
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='MinGW-w64 winpthreads library'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -18,7 +18,7 @@
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('22b0030702fe00927daf1ae6ddfb526e')
+md5sums=('df0e7657f46cbd59ed9cbe2a50c66e15')
 
 build() {
   for _target in ${_targets}; do



[arch-commits] Commit in mingw-w64-headers-bootstrap/trunk (PKGBUILD)

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:29:05
  Author: spupykin
Revision: 103992

upgpkg: mingw-w64-headers-bootstrap 3.1.0-1

upd

Modified:
  mingw-w64-headers-bootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 14:29:00 UTC (rev 103991)
+++ PKGBUILD2014-01-14 14:29:05 UTC (rev 103992)
@@ -6,7 +6,7 @@
 _dummystring=/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */
 
 pkgname=mingw-w64-headers-bootstrap
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows (bootstrap)
 arch=('any')
@@ -18,6 +18,7 @@
 options=('!strip' '!libtool' '!emptydirs')
 source=()
 md5sums=()
+md5sums=()
 
 build() {
   mkdir -p ${srcdir}/dummy/  cd ${srcdir}/dummy



[arch-commits] Commit in (6 files)

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 15:53:34
  Author: flexiondotorg
Revision: 103996

Added nullmailer.

Added:
  nullmailer/
  nullmailer/repos/
  nullmailer/trunk/
  nullmailer/trunk/PKGBUILD
  nullmailer/trunk/nullmailer.install
  nullmailer/trunk/nullmailer.service

+
 PKGBUILD   |   40 
 nullmailer.install |   44 
 nullmailer.service |   13 +
 3 files changed, 97 insertions(+)

Added: nullmailer/trunk/PKGBUILD
===
--- nullmailer/trunk/PKGBUILD   (rev 0)
+++ nullmailer/trunk/PKGBUILD   2014-01-14 14:53:34 UTC (rev 103996)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}


Property changes on: nullmailer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: nullmailer/trunk/nullmailer.install
===
--- nullmailer/trunk/nullmailer.install (rev 0)
+++ nullmailer/trunk/nullmailer.install 2014-01-14 14:53:34 UTC (rev 103996)
@@ -0,0 +1,44 @@
+# arg 1: the new package version
+post_install() {
+if ! getent passwd nullmail  /dev/null; then
+echo == Creating nullmail user
+usr/bin/useradd --comment nullmailer MTA --shell /bin/sh --home 
/var/nullmailer --system --user-group nullmail
+fi
+
+echo == Creating trigger fifo
+rm -f var/nullmailer/trigger  mkfifo -m 600 var/nullmailer/trigger
+
+echo == Fixing permissions
+chown nullmail var/nullmailer/*
+chown nullmail usr/bin/nullmailer-queue
+chmod u+s  usr/bin/nullmailer-queue
+chown nullmail usr/bin/mailq
+chmod u+s  usr/bin/mailq
+if ! [ -s etc/nullmailer/me ]; then
+echo == Configuring
+hostnamectl --static  etc/nullmailer/me
+fi
+if ! [ -s etc/nullmailer/remotes ]; then
+echo smarthost.example.org smtp --port=25 --auth-login --user=user 
--pass=pass  etc/nullmailer/remotes
+chgrp nullmail etc/nullmailer/remotes
+chmod 640 etc/nullmailer/remotes
+fi
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+systemctl stop nullmailer
+# Leave the 'queue' directory intact
+rm -rf var/service/nullmailer/{tmp,trigger}
+echo == Removing nullmailer user and group
+userdel nullmail
+if getent group nullmail  /dev/null; then
+groupdel nullmail
+fi
+}

Added: nullmailer/trunk/nullmailer.service
===
--- nullmailer/trunk/nullmailer.service (rev 0)
+++ nullmailer/trunk/nullmailer.service 2014-01-14 14:53:34 UTC (rev 103996)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Nullmailer relay-only MTA
+After=local-fs.target
+ConditionPathExists=/var/nullmailer/queue
+
+[Install]
+WantedBy=multi-user.target
+
+[Service]
+WorkingDirectory=/var/nullmailer
+ExecStart=/usr/bin/nullmailer-send
+User=nullmail
+Restart=always



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

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 15:53:59
  Author: flexiondotorg
Revision: 103997

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

Added:
  nullmailer/repos/community-i686/
  nullmailer/repos/community-i686/PKGBUILD
(from rev 103996, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 103996, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 103996, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 103996, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 103996, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 103996, nullmailer/trunk/nullmailer.service)

-+
 community-i686/PKGBUILD |   40 ++
 community-i686/nullmailer.install   |   44 ++
 community-i686/nullmailer.service   |   13 ++
 community-x86_64/PKGBUILD   |   40 ++
 community-x86_64/nullmailer.install |   44 ++
 community-x86_64/nullmailer.service |   13 ++
 6 files changed, 194 insertions(+)

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 103996, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 14:53:59 UTC (rev 103997)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}

Copied: nullmailer/repos/community-i686/nullmailer.install (from rev 103996, 
nullmailer/trunk/nullmailer.install)
===
--- community-i686/nullmailer.install   (rev 0)
+++ community-i686/nullmailer.install   2014-01-14 14:53:59 UTC (rev 103997)
@@ -0,0 +1,44 @@
+# arg 1: the new package version
+post_install() {
+if ! getent passwd nullmail  /dev/null; then
+echo == Creating nullmail user
+usr/bin/useradd --comment nullmailer MTA --shell /bin/sh --home 
/var/nullmailer --system --user-group nullmail
+fi
+
+echo == Creating trigger fifo
+rm -f var/nullmailer/trigger  mkfifo -m 600 var/nullmailer/trigger
+
+echo == Fixing permissions
+chown nullmail var/nullmailer/*
+chown nullmail usr/bin/nullmailer-queue
+chmod u+s  usr/bin/nullmailer-queue
+chown nullmail usr/bin/mailq
+chmod u+s  usr/bin/mailq
+if ! [ -s etc/nullmailer/me ]; then
+echo == Configuring
+hostnamectl --static  etc/nullmailer/me
+fi
+if ! [ -s etc/nullmailer/remotes ]; then
+echo smarthost.example.org smtp --port=25 --auth-login --user=user 
--pass=pass  etc/nullmailer/remotes
+chgrp nullmail etc/nullmailer/remotes
+chmod 640 etc/nullmailer/remotes
+fi
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+systemctl stop nullmailer
+# Leave the 'queue' directory intact
+rm -rf var/service/nullmailer/{tmp,trigger}
+echo == Removing nullmailer user and group
+userdel nullmail
+if getent group nullmail  /dev/null; then
+groupdel nullmail
+fi
+}

Copied: nullmailer/repos/community-i686/nullmailer.service (from rev 103996, 
nullmailer/trunk/nullmailer.service)
===
--- community-i686/nullmailer.service   (rev 0)
+++ 

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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:57:03
  Author: spupykin
Revision: 103999

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 103998, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/polkit.rules
(from rev 103998, xbmc/trunk/polkit.rules)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 103998, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 103998, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 103998, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/polkit.rules
(from rev 103998, xbmc/trunk/polkit.rules)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 103998, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 103998, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/PKGBUILD   |  123 
 community-staging-i686/polkit.rules   |   11 ++
 community-staging-i686/xbmc.install   |   17 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/PKGBUILD |  123 
 community-staging-x86_64/polkit.rules |   11 ++
 community-staging-x86_64/xbmc.install |   17 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 328 insertions(+)

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 103998, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 14:57:03 UTC (rev 103999)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.3
+_codename=Frodo
+pkgrel=6
+pkgdesc=A software media player and entertainment hub for digital media
+arch=('i686' 'x86_64')
+url=http://xbmc.org;
+license=('GPL' 'custom')
+depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
+'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
+'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
+'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
+'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
+'tinyxml' 'taglib' 'ffmpeg-compat')
+makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
+'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
+optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
+   'lirc: remote controller support'
+   'udisks: automount external drives'
+   'upower: used to trigger suspend functionality'
+   'unrar: access compressed files without unpacking them'
+   'xorg-xinit: autostart xbmc')
+install=${pkgname}.install
+source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
+   xbmc.service
+   polkit.rules
+   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
+md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
+ '8312d6d4ac5d7c3d9eed40ab08a17d3b'
+ 'd4cbb6609c8e7b713c714241f529000e'
+ '7fd6399d2ffbdf06b724f0cc2efa0784')
+
+prepare() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  patch -p0 $srcdir/libass.patch
+
+  # fix lsb_release dependency
+  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
+  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
+}
+
+build() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  # Bootstrapping XBMC
+  ./bootstrap
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-gl \
+--enable-sdl \
+--enable-vaapi \
+--enable-vdpau \
+--enable-xvba \
+--enable-joystick \
+--enable-xrandr \
+--enable-rsxs \
+--enable-projectm \
+--enable-x11 \
+--enable-rtmp \
+--enable-samba \
+--enable-nfs \
+--enable-afpclient \
+--enable-airplay \
+--enable-airtunes \
+--enable-ffmpeg-libvorbis \
+--enable-dvdcss \
+--disable-hal \
+--enable-avahi \
+--enable-webserver \
+--enable-optical-drive \
+--enable-libbluray \
+

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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:56:47
  Author: spupykin
Revision: 103998

upgpkg: xbmc 12.3-6

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 14:53:59 UTC (rev 103997)
+++ PKGBUILD2014-01-14 14:56:47 UTC (rev 103998)
@@ -10,7 +10,7 @@
 pkgname=xbmc
 pkgver=12.3
 _codename=Frodo
-pkgrel=5
+pkgrel=6
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



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

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 16:14:29
  Author: flexiondotorg
Revision: 104002

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 104001, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 104001, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 104001, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 104001, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 104001, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 104001, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   80 ++
 /nullmailer.install |   88 ++
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/nullmailer.install   |   44 -
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/nullmailer.install |   44 -
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-14 15:12:49 UTC (rev 104001)
+++ community-i686/PKGBUILD 2014-01-14 15:14:29 UTC (rev 104002)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Roberto Alsina ralsina at kde.org
-# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=3
-pkgdesc=Simple relay-only mail transport agent.
-arch=('i686' 'x86_64')
-url=http://www.untroubled.org/nullmailer/;
-license=(GPL)
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-install=nullmailer.install
-source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f ${pkgdir}/var/nullmailer/trigger
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 104001, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 15:14:29 UTC (rev 104002)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2014-01-14 

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

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 16:12:49
  Author: flexiondotorg
Revision: 104001

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 104000, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 104000, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 104000, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 104000, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 104000, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 104000, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   80 ++
 /nullmailer.install |   88 ++
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/nullmailer.install   |   44 -
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/nullmailer.install |   44 -
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-14 14:58:13 UTC (rev 104000)
+++ community-i686/PKGBUILD 2014-01-14 15:12:49 UTC (rev 104001)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Roberto Alsina ralsina at kde.org
-# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=3
-pkgdesc=Simple relay-only mail transport agent.
-arch=('i686' 'x86_64')
-url=http://www.untroubled.org/nullmailer/;
-license=(GPL)
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-install=nullmailer.install
-source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f ${pkgdir}/var/nullmailer/trigger
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 104000, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 15:12:49 UTC (rev 104001)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2014-01-14 

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

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 16:18:48
  Author: flexiondotorg
Revision: 104003

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 104002, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 104002, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 104002, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 104002, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 104002, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 104002, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   80 ++
 /nullmailer.install |   88 ++
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/nullmailer.install   |   44 -
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/nullmailer.install |   44 -
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-14 15:14:29 UTC (rev 104002)
+++ community-i686/PKGBUILD 2014-01-14 15:18:48 UTC (rev 104003)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Roberto Alsina ralsina at kde.org
-# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=3
-pkgdesc=Simple relay-only mail transport agent.
-arch=('i686' 'x86_64')
-url=http://www.untroubled.org/nullmailer/;
-license=(GPL)
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-install=nullmailer.install
-source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f ${pkgdir}/var/nullmailer/trigger
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 104002, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 15:18:48 UTC (rev 104003)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2014-01-14 

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

2014-01-14 Thread Martin Wimpress
Date: Tuesday, January 14, 2014 @ 16:23:43
  Author: flexiondotorg
Revision: 104004

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 104003, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 104003, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 104003, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 104003, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 104003, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 104003, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   80 ++
 /nullmailer.install |   88 ++
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/nullmailer.install   |   44 -
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/nullmailer.install |   44 -
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-14 15:18:48 UTC (rev 104003)
+++ community-i686/PKGBUILD 2014-01-14 15:23:43 UTC (rev 104004)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Roberto Alsina ralsina at kde.org
-# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=3
-pkgdesc=Simple relay-only mail transport agent.
-arch=('i686' 'x86_64')
-url=http://www.untroubled.org/nullmailer/;
-license=(GPL)
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-install=nullmailer.install
-source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f ${pkgdir}/var/nullmailer/trigger
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 104003, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-14 15:23:43 UTC (rev 104004)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Roberto Alsina ralsina at kde.org
+# Contributor: Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
+
+pkgname=nullmailer
+pkgver=1.13
+pkgrel=3
+pkgdesc=Simple relay-only mail transport agent.
+arch=('i686' 'x86_64')
+url=http://www.untroubled.org/nullmailer/;
+license=(GPL)
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+install=nullmailer.install
+source=(http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz;
+nullmailer.service)
+md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m 0644 ../nullmailer.service 
${pkgdir}/usr/lib/systemd/system/nullmailer.service
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f ${pkgdir}/var/nullmailer/trigger
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2014-01-14 

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

2014-01-14 Thread Jakob Gruber
Date: Tuesday, January 14, 2014 @ 16:28:57
  Author: schuay
Revision: 104005

pcsxr libcdio rebuild

Modified:
  pcsxr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 15:23:43 UTC (rev 104004)
+++ PKGBUILD2014-01-14 15:28:57 UTC (rev 104005)
@@ -5,7 +5,7 @@
 
 pkgname=pcsxr
 pkgver=1.9.93
-pkgrel=2
+pkgrel=3
 pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
 arch=('i686' 'x86_64')
 url='http://pcsxr.codeplex.com/'



[arch-commits] Commit in pcsxr/repos (2 files)

2014-01-14 Thread Jakob Gruber
Date: Tuesday, January 14, 2014 @ 16:29:32
  Author: schuay
Revision: 104007

archrelease: copy trunk to community-staging-x86_64

Added:
  pcsxr/repos/community-staging-x86_64/
  pcsxr/repos/community-staging-x86_64/PKGBUILD
(from rev 104006, pcsxr/trunk/PKGBUILD)

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

Copied: pcsxr/repos/community-staging-x86_64/PKGBUILD (from rev 104006, 
pcsxr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 15:29:32 UTC (rev 104007)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=pcsxr
+pkgver=1.9.93
+pkgrel=3
+pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
+arch=('i686' 'x86_64')
+url='http://pcsxr.codeplex.com/'
+license=('GPL')
+depends=('libcdio' 'libxv' 'sdl' 'gtk3')
+makedepends=('mesa' 'intltool')
+[[ $CARCH == 'i686' ]]  makedepends+=('nasm')
+
+# Accessible through /srv/ftp/other/community on nymeria.
+source=(ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2;)
+
+build() {
+cd $srcdir/$pkgname
+
+autoreconf -f -i
+intltoolize --force
+
+./configure --prefix=/usr --enable-libcdio --enable-opengl
+make
+}
+
+package() {
+cd $srcdir/$pkgname
+make DESTDIR=$pkgdir install
+}
+
+md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')



[arch-commits] Commit in pcsxr/repos (2 files)

2014-01-14 Thread Jakob Gruber
Date: Tuesday, January 14, 2014 @ 16:29:26
  Author: schuay
Revision: 104006

archrelease: copy trunk to community-staging-i686

Added:
  pcsxr/repos/community-staging-i686/
  pcsxr/repos/community-staging-i686/PKGBUILD
(from rev 104005, pcsxr/trunk/PKGBUILD)

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

Copied: pcsxr/repos/community-staging-i686/PKGBUILD (from rev 104005, 
pcsxr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 15:29:26 UTC (rev 104006)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=pcsxr
+pkgver=1.9.93
+pkgrel=3
+pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
+arch=('i686' 'x86_64')
+url='http://pcsxr.codeplex.com/'
+license=('GPL')
+depends=('libcdio' 'libxv' 'sdl' 'gtk3')
+makedepends=('mesa' 'intltool')
+[[ $CARCH == 'i686' ]]  makedepends+=('nasm')
+
+# Accessible through /srv/ftp/other/community on nymeria.
+source=(ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2;)
+
+build() {
+cd $srcdir/$pkgname
+
+autoreconf -f -i
+intltoolize --force
+
+./configure --prefix=/usr --enable-libcdio --enable-opengl
+make
+}
+
+package() {
+cd $srcdir/$pkgname
+make DESTDIR=$pkgdir install
+}
+
+md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')



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

2014-01-14 Thread Jan Steffens
Date: Tuesday, January 14, 2014 @ 16:48:56
  Author: heftig
Revision: 204045

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 204044, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 204044, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 204044, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 204044, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

--+
 /PKGBUILD|   66 +
 /gdk-pixbuf2.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gdk-pixbuf2.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gdk-pixbuf2.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-14 15:48:06 UTC (rev 204044)
+++ extra-i686/PKGBUILD 2014-01-14 15:48:56 UTC (rev 204045)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.30.2
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 204044, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-14 15:48:56 UTC (rev 204045)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.30.3
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2014-01-14 15:48:06 UTC (rev 204044)
+++ extra-i686/gdk-pixbuf2.install  2014-01-14 15:48:56 UTC (rev 204045)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 204044, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2014-01-14 15:48:56 UTC (rev 204045)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-14 15:48:06 UTC (rev 204044)
+++ extra-x86_64/PKGBUILD   2014-01-14 15:48:56 UTC (rev 204045)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.30.2
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install

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

2014-01-14 Thread Jan Steffens
Date: Tuesday, January 14, 2014 @ 16:48:06
  Author: heftig
Revision: 204044

2.30.3

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 15:06:13 UTC (rev 204043)
+++ PKGBUILD2014-01-14 15:48:06 UTC (rev 204044)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.30.2
+pkgver=2.30.3
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'gobject-introspection')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf')
+sha256sums=('c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2014-01-14 Thread Jan Steffens
Date: Tuesday, January 14, 2014 @ 17:01:10
  Author: heftig
Revision: 104009

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 104008, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 16:00:18 UTC (rev 104008)
+++ PKGBUILD2014-01-14 16:01:10 UTC (rev 104009)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: FaziBear fazib...@gmail.com
-
-pkgname=jruby
-pkgver=1.7.9
-pkgrel=1
-pkgdesc=100% pure-Java implementation of the Ruby programming language
-arch=(any)
-url=http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=($pkgname-bin-${pkgver}.tar.gz)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('c7acd09c932941f04e231d43f47606eb2b6a2d6898ae3dc97dd432dcf1501824')
-
-package() {
-  cd $pkgdir
-
-  mkdir opt
-  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 104008, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 16:01:10 UTC (rev 104009)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: FaziBear fazib...@gmail.com
+
+pkgname=jruby
+pkgver=1.7.10
+pkgrel=1
+pkgdesc=100% pure-Java implementation of the Ruby programming language
+arch=(any)
+url=http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('223285ee2fca5a4825f017b8a441232ec05d3fba5de213336c7ef6b6a36de651')
+
+package() {
+  cd $pkgdir
+
+  mkdir opt
+  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}



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

2014-01-14 Thread Jan Steffens
Date: Tuesday, January 14, 2014 @ 17:00:18
  Author: heftig
Revision: 104008

1.7.10

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 15:29:32 UTC (rev 104007)
+++ PKGBUILD2014-01-14 16:00:18 UTC (rev 104008)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear fazib...@gmail.com
 
 pkgname=jruby
-pkgver=1.7.9
+pkgver=1.7.10
 pkgrel=1
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('c7acd09c932941f04e231d43f47606eb2b6a2d6898ae3dc97dd432dcf1501824')
+sha256sums=('223285ee2fca5a4825f017b8a441232ec05d3fba5de213336c7ef6b6a36de651')
 
 package() {
   cd $pkgdir



[arch-commits] Commit in python-backports.ssl_match_hostname/repos (2 files)

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:09:38
  Author: fyan
Revision: 104011

archrelease: copy trunk to community-any

Added:
  python-backports.ssl_match_hostname/repos/community-any/
  python-backports.ssl_match_hostname/repos/community-any/PKGBUILD
(from rev 104010, python-backports.ssl_match_hostname/trunk/PKGBUILD)

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

Copied: python-backports.ssl_match_hostname/repos/community-any/PKGBUILD (from 
rev 104010, python-backports.ssl_match_hostname/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-14 16:09:38 UTC (rev 104011)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-backports.ssl_match_hostname
+pkgname=python2-backports.ssl_match_hostname
+pkgver=3.4.0.2
+pkgrel=1
+pkgdesc=The ssl.match_hostname() function from Python 3.4
+arch=(any)
+url=https://bitbucket.org/brandon/backports.ssl_match_hostname;
+license=('PSF')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-${pkgver}.tar.gz;)
+md5sums=(788214f20214c64631f0859dc79f23c6)
+
+package() {
+  depends=('python2')
+
+  cd backports.ssl_match_hostname-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+  



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:10:26
  Author: bpiotrowski
Revision: 104013

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

Added:
  cmus/repos/community-staging-i686/
  cmus/repos/community-staging-i686/PKGBUILD
(from rev 104012, cmus/trunk/PKGBUILD)
  cmus/repos/community-staging-i686/cdio-git.patch
(from rev 104012, cmus/trunk/cdio-git.patch)
  cmus/repos/community-staging-i686/cmus-2.5.0-opus-support.patch
(from rev 104012, cmus/trunk/cmus-2.5.0-opus-support.patch)
  cmus/repos/community-staging-x86_64/
  cmus/repos/community-staging-x86_64/PKGBUILD
(from rev 104012, cmus/trunk/PKGBUILD)
  cmus/repos/community-staging-x86_64/cdio-git.patch
(from rev 104012, cmus/trunk/cdio-git.patch)
  cmus/repos/community-staging-x86_64/cmus-2.5.0-opus-support.patch
(from rev 104012, cmus/trunk/cmus-2.5.0-opus-support.patch)

+
 community-staging-i686/PKGBUILD|   58 ++
 community-staging-i686/cdio-git.patch  |  137 
 community-staging-i686/cmus-2.5.0-opus-support.patch   |  417 +++
 community-staging-x86_64/PKGBUILD  |   58 ++
 community-staging-x86_64/cdio-git.patch|  137 
 community-staging-x86_64/cmus-2.5.0-opus-support.patch |  417 +++
 6 files changed, 1224 insertions(+)

Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 104012, 
cmus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:10:26 UTC (rev 104013)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.5.0
+pkgrel=5
+pkgdesc='Very feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=http://cmus.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+makedepends=(
+  'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia'
+  'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2
+cmus-2.5.0-opus-support.patch
+cdio-git.patch)
+sha1sums=('244975a5ff642567acb047f6bd518e4a3271c25b'
+  '5e524f54d565dfa30760562c223bc0e2e8ed00a0'
+  '77738acc7d4e71f6d396a5cd464dbbce0168b6b7')
+
+prepare() {
+  cd $srcdir/$pkgname-v$pkgver
+  # Inherited from Bart or earlier.
+  patch -Np1 -i $srcdir/cmus-2.5.0-opus-support.patch
+  # Include changes from git for compatibility with new cdio.
+  patch -N -i $srcdir/cdio-git.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-v$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Copied: cmus/repos/community-staging-i686/cdio-git.patch (from rev 104012, 
cmus/trunk/cdio-git.patch)
===
--- community-staging-i686/cdio-git.patch   (rev 0)
+++ community-staging-i686/cdio-git.patch   2014-01-14 16:10:26 UTC (rev 
104013)
@@ -0,0 +1,137 @@
+*** cdio.c 2012-11-07 08:46:17.0 +
+--- cmus-git/src/cmus/cdio.c   2013-09-30 02:21:10.518785946 +
+***
+*** 1,5 
+  /*
+!  * Copyright 2011 Various Authors
+   * Copyright 2011 Johannes Weißl
+   *
+   * Based on cdda.c from XMMS2.
+--- 1,5 
+  /*
+!  * Copyright 2011-2013 Various Authors
+   * Copyright 2011 Johannes Weißl
+   *
+   * Based on cdda.c from XMMS2.
+***
+*** 27,35 
+  #include comment.h
+  #include discid.h
+  
+- #include cdio/cdda.h
+  #include cdio/cdio.h
+  #include cdio/logging.h
+  #include stdio.h
+  #include stdlib.h
+  #include string.h
+--- 27,40 
+  #include comment.h
+  #include discid.h
+  
+  #include cdio/cdio.h
+  #include cdio/logging.h
++ #if LIBCDIO_VERSION_NUM 

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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:10:19
  Author: bpiotrowski
Revision: 104012

upgpkg: cmus 2.5.0-5

rebuild against libcdio 0.92

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:09:38 UTC (rev 104011)
+++ PKGBUILD2014-01-14 16:10:19 UTC (rev 104012)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Very feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=http://cmus.sourceforge.net/;



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:11:49
  Author: bpiotrowski
Revision: 104018

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

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

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/mednafen.install   |5 +++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/mednafen.install |5 +++
 4 files changed, 82 insertions(+)

Copied: mednafen/repos/community-staging-i686/PKGBUILD (from rev 104017, 
mednafen/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:11:49 UTC (rev 104018)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.32.1
+_pkgver=$pkgver-wip
+pkgrel=2
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('ee9edeece554755e762a6d140fad21e9')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: mednafen/repos/community-staging-i686/mednafen.install (from rev 
104017, mednafen/trunk/mednafen.install)
===
--- community-staging-i686/mednafen.install (rev 0)
+++ community-staging-i686/mednafen.install 2014-01-14 16:11:49 UTC (rev 
104018)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+  [...] The configuration file name has changed to mednafen-09x.cfg
+  [...] http://mednafen.sourceforge.net/releases/'
+}

Copied: mednafen/repos/community-staging-x86_64/PKGBUILD (from rev 104017, 
mednafen/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 16:11:49 UTC (rev 104018)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.32.1
+_pkgver=$pkgver-wip
+pkgrel=2
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('ee9edeece554755e762a6d140fad21e9')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: mednafen/repos/community-staging-x86_64/mednafen.install (from rev 
104017, mednafen/trunk/mednafen.install)
===
--- community-staging-x86_64/mednafen.install   (rev 0)
+++ community-staging-x86_64/mednafen.install   2014-01-14 16:11:49 UTC (rev 
104018)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+  [...] The configuration file name has changed to mednafen-09x.cfg
+  [...] http://mednafen.sourceforge.net/releases/'
+}



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:11:43
  Author: bpiotrowski
Revision: 104017

upgpkg: mednafen 0.9.32.1-2

rebuild against libcdio 0.92

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:11:00 UTC (rev 104016)
+++ PKGBUILD2014-01-14 16:11:43 UTC (rev 104017)
@@ -9,7 +9,7 @@
 pkgname=mednafen
 pkgver=0.9.32.1
 _pkgver=$pkgver-wip
-pkgrel=1
+pkgrel=2
 pkgdesc=A command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
 license=('GPL')



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:54
  Author: bpiotrowski
Revision: 104023

upgpkg: pragha 1.1.2.2-2

rebuild against libcdio 0.92

Modified:
  pragha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:12:32 UTC (rev 104022)
+++ PKGBUILD2014-01-14 16:12:54 UTC (rev 104023)
@@ -6,7 +6,7 @@
 
 pkgname=pragha
 pkgver=1.1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
 arch=('i686' 'x86_64')
 url=http://pragha.wikispaces.com/;



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:26
  Author: bpiotrowski
Revision: 104021

upgpkg: mythplugins 1:0.27-5

rebuild against libcdio 0.92

Modified:
  mythplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:12:07 UTC (rev 104020)
+++ PKGBUILD2014-01-14 16:12:26 UTC (rev 104021)
@@ -14,7 +14,7 @@
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
 pkgver=0.27
-pkgrel=4
+pkgrel=5
 epoch=1
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org;



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:32
  Author: bpiotrowski
Revision: 104022

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

Added:
  mythplugins/repos/community-staging-i686/
  mythplugins/repos/community-staging-i686/PKGBUILD
(from rev 104021, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-i686/cdparanoia.patch
(from rev 104021, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-i686/mythplugins-mythweb.install
(from rev 104021, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-i686/mythplugins-mythzoneminder.install
(from rev 104021, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-staging-x86_64/
  mythplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 104021, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-x86_64/cdparanoia.patch
(from rev 104021, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythweb.install
(from rev 104021, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythzoneminder.install
(from rev 104021, mythplugins/trunk/mythplugins-mythzoneminder.install)

-+
 community-staging-i686/PKGBUILD |  143 ++
 community-staging-i686/cdparanoia.patch |   52 +++
 community-staging-i686/mythplugins-mythweb.install  |4 
 community-staging-i686/mythplugins-mythzoneminder.install   |3 
 community-staging-x86_64/PKGBUILD   |  143 ++
 community-staging-x86_64/cdparanoia.patch   |   52 +++
 community-staging-x86_64/mythplugins-mythweb.install|4 
 community-staging-x86_64/mythplugins-mythzoneminder.install |3 
 8 files changed, 404 insertions(+)

Copied: mythplugins/repos/community-staging-i686/PKGBUILD (from rev 104021, 
mythplugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:12:32 UTC (rev 104022)
@@ -0,0 +1,143 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=mythplugins
+pkgname=('mythplugins-mytharchive'
+ 'mythplugins-mythbrowser'
+ 'mythplugins-mythgallery'
+ 'mythplugins-mythgame'
+ 'mythplugins-mythmusic'
+ 'mythplugins-mythnetvision'
+ 'mythplugins-mythnews'
+ 'mythplugins-mythweather'
+ 'mythplugins-mythweb'
+ 'mythplugins-mythzoneminder')
+pkgver=0.27
+pkgrel=5
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.mythtv.org;
+license=('GPL')
+makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
+ 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
+ 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
+ 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
+ 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python2-pillow'
+ 'python2-pycurl' 'zlib')
+source=(mythtv-$pkgver.tar.gz::https://github.com/MythTV/mythtv/archive/v$pkgver.tar.gz;
+
mythweb-$pkgver.tar.gz::https://github.com/MythTV/mythweb/archive/v$pkgver.tar.gz;
+   'cdparanoia.patch')
+sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
+'7e54d6b388e2e8f3e50515c3fe46113f4217e3989242459a0fa73c928dcca494'
+'004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
+
+prepare() {
+  cd $srcdir/mythtv-$pkgver/$pkgbase
+
+  find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np1 -i $srcdir/cdparanoia.patch
+
+  cd $srcdir/mythweb-$pkgver
+
+  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php'
+}
+
+build() {
+  cd $srcdir/mythtv-$pkgver/$pkgbase
+
+  ./configure --prefix=/usr \
+  --enable-all \
+  --python=python2
+  qmake-qt4 mythplugins.pro
+  make -s
+}
+
+package_mythplugins-mytharchive() {
+  pkgdesc=Create DVDs or archive recorded shows in MythTV
+  depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
+   'python2-pillow')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mytharchive
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythbrowser() {
+  pkgdesc=Mini web browser for MythTV
+  depends=('mythtv')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mythbrowser
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythgallery() {
+  pkgdesc=Image gallery plugin for MythTV
+  depends=('libexif' 'mythtv')
+
+  cd $srcdir/mythtv-$pkgver/$pkgbase/mythgallery
+  make INSTALL_ROOT=$pkgdir install
+}
+
+package_mythplugins-mythgame() {
+  pkgdesc=Game emulator 

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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:57
  Author: bpiotrowski
Revision: 104024

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

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

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/pragha.install   |   10 ++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/pragha.install |   10 ++
 4 files changed, 120 insertions(+)

Copied: pragha/repos/community-staging-i686/PKGBUILD (from rev 104023, 
pragha/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:12:57 UTC (rev 104024)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
+
+pkgname=pragha
+pkgver=1.1.2.2
+pkgrel=2
+pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
+arch=('i686' 'x86_64')
+url=http://pragha.wikispaces.com/;
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme'  'gtk2'
+ 'dbus-glib' 'sqlite' 'desktop-file-utils'
+ 'libclastfm')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool')
+replaces=('dissonance')
+install=pragha.install
+source=(https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2;)
+sha1sums=('b415432020c2e1aefc6640cef778ddc70bbeff7f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LIBS+=-ldbus-glib-1  \
+./configure --prefix=/usr \
+--with-gstreamer=1.0 \
+CPPFLAGS=-DHAVE_PARANOIA_NEW_INCLUDES
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -m 644 data/$pkgname.desktop $pkgdir/usr/share/applications
+  install -d $pkgdir/usr/share/pixmaps
+  install -m 644 data/$pkgname.png $pkgdir/usr/share/pixmaps/
+  install -m 644 data/$pkgname.1 $pkgdir/usr/share/man/man1/
+
+}
+
+# vim:ts=2:sw=2:expandtab
+

Copied: pragha/repos/community-staging-i686/pragha.install (from rev 104023, 
pragha/trunk/pragha.install)
===
--- community-staging-i686/pragha.install   (rev 0)
+++ community-staging-i686/pragha.install   2014-01-14 16:12:57 UTC (rev 
104024)
@@ -0,0 +1,10 @@
+post_install() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+ 

Copied: pragha/repos/community-staging-x86_64/PKGBUILD (from rev 104023, 
pragha/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 16:12:57 UTC (rev 104024)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
+
+pkgname=pragha
+pkgver=1.1.2.2
+pkgrel=2
+pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
+arch=('i686' 'x86_64')
+url=http://pragha.wikispaces.com/;
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme'  'gtk2'
+ 'dbus-glib' 'sqlite' 'desktop-file-utils'
+ 'libclastfm')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool')
+replaces=('dissonance')
+install=pragha.install
+source=(https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2;)
+sha1sums=('b415432020c2e1aefc6640cef778ddc70bbeff7f')
+
+build() 

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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:13:10
  Author: bpiotrowski
Revision: 104025

upgpkg: qmmp 0.7.4-2

rebuild against libcdio 0.92

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:12:57 UTC (rev 104024)
+++ PKGBUILD2014-01-14 16:13:10 UTC (rev 104025)
@@ -3,7 +3,7 @@
 
 pkgname=qmmp
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
 url=http://qmmp.ylsoftware.com/;



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:10:39
  Author: bpiotrowski
Revision: 104015

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

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

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-i686/deadbeef.install   |   19 +++
 community-staging-x86_64/PKGBUILD |   48 
 community-staging-x86_64/deadbeef.install |   19 +++
 4 files changed, 134 insertions(+)

Copied: deadbeef/repos/community-staging-i686/PKGBUILD (from rev 104014, 
deadbeef/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Alexey Yakovenko wa...@users.sourceforge.net
+
+pkgname=deadbeef
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg')
+optdepends=('libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'flac: for FLAC playback'
+'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+'imlib2: for artwork plugin'
+'wavpack: for WavPack playback'
+'libsndfile: for Wave playback'
+'libcdio: audio cd plugin'
+'libcddb: audio cd plugin'
+'faad2: for AAC/MP4 support'
+'dbus: for OSD notifications support'
+'pulseaudio: for PulseAudio output plugin'
+'libx11: for global hotkeys plugin'
+'zlib: for Audio Overload plugin'
+'libzip: for vfs_zip plugin'
+'ffmpeg: for ffmpeg plugin')
+install='deadbeef.install'
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Copied: deadbeef/repos/community-staging-i686/deadbeef.install (from rev 
104014, deadbeef/trunk/deadbeef.install)
===
--- community-staging-i686/deadbeef.install (rev 0)
+++ community-staging-i686/deadbeef.install 2014-01-14 16:10:39 UTC (rev 
104015)
@@ -0,0 +1,19 @@
+pkgname=deadbeef
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+
+  cat EOF
+== ffmpeg support was disabled in this deadbeef release due to
+== incompatibilities with ffmpeg 0.11. It might be re-introduced soon.
+EOF
+}
+
+post_remove() {
+  post_install
+}

Copied: deadbeef/repos/community-staging-x86_64/PKGBUILD (from rev 104014, 
deadbeef/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 16:10:39 UTC (rev 104015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Alexey Yakovenko wa...@users.sourceforge.net
+
+pkgname=deadbeef
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg')
+optdepends=('libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'flac: for 

[arch-commits] Commit in (4 files)

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:08:43
  Author: fyan
Revision: 104010

addpkg: python2-backports.ssl_match_hostname 3.4.0.2-1

Added:
  python-backports.ssl_match_hostname/
  python-backports.ssl_match_hostname/repos/
  python-backports.ssl_match_hostname/trunk/
  python-backports.ssl_match_hostname/trunk/PKGBUILD

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

Added: python-backports.ssl_match_hostname/trunk/PKGBUILD
===
--- python-backports.ssl_match_hostname/trunk/PKGBUILD  
(rev 0)
+++ python-backports.ssl_match_hostname/trunk/PKGBUILD  2014-01-14 16:08:43 UTC 
(rev 104010)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-backports.ssl_match_hostname
+pkgname=python2-backports.ssl_match_hostname
+pkgver=3.4.0.2
+pkgrel=1
+pkgdesc=The ssl.match_hostname() function from Python 3.4
+arch=(any)
+url=https://bitbucket.org/brandon/backports.ssl_match_hostname;
+license=('PSF')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-${pkgver}.tar.gz;)
+md5sums=(788214f20214c64631f0859dc79f23c6)
+
+package() {
+  depends=('python2')
+
+  cd backports.ssl_match_hostname-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+  



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:07
  Author: bpiotrowski
Revision: 104020

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 104019, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-i686/cdio-includes.patch
(from rev 104019, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-i686/mplayer-vaapi.install
(from rev 104019, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-i686/subreader-fix-srt-parsing.patch
(from rev 104019, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-i686/tweak-desktop-file.patch
(from rev 104019, mplayer-vaapi/trunk/tweak-desktop-file.patch)
  mplayer-vaapi/repos/community-staging-x86_64/
  mplayer-vaapi/repos/community-staging-x86_64/PKGBUILD
(from rev 104019, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-x86_64/cdio-includes.patch
(from rev 104019, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-x86_64/mplayer-vaapi.install
(from rev 104019, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-x86_64/subreader-fix-srt-parsing.patch
(from rev 104019, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-x86_64/tweak-desktop-file.patch
(from rev 104019, mplayer-vaapi/trunk/tweak-desktop-file.patch)

--+
 community-staging-i686/PKGBUILD  |   89 +
 community-staging-i686/cdio-includes.patch   |   43 ++
 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|   89 +
 community-staging-x86_64/cdio-includes.patch |   43 ++
 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 ++
 10 files changed, 394 insertions(+)

Copied: mplayer-vaapi/repos/community-staging-i686/PKGBUILD (from rev 104019, 
mplayer-vaapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:12:07 UTC (rev 104020)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=mplayer-vaapi
+pkgver=36265
+pkgrel=8
+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' 'x264' 'faac' 'faad2'
+ 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
+ 'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi'
+ 'libbluray' 'libva' 'libass' 'desktop-file-utils')
+makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa')
+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)
+options=('!buildflags' '!emptydirs')
+install=mplayer-vaapi.install
+sha256sums=('5747c28c30c15d1000fb655a8abaa4b22483746d0e82775b27466948ae0c549a'
+'SKIP'
+'72e6c654f9733953ad2466d0ea1a52f23e753791d8232d90f13293eb1b358720'
+'5a09fb462729a4e573568f9e8c1f57dbe7f69c0b68cfa4f6d70b3e52c450d93b'
+'8b6cd325d89ff8bce3662c6aaa9b61b8e6163c6574e09b575426a1eed02b8ad3')
+
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/cdio-includes.patch
+  patch -d etc -Np0 -i $srcdir/tweak-desktop-file.patch
+
+  # http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2139
+  patch -Np0 -i $srcdir/subreader-fix-srt-parsing.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-gif \
+--disable-liblzo \
+--disable-speex \
+--disable-cdparanoia \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+

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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:12:02
  Author: bpiotrowski
Revision: 104019

upgpkg: mplayer-vaapi 36265-8

rebuild against libcdio 0.92

Modified:
  mplayer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:11:49 UTC (rev 104018)
+++ PKGBUILD2014-01-14 16:12:02 UTC (rev 104019)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer-vaapi
 pkgver=36265
-pkgrel=7
+pkgrel=8
 pkgdesc=A movie player, compiled with vaapi support
 arch=('i686' 'x86_64')
 url=http://gitorious.org/vaapi/mplayer;



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

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:15:52
  Author: fyan
Revision: 104027

bump the version, but it's not ready yet

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:13:13 UTC (rev 104026)
+++ PKGBUILD2014-01-14 16:15:52 UTC (rev 104027)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.0.64
+pkgver=2.1.0_beta
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools' 'git')
 install=wiznote.install
 _wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver;)
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v${pkgver/_/-};)
 md5sums=('SKIP')
 
 build() {



[arch-commits] Commit in (3 files)

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:16:24
  Author: fyan
Revision: 104028

remove pkgbase to make namcap happy

Added:
  python2-backports.ssl_match_hostname/
Modified:
  python2-backports.ssl_match_hostname/trunk/PKGBUILD   (contents, properties)
Deleted:
  python-backports.ssl_match_hostname/

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

Modified: python2-backports.ssl_match_hostname/trunk/PKGBUILD
===
--- python-backports.ssl_match_hostname/trunk/PKGBUILD  2014-01-14 16:12:32 UTC 
(rev 104022)
+++ python2-backports.ssl_match_hostname/trunk/PKGBUILD 2014-01-14 16:16:24 UTC 
(rev 104028)
@@ -1,7 +1,6 @@
 # $Id$
 # Maintainer: Felix Yan felixonm...@gmail.com
 
-pkgbase=python-backports.ssl_match_hostname
 pkgname=python2-backports.ssl_match_hostname
 pkgver=3.4.0.2
 pkgrel=1


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


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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:11:00
  Author: bpiotrowski
Revision: 104016

upgpkg: gmerlin 1.2.0-5

rebuild against libcdio 0.92

Modified:
  gmerlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:10:39 UTC (rev 104015)
+++ PKGBUILD2014-01-14 16:11:00 UTC (rev 104016)
@@ -3,7 +3,7 @@
 
 pkgname=gmerlin
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Multimedia architecture for Linux
 arch=('i686' 'x86_64')
 url=http://openmovieeditor.sourceforge.net/HomePage;



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:10:37
  Author: bpiotrowski
Revision: 104014

upgpkg: deadbeef 0.6.0-2

rebuild against libcdio 0.92

Modified:
  deadbeef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:10:26 UTC (rev 104013)
+++ PKGBUILD2014-01-14 16:10:37 UTC (rev 104014)
@@ -4,7 +4,7 @@
 
 pkgname=deadbeef
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A GTK+ audio player for GNU/Linux.'
 arch=('i686' 'x86_64')
 url='http://deadbeef.sourceforge.net'
@@ -12,7 +12,7 @@
 depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
  'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
- 'yasm')
+ 'yasm' 'ffmpeg')
 optdepends=('libsamplerate: for Resampler plugin'
 'libvorbis: for Ogg Vorbis playback'
 'libmad: for MP1/MP2/MP3 playback'
@@ -28,7 +28,8 @@
 'pulseaudio: for PulseAudio output plugin'
 'libx11: for global hotkeys plugin'
 'zlib: for Audio Overload plugin'
-'libzip: for vfs_zip plugin')
+'libzip: for vfs_zip plugin'
+'ffmpeg: for ffmpeg plugin')
 install='deadbeef.install'
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:17:36
  Author: bpiotrowski
Revision: 104030

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

Added:
  gmerlin/repos/community-staging-i686/
  gmerlin/repos/community-staging-i686/PKGBUILD
(from rev 104029, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-i686/cdio-api-fixes.patch
(from rev 104029, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-i686/gmerlin-texi.patch
(from rev 104029, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-i686/gmerlin.install
(from rev 104029, gmerlin/trunk/gmerlin.install)
  gmerlin/repos/community-staging-x86_64/
  gmerlin/repos/community-staging-x86_64/PKGBUILD
(from rev 104029, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-x86_64/cdio-api-fixes.patch
(from rev 104029, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin-texi.patch
(from rev 104029, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin.install
(from rev 104029, gmerlin/trunk/gmerlin.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/cdio-api-fixes.patch   |  104 +
 community-staging-i686/gmerlin-texi.patch | 1846 
 community-staging-i686/gmerlin.install|   25 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/cdio-api-fixes.patch |  104 +
 community-staging-x86_64/gmerlin-texi.patch   | 1846 
 community-staging-x86_64/gmerlin.install  |   25 
 8 files changed, 4038 insertions(+)

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


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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:13:13
  Author: bpiotrowski
Revision: 104026

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

Added:
  qmmp/repos/community-staging-i686/
  qmmp/repos/community-staging-i686/PKGBUILD
(from rev 104025, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-i686/qmmp.changelog
(from rev 104025, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-i686/qmmp.install
(from rev 104025, qmmp/trunk/qmmp.install)
  qmmp/repos/community-staging-x86_64/
  qmmp/repos/community-staging-x86_64/PKGBUILD
(from rev 104025, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-staging-x86_64/qmmp.changelog
(from rev 104025, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-staging-x86_64/qmmp.install
(from rev 104025, qmmp/trunk/qmmp.install)

-+
 community-staging-i686/PKGBUILD |   44 
 community-staging-i686/qmmp.changelog   |  108 ++
 community-staging-i686/qmmp.install |   12 +++
 community-staging-x86_64/PKGBUILD   |   44 
 community-staging-x86_64/qmmp.changelog |  108 ++
 community-staging-x86_64/qmmp.install   |   12 +++
 6 files changed, 328 insertions(+)

Copied: qmmp/repos/community-staging-i686/PKGBUILD (from rev 104025, 
qmmp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:13:13 UTC (rev 104026)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.4
+pkgrel=2
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Copied: qmmp/repos/community-staging-i686/qmmp.changelog (from rev 104025, 
qmmp/trunk/qmmp.changelog)
===
--- community-staging-i686/qmmp.changelog   (rev 0)
+++ community-staging-i686/qmmp.changelog   2014-01-14 16:13:13 UTC (rev 
104026)
@@ -0,0 +1,108 @@
+2013-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.4-1
+
+2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.3-1
+
+2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.2-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.0-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.7-1
+
+2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
+
+2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.6-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.5-1
+
+2012-11-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.4-1
+
+2012-08-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.3-1
+
+2012-07-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.2-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.0-2 ffmpeg 0.11 rebuild
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.6.0-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.5.6-2 ffmpeg 0.11 rebuild
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.5.6-1
+
+2012-06-03 Jaroslav Lichtblau 

[arch-commits] Commit in python2-backports.ssl_match_hostname/repos/community-any (2 files)

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:17:33
  Author: fyan
Revision: 104029

archrelease: copy trunk to community-any

Added:
  python2-backports.ssl_match_hostname/repos/community-any/PKGBUILD
(from rev 104028, python2-backports.ssl_match_hostname/trunk/PKGBUILD)
Deleted:
  python2-backports.ssl_match_hostname/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-14 16:16:24 UTC (rev 104028)
+++ PKGBUILD2014-01-14 16:17:33 UTC (rev 104029)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-backports.ssl_match_hostname
-pkgname=python2-backports.ssl_match_hostname
-pkgver=3.4.0.2
-pkgrel=1
-pkgdesc=The ssl.match_hostname() function from Python 3.4
-arch=(any)
-url=https://bitbucket.org/brandon/backports.ssl_match_hostname;
-license=('PSF')
-makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-${pkgver}.tar.gz;)
-md5sums=(788214f20214c64631f0859dc79f23c6)
-
-package() {
-  depends=('python2')
-
-  cd backports.ssl_match_hostname-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-  

Copied: python2-backports.ssl_match_hostname/repos/community-any/PKGBUILD (from 
rev 104028, python2-backports.ssl_match_hostname/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-14 16:17:33 UTC (rev 104029)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=python2-backports.ssl_match_hostname
+pkgver=3.4.0.2
+pkgrel=1
+pkgdesc=The ssl.match_hostname() function from Python 3.4
+arch=(any)
+url=https://bitbucket.org/brandon/backports.ssl_match_hostname;
+license=('PSF')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-${pkgver}.tar.gz;)
+md5sums=(788214f20214c64631f0859dc79f23c6)
+
+package() {
+  depends=('python2')
+
+  cd backports.ssl_match_hostname-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+  



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

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:32:13
  Author: fyan
Revision: 104031

upgpkg: python-tornado 3.2.0-1

- upstream new release, no longer 'any', and adds new dependency on 
python2-backports.ssl_match_hostname

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:17:36 UTC (rev 104030)
+++ PKGBUILD2014-01-14 16:32:13 UTC (rev 104031)
@@ -3,13 +3,13 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname')
 source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
 
 build() {
@@ -37,7 +37,7 @@
 }
 
 package_python2-tornado() {
-  depends=('python2')
+  depends=('python2' 'python2-backports.ssl_match_hostname')
 
   cd $srcdir/python2-tornado-${pkgver}
 
@@ -44,4 +44,4 @@
   python2 setup.py install --root=${pkgdir} --optimize=1
 }
 
-sha512sums=('57decd9d36aa383dcea20f380fe5b019a228eecb040af3cb6550784605739268dbc1b48378bba2cbce3e7b26d09745bada0f82b2631577a600a82c236b17aa35')
+sha512sums=('1703178be34060a6c36e9e0aa742b87ad905dfb0f565e43a1158edfe5c7800fe35aff9168b60aabd3b831b339af6ef95aaa144a9fb167c5d93f548eb59fc2557')



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:38:47
  Author: bpiotrowski
Revision: 104032

upgpkg: notmuch 0.17-1

rebuild against ruby 2.1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:32:13 UTC (rev 104031)
+++ PKGBUILD2014-01-14 16:38:47 UTC (rev 104032)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.16
+pkgver=0.17
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://notmuchmail.org/;
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=(http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9de9f8a91eb2323d8503872a059c7f11')
+md5sums=('65a6a6f1fe912803b60d5870132e2006')
 
 prepare(){
 #cp -dpr --no-preserve=ownership $srcdir/$pkgname-$pkgver 
$srcdir/$pkgname-runtime-$pkgver



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:39:32
  Author: bpiotrowski
Revision: 104035

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

Added:
  ruby-ncurses/repos/community-staging-i686/
  ruby-ncurses/repos/community-staging-i686/PKGBUILD
(from rev 104034, ruby-ncurses/trunk/PKGBUILD)
  ruby-ncurses/repos/community-staging-x86_64/
  ruby-ncurses/repos/community-staging-x86_64/PKGBUILD
(from rev 104034, ruby-ncurses/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: ruby-ncurses/repos/community-staging-i686/PKGBUILD (from rev 104034, 
ruby-ncurses/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 16:39:32 UTC (rev 104035)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=ruby-ncurses
+pkgver=1.3.1
+pkgrel=6
+pkgdesc='Module for interactive text console applications (ncurses)'
+arch=('x86_64' 'i686')
+url='http://ncurses-ruby.berlios.de/'
+license=('GPL')
+depends=('ruby' 'ncurses')
+makedepends=('addinclude')
+source=(http://download.berlios.de/ncurses-ruby/ncurses-ruby-$pkgver.tar.bz2;
+
'str2cstr.patch::http://pkgs.fedoraproject.org/cgit/ruby-ncurses.git/plain/0001-STR2CSTR-deprecated.patch')
+sha256sums=('dca8ce452e989ce1399cb683184919850f2baf79e6af9d16a7eed6a9ab776ec5'
+'3a9fea87a0fa3eac58022e9e86e901601953939c15ebccede0ba64f4a011039d')
+
+prepare() {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  patch -i ../str2cstr.patch
+  addinclude ncurses_wrap.c sys/time.h
+}
+
+build()  {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  make includedir=/usr/include DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ruby-ncurses/repos/community-staging-x86_64/PKGBUILD (from rev 104034, 
ruby-ncurses/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-14 16:39:32 UTC (rev 104035)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=ruby-ncurses
+pkgver=1.3.1
+pkgrel=6
+pkgdesc='Module for interactive text console applications (ncurses)'
+arch=('x86_64' 'i686')
+url='http://ncurses-ruby.berlios.de/'
+license=('GPL')
+depends=('ruby' 'ncurses')
+makedepends=('addinclude')
+source=(http://download.berlios.de/ncurses-ruby/ncurses-ruby-$pkgver.tar.bz2;
+
'str2cstr.patch::http://pkgs.fedoraproject.org/cgit/ruby-ncurses.git/plain/0001-STR2CSTR-deprecated.patch')
+sha256sums=('dca8ce452e989ce1399cb683184919850f2baf79e6af9d16a7eed6a9ab776ec5'
+'3a9fea87a0fa3eac58022e9e86e901601953939c15ebccede0ba64f4a011039d')
+
+prepare() {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  patch -i ../str2cstr.patch
+  addinclude ncurses_wrap.c sys/time.h
+}
+
+build()  {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/ncurses-ruby-$pkgver
+
+  make includedir=/usr/include DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:39:44
  Author: bpiotrowski
Revision: 104036

upgpkg: uwsgi 1.9.21.1-2

rebuild against ruby 2.1

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:39:32 UTC (rev 104035)
+++ PKGBUILD2014-01-14 16:39:44 UTC (rev 104036)
@@ -24,7 +24,7 @@
 )
 #uwsgi-plugin-erlang
 pkgver=1.9.21.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
 license=(GPL2)



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

2014-01-14 Thread Bartłomiej Piotrowski
Date: Tuesday, January 14, 2014 @ 17:39:26
  Author: bpiotrowski
Revision: 104034

upgpkg: ruby-ncurses 1.3.1-6

rebuild against ruby 2.1

Modified:
  ruby-ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:38:59 UTC (rev 104033)
+++ PKGBUILD2014-01-14 16:39:26 UTC (rev 104034)
@@ -6,7 +6,7 @@
 
 pkgname=ruby-ncurses
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Module for interactive text console applications (ncurses)'
 arch=('x86_64' 'i686')
 url='http://ncurses-ruby.berlios.de/'



  1   2   >