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

2014-08-31 Thread Pierre Schmitz
Date: Sunday, August 31, 2014 @ 11:11:43
  Author: pierre
Revision: 220823

upgpkg: php 5.6.0-4

Use system gd

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 04:17:47 UTC (rev 220822)
+++ PKGBUILD2014-08-31 09:11:43 UTC (rev 220823)
@@ -23,14 +23,14 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
 makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
  'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
- 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
- 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'freetype2' 'systemd')
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'libxpm' 'icu'
+ 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
@@ -93,7 +93,7 @@
--with-enchant=shared,/usr \
--with-fpm-systemd \
--with-freetype-dir=/usr \
-   --with-gd=shared \
+   --with-gd=shared,/usr \
--with-gdbm \
--with-gettext=shared \
--with-gmp=shared \
@@ -304,7 +304,7 @@
 
 package_php-gd() {
pkgdesc='gd module for PHP'
-   depends=('php' 'libjpeg' 'libvpx')
+   depends=('php' 'gd' 'libvpx')
 
install -D -m755 ${srcdir}/build-php/modules/gd.so 
${pkgdir}/usr/lib/php/modules/gd.so
 }



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

2014-08-31 Thread Pierre Schmitz
Date: Sunday, August 31, 2014 @ 11:12:13
  Author: pierre
Revision: 220824

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

Added:
  php/repos/testing-i686/PKGBUILD
(from rev 220823, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 220823, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 220823, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 220823, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 220823, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 220823, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 220823, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 220823, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/PKGBUILD
(from rev 220823, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 220823, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 220823, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 220823, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 220823, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 220823, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 220823, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 220823, php/trunk/php.ini.patch)
Deleted:
  php/repos/testing-i686/PKGBUILD
  php/repos/testing-i686/apache.conf
  php/repos/testing-i686/logrotate.d.php-fpm
  php/repos/testing-i686/php-fpm.conf.in.patch
  php/repos/testing-i686/php-fpm.install
  php/repos/testing-i686/php-fpm.service
  php/repos/testing-i686/php-fpm.tmpfiles
  php/repos/testing-i686/php.ini.patch
  php/repos/testing-x86_64/PKGBUILD
  php/repos/testing-x86_64/apache.conf
  php/repos/testing-x86_64/logrotate.d.php-fpm
  php/repos/testing-x86_64/php-fpm.conf.in.patch
  php/repos/testing-x86_64/php-fpm.install
  php/repos/testing-x86_64/php-fpm.service
  php/repos/testing-x86_64/php-fpm.tmpfiles
  php/repos/testing-x86_64/php.ini.patch

--+
 /PKGBUILD|  780 +
 /apache.conf |   26 +
 /logrotate.d.php-fpm |   16 
 /php-fpm.conf.in.patch   |  104 
 /php-fpm.install |   18 
 /php-fpm.service |   26 +
 /php-fpm.tmpfiles|2 
 /php.ini.patch   |  242 ++
 testing-i686/PKGBUILD|  390 
 testing-i686/apache.conf |   13 
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 --
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  121 -
 testing-x86_64/PKGBUILD  |  390 
 testing-x86_64/apache.conf   |   13 
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 --
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  121 -
 24 files changed, 1214 insertions(+), 1214 deletions(-)

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


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

2014-08-31 Thread Jelle van der Waa
Date: Sunday, August 31, 2014 @ 12:45:06
  Author: jelle
Revision: 118094

FS#41720
Add udisks to optdepends 

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 03:17:31 UTC (rev 118093)
+++ PKGBUILD2014-08-31 10:45:06 UTC (rev 118094)
@@ -21,7 +21,9 @@
  'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
  'qt5-svg' 'python2-chardet' 'python2-html5lib')
 makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug')
+optdepends=('ipython2: to use calibre-debug'
+'udisks: required for mounting certain devices'
+)
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
 md5sums=('db212364419212846719a9d392878c16')



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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 14:35:09
  Author: speps
Revision: 118095

addpkg: libltc 1.1.4
Recommended by xjadeo 0.8.0

Added:
  libltc/
  libltc/repos/
  libltc/trunk/
  libltc/trunk/PKGBUILD

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

Added: libltc/trunk/PKGBUILD
===
--- libltc/trunk/PKGBUILD   (rev 0)
+++ libltc/trunk/PKGBUILD   2014-08-31 12:35:09 UTC (rev 118095)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: DrZaius lou[at]fakeoutdoorsman.com
+
+pkgname=libltc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Linear/Logitudinal Time Code (LTC) Library
+arch=('i686' 'x86_64')
+url=http://x42.github.io/libltc/;
+license=('GPL3')
+depends=('glibc')
+source=(https://github.com/x42/libltc/releases/download/v$pkgver/libltc-$pkgver.tar.gz;)
+md5sums=('34f7e716c8f0b041bf5f08b62162b1e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:36:41
  Author: speps
Revision: 118096

addpkg: harvid 0.7.4
for using with Ardour and XJadeo

Added:
  harvid/
  harvid/repos/
  harvid/trunk/
  harvid/trunk/PKGBUILD

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

Added: harvid/trunk/PKGBUILD
===
--- harvid/trunk/PKGBUILD   (rev 0)
+++ harvid/trunk/PKGBUILD   2014-08-31 14:36:41 UTC (rev 118096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps speps dot aur dot archlinux dot org
+
+pkgname=harvid
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=HTTP Ardour Video Daemon
+arch=('i686' 'x86_64')
+url=http://x42.github.io/harvid/;
+license=('GPL')
+depends=('ffmpeg' 'ffmpeg-compat')
+source=(https://github.com/x42/harvid/archive/v$pkgver.tar.gz;)
+md5sums=('545c6b657a70f62d5f895b9866d020f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+= -Wl,-znoexecstack
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg $pkgdir/usr/bin/ffmpeg_harvid
+  ln -s ffprobe $pkgdir/usr/bin/ffprobe_harvid
+
+  # doc
+  install -Dm644 README.md \
+$pkgdir/usr/share/doc/$pkgname/README
+}



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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:38:18
  Author: speps
Revision: 118097

upgpkg: libltc 1.1.4-1

Modified:
  libltc/trunk/PKGBUILD (properties)

Index: libltc/trunk/PKGBUILD
===
--- libltc/trunk/PKGBUILD   2014-08-31 14:36:41 UTC (rev 118096)
+++ libltc/trunk/PKGBUILD   2014-08-31 14:38:18 UTC (rev 118097)

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


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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:38:30
  Author: speps
Revision: 118098

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

Added:
  libltc/repos/community-i686/
  libltc/repos/community-i686/PKGBUILD
(from rev 118097, libltc/trunk/PKGBUILD)
  libltc/repos/community-x86_64/
  libltc/repos/community-x86_64/PKGBUILD
(from rev 118097, libltc/trunk/PKGBUILD)

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

Copied: libltc/repos/community-i686/PKGBUILD (from rev 118097, 
libltc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 14:38:30 UTC (rev 118098)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: DrZaius lou[at]fakeoutdoorsman.com
+
+pkgname=libltc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Linear/Logitudinal Time Code (LTC) Library
+arch=('i686' 'x86_64')
+url=http://x42.github.io/libltc/;
+license=('GPL3')
+depends=('glibc')
+source=(https://github.com/x42/libltc/releases/download/v$pkgver/libltc-$pkgver.tar.gz;)
+md5sums=('34f7e716c8f0b041bf5f08b62162b1e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: libltc/repos/community-x86_64/PKGBUILD (from rev 118097, 
libltc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-31 14:38:30 UTC (rev 118098)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: DrZaius lou[at]fakeoutdoorsman.com
+
+pkgname=libltc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Linear/Logitudinal Time Code (LTC) Library
+arch=('i686' 'x86_64')
+url=http://x42.github.io/libltc/;
+license=('GPL3')
+depends=('glibc')
+source=(https://github.com/x42/libltc/releases/download/v$pkgver/libltc-$pkgver.tar.gz;)
+md5sums=('34f7e716c8f0b041bf5f08b62162b1e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in xjadeo/trunk (PKGBUILD qjadeo.desktop xjadeo.desktop)

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:38:51
  Author: speps
Revision: 118099

upgpkg: xjadeo 0.8.0-1

Added:
  xjadeo/trunk/xjadeo.desktop
Modified:
  xjadeo/trunk/PKGBUILD
Deleted:
  xjadeo/trunk/qjadeo.desktop

+
 PKGBUILD   |   25 +++--
 qjadeo.desktop |8 
 xjadeo.desktop |8 
 3 files changed, 19 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 14:38:30 UTC (rev 118098)
+++ PKGBUILD2014-08-31 14:38:51 UTC (rev 118099)
@@ -2,28 +2,25 @@
 # Maintainer : speps speps at aur dot archlinux dot org
 
 pkgname=xjadeo
-pkgver=0.7.8
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=A simple video player that is synchronized to jack transport.
 arch=('i686' 'x86_64')
 url=http://xjadeo.sourceforge.net;
 license=('GPL')
-depends=('ffmpeg' 'ffmpeg-compat' 'imlib2' 'jack' 'liblo=0.28' 'libxpm' 
'libxv' 'portmidi')
-makedepends=('qt4')
-optdepends=('qt4: for the GUI (qjadeo)')
+depends=('ffmpeg' 'ffmpeg-compat' 'imlib2' 'jack' 'liblo=0.28' 'libltc' 
'libxpm' 'libxv' 'mesa' 'portmidi')
+makedepends=('glu')
 backup=('etc/xjadeorc')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-   qjadeo.desktop)
-md5sums=('b93f9971436d0dda36867d16b15dc0dd'
- '315e2ab44ce3edf4068ff6db48942908')
+   $pkgname.desktop)
+md5sums=('a833ba22826080120c67ee232783e289'
+ '13af7a942e95d9a0079084f24b357e36')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-qtgui \
-  --with-qt4prefix=/usr/lib/qt4
+  --sysconfdir=/etc
   make
 }
 
@@ -35,10 +32,10 @@
   install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
 
   # desktop file
-  install -Dm644 ../qjadeo.desktop \
-$pkgdir/usr/share/applications/qjadeo.desktop
+  install -Dm644 ../xjadeo.desktop \
+$pkgdir/usr/share/applications/xjadeo.desktop
 
   # icon
-  install -Dm644 doc/xjadeo.png \
-$pkgdir/usr/share/pixmaps/qjadeo.png
+  install -Dm644 src/xjadeo/icons/xjadeoH128.png \
+$pkgdir/usr/share/pixmaps/xjadeo.png
 }

Deleted: qjadeo.desktop
===
--- qjadeo.desktop  2014-08-31 14:38:30 UTC (rev 118098)
+++ qjadeo.desktop  2014-08-31 14:38:51 UTC (rev 118099)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=qjadeo
-Type=Application
-Terminal=false
-Name=QJadeo
-Comment=QJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=qjadeo
\ No newline at end of file

Added: xjadeo.desktop
===
--- xjadeo.desktop  (rev 0)
+++ xjadeo.desktop  2014-08-31 14:38:51 UTC (rev 118099)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=xjadeo
+Type=Application
+Terminal=false
+Name=XJadeo
+Comment=XJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=xjadeo
\ No newline at end of file



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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:39:22
  Author: speps
Revision: 118101

upgpkg: harvid 0.7.4-1

Modified:
  harvid/trunk/PKGBUILD (properties)

Index: harvid/trunk/PKGBUILD
===
--- harvid/trunk/PKGBUILD   2014-08-31 14:38:58 UTC (rev 118100)
+++ harvid/trunk/PKGBUILD   2014-08-31 14:39:22 UTC (rev 118101)

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


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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:38:58
  Author: speps
Revision: 118100

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

Added:
  xjadeo/repos/community-i686/PKGBUILD
(from rev 118099, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-i686/xjadeo.desktop
(from rev 118099, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-i686/xjadeo.install
(from rev 118099, xjadeo/trunk/xjadeo.install)
  xjadeo/repos/community-x86_64/PKGBUILD
(from rev 118099, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-x86_64/xjadeo.desktop
(from rev 118099, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-x86_64/xjadeo.install
(from rev 118099, xjadeo/trunk/xjadeo.install)
Deleted:
  xjadeo/repos/community-i686/PKGBUILD
  xjadeo/repos/community-i686/qjadeo.desktop
  xjadeo/repos/community-i686/xjadeo.install
  xjadeo/repos/community-x86_64/PKGBUILD
  xjadeo/repos/community-x86_64/qjadeo.desktop
  xjadeo/repos/community-x86_64/xjadeo.install

-+
 /PKGBUILD   |   82 ++
 /xjadeo.install |   22 ++
 community-i686/PKGBUILD |   44 
 community-i686/qjadeo.desktop   |8 ---
 community-i686/xjadeo.desktop   |8 +++
 community-i686/xjadeo.install   |   11 -
 community-x86_64/PKGBUILD   |   44 
 community-x86_64/qjadeo.desktop |8 ---
 community-x86_64/xjadeo.desktop |8 +++
 community-x86_64/xjadeo.install |   11 -
 10 files changed, 120 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-31 14:38:51 UTC (rev 118099)
+++ community-i686/PKGBUILD 2014-08-31 14:38:58 UTC (rev 118100)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-
-pkgname=xjadeo
-pkgver=0.7.8
-pkgrel=1
-pkgdesc=A simple video player that is synchronized to jack transport.
-arch=('i686' 'x86_64')
-url=http://xjadeo.sourceforge.net;
-license=('GPL')
-depends=('ffmpeg' 'ffmpeg-compat' 'imlib2' 'jack' 'liblo=0.28' 'libxpm' 
'libxv' 'portmidi')
-makedepends=('qt4')
-optdepends=('qt4: for the GUI (qjadeo)')
-backup=('etc/xjadeorc')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-   qjadeo.desktop)
-md5sums=('b93f9971436d0dda36867d16b15dc0dd'
- '315e2ab44ce3edf4068ff6db48942908')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-qtgui \
-  --with-qt4prefix=/usr/lib/qt4
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # rc file
-  install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
-
-  # desktop file
-  install -Dm644 ../qjadeo.desktop \
-$pkgdir/usr/share/applications/qjadeo.desktop
-
-  # icon
-  install -Dm644 doc/xjadeo.png \
-$pkgdir/usr/share/pixmaps/qjadeo.png
-}

Copied: xjadeo/repos/community-i686/PKGBUILD (from rev 118099, 
xjadeo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 14:38:58 UTC (rev 118100)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+
+pkgname=xjadeo
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=A simple video player that is synchronized to jack transport.
+arch=('i686' 'x86_64')
+url=http://xjadeo.sourceforge.net;
+license=('GPL')
+depends=('ffmpeg' 'ffmpeg-compat' 'imlib2' 'jack' 'liblo=0.28' 'libltc' 
'libxpm' 'libxv' 'mesa' 'portmidi')
+makedepends=('glu')
+backup=('etc/xjadeorc')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   $pkgname.desktop)
+md5sums=('a833ba22826080120c67ee232783e289'
+ '13af7a942e95d9a0079084f24b357e36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # rc file
+  install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
+
+  # desktop file
+  install -Dm644 ../xjadeo.desktop \
+$pkgdir/usr/share/applications/xjadeo.desktop
+
+  # icon
+  install -Dm644 src/xjadeo/icons/xjadeoH128.png \
+$pkgdir/usr/share/pixmaps/xjadeo.png
+}

Deleted: community-i686/qjadeo.desktop
===
--- community-i686/qjadeo.desktop   2014-08-31 14:38:51 UTC (rev 118099)
+++ community-i686/qjadeo.desktop   2014-08-31 14:38:58 UTC (rev 118100)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=qjadeo
-Type=Application
-Terminal=false
-Name=QJadeo
-Comment=QJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=qjadeo
\ No newline at end of file

Copied: xjadeo/repos/community-i686/xjadeo.desktop (from rev 118099, 
xjadeo/trunk/xjadeo.desktop)

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

2014-08-31 Thread speps
Date: Sunday, August 31, 2014 @ 16:39:27
  Author: speps
Revision: 118102

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

Added:
  harvid/repos/community-i686/
  harvid/repos/community-i686/PKGBUILD
(from rev 118101, harvid/trunk/PKGBUILD)
  harvid/repos/community-x86_64/
  harvid/repos/community-x86_64/PKGBUILD
(from rev 118101, harvid/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: harvid/repos/community-i686/PKGBUILD (from rev 118101, 
harvid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 14:39:27 UTC (rev 118102)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps speps dot aur dot archlinux dot org
+
+pkgname=harvid
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=HTTP Ardour Video Daemon
+arch=('i686' 'x86_64')
+url=http://x42.github.io/harvid/;
+license=('GPL')
+depends=('ffmpeg' 'ffmpeg-compat')
+source=(https://github.com/x42/harvid/archive/v$pkgver.tar.gz;)
+md5sums=('545c6b657a70f62d5f895b9866d020f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+= -Wl,-znoexecstack
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg $pkgdir/usr/bin/ffmpeg_harvid
+  ln -s ffprobe $pkgdir/usr/bin/ffprobe_harvid
+
+  # doc
+  install -Dm644 README.md \
+$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: harvid/repos/community-x86_64/PKGBUILD (from rev 118101, 
harvid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-31 14:39:27 UTC (rev 118102)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps speps dot aur dot archlinux dot org
+
+pkgname=harvid
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=HTTP Ardour Video Daemon
+arch=('i686' 'x86_64')
+url=http://x42.github.io/harvid/;
+license=('GPL')
+depends=('ffmpeg' 'ffmpeg-compat')
+source=(https://github.com/x42/harvid/archive/v$pkgver.tar.gz;)
+md5sums=('545c6b657a70f62d5f895b9866d020f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+= -Wl,-znoexecstack
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg $pkgdir/usr/bin/ffmpeg_harvid
+  ln -s ffprobe $pkgdir/usr/bin/ffprobe_harvid
+
+  # doc
+  install -Dm644 README.md \
+$pkgdir/usr/share/doc/$pkgname/README
+}



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 17:39:20
  Author: heftig
Revision: 220825

1.4.1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 09:12:13 UTC (rev 220824)
+++ PKGBUILD2014-08-31 15:39:20 UTC (rev 220825)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
+sha256sums=('5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 17:43:39
  Author: heftig
Revision: 220826

1.4.1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 15:39:20 UTC (rev 220825)
+++ PKGBUILD2014-08-31 15:43:39 UTC (rev 220826)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
+sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 17:46:53
  Author: heftig
Revision: 220827

1.4.1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 15:43:39 UTC (rev 220826)
+++ PKGBUILD2014-08-31 15:46:53 UTC (rev 220827)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
+sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 17:49:07
  Author: heftig
Revision: 220828

0.6.2

Modified:
  telepathy-farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 15:46:53 UTC (rev 220827)
+++ PKGBUILD2014-08-31 15:49:07 UTC (rev 220828)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=telepathy-farstream
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=A telepathy-backend to use stream engine.
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 conflicts=('telepathy-farsight')
 replaces=('telepathy-farsight')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('53e3a69bdee7b301e2fdd2f2d254e385')
+md5sums=('20bdc61ea3f3a01df41068006b62641b')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:23:02
  Author: heftig
Revision: 220829

1.4.1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 15:49:07 UTC (rev 220828)
+++ PKGBUILD2014-08-31 16:23:02 UTC (rev 220829)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9')
+sha256sums=('0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:25:14
  Author: heftig
Revision: 220830

1.4.1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 16:23:02 UTC (rev 220829)
+++ PKGBUILD2014-08-31 16:25:14 UTC (rev 220830)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc' 'x264')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
+sha256sums=('25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:30:44
  Author: heftig
Revision: 220831

1.4.1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 16:25:14 UTC (rev 220830)
+++ PKGBUILD2014-08-31 16:30:44 UTC (rev 220831)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-libav
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
+sha256sums=('fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:32:58
  Author: heftig
Revision: 220832

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:30:44 UTC (rev 220831)
+++ extra-i686/PKGBUILD 2014-08-31 16:32:58 UTC (rev 220832)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 220831, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:32:58 UTC (rev 220832)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:30:44 UTC (rev 220831)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:32:58 UTC (rev 220832)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 220831, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:32:58 UTC (rev 220832)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:34:10
  Author: heftig
Revision: 220833

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:32:58 UTC (rev 220832)
+++ extra-i686/PKGBUILD 2014-08-31 16:34:10 UTC (rev 220833)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 220832, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:34:10 UTC (rev 220833)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+options=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:32:58 UTC (rev 220832)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:34:10 UTC (rev 220833)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:35:25
  Author: heftig
Revision: 220834

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:34:10 UTC (rev 220833)
+++ extra-i686/PKGBUILD 2014-08-31 16:35:25 UTC (rev 220834)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 220833, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:35:25 UTC (rev 220834)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:34:10 UTC (rev 220833)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:35:25 UTC (rev 220834)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:37:22
  Author: heftig
Revision: 220836

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:36:43 UTC (rev 220835)
+++ extra-i686/PKGBUILD 2014-08-31 16:37:22 UTC (rev 220836)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:36:43 UTC (rev 220835)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:37:22 UTC (rev 220836)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('5314bb60f13d1a7b9c6317df73813af5f3f15a62c7c186b816b0024b5c61744d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 220835, 
gst-plugins-ugly/trunk/PKGBUILD)

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:36:43
  Author: heftig
Revision: 220835

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:35:25 UTC (rev 220834)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:36:43 UTC (rev 220835)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:39:15
  Author: heftig
Revision: 220837

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 220836, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 220836, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:37:22 UTC (rev 220836)
+++ extra-i686/PKGBUILD 2014-08-31 16:39:15 UTC (rev 220837)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 220836, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:39:15 UTC (rev 220837)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:37:22 UTC (rev 220836)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:39:15 UTC (rev 220837)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('c82c7a657863f2e27ac5cba539b0bd0a8114ad6bd4ba33bae777e4dbfab9e380')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 220836, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:39:15 UTC 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 18:39:48
  Author: heftig
Revision: 220838

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

Added:
  telepathy-farstream/repos/extra-i686/PKGBUILD
(from rev 220837, telepathy-farstream/trunk/PKGBUILD)
  telepathy-farstream/repos/extra-x86_64/PKGBUILD
(from rev 220837, telepathy-farstream/trunk/PKGBUILD)
Deleted:
  telepathy-farstream/repos/extra-i686/PKGBUILD
  telepathy-farstream/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:39:15 UTC (rev 220837)
+++ extra-i686/PKGBUILD 2014-08-31 16:39:48 UTC (rev 220838)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=telepathy-farstream
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=A telepathy-backend to use stream engine.
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'farstream')
-makedepends=('dbus-glib' 'gobject-introspection')
-conflicts=('telepathy-farsight')
-replaces=('telepathy-farsight')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('53e3a69bdee7b301e2fdd2f2d254e385')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/telepathy \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-farstream/repos/extra-i686/PKGBUILD (from rev 220837, 
telepathy-farstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:39:48 UTC (rev 220838)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=telepathy-farstream
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=A telepathy-backend to use stream engine.
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'farstream')
+makedepends=('dbus-glib' 'gobject-introspection')
+conflicts=('telepathy-farsight')
+replaces=('telepathy-farsight')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('20bdc61ea3f3a01df41068006b62641b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:39:15 UTC (rev 220837)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:39:48 UTC (rev 220838)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=telepathy-farstream
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=A telepathy-backend to use stream engine.
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'farstream')
-makedepends=('dbus-glib' 'gobject-introspection')
-conflicts=('telepathy-farsight')
-replaces=('telepathy-farsight')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('53e3a69bdee7b301e2fdd2f2d254e385')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/telepathy \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-farstream/repos/extra-x86_64/PKGBUILD (from rev 220837, 
telepathy-farstream/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:39:48 UTC (rev 220838)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=telepathy-farstream
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=A telepathy-backend to use stream engine.
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'farstream')
+makedepends=('dbus-glib' 'gobject-introspection')
+conflicts=('telepathy-farsight')
+replaces=('telepathy-farsight')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('20bdc61ea3f3a01df41068006b62641b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2014-08-31 Thread Andrea Scarpino
Date: Sunday, August 31, 2014 @ 18:57:32
  Author: andrea
Revision: 220839

upgpkg: kdevelop-python2 1.7.0-1

Upstream release

Modified:
  kdevelop-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 16:39:48 UTC (rev 220838)
+++ PKGBUILD2014-08-31 16:57:32 UTC (rev 220839)
@@ -2,9 +2,9 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdevelop-python2
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=2
+pkgver=1.7.0
+_pkgver=4.7.0
+pkgrel=1
 pkgdesc=Python 2 language and documentation plugin for KDevelop
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 conflicts=('kdevelop-python')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
+sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
 
 prepare() {
   mkdir build



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

2014-08-31 Thread Andrea Scarpino
Date: Sunday, August 31, 2014 @ 18:57:43
  Author: andrea
Revision: 220840

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

Added:
  kdevelop-python2/repos/extra-i686/PKGBUILD
(from rev 220839, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/extra-x86_64/PKGBUILD
(from rev 220839, kdevelop-python2/trunk/PKGBUILD)
Deleted:
  kdevelop-python2/repos/extra-i686/PKGBUILD
  kdevelop-python2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 16:57:32 UTC (rev 220839)
+++ extra-i686/PKGBUILD 2014-08-31 16:57:43 UTC (rev 220840)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python2
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=2
-pkgdesc=Python 2 language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-python2/repos/extra-i686/PKGBUILD (from rev 220839, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 16:57:43 UTC (rev 220840)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.7.0
+_pkgver=4.7.0
+pkgrel=1
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 16:57:32 UTC (rev 220839)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:57:43 UTC (rev 220840)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python2
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=2
-pkgdesc=Python 2 language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-conflicts=('kdevelop-python')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-python2/repos/extra-x86_64/PKGBUILD (from rev 220839, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-31 16:57:43 UTC (rev 220840)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.7.0
+_pkgver=4.7.0
+pkgrel=1
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('559dc7f8c3a69844af92eb581b7205346b2fcd10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+ 

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

2014-08-31 Thread Andrea Scarpino
Date: Sunday, August 31, 2014 @ 19:09:38
  Author: andrea
Revision: 220841

upgpkg: kdesdk-kate 4.14.0-2

Rebuilt to add missing python modules

Modified:
  kdesdk-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 16:57:43 UTC (rev 220840)
+++ PKGBUILD2014-08-31 17:09:38 UTC (rev 220841)
@@ -6,7 +6,7 @@
  'kdebase-kwrite'
  'kdesdk-kate')
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')



[arch-commits] Commit in kdesdk-kate/repos/extra-x86_64 (10 files)

2014-08-31 Thread Andrea Scarpino
Date: Sunday, August 31, 2014 @ 19:09:46
  Author: andrea
Revision: 220842

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
(from rev 220841, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
(from rev 220841, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
(from rev 220841, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
(from rev 220841, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 220841, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-x86_64/PKGBUILD
  kdesdk-kate/repos/extra-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|  150 +++---
 kdebase-katepart.install|   22 ++---
 kdebase-kwrite.install  |   24 +++---
 kdesdk-kate.install |   26 +++---
 pkgbuild-syntax-highlight.patch |   22 ++---
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-31 17:09:38 UTC (rev 220841)
+++ PKGBUILD2014-08-31 17:09:46 UTC (rev 220842)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.14.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('3b8bead7f5cbfa754ba31f27ddcf6f330decf4d3'
-  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc=A fast and feature-rich text editor component
-  depends=('kdelibs')
-  url=http://kate-editor.org/about-katepart/;
-  install='kdebase-katepart.install'
-
-  cd build/part
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc=Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kdebase-kwrite.install'
-
-  cd build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdesdk-kate() {
-  pkgdesc=Advanced Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
-  groups=('kde' 'kdesdk')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate'
-  'kdebindings-python: python bindings')
-
-  cd build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/addons
-  make DESTDIR=${pkgdir} install
-}

Copied: kdesdk-kate/repos/extra-x86_64/PKGBUILD (from rev 220841, 
kdesdk-kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-31 17:09:46 UTC (rev 220842)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.14.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('3b8bead7f5cbfa754ba31f27ddcf6f330decf4d3'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  

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

2014-08-31 Thread Gaetan Bisson
Date: Sunday, August 31, 2014 @ 19:15:12
  Author: bisson
Revision: 220843

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 17:09:46 UTC (rev 220842)
+++ PKGBUILD2014-08-31 17:15:12 UTC (rev 220843)
@@ -6,7 +6,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.12
+pkgver=0.18.13
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -18,7 +18,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('99ba27a541cb18fcd093d93551d34c1c3145ba49' 'SKIP'
+sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2014-08-31 Thread Gaetan Bisson
Date: Sunday, August 31, 2014 @ 19:15:56
  Author: bisson
Revision: 220844

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 220843, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 220843, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 220843, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 220843, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 220843, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 220843, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 220843, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 220843, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 17:15:12 UTC (rev 220843)
+++ extra-i686/PKGBUILD 2014-08-31 17:15:56 UTC (rev 220844)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.12
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('99ba27a541cb18fcd093d93551d34c1c3145ba49' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 220843, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 17:15:56 UTC (rev 220844)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.13
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

[arch-commits] Commit in kdesdk-kate/repos/extra-i686 (10 files)

2014-08-31 Thread Andrea Scarpino
Date: Sunday, August 31, 2014 @ 19:35:07
  Author: andrea
Revision: 220845

archrelease: copy trunk to extra-i686

Added:
  kdesdk-kate/repos/extra-i686/PKGBUILD
(from rev 220844, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
(from rev 220844, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
(from rev 220844, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
(from rev 220844, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 220844, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-i686/PKGBUILD
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|  150 +++---
 kdebase-katepart.install|   22 ++---
 kdebase-kwrite.install  |   24 +++---
 kdesdk-kate.install |   26 +++---
 pkgbuild-syntax-highlight.patch |   22 ++---
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-31 17:15:56 UTC (rev 220844)
+++ PKGBUILD2014-08-31 17:35:07 UTC (rev 220845)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.14.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('3b8bead7f5cbfa754ba31f27ddcf6f330decf4d3'
-  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc=A fast and feature-rich text editor component
-  depends=('kdelibs')
-  url=http://kate-editor.org/about-katepart/;
-  install='kdebase-katepart.install'
-
-  cd build/part
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc=Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kdebase-kwrite.install'
-
-  cd build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdesdk-kate() {
-  pkgdesc=Advanced Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
-  groups=('kde' 'kdesdk')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate'
-  'kdebindings-python: python bindings')
-
-  cd build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/addons
-  make DESTDIR=${pkgdir} install
-}

Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 220844, 
kdesdk-kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-31 17:35:07 UTC (rev 220845)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.14.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('3b8bead7f5cbfa754ba31f27ddcf6f330decf4d3'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:25:05
  Author: heftig
Revision: 220846

2.4.5

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 17:35:07 UTC (rev 220845)
+++ PKGBUILD2014-08-31 19:25:05 UTC (rev 220846)
@@ -3,7 +3,7 @@
 
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9'
+sha256sums=('88d06277aae179c205b548e1851a5e5663ca6f59f5aa8e81af9b87732d6b8a13'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:26:56
  Author: heftig
Revision: 118103

1.7.14

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 14:39:27 UTC (rev 118102)
+++ PKGBUILD2014-08-31 19:26:56 UTC (rev 118103)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear fazib...@gmail.com
 
 pkgname=jruby
-pkgver=1.7.13
+pkgver=1.7.14
 pkgrel=1
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('faa1cd590f32f3cb92044d9abedf66ccea1d93a24236c877810c9b30e1e0577c')
+sha256sums=('6c24d6dcf7a329f105e42293c89aa2d5564afdf145b03a492e8c44a4fbe9c371')
 
 package() {
   cd $pkgdir



[arch-commits] Commit in libmirage/trunk (PKGBUILD missing-xml.patch)

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:29:59
  Author: heftig
Revision: 118104

3.0.1

Modified:
  libmirage/trunk/PKGBUILD
Deleted:
  libmirage/trunk/missing-xml.patch

---+
 PKGBUILD  |9 +++--
 missing-xml.patch |   22 --
 2 files changed, 3 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 19:26:56 UTC (rev 118103)
+++ PKGBUILD2014-08-31 19:29:59 UTC (rev 118104)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay char...@chaoslizard.org
 
 pkgname=libmirage
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library
 arch=(i686 x86_64)
@@ -13,15 +13,12 @@
 depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
 makedepends=(gtk-doc gobject-introspection cmake)
 install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
-missing-xml.patch)
-sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
-'53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('12e35ca2471e40c9d6538c3b52f668283c0c0577dfb1cf57a285266418c03485')
 
 prepare() {
   mkdir build
   cd $pkgname-$pkgver
-  patch -Np1 -i ../missing-xml.patch
 }
 
 build() {

Deleted: missing-xml.patch
===
--- missing-xml.patch   2014-08-31 19:26:56 UTC (rev 118103)
+++ missing-xml.patch   2014-08-31 19:29:59 UTC (rev 118104)
@@ -1,22 +0,0 @@
-diff -u -r libmirage-3.0.0/filters/filter-daa/CMakeLists.txt 
libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt
 libmirage-3.0.0/filters/filter-daa/CMakeLists.txt  2014-06-29 
15:25:04.0 +0200
-+++ libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt  2014-06-29 
23:31:23.432780158 +0200
-@@ -35,6 +35,7 @@
- 
- # Install MIME type
- install(FILES libmirage-${filter_short}.xml DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
-+install(FILES libmirage-gbi.xml DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
- if (POST_INSTALL_HOOKS)
- install(CODE execute_process (COMMAND 
${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime))
- endif ()
-diff -u -r libmirage-3.0.0/images/image-mds/CMakeLists.txt 
libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt
 libmirage-3.0.0/images/image-mds/CMakeLists.txt2014-06-29 
15:25:04.0 +0200
-+++ libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt2014-06-29 
23:32:31.092485925 +0200
-@@ -19,6 +19,7 @@
- 
- # Install MIME type
- install(FILES libmirage-${image_short}.xml DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
-+install(FILES libmirage-xmd.xml DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
- if (POST_INSTALL_HOOKS)
- install(CODE execute_process (COMMAND 
${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime))
- endif ()



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:31:51
  Author: heftig
Revision: 118105

3.0.1

Modified:
  cdemu-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 19:29:59 UTC (rev 118104)
+++ PKGBUILD2014-08-31 19:31:51 UTC (rev 118105)
@@ -5,7 +5,7 @@
 # Contributor: Charles Lindsay char...@chaoslizard.org
 
 pkgname=cdemu-daemon
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=CD/DVD-ROM device emulator daemon
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 install=cdemu-daemon.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
 system-arch.patch)
-sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
+sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
 '29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
 
 prepare() {



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:35:37
  Author: heftig
Revision: 220847

Don't patch python files post-install

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 19:25:05 UTC (rev 220846)
+++ PKGBUILD2014-08-31 19:35:37 UTC (rev 220847)
@@ -5,7 +5,7 @@
 
 pkgname=deluge
 pkgver=1.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')
 url=http://deluge-torrent.org/;
@@ -26,6 +26,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
+  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
 }
 
 build() {
@@ -37,13 +38,9 @@
   cd $pkgname-$pkgver
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
 
-  sed -i '1s/python$/2/' \
-$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py
+  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
 
-  cd ..
-  install -Dm644 deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
-
   install -d $pkgdir/srv
   install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
 }



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:40:15
  Author: heftig
Revision: 220848

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

Added:
  webkitgtk/repos/extra-i686/PKGBUILD
(from rev 220847, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
(from rev 220847, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 220847, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch
(from rev 220847, webkitgtk/trunk/fix-pretty-quotes.patch)
Deleted:
  webkitgtk/repos/extra-i686/PKGBUILD
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
  webkitgtk/repos/extra-x86_64/PKGBUILD
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch

--+
 /PKGBUILD|  154 +
 /fix-pretty-quotes.patch |   52 +++
 extra-i686/PKGBUILD  |   77 
 extra-i686/fix-pretty-quotes.patch   |   26 -
 extra-x86_64/PKGBUILD|   77 
 extra-x86_64/fix-pretty-quotes.patch |   26 -
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 19:35:37 UTC (rev 220847)
+++ extra-i686/PKGBUILD 2014-08-31 19:40:15 UTC (rev 220848)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.4
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc)
-optdepends=('gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
-fix-pretty-quotes.patch)
-sha256sums=('58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build-gtk{,2} path
-
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  patch -Np0 -i ../fix-pretty-quotes.patch
-}
-
-_build() (
-  _ver=$1; shift
-  cd build-${_ver}
-
-  ../$pkgbase-$pkgver/configure --prefix=/usr \
---libexecdir=/usr/lib/webkit${_ver} \
---enable-introspection \
-$@
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-)
-
-build() {
-  PATH=$srcdir/path:$PATH
-
-  _build gtk --enable-gtk-doc
-  _build gtk2 --disable-webkit2 --with-gtk=2.0
-}
-
-package_webkitgtk() {
-  depends+=(gtk3)
-  optdepends+=('gtk2: Netscape plugin support')
-  provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-  conflicts=(webkitgtk3 libwebkit3)
-  replaces=(webkitgtk3 libwebkit3)
-
-  make -C build-gtk -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk/LICENSE
-}
-
-package_webkitgtk2() {
-  pkgdesc+= for GTK2
-  depends+=(gtk2)
-  provides=(libwebkit=${pkgver})
-  conflicts=(libwebkit)
-  replaces=(libwebkit)
-
-  make -C build-gtk2 -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk2/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 220847, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 19:40:15 UTC (rev 220848)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.5
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('88d06277aae179c205b548e1851a5e5663ca6f59f5aa8e81af9b87732d6b8a13'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build-gtk{,2} path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+}
+
+_build() (
+  _ver=$1; shift
+  cd 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:49:27
  Author: heftig
Revision: 118106

archrelease: copy trunk to community-any

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

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

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

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



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:50:40
  Author: heftig
Revision: 118108

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 118107, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 118107, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 118107, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 118107, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 118107, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 118107, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-31 19:50:04 UTC (rev 118107)
+++ community-i686/PKGBUILD 2014-08-31 19:50:40 UTC (rev 118108)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-daemon
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=CD/DVD-ROM device emulator daemon
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/lib/modules-load.d
-  echo vhba  $pkgdir/usr/lib/modules-load.d/cdemu.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 118107, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 19:50:40 UTC (rev 118108)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-daemon
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=CD/DVD-ROM device emulator daemon
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:50:04
  Author: heftig
Revision: 118107

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

Added:
  libmirage/repos/community-i686/PKGBUILD
(from rev 118106, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-i686/libmirage.install
(from rev 118106, libmirage/trunk/libmirage.install)
  libmirage/repos/community-x86_64/PKGBUILD
(from rev 118106, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-x86_64/libmirage.install
(from rev 118106, libmirage/trunk/libmirage.install)
Deleted:
  libmirage/repos/community-i686/PKGBUILD
  libmirage/repos/community-i686/libmirage.install
  libmirage/repos/community-i686/missing-xml.patch
  libmirage/repos/community-x86_64/PKGBUILD
  libmirage/repos/community-x86_64/libmirage.install
  libmirage/repos/community-x86_64/missing-xml.patch

+
 /PKGBUILD  |   74 +++
 /libmirage.install |   22 ++
 community-i686/PKGBUILD|   40 --
 community-i686/libmirage.install   |   11 -
 community-i686/missing-xml.patch   |   22 --
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/libmirage.install |   11 -
 community-x86_64/missing-xml.patch |   22 --
 8 files changed, 96 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-31 19:49:27 UTC (rev 118106)
+++ community-i686/PKGBUILD 2014-08-31 19:50:04 UTC (rev 118107)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=libmirage
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
-missing-xml.patch)
-sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
-'53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../missing-xml.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 118106, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 19:50:04 UTC (rev 118107)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=libmirage
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('12e35ca2471e40c9d6538c3b52f668283c0c0577dfb1cf57a285266418c03485')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2014-08-31 19:49:27 UTC (rev 118106)
+++ community-i686/libmirage.install2014-08-31 19:50:04 UTC (rev 118107)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 118106, 
libmirage/trunk/libmirage.install)
===
--- community-i686/libmirage.install(rev 0)
+++ community-i686/libmirage.install2014-08-31 19:50:04 UTC (rev 118107)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  

[arch-commits] Commit in deluge/repos/extra-any (8 files)

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:51:34
  Author: heftig
Revision: 220849

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 220848, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 220848, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 220848, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 220848, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |   95 ---
 deluge-web.service |   20 +-
 deluge.install |   44 +++
 deluged.service|   22 +--
 4 files changed, 89 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-31 19:40:15 UTC (rev 220848)
+++ PKGBUILD2014-08-31 19:51:34 UTC (rev 220849)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=deluge
-pkgver=1.3.7
-pkgrel=2
-pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
-arch=('any')
-url=http://deluge-torrent.org/;
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('86a9a4033b6e3bd4823fbd60a6db316e'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  sed -i '1s/python$/2/' \
-$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py
-
-  cd ..
-  install -Dm644 deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
- 
-  install -d $pkgdir/srv
-  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 220848, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-31 19:51:34 UTC (rev 220849)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=deluge
+pkgver=1.3.7
+pkgrel=3
+pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
+arch=('any')
+url=http://deluge-torrent.org/;
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+deluged.service deluge-web.service)
+md5sums=('86a9a4033b6e3bd4823fbd60a6db316e'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
+
+  install -d $pkgdir/srv
+  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2014-08-31 19:40:15 UTC (rev 220848)
+++ deluge-web.service  2014-08-31 19:51:34 UTC (rev 220849)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge-web
-
-[Install]
-WantedBy=multi-user.target

Copied: deluge/repos/extra-any/deluge-web.service (from rev 

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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:52:14
  Author: heftig
Revision: 220850

Don't patch python files post-install

Modified:
  pygobject2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 19:51:34 UTC (rev 220849)
+++ PKGBUILD2014-08-31 19:52:14 UTC (rev 220850)
@@ -4,7 +4,7 @@
 pkgbase=pygobject2
 pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
 pkgver=2.28.6
-pkgrel=10
+pkgrel=11
 arch=(i686 x86_64)
 url=http://www.pygtk.org/;
 license=(LGPL)
@@ -18,8 +18,11 @@
   cd pygobject
   autoreconf -fi
 
-  cd ..
-  cp -a pygobject python2-build
+  cp -a . ../python2-build
+
+  find -O3 ../python2-build \
+\( -name '*.py' -o -name '*.py.in' \) \
+-exec sed -i '1s|python$|2|' {} +
 }
 
 build() {
@@ -55,9 +58,6 @@
   cd python2-build
   make DESTDIR=$pkgdir install
 
-  find $pkgdir/usr/share/pygobject -name '*.py' -exec \
-sed -i '1s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' {} +
-
   rm -r $pkgdir/usr/share/gtk-doc
 
   # Split devel stuff



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

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:53:01
  Author: heftig
Revision: 220851

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 19:52:14 UTC (rev 220850)
+++ extra-i686/PKGBUILD 2014-08-31 19:53:01 UTC (rev 220851)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=pygobject2
-pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
-pkgver=2.28.6
-pkgrel=10
-arch=(i686 x86_64)
-url=http://www.pygtk.org/;
-license=(LGPL)
-makedepends=(python python2 git)
-
-# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
-source=('git://git.gnome.org/pygobject#commit=9456ba7')
-sha256sums=('SKIP')
-
-prepare() {
-  cd pygobject
-  autoreconf -fi
-
-  cd ..
-  cp -a pygobject python2-build
-}
-
-build() {
-  cd python2-build
-  ./configure --prefix=/usr --disable-introspection \
-PYTHON=/usr/bin/python2
-  make
-
-  cd ../pygobject
-  ./configure --prefix=/usr --disable-introspection
-  make
-}
-
-package_python-gobject2() {
-  pkgdesc=Python 3 bindings for GObject2
-  depends=(glib2 pygobject2-devel python)
-  replaces=(py3gobject)
-  provides=(py3gobject=$pkgver)
-
-  cd pygobject
-  make DESTDIR=$pkgdir install
-
-  # Delete devel stuff
-  rm -r $pkgdir/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}}
-}
-
-package_python2-gobject2() {
-  pkgdesc=Python 2 bindings for GObject2
-  depends=(glib2 pygobject2-devel python2)
-  replaces=(pygobject)
-  provides=(pygobject=$pkgver)
-
-  cd python2-build
-  make DESTDIR=$pkgdir install
-
-  find $pkgdir/usr/share/pygobject -name '*.py' -exec \
-sed -i '1s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' {} +
-
-  rm -r $pkgdir/usr/share/gtk-doc
-
-  # Split devel stuff
-  cd ..
-  mkdir -p devel/usr/{lib,share/pygobject}
-  mv {$pkgdir,devel}/usr/include
-  mv {$pkgdir,devel}/usr/lib/pkgconfig
-  mv {$pkgdir,devel}/usr/share/pygobject/xsl
-}
-
-package_pygobject2-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  mv devel/* $pkgdir
-}

Copied: pygobject2/repos/extra-i686/PKGBUILD (from rev 220850, 
pygobject2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 19:53:01 UTC (rev 220851)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pygobject2
+pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgver=2.28.6
+pkgrel=11
+arch=(i686 x86_64)
+url=http://www.pygtk.org/;
+license=(LGPL)
+makedepends=(python python2 git)
+
+# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
+source=('git://git.gnome.org/pygobject#commit=9456ba7')
+sha256sums=('SKIP')
+
+prepare() {
+  cd pygobject
+  autoreconf -fi
+
+  cp -a . ../python2-build
+
+  find -O3 ../python2-build \
+\( -name '*.py' -o -name '*.py.in' \) \
+-exec sed -i '1s|python$|2|' {} +
+}
+
+build() {
+  cd python2-build
+  ./configure --prefix=/usr --disable-introspection \
+PYTHON=/usr/bin/python2
+  make
+
+  cd ../pygobject
+  ./configure --prefix=/usr --disable-introspection
+  make
+}
+
+package_python-gobject2() {
+  pkgdesc=Python 3 bindings for GObject2
+  depends=(glib2 pygobject2-devel python)
+  replaces=(py3gobject)
+  provides=(py3gobject=$pkgver)
+
+  cd pygobject
+  make DESTDIR=$pkgdir install
+
+  # Delete devel stuff
+  rm -r $pkgdir/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}}
+}
+
+package_python2-gobject2() {
+  pkgdesc=Python 2 bindings for GObject2
+  depends=(glib2 pygobject2-devel python2)
+  replaces=(pygobject)
+  provides=(pygobject=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/gtk-doc
+
+  # Split devel stuff
+  cd ..
+  mkdir -p devel/usr/{lib,share/pygobject}
+  mv {$pkgdir,devel}/usr/include
+  mv {$pkgdir,devel}/usr/lib/pkgconfig
+  mv {$pkgdir,devel}/usr/share/pygobject/xsl
+}
+
+package_pygobject2-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  mv devel/* $pkgdir
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-31 19:52:14 UTC (rev 220850)
+++ extra-x86_64/PKGBUILD   2014-08-31 19:53:01 UTC (rev 220851)
@@ -1,74 +0,0 @@
-# $Id$
-# 

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

2014-08-31 Thread Florian Pritz
Date: Monday, September 1, 2014 @ 00:39:42
  Author: bluewind
Revision: 220852

upgpkg: pacman-mirrorlist 20140901-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |8 
 mirrorlist |   18 --
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 19:53:01 UTC (rev 220851)
+++ PKGBUILD2014-08-31 22:39:42 UTC (rev 220852)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20140823
+pkgver=20140901
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -19,7 +19,7 @@
 
 updatelist() {
   rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/http/
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
 }
 
 package() {
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('a80c205715a5f45fc0983ce5e5b00b49')
-sha256sums=('2d41cf985167d83c5ff4d96976674a00315689dd94e3b23a14053cf763e2a626')
+md5sums=('15c94a66d4e4d207f0f33683a15bc424')
+sha256sums=('a3918428808b488b410b33b92d27e9c4a0f362a35ca103663b754d2914f46c5e')

Modified: mirrorlist
===
--- mirrorlist  2014-08-31 19:53:01 UTC (rev 220851)
+++ mirrorlist  2014-08-31 22:39:42 UTC (rev 220852)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2014-08-23
+## Generated on 2014-08-31
 ##
 
 ## Australia
@@ -49,7 +49,9 @@
 #Server = http://mirrors.hustunique.com/archlinux/$repo/os/$arch
 #Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
 #Server = http://run.hit.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.skyshe.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
+#Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
 
 ## Colombia
 #Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
@@ -72,7 +74,7 @@
 #Server = http://mirror.cedia.org.ec/archlinux/$repo/os/$arch
 
 ## Estonia
-#Server = http://ftp.eenet.ee/archlinux/$repo/os/$arch
+#Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
 
 ## Finland
 #Server = http://mirror.archlinux.fi/archlinux/$repo/os/$arch
@@ -93,9 +95,11 @@
 ## Germany
 #Server = http://mirror.23media.de/archlinux/$repo/os/$arch
 #Server = http://archlinux.limun.org/$repo/os/$arch
+#Server = https://archlinux.limun.org/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = http://ftp.fau.de/archlinux/$repo/os/$arch
+#Server = https://ftp.fau.de/archlinux/$repo/os/$arch
 #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
 #Server = http://mirror.gnomus.de/$repo/os/$arch
 #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
@@ -107,6 +111,8 @@
 #Server = http://mirror.k42.ch/archlinux/$repo/os/$arch
 #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
 #Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
+#Server = http://archlinux.my-universe.com/$repo/os/$arch
+#Server = https://archlinux.my-universe.com/$repo/os/$arch
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
 #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
@@ -122,6 +128,7 @@
 ## Greece
 #Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
 #Server = http://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
+#Server = https://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch
 
@@ -133,6 +140,7 @@
 
 ## Iceland
 #Server = http://mirror.system.is/arch/$repo/os/$arch
+#Server = https://mirror.system.is/arch/$repo/os/$arch
 
 ## India
 #Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
@@ -179,6 +187,8 @@
 #Server = http://arch.apt-get.eu/$repo/os/$arch
 #Server = http://fruk.org/archlinux/$repo/os/$arch
 #Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
+#Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
+#Server = https://kluisip.nl/public/archlinux/$repo/os/$arch
 #Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch
 #Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch
 #Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
@@ -240,6 +250,7 @@
 #Server = http://ftp.availo.se/archlinux/$repo/os/$arch
 #Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
+#Server = https://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.portlane.com/pub/os/linux/archlinux/$repo/os/$arch
 
 ## Switzerland
@@ -250,6 

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2014-08-31 Thread Florian Pritz
Date: Monday, September 1, 2014 @ 00:39:45
  Author: bluewind
Revision: 220853

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 220852, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 220852, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 220852, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  618 ++-
 upgpkg |8 
 3 files changed, 351 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-31 22:39:42 UTC (rev 220852)
+++ PKGBUILD2014-08-31 22:39:45 UTC (rev 220853)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20140823
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/http/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('a80c205715a5f45fc0983ce5e5b00b49')
-sha256sums=('2d41cf985167d83c5ff4d96976674a00315689dd94e3b23a14053cf763e2a626')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 220852, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-31 22:39:45 UTC (rev 220853)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20140901
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('15c94a66d4e4d207f0f33683a15bc424')
+sha256sums=('a3918428808b488b410b33b92d27e9c4a0f362a35ca103663b754d2914f46c5e')

Deleted: mirrorlist
===
--- mirrorlist  2014-08-31 22:39:42 UTC (rev 220852)
+++ mirrorlist  2014-08-31 22:39:45 UTC (rev 220853)
@@ -1,302 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2014-08-23
-##
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.hust.edu.cn/archlinux/$repo/os/$arch
-#Server = 

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

2014-08-31 Thread Eric BĂ©langer
Date: Monday, September 1, 2014 @ 04:40:16
  Author: eric
Revision: 220854

 Add ldap backend, Add slapo-nssov man page (close FS#41772)

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-31 22:39:45 UTC (rev 220853)
+++ PKGBUILD2014-09-01 02:40:16 UTC (rev 220854)
@@ -36,7 +36,7 @@
   ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
 --sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
 --enable-ipv6 --enable-syslog --enable-local \
---enable-bdb --enable-hdb \
+--enable-bdb --enable-hdb --enable-ldap \
 --enable-crypt --enable-dynamic \
 --with-threads --disable-wrappers \
 --without-fetch \
@@ -95,6 +95,7 @@
   ln -s nssov.so.0.0.0 ${pkgdir}/usr/lib/openldap/nssov.so
   ln -s nssov.so.0.0.0 ${pkgdir}/usr/lib/openldap/nssov.so.0
   install -m444 ldapns.schema ${pkgdir}/etc/openldap/schema
+  install -m644 slapo-nssov.5 ${pkgdir}/usr/share/man/man5/slapo-nssov.5
   popd
 
   rm ${pkgdir}/usr/share/man/man5/ldap.conf.5