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

2014-09-16 Thread Eric Bélanger
Date: Tuesday, September 16, 2014 @ 08:45:38
  Author: eric
Revision: 119045

upgpkg: electricsheep 2.7b33-21

Rebuild against ffmpeg 2.4

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 05:30:29 UTC (rev 119044)
+++ PKGBUILD2014-09-16 06:45:38 UTC (rev 119045)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=20
+pkgrel=21
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;
@@ -41,6 +41,7 @@
 # Do not build broken electricsheep-preferences
   patch -p0 -i ${srcdir}/electricsheep-no-wxgtk.patch
 
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
   sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
   sed -i '12 i\
 #include cstdio' Common/Singleton.h



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

2014-09-16 Thread Eric Bélanger
Date: Tuesday, September 16, 2014 @ 08:47:23
  Author: eric
Revision: 119046

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 119045, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 119045, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 119045, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 119045, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   64 +
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 
 community-staging-x86_64/PKGBUILD |   64 +
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 
 4 files changed, 282 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 119045, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-16 06:47:23 UTC (rev 119046)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=21
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i ${srcdir}/electricsheep-no-wxgtk.patch
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+= -I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch 
(from rev 119045, electricsheep/trunk/electricsheep-no-wxgtk.patch)
===
--- community-staging-i686/electricsheep-no-wxgtk.patch 
(rev 0)
+++ community-staging-i686/electricsheep-no-wxgtk.patch 2014-09-16 06:47:23 UTC 
(rev 119046)
@@ -0,0 +1,77 @@
+--- configure.ac.orig  2014-08-17 17:28:46.314141026 -0400
 configure.ac   2014-08-17 17:29:21.084084594 -0400
+@@ -71,64 +71,7 @@
+ 
+ 
+ 
+-dnl Check for WXWidgets
+-WX_VER_291=
+ 
+-AC_PATH_PROG(WX_CONFIG, wx-config, no)
+-
+-if test x$WX_CONFIG != xno; then
+-   WX_VERSION=`wx-config --version`
+-
+-   WX_MAJOR=${WX_VERSION%%.*};
+-   WX_MINOR=${WX_VERSION#*.};
+-   WX_MINOR=${WX_MINOR%%.*};
+-   WX_MICRO=${WX_VERSION##*.};
+-
+-   if test $WX_MAJOR -gt 2; then
+-  WX_VER_291=yes
+-   else
+- if test $WX_MAJOR -eq 2; then
+-if test 

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

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 13:18:44
  Author: fyan
Revision: 221800

upgpkg: ibus 1.5.9-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 04:04:39 UTC (rev 221799)
+++ PKGBUILD2014-09-16 11:18:44 UTC (rev 221800)
@@ -3,7 +3,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.8
+pkgver=1.5.9
 pkgrel=1
 pkgdesc=Next Generation Input Bus for Linux
 arch=('i686' 'x86_64')



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

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 13:19:32
  Author: fyan
Revision: 221801

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

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

---+
 /PKGBUILD |  110 
 /ibus.install |   40 
 extra-i686/PKGBUILD   |   55 --
 extra-i686/ibus.install   |   20 
 extra-x86_64/PKGBUILD |   55 --
 extra-x86_64/ibus.install |   20 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 11:18:44 UTC (rev 221800)
+++ extra-i686/PKGBUILD 2014-09-16 11:19:32 UTC (rev 221801)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.8
-pkgrel=1
-pkgdesc=Next Generation Input Bus for Linux
-arch=('i686' 'x86_64')
-url=http://ibus.googlecode.com;
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---enable-python-library \
---with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=(libibus=$pkgver)
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR=${pkgdir} install
-  make -C src DESTDIR=${pkgdir} uninstall
-  make -C bindings DESTDIR=${pkgdir} uninstall
-  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc=IBus support library
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR=${pkgdir} install
-  make -C bindings DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 221800, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-16 11:19:32 UTC (rev 221801)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.9
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
+options=('!emptydirs')
+source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=(libibus=$pkgver)
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR=${pkgdir} install
+  make -C src DESTDIR=${pkgdir} uninstall
+  make -C bindings DESTDIR=${pkgdir} uninstall
+  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc=IBus support library
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR=${pkgdir} install
+  make -C bindings DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2014-09-16 11:18:44 UTC (rev 221800)
+++ extra-i686/ibus.install 2014-09-16 11:19:32 UTC (rev 221801)
@@ -1,20 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-  glib-compile-schemas usr/share/glib-2.0/schemas
-
-  dconf update
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-
-  rm -f etc/dconf/db/ibus
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 221800, 

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

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 13:26:20
  Author: fyan
Revision: 119047

upgpkg: ibus-anthy 1.5.6-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 06:47:23 UTC (rev 119046)
+++ PKGBUILD2014-09-16 11:26:20 UTC (rev 119047)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-anthy
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('i686' 'x86_64')



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

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 13:27:07
  Author: fyan
Revision: 119048

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
(from rev 119047, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-i686/ibus-anthy.install
(from rev 119047, ibus-anthy/trunk/ibus-anthy.install)
  ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 119047, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/ibus-anthy.install
(from rev 119047, ibus-anthy/trunk/ibus-anthy.install)
Deleted:
  ibus-anthy/repos/community-i686/PKGBUILD
  ibus-anthy/repos/community-i686/ibus-anthy.install
  ibus-anthy/repos/community-x86_64/PKGBUILD
  ibus-anthy/repos/community-x86_64/ibus-anthy.install

-+
 /PKGBUILD   |   62 ++
 /ibus-anthy.install |   22 
 community-i686/PKGBUILD |   31 -
 community-i686/ibus-anthy.install   |   11 --
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/ibus-anthy.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-16 11:26:20 UTC (rev 119047)
+++ community-i686/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leemars at gmail dot com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-anthy
-pkgver=1.5.5
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('swig' 'intltool' 'git')
-install=$pkgname.install
-source=(git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-}
-

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 119047, 
ibus-anthy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-anthy
+pkgver=1.5.6
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('swig' 'intltool' 'git')
+install=$pkgname.install
+source=(git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}
+

Deleted: community-i686/ibus-anthy.install
===
--- community-i686/ibus-anthy.install   2014-09-16 11:26:20 UTC (rev 119047)
+++ community-i686/ibus-anthy.install   2014-09-16 11:27:07 UTC (rev 119048)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ibus-anthy/repos/community-i686/ibus-anthy.install (from rev 119047, 
ibus-anthy/trunk/ibus-anthy.install)
===
--- community-i686/ibus-anthy.install   (rev 0)
+++ community-i686/ibus-anthy.install   2014-09-16 11:27:07 UTC (rev 119048)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-16 11:26:20 UTC (rev 119047)
+++ community-x86_64/PKGBUILD   2014-09-16 11:27:07 UTC (rev 119048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leemars at gmail dot com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-anthy
-pkgver=1.5.5
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'

[arch-commits] Commit in vpnc/trunk (PKGBUILD vpnc@.service)

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 14:16:19
  Author: fyan
Revision: 221802

upgpkg: vpnc 0.5.3.svn527-3

add a systemd unit (FS#41910)

Added:
  vpnc/trunk/vpnc@.service
Modified:
  vpnc/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 vpnc@.service |   10 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 11:19:32 UTC (rev 221801)
+++ PKGBUILD2014-09-16 12:16:19 UTC (rev 221802)
@@ -6,7 +6,7 @@
 _vpncver=0.5.3
 _git=d2c5a77f3f0ea6ad80fc59158127d63ede81a6cb
 pkgver=$_vpncver.svn527
-pkgrel=2
+pkgrel=3
 pkgdesc=VPN client for cisco3000 VPN Concentrators
 url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
 license=('GPL')
@@ -15,11 +15,13 @@
 arch=('i686' 'x86_64')
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
 
http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/$_git:/vpnc-script;
-'vpnc.conf')
+'vpnc.conf'
+'vpnc@.service')
 backup=('etc/vpnc/default.conf')
 md5sums=('db1908bc5cf2b70334c9f74a597a4623'
  '70198474faf36a84beaa11136f6c4d9c'
- 'a3f4e0cc682f437e310a1c86ae198e45')
+ 'a3f4e0cc682f437e310a1c86ae198e45'
+ '09cfded435c43dd2adb5a8863bd74cfc')
 
 mktarball() {
   [[ -d tarball ]] || mkdir tarball
@@ -56,4 +58,6 @@
 
   install -Dm644 $srcdir/vpnc.conf $pkgdir/etc/vpnc/default.conf
   install -Dm755 $srcdir/vpnc-script $pkgdir/etc/vpnc/vpnc-script
+
+  install -Dm644 $srcdir/vpnc@.service 
$pkgdir/usr/lib/systemd/system/vpnc@.service
 }

Added: vpnc@.service
===
--- vpnc@.service   (rev 0)
+++ vpnc@.service   2014-09-16 12:16:19 UTC (rev 221802)
@@ -0,0 +1,10 @@
+[Unit]
+Description=VPNC connection to %i
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/vpnc --pid-file=/run/vpnc@%i.pid /etc/vpnc/%i.conf
+PIDFile=/run/vpnc@%i.pid
+
+[Install]
+WantedBy=multi-user.target



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

2014-09-16 Thread Felix Yan
Date: Tuesday, September 16, 2014 @ 14:17:34
  Author: fyan
Revision: 221803

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

Added:
  vpnc/repos/extra-i686/PKGBUILD
(from rev 221802, vpnc/trunk/PKGBUILD)
  vpnc/repos/extra-i686/vpnc.conf
(from rev 221802, vpnc/trunk/vpnc.conf)
  vpnc/repos/extra-i686/vpnc@.service
(from rev 221802, vpnc/trunk/vpnc@.service)
  vpnc/repos/extra-x86_64/PKGBUILD
(from rev 221802, vpnc/trunk/PKGBUILD)
  vpnc/repos/extra-x86_64/vpnc.conf
(from rev 221802, vpnc/trunk/vpnc.conf)
  vpnc/repos/extra-x86_64/vpnc@.service
(from rev 221802, vpnc/trunk/vpnc@.service)
Deleted:
  vpnc/repos/extra-i686/PKGBUILD
  vpnc/repos/extra-i686/vpnc.conf
  vpnc/repos/extra-x86_64/PKGBUILD
  vpnc/repos/extra-x86_64/vpnc.conf

+
 /PKGBUILD  |  126 +++
 /vpnc.conf |   34 +++
 extra-i686/PKGBUILD|   59 
 extra-i686/vpnc.conf   |   17 -
 extra-i686/vpnc@.service   |   10 +++
 extra-x86_64/PKGBUILD  |   59 
 extra-x86_64/vpnc.conf |   17 -
 extra-x86_64/vpnc@.service |   10 +++
 8 files changed, 180 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 12:16:19 UTC (rev 221802)
+++ extra-i686/PKGBUILD 2014-09-16 12:17:34 UTC (rev 221803)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=vpnc
-_vpncver=0.5.3
-_git=d2c5a77f3f0ea6ad80fc59158127d63ede81a6cb
-pkgver=$_vpncver.svn527
-pkgrel=2
-pkgdesc=VPN client for cisco3000 VPN Concentrators
-url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
-license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2')
-optdepends=('openresolv: Let vpnc manage resolv.conf')
-arch=('i686' 'x86_64')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/$_git:/vpnc-script;
-'vpnc.conf')
-backup=('etc/vpnc/default.conf')
-md5sums=('db1908bc5cf2b70334c9f74a597a4623'
- '70198474faf36a84beaa11136f6c4d9c'
- 'a3f4e0cc682f437e310a1c86ae198e45')
-
-mktarball() {
-  [[ -d tarball ]] || mkdir tarball
-
-  pushd tarball
-
-  svn co http://svn.unix-ag.uni-kl.de/vpnc/trunk
-  _svnrev=$(cd trunk /dev/null; svn info | awk '/^Revision:/ { print $2 }')
-
-  find trunk/ -type d -name .svn -exec rm -rf {} +
-  mv trunk $pkgname-$_vpncver.svn$_svnrev
-  tar cJf ../$pkgname-$_vpncver.svn$_svnrev.tar.xz 
$pkgname-$_vpncver.svn$_svnrev/
-
-  popd
-  rm -rf tarball
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Build hybrid support
-  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
-
-  # fix resolvconf location for community/openresolv
-  sed -i 's|/sbin/resolvconf|/usr|g' $srcdir/vpnc-script
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin install
-
-  install -Dm644 $srcdir/vpnc.conf $pkgdir/etc/vpnc/default.conf
-  install -Dm755 $srcdir/vpnc-script $pkgdir/etc/vpnc/vpnc-script
-}

Copied: vpnc/repos/extra-i686/PKGBUILD (from rev 221802, vpnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-16 12:17:34 UTC (rev 221803)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=vpnc
+_vpncver=0.5.3
+_git=d2c5a77f3f0ea6ad80fc59158127d63ede81a6cb
+pkgver=$_vpncver.svn527
+pkgrel=3
+pkgdesc=VPN client for cisco3000 VPN Concentrators
+url=http://www.unix-ag.uni-kl.de/~massar/vpnc/;
+license=('GPL')
+depends=('libgcrypt' 'openssl' 'iproute2')
+optdepends=('openresolv: Let vpnc manage resolv.conf')
+arch=('i686' 'x86_64')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz;
+
http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/$_git:/vpnc-script;
+'vpnc.conf'
+'vpnc@.service')
+backup=('etc/vpnc/default.conf')
+md5sums=('db1908bc5cf2b70334c9f74a597a4623'
+ '70198474faf36a84beaa11136f6c4d9c'
+ 'a3f4e0cc682f437e310a1c86ae198e45'
+ '09cfded435c43dd2adb5a8863bd74cfc')
+
+mktarball() {
+  [[ -d tarball ]] || mkdir tarball
+
+  pushd tarball
+
+  svn co http://svn.unix-ag.uni-kl.de/vpnc/trunk
+  _svnrev=$(cd trunk /dev/null; svn info | awk '/^Revision:/ { print $2 }')
+
+  find trunk/ -type d -name .svn -exec rm -rf {} +
+  mv trunk $pkgname-$_vpncver.svn$_svnrev
+  tar cJf ../$pkgname-$_vpncver.svn$_svnrev.tar.xz 
$pkgname-$_vpncver.svn$_svnrev/
+
+  popd
+  rm -rf tarball
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
+
+  # fix resolvconf location for community/openresolv
+  sed -i 

[arch-commits] Commit in python-scikit-learn/repos (8 files)

2014-09-16 Thread Andrzej Giniewicz
Date: Tuesday, September 16, 2014 @ 15:10:37
  Author: aginiewicz
Revision: 119050

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

Added:
  python-scikit-learn/repos/community-i686/LICENSE
(from rev 119049, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-i686/PKGBUILD
(from rev 119049, python-scikit-learn/trunk/PKGBUILD)
  python-scikit-learn/repos/community-x86_64/LICENSE
(from rev 119049, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 119049, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-i686/LICENSE
  python-scikit-learn/repos/community-i686/PKGBUILD
  python-scikit-learn/repos/community-x86_64/LICENSE
  python-scikit-learn/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   48 ++
 /PKGBUILD |  116 
 community-i686/LICENSE|   24 -
 community-i686/PKGBUILD   |   58 --
 community-x86_64/LICENSE  |   24 -
 community-x86_64/PKGBUILD |   58 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-09-16 13:10:26 UTC (rev 119049)
+++ community-i686/LICENSE  2014-09-16 13:10:37 UTC (rev 119050)
@@ -1,24 +0,0 @@
-Copyright (c) 2010–2011, scikit-learn developers
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the organization nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-scikit-learn/repos/community-i686/LICENSE (from rev 119049, 
python-scikit-learn/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-09-16 13:10:37 UTC (rev 119050)
@@ -0,0 +1,24 @@
+Copyright (c) 2010–2011, scikit-learn developers
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the organization nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===
--- 

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

2014-09-16 Thread Andrzej Giniewicz
Date: Tuesday, September 16, 2014 @ 15:10:26
  Author: aginiewicz
Revision: 119049

upgpkg: python-scikit-learn 0.15.2-1

update python-scikit-learn to new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 11:27:07 UTC (rev 119048)
+++ PKGBUILD2014-09-16 13:10:26 UTC (rev 119049)
@@ -3,8 +3,8 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.15.2
+pkgrel=1
 pkgdesc=A set of python modules for machine learning and data mining
 arch=('i686' 'x86_64')
 url=http://scikit-learn.sourceforge.net/;
@@ -12,9 +12,9 @@
 makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools')
 options=(!emptydirs)
 
-source=(http://downloads.sourceforge.net/project/scikit-learn/scikit-learn-${pkgver}.tar.gz;
 
+source=(https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-${pkgver}.tar.gz;
 LICENSE)
-md5sums=('133771b23e245eeb3150940d59a3581c'
+md5sums=('d9822ad0238e17b382a3c756ea94fe0d'
  '327083d2576cc0aad1b8f10b2bcd2974')
 
 prepare() {



[arch-commits] Commit in (chmsee)

2014-09-16 Thread Laurent Carlier
Date: Tuesday, September 16, 2014 @ 15:39:59
  Author: lcarlier
Revision: 119053

moved to AUR

Deleted:
  chmsee/



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:02:56
  Author: bpiotrowski
Revision: 221804

upgpkg: nginx 1.6.2-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 12:17:34 UTC (rev 221803)
+++ PKGBUILD2014-09-16 16:02:56 UTC (rev 221804)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=nginx
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
+md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
  '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:03:04
  Author: bpiotrowski
Revision: 221805

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 221804, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 221804, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 221804, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 221804, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 221804, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 221804, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 221804, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 221804, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 16:02:56 UTC (rev 221804)
+++ extra-i686/PKGBUILD 2014-09-16 16:03:04 UTC (rev 221805)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.1
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

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

2014-09-16 Thread Dave Reisner
Date: Tuesday, September 16, 2014 @ 18:55:25
  Author: dreisner
Revision: 221806

upgpkg: dbus 1.8.8-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 16:03:04 UTC (rev 221805)
+++ PKGBUILD2014-09-16 16:55:25 UTC (rev 221806)
@@ -5,7 +5,7 @@
 
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.8.6
+pkgver=1.8.8
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -14,7 +14,7 @@
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
 30-dbus)
-md5sums=('6a08ba555d340e9dfe2d623b83c0eea8'
+md5sums=('b9f4a18ee3faa1e07c04aa1d83239c43'
  'SKIP'
  '3314d727fa57fc443fce25b5cbeebbcc')
 



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

2014-09-16 Thread Dave Reisner
Date: Tuesday, September 16, 2014 @ 18:55:58
  Author: dreisner
Revision: 221807

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 221806, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 221806, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 221806, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 221806, dbus/trunk/PKGBUILD)

-+
 testing-i686/30-dbus|6 
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/30-dbus  |6 
 testing-x86_64/PKGBUILD |   65 ++
 4 files changed, 142 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 221806, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2014-09-16 16:55:58 UTC (rev 221807)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 221806, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-16 16:55:58 UTC (rev 221807)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.8
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('b9f4a18ee3faa1e07c04aa1d83239c43'
+ 'SKIP'
+ '3314d727fa57fc443fce25b5cbeebbcc')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/var/run
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+}
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir -C dbus install
+  make DESTDIR=$pkgdir install-data-am
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libdbus/COPYING
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 221806, dbus/trunk/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2014-09-16 16:55:58 UTC (rev 221807)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 221806, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-16 16:55:58 UTC (rev 221807)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.8
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('b9f4a18ee3faa1e07c04aa1d83239c43'
+ 'SKIP'
+ '3314d727fa57fc443fce25b5cbeebbcc')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:56:43
  Author: bpiotrowski
Revision: 119054

upgpkg: redis 2.8.16-1

new upstream release

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 13:39:59 UTC (rev 119053)
+++ PKGBUILD2014-09-16 16:56:43 UTC (rev 119054)
@@ -5,7 +5,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.15
+pkgver=2.8.16
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate redis.tmpfiles.d
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('2a02cef123fffac2ee980323df3fcd7f'
+md5sums=('edfab946e3bb4cefc3227a52399ce107'
  'aec12c881dc2693754f85539ae8e0bc7'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490'



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:56:57
  Author: bpiotrowski
Revision: 119055

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 119054, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 119054, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 119054, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 119054, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 119054, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 119054, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 119054, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 119054, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 119054, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 119054, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 119054, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 119054, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 119054, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 119054, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  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-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  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-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   22 +++
 /redis.tmpfiles.d   |2 
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   11 -
 community-i686/redis.tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   11 -
 community-x86_64/redis.tmpfiles.d   |1 
 21 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-16 16:56:43 UTC (rev 119054)
+++ community-i686/PKGBUILD 2014-09-16 16:56:57 UTC (rev 119055)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.15
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-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
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('2a02cef123fffac2ee980323df3fcd7f'
- 'aec12c881dc2693754f85539ae8e0bc7'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 

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

2014-09-16 Thread Jonathan Steel
Date: Tuesday, September 16, 2014 @ 19:35:59
  Author: jsteel
Revision: 119056

upgpkg: puppet 3.7.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 16:56:57 UTC (rev 119055)
+++ PKGBUILD2014-09-16 17:35:59 UTC (rev 119056)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
@@ -22,7 +22,7 @@
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('26f27d18263f907eb12d1ff57e7f8c90')
+md5sums=('28e2794d47a4e915504e3fabb454ac1f')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-09-16 Thread Jonathan Steel
Date: Tuesday, September 16, 2014 @ 19:36:15
  Author: jsteel
Revision: 119057

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  128 +++
 puppet.install |   46 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-16 17:35:59 UTC (rev 119056)
+++ PKGBUILD2014-09-16 17:36:15 UTC (rev 119057)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
-# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
-# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
-# Contributor: Miah Johnson miah (at) chia-pet dot org
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=puppet
-pkgver=3.7.0
-pkgrel=1
-pkgdesc=Server automation framework and application
-arch=('any')
-url=http://puppetlabs.com/puppet/puppet-open-source;
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('26f27d18263f907eb12d1ff57e7f8c90')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-$pkgdir/etc/$pkgname/$pkgname.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
-$pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
-$pkgdir/etc/$pkgname/fileserver.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
-$pkgdir/etc/$pkgname/tagmail.conf
-
-  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}/
-
-  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-$pkgdir/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 119056, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-16 17:36:15 UTC (rev 119057)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.7.1
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('28e2794d47a4e915504e3fabb454ac1f')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ruby install.rb 

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

2014-09-16 Thread Eric Bélanger
Date: Tuesday, September 16, 2014 @ 19:40:02
  Author: eric
Revision: 119058

upgpkg: youtube-dl 2014.09.16-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 17:36:15 UTC (rev 119057)
+++ PKGBUILD2014-09-16 17:40:02 UTC (rev 119058)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.09.14.3
+pkgver=2014.09.16
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d3e7b6c8c56f014a7f2337d49497fce73afa4692'
+sha1sums=('ce4de61c5d658d8b3b4762c4f5602cf2a2ae5e5b'
   'SKIP')
 
 prepare() {



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

2014-09-16 Thread Eric Bélanger
Date: Tuesday, September 16, 2014 @ 19:41:24
  Author: eric
Revision: 119059

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 119058, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-16 17:40:02 UTC (rev 119058)
+++ PKGBUILD2014-09-16 17:41:24 UTC (rev 119059)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.09.14.3
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('d3e7b6c8c56f014a7f2337d49497fce73afa4692'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 119058, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-16 17:41:24 UTC (rev 119059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.09.16
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('ce4de61c5d658d8b3b4762c4f5602cf2a2ae5e5b'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-09-16 Thread Andrea Scarpino
Date: Tuesday, September 16, 2014 @ 22:00:23
  Author: andrea
Revision: 221808

Upstream release

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 16:55:58 UTC (rev 221807)
+++ PKGBUILD2014-09-16 20:00:23 UTC (rev 221808)
@@ -23,7 +23,7 @@
  'qt5-websockets'
  'qt5-x11extras'
  'qt5-xmlpatterns')
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
@@ -39,7 +39,7 @@
 
source=(http://download.qt-project.org/official_releases/qt/5.3/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
 'use-python2.patch')
-md5sums=('f9a24a0d5645efa0715b6ff0fa13d60f'
+md5sums=('c4e893678e3d8388ab04d059523d1d78'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'



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

2014-09-16 Thread Andrzej Giniewicz
Date: Tuesday, September 16, 2014 @ 22:16:26
  Author: aginiewicz
Revision: 119061

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 119060, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 119060, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 119060, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/ffmpeg-2.0.diff
(from rev 119060, vtk/trunk/ffmpeg-2.0.diff)
  vtk/repos/community-staging-i686/ffmpeg-2.4.diff
(from rev 119060, vtk/trunk/ffmpeg-2.4.diff)
  vtk/repos/community-staging-i686/freetype.diff
(from rev 119060, vtk/trunk/freetype.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 119060, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 119060, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 119060, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 119060, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 119060, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-2.0.diff
(from rev 119060, vtk/trunk/ffmpeg-2.0.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-2.4.diff
(from rev 119060, vtk/trunk/ffmpeg-2.4.diff)
  vtk/repos/community-staging-x86_64/freetype.diff
(from rev 119060, vtk/trunk/freetype.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 119060, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 119060, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  127 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 
 community-staging-i686/ffmpeg-2.0.diff   |   21 
 community-staging-i686/ffmpeg-2.4.diff   |   59 +++
 community-staging-i686/freetype.diff |   16 +++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  127 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 
 community-staging-x86_64/ffmpeg-2.0.diff |   21 
 community-staging-x86_64/ffmpeg-2.4.diff |   59 +++
 community-staging-x86_64/freetype.diff   |   16 +++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 16 files changed, 718 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 119060, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-16 20:16:26 UTC (rev 119061)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
+# Contributor: leepesjee lpeschier at xs4all dot nl
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=13
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk' 'wget')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=(http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz;
+
http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz;
+ffmpeg-0.8.diff ffmpeg-0.11.diff ffmpeg-2.0.diff ffmpeg-2.4.diff
+tcl-8.6.diff python-destdir.diff freetype.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ '4ff5668957336709dcd096fbac102558'
+ '731e870919314d7512a6586210e79165'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560'
+ '1e45b3664b395c70017ff46d3370c84d')
+
+prepare() {
+  cd ${srcdir}/VTK$pkgver
+
+  # fix compilation errors:

[arch-commits] Commit in vtk/trunk (PKGBUILD ffmpeg-2.4.diff)

2014-09-16 Thread Andrzej Giniewicz
Date: Tuesday, September 16, 2014 @ 22:16:08
  Author: aginiewicz
Revision: 119060

upgpkg: vtk 5.10.1-13

todo: ffmpeg 2.4 rebuild

Added:
  vtk/trunk/ffmpeg-2.4.diff
Modified:
  vtk/trunk/PKGBUILD

-+
 PKGBUILD|6 +++--
 ffmpeg-2.4.diff |   59 ++
 2 files changed, 63 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 17:41:24 UTC (rev 119059)
+++ PKGBUILD2014-09-16 20:16:08 UTC (rev 119060)
@@ -12,7 +12,7 @@
 
 pkgname=vtk
 pkgver=5.10.1
-pkgrel=12
+pkgrel=13
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
@@ -26,7 +26,7 @@
 'graphviz: drawing tools')
 source=(http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz;
 
http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz;
-ffmpeg-0.8.diff ffmpeg-0.11.diff ffmpeg-2.0.diff
+ffmpeg-0.8.diff ffmpeg-0.11.diff ffmpeg-2.0.diff ffmpeg-2.4.diff
 tcl-8.6.diff python-destdir.diff freetype.diff)
 md5sums=('264b0052e65bd6571a84727113508789'
  'b6355063264cd56bcd1396c92f6ca59a'
@@ -33,6 +33,7 @@
  'e992321c9d1def6034d0fa6607b40c5a'
  '81922ea61989e5591135f233a0400694'
  '4ff5668957336709dcd096fbac102558'
+ '731e870919314d7512a6586210e79165'
  'a804a9f034e24ef1a8b28542c15ce1a1'
  'f7aba715bcc10de93a6ecf1cd6b0c560'
  '1e45b3664b395c70017ff46d3370c84d')
@@ -44,6 +45,7 @@
   patch -Np1 -i ${srcdir}/ffmpeg-0.8.diff
   patch -Np1 -i ${srcdir}/ffmpeg-0.11.diff
   patch -Np1 -i ${srcdir}/ffmpeg-2.0.diff
+  patch -Np1 -i ${srcdir}/ffmpeg-2.4.diff
   patch -Np1 -i ${srcdir}/tcl-8.6.diff
   patch -Np1 -i ${srcdir}/python-destdir.diff
   patch -Np1 -i ${srcdir}/freetype.diff

Added: ffmpeg-2.4.diff
===
--- ffmpeg-2.4.diff (rev 0)
+++ ffmpeg-2.4.diff 2014-09-16 20:16:08 UTC (rev 119060)
@@ -0,0 +1,59 @@
+diff -rupN VTK5.10.1.orig/IO/vtkFFMPEGWriter.cxx 
VTK5.10.1/IO/vtkFFMPEGWriter.cxx
+--- VTK5.10.1.orig/IO/vtkFFMPEGWriter.cxx  2014-09-16 21:06:54.681786419 
+0200
 VTK5.10.1/IO/vtkFFMPEGWriter.cxx   2014-09-16 21:36:23.589177218 +0200
+@@ -140,12 +140,13 @@ int vtkFFMPEGWriterInternal::Start()
+   strcpy(this-avFormatContext-filename, this-Writer-GetFileName());
+ 
+   //create a stream for that file
+-  this-avStream = av_new_stream(this-avFormatContext, 0);
++  this-avStream = avformat_new_stream(this-avFormatContext, NULL);
+   if (!this-avStream) 
+ {
+ vtkGenericWarningMacro ( Could not create video stream.);
+ return 0;
+ }
++  this-avStream-id = 0;
+   
+   //Set up the codec.
+   AVCodecContext *c = this-avStream-codec;
+@@ -217,7 +218,7 @@ int vtkFFMPEGWriterInternal::Start()
+ }
+ 
+   //for the output of the writer's input...
+-  this-rgbInput = avcodec_alloc_frame();
++  this-rgbInput = av_frame_alloc();
+   if (!this-rgbInput)
+ {
+ vtkGenericWarningMacro ( Could not make rgbInput avframe. );
+@@ -234,7 +235,7 @@ int vtkFFMPEGWriterInternal::Start()
+   avpicture_fill((AVPicture *)this-rgbInput, rgb, PIX_FMT_RGB24, c-width, 
c-height);
+ 
+   //and for the output to the codec's input.
+-  this-yuvOutput = avcodec_alloc_frame();
++  this-yuvOutput = av_frame_alloc();
+   if (!this-yuvOutput)
+ {
+ vtkGenericWarningMacro ( Could not make yuvOutput avframe. );
+@@ -314,12 +315,17 @@ int vtkFFMPEGWriterInternal::Write(vtkIm
+ }
+ #endif
+ 
+-
+   //run the encoder
+-  int toAdd = avcodec_encode_video(cc, 
+-   this-codecBuf, 
+-   this-codecBufSize, 
+-   this-yuvOutput);
++  AVPacket avpacket;
++  int got_packet;
++  av_init_packet(avpacket);
++  avpacket.data = this-codecBuf;
++  avpacket.size = this-codecBufSize;
++  int toAdd = avcodec_encode_video2(cc,
++   avpacket,
++   this-yuvOutput,
++   got_packet);
++  if (!toAdd  got_packet) toAdd = avpacket.size;
+ 
+   //dump the compressed result to file
+   if (toAdd) 



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

2014-09-16 Thread Ronald van Haren
Date: Tuesday, September 16, 2014 @ 22:47:31
  Author: ronald
Revision: 221809

upgpkg: efl 1.11.2-2

fix docs

Added:
  efl/trunk/eina_doxygen.patch
Modified:
  efl/trunk/PKGBUILD

+
 PKGBUILD   |   15 ++-
 eina_doxygen.patch |   10 ++
 2 files changed, 20 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 20:00:23 UTC (rev 221808)
+++ PKGBUILD2014-09-16 20:47:31 UTC (rev 221809)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
@@ -15,18 +15,23 @@
  'libxinerama' 'libxrandr' 'libxss'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
  'libxkbcommon' 'wayland')
-optdepends=('python2: eina-bench-cmp')
+optdepends=('python2: einabench-cmp')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
 replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
   'emotion' 'ethumb' 'evas')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
+   'eina_doxygen.patch')
 install=efl.install
-sha1sums=('6faabf84126f2ba790b77adef65803154bf7')
+sha1sums=('6faabf84126f2ba790b77adef65803154bf7'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
+
+  # fix docs building
+  patch -Np0 -i ${srcdir}/eina_doxygen.patch
 }
 
 build() {
@@ -40,7 +45,7 @@
   --enable-image-loader-webp --enable-harfbuzz --enable-wayland 
 
   make
-  make -j1 doc || return 0 # ignore error in building docs
+  make -j1 doc
 }
 
 package_efl(){

Added: eina_doxygen.patch
===
--- eina_doxygen.patch  (rev 0)
+++ eina_doxygen.patch  2014-09-16 20:47:31 UTC (rev 221809)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h2013-02-16 12:52:32.0 +0100
 src/lib/eina/eina_hamster.h.new2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+  *
+  * @brief These functions provide hamster calls.
+  *
+- * @{
+  */
+ 
+ /**



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

2014-09-16 Thread Ronald van Haren
Date: Tuesday, September 16, 2014 @ 22:47:51
  Author: ronald
Revision: 221810

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 221809, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 221809, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 221809, efl/trunk/efl.install)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 221809, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 221809, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 221809, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 221809, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 221809, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install

+
 /PKGBUILD  |  142 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /efl.install   |   32 ++
 extra-i686/PKGBUILD|   66 
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/efl.install |   16 ---
 extra-i686/eina_doxygen.patch  |   10 +
 extra-x86_64/PKGBUILD  |   66 
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/efl.install   |   16 ---
 extra-x86_64/eina_doxygen.patch|   10 +
 11 files changed, 272 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 20:47:31 UTC (rev 221809)
+++ extra-i686/PKGBUILD 2014-09-16 20:47:51 UTC (rev 221810)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.11.2
-pkgrel=1
-pkgdesc=Enlightenment Foundation Libraries
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland')
-optdepends=('python2: eina-bench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
-install=efl.install
-sha1sums=('6faabf84126f2ba790b77adef65803154bf7')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland 
-
-  make
-  make -j1 doc || return 0 # ignore error in building docs
-}
-
-package_efl(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
-}
-
-package_efl-docs() {
-  pkgdesc=Documentation for the Enlightenment Foundation Libraries
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 221809, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-16 20:47:51 UTC (rev 221810)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.11.2
+pkgrel=2
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')

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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:21:07
  Author: seblu
Revision: 119064

upgpkg: glances 2.1-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 21:15:05 UTC (rev 119063)
+++ PKGBUILD2014-09-16 21:21:07 UTC (rev 119064)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.0.1
+pkgver=2.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -15,7 +15,7 @@
 'python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('313bc2a161fb6820f554bd3e850f3f8d')
+md5sums=('6adebaf54015daa5a0e40aa44f4c3d96')
 
 package() {
   cd Glances-$pkgver



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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:21:16
  Author: seblu
Revision: 119065

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 119064, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-16 21:21:07 UTC (rev 119064)
+++ PKGBUILD2014-09-16 21:21:16 UTC (rev 119065)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-'python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('313bc2a161fb6820f554bd3e850f3f8d')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 119064, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-16 21:21:16 UTC (rev 119065)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+'python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('6adebaf54015daa5a0e40aa44f4c3d96')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:15:05
  Author: seblu
Revision: 119063

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-16 21:14:49 UTC (rev 119062)
+++ community-i686/PKGBUILD 2014-09-16 21:15:05 UTC (rev 119063)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ext4magic
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://developer.berlios.de/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('59c194b71e33aa6bd098b91f802e67d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ext4magic/repos/community-i686/PKGBUILD (from rev 119062, 
ext4magic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-16 21:15:05 UTC (rev 119063)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-16 21:14:49 UTC (rev 119062)
+++ community-x86_64/PKGBUILD   2014-09-16 21:15:05 UTC (rev 119063)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ext4magic
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://developer.berlios.de/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('59c194b71e33aa6bd098b91f802e67d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ext4magic/repos/community-x86_64/PKGBUILD (from rev 119062, 
ext4magic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-16 21:15:05 UTC (rev 119063)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:15:02
  Author: seblu
Revision: 221811

upgpkg: radvd 2.7-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 20:47:51 UTC (rev 221810)
+++ PKGBUILD2014-09-16 21:15:02 UTC (rev 221811)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -15,7 +15,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('c9b6dd1260b9144cabfbd41e01c9ed496331451d'
+sha1sums=('a10d6ced6905535995433e785f3517a0a528e79d'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 



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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:15:16
  Author: seblu
Revision: 221812

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

Added:
  radvd/repos/extra-i686/PKGBUILD
(from rev 221811, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 221811, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 221811, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 221811, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/extra-i686/PKGBUILD
  radvd/repos/extra-i686/radvd.service
  radvd/repos/extra-x86_64/PKGBUILD
  radvd/repos/extra-x86_64/radvd.service

+
 /PKGBUILD  |  108 +++
 /radvd.service |   18 +++
 extra-i686/PKGBUILD|   54 -
 extra-i686/radvd.service   |9 ---
 extra-x86_64/PKGBUILD  |   54 -
 extra-x86_64/radvd.service |9 ---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 21:15:02 UTC (rev 221811)
+++ extra-i686/PKGBUILD 2014-09-16 21:15:16 UTC (rev 221812)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=2.6
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('c9b6dd1260b9144cabfbd41e01c9ed496331451d'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 221811, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-16 21:15:16 UTC (rev 221812)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=2.7
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)
+sha1sums=('a10d6ced6905535995433e785f3517a0a528e79d'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+
+#prepare() {
+#  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # default config
+  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
+  # license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/radvd.service
===
--- extra-i686/radvd.service2014-09-16 21:15:02 UTC (rev 221811)
+++ extra-i686/radvd.service2014-09-16 21:15:16 UTC (rev 221812)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/extra-i686/radvd.service (from rev 221811, 
radvd/trunk/radvd.service)
===
--- extra-i686/radvd.service(rev 0)
+++ extra-i686/radvd.service2014-09-16 21:15:16 UTC (rev 221812)
@@ -0,0 +1,9 @@
+[Unit]

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

2014-09-16 Thread Sébastien Luttringer
Date: Tuesday, September 16, 2014 @ 23:14:49
  Author: seblu
Revision: 119062

upgpkg: ext4magic 0.3.2-1

Modified:
  ext4magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 20:16:26 UTC (rev 119061)
+++ PKGBUILD2014-09-16 21:14:49 UTC (rev 119062)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ext4magic
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/ext4magic/'
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
 source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('59c194b71e33aa6bd098b91f802e67d5')
+md5sums=('8351cb27598fb8ffa7d2175ab74e7a53')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-16 Thread Eric Bélanger
Date: Wednesday, September 17, 2014 @ 02:15:06
  Author: eric
Revision: 221813

upgpkg: xscreensaver 5.30-1

Upstream update

Modified:
  xscreensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-16 21:15:16 UTC (rev 221812)
+++ PKGBUILD2014-09-17 00:15:06 UTC (rev 221813)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xscreensaver
-pkgver=5.29
+pkgver=5.30
 pkgrel=1
 pkgdesc=Screen saver and locker for the X Window System
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('a27a10c6eed024c458e927ee0dc1e6cb306d3335'
+sha1sums=('734e0861145ec67cb848348fc25ea29393dc4d95'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 



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

2014-09-16 Thread Eric Bélanger
Date: Wednesday, September 17, 2014 @ 02:18:05
  Author: eric
Revision: 221814

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 221813, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 221813, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 221813, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 221813, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 221813, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 221813, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff

--+
 /LICENSE |   20 +
 /PKGBUILD|   84 +
 /xscreensaver-add-electricsheep.diff |   20 +
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   42 --
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-09-17 00:15:06 UTC (rev 221813)
+++ extra-i686/LICENSE  2014-09-17 00:18:05 UTC (rev 221814)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided as is without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 221813, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2014-09-17 00:18:05 UTC (rev 221814)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided as is without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-17 00:15:06 UTC (rev 221813)
+++ extra-i686/PKGBUILD 2014-09-17 00:18:05 UTC (rev 221814)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xscreensaver
-pkgver=5.29
-pkgrel=1
-pkgdesc=Screen saver and locker for the X Window System
-arch=('i686' 'x86_64')
-url=http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('a27a10c6eed024c458e927ee0dc1e6cb306d3335'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xscreensaver-add-electricsheep.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
---with-pam --with-login-manager --with-gtk --with-gl \
---without-gle --with-pixbuf --with-jpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d ${pkgdir}/etc/pam.d
-  make install_prefix=${pkgdir} install
-  install -D -m644 ../LICENSE 

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

2014-09-16 Thread Felix Yan
Date: Wednesday, September 17, 2014 @ 04:29:56
  Author: fyan
Revision: 119067

upgpkg: nodejs 0.10.32-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 01:19:19 UTC (rev 119066)
+++ PKGBUILD2014-09-17 02:29:56 UTC (rev 119067)
@@ -9,9 +9,9 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.31
+pkgver=0.10.32
 _npmver=2.0.0
-pkgrel=5
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
 git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
 'SKIP')
 
 prepare() {



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

2014-09-16 Thread Felix Yan
Date: Wednesday, September 17, 2014 @ 04:30:33
  Author: fyan
Revision: 119068

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-17 02:29:56 UTC (rev 119067)
+++ community-i686/PKGBUILD 2014-09-17 02:30:33 UTC (rev 119068)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.31
-_npmver=2.0.0
-pkgrel=5
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 119067, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-17 02:30:33 UTC (rev 119068)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.32
+_npmver=2.0.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for 

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

2014-09-16 Thread Felix Yan
Date: Wednesday, September 17, 2014 @ 05:11:47
  Author: fyan
Revision: 119069

upgpkg: ibus-table 1.9.0-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 02:30:33 UTC (rev 119068)
+++ PKGBUILD2014-09-17 03:11:47 UTC (rev 119069)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.8.11
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



[arch-commits] Commit in ibus-table/repos (3 files)

2014-09-16 Thread Felix Yan
Date: Wednesday, September 17, 2014 @ 05:12:10
  Author: fyan
Revision: 119070

archrelease: copy trunk to community-testing-any

Added:
  ibus-table/repos/community-testing-any/
  ibus-table/repos/community-testing-any/PKGBUILD
(from rev 119069, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-testing-any/sgml_fix.patch
(from rev 119069, ibus-table/trunk/sgml_fix.patch)

+
 PKGBUILD   |   42 ++
 sgml_fix.patch |   24 
 2 files changed, 66 insertions(+)

Copied: ibus-table/repos/community-testing-any/PKGBUILD (from rev 119069, 
ibus-table/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-09-17 03:12:10 UTC (rev 119070)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Copied: ibus-table/repos/community-testing-any/sgml_fix.patch (from rev 119069, 
ibus-table/trunk/sgml_fix.patch)
===
--- community-testing-any/sgml_fix.patch(rev 0)
+++ community-testing-any/sgml_fix.patch2014-09-17 03:12:10 UTC (rev 
119070)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
++  $(DOC2MAN) ${XML}; \
++  $(RM) manpage.* ${XML}
+ 
+ table.xml: table.xml.in
+   ( \



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:24:45
  Author: bpiotrowski
Revision: 119071

upgpkg: kid3 3.1-3

rebuild against ffmpeg 2.4

Modified:
  kid3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 03:12:10 UTC (rev 119070)
+++ PKGBUILD2014-09-17 03:24:45 UTC (rev 119071)
@@ -5,7 +5,7 @@
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://kid3.sourceforge.net/;
 license=('GPL')
@@ -29,7 +29,7 @@
 -DWITH_APPS=CLI;KDE
 
   make
-  
+
 #kid3-qt
   cd $srcdir/build-qt
 



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:24:53
  Author: bpiotrowski
Revision: 119072

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

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

-+
 community-staging-i686/PKGBUILD |   64 ++
 community-staging-i686/kid3.changelog   |   56 ++
 community-staging-i686/kid3.install |   12 +
 community-staging-x86_64/PKGBUILD   |   64 ++
 community-staging-x86_64/kid3.changelog |   56 ++
 community-staging-x86_64/kid3.install   |   12 +
 6 files changed, 264 insertions(+)

Copied: kid3/repos/community-staging-i686/PKGBUILD (from rev 119071, 
kid3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-17 03:24:53 UTC (rev 119072)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'phonon-qt4' 
'chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('08661266250670620a51e3d55b97b00fe545625c74f7cf0834b5308572ffcc51')
+
+build() {
+  cd ${srcdir}
+  [[ ! -d build ]]  mkdir build
+  mkdir build-qt
+
+#kid3
+  cd build
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_APPS=CLI;KDE
+
+  make
+
+#kid3-qt
+  cd $srcdir/build-qt
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_APPS=CLI;Qt
+
+  make
+}
+
+package_kid3() {
+pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor, KDE version
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+conflicts=('kid3-qt')
+
+  cd $srcdir/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_kid3-qt() {
+pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor, QT version
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4' 'phonon-qt4')
+conflicts=('kid3')
+provides=('kid3')
+
+  cd $srcdir/build-qt
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kid3/repos/community-staging-i686/kid3.changelog (from rev 119071, 
kid3/trunk/kid3.changelog)
===
--- community-staging-i686/kid3.changelog   (rev 0)
+++ community-staging-i686/kid3.changelog   2014-09-17 03:24:53 UTC (rev 
119072)
@@ -0,0 +1,56 @@
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 3.1-2 FS#40121 fixed
+
+2014-04-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 3.1-1
+
+2013-12-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 3.0.2-2 FS#37642 fixed, package split
+
+2013-12-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 3.0.2-1
+
+2013-11-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.1-1
+
+2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.0.1-1
+
+2011-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.0-1
+
+2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 1.6
+
+2010-09-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release v1.5
+
+2010-03-13 Andrea Scarpino and...@archlinux.org
+   * Update to major release v1.4
+   * MP4V2 enabled
+   * Cleanup dependencies
+
+2010-01-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major 

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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:25:55
  Author: bpiotrowski
Revision: 119073

upgpkg: minidlna 1.1.4-2

rebuild against ffmpeg 2.4

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 03:24:53 UTC (rev 119072)
+++ PKGBUILD2014-09-17 03:25:55 UTC (rev 119073)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:25:58
  Author: bpiotrowski
Revision: 119074

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

Added:
  minidlna/repos/community-staging-i686/
  minidlna/repos/community-staging-i686/PKGBUILD
(from rev 119073, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-i686/changelog
(from rev 119073, minidlna/trunk/changelog)
  minidlna/repos/community-staging-i686/minidlna.install
(from rev 119073, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-i686/minidlna.service
(from rev 119073, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-i686/minidlna.tmpfiles
(from rev 119073, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-staging-x86_64/
  minidlna/repos/community-staging-x86_64/PKGBUILD
(from rev 119073, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-staging-x86_64/changelog
(from rev 119073, minidlna/trunk/changelog)
  minidlna/repos/community-staging-x86_64/minidlna.install
(from rev 119073, minidlna/trunk/minidlna.install)
  minidlna/repos/community-staging-x86_64/minidlna.service
(from rev 119073, minidlna/trunk/minidlna.service)
  minidlna/repos/community-staging-x86_64/minidlna.tmpfiles
(from rev 119073, minidlna/trunk/minidlna.tmpfiles)

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/changelog   |4 ++
 community-staging-i686/minidlna.install|9 ++
 community-staging-i686/minidlna.service|   11 +++
 community-staging-i686/minidlna.tmpfiles   |5 +++
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/changelog |4 ++
 community-staging-x86_64/minidlna.install  |9 ++
 community-staging-x86_64/minidlna.service  |   11 +++
 community-staging-x86_64/minidlna.tmpfiles |5 +++
 10 files changed, 138 insertions(+)

Copied: minidlna/repos/community-staging-i686/PKGBUILD (from rev 119073, 
minidlna/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-17 03:25:58 UTC (rev 119074)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:Biginoz  biginoz AT free point fr
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
+# Contributor: Kamil Kaminski k...@kkaminsk.com
+
+pkgname=minidlna
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/minidlna/;
+license=('GPL')
+depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
+backup=('etc/minidlna.conf')
+install=minidlna.install
+changelog=changelog
+source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
+   minidlna.service
+   minidlna.tmpfiles)
+md5sums=('67c9e91285bc3801fd91a5d26ea775d7'
+ 'd419b84f0ceda0adae27019a06df5065'
+ '26de27b12d6a37c47d9714107d07aac9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir make install
+  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
+  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
+  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
+  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
+  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
+}

Copied: minidlna/repos/community-staging-i686/changelog (from rev 119073, 
minidlna/trunk/changelog)
===
--- community-staging-i686/changelog(rev 0)
+++ community-staging-i686/changelog2014-09-17 03:25:58 UTC (rev 119074)
@@ -0,0 +1,4 @@
+2011-08-29 Sergej Pupykin ser...@p5n.pp.ru
+
+   * 1.0.22-3 :
+   add user configuration to /etc/conf.d/minidlna

Copied: minidlna/repos/community-staging-i686/minidlna.install (from rev 
119073, minidlna/trunk/minidlna.install)
===
--- community-staging-i686/minidlna.install (rev 0)
+++ community-staging-i686/minidlna.install 2014-09-17 03:25:58 UTC (rev 
119074)
@@ -0,0 +1,9 @@
+post_install() {
+  systemd-tmpfiles --create minidlna.conf
+  touch var/log/minidlna.log
+  chown nobody:nobody var/log/minidlna.log
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create minidlna.conf
+}

Copied: minidlna/repos/community-staging-i686/minidlna.service (from rev 

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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:27:38
  Author: bpiotrowski
Revision: 221816

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

Added:
  mediastreamer/repos/staging-i686/
  mediastreamer/repos/staging-i686/PKGBUILD
(from rev 221815, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/
  mediastreamer/repos/staging-x86_64/PKGBUILD
(from rev 221815, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 221815, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-17 03:27:38 UTC (rev 221816)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.10.0
+pkgrel=3
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('5a4e7545e212068534b56fdf41c961e9'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-glx --enable-xv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: mediastreamer/repos/staging-x86_64/PKGBUILD (from rev 221815, 
mediastreamer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-17 03:27:38 UTC (rev 221816)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.10.0
+pkgrel=3
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('5a4e7545e212068534b56fdf41c961e9'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-glx --enable-xv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-16 Thread Bartłomiej Piotrowski
Date: Wednesday, September 17, 2014 @ 05:27:35
  Author: bpiotrowski
Revision: 221815

upgpkg: mediastreamer 2.10.0-3

rebuild against ffmpeg 2.4

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 00:18:05 UTC (rev 221814)
+++ PKGBUILD2014-09-17 03:27:35 UTC (rev 221815)
@@ -6,7 +6,7 @@
 
 pkgname=mediastreamer
 pkgver=2.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;



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

2014-09-16 Thread Laurent Carlier
Date: Wednesday, September 17, 2014 @ 07:59:17
  Author: lcarlier
Revision: 119076

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 119075, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-17 05:59:09 UTC (rev 119075)
+++ PKGBUILD2014-09-17 05:59:17 UTC (rev 119076)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.2.4
-pkgrel=1
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('c1b829cfc1fc3fa7669f4273e8292da3')
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 119075, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-17 05:59:17 UTC (rev 119076)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.2.5
+pkgrel=1
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('35e3a7f88da2f6b1cbc890d219fe5f71')
+
+package() {
+  cd $srcdir/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
+}