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

2012-11-15 Thread Allan McRae
Date: Thursday, November 15, 2012 @ 07:26:41
  Author: allan
Revision: 171025

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

Added:
  binutils/repos/core-i686/PKGBUILD
(from rev 171024, binutils/repos/testing-i686/PKGBUILD)
  binutils/repos/core-i686/binutils.install
(from rev 171024, binutils/repos/testing-i686/binutils.install)
  binutils/repos/core-x86_64/PKGBUILD
(from rev 171024, binutils/repos/testing-x86_64/PKGBUILD)
  binutils/repos/core-x86_64/binutils.install
(from rev 171024, binutils/repos/testing-x86_64/binutils.install)
Deleted:
  binutils/repos/core-i686/PKGBUILD
  binutils/repos/core-i686/binutils.install
  binutils/repos/core-x86_64/PKGBUILD
  binutils/repos/core-x86_64/binutils.install
  binutils/repos/testing-i686/
  binutils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  171 -
 core-i686/binutils.install   |   34 
 core-x86_64/PKGBUILD |  171 -
 core-x86_64/binutils.install |   34 
 4 files changed, 208 insertions(+), 202 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-15 06:28:10 UTC (rev 171024)
+++ core-i686/PKGBUILD  2012-11-15 12:26:41 UTC (rev 171025)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
-
-pkgname=binutils
-pkgver=2.23
-pkgrel=1
-pkgdesc=A set of programs to assemble and manipulate binary and object files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/binutils/;
-license=('GPL')
-groups=('base-devel')
-depends=('glibc=2.16' 'zlib')
-checkdepends=('dejagnu' 'bc')
-options=('!libtool' '!distcc' '!ccache')
-install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz{,.sig})
-md5sums=('ed58f50d8920c3f1d9cb110d5c972c27'
- '5293d43d444852f71f7c96c6295ba66d')
-
-build() {
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
-
-  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default --enable-gold \
---enable-plugins --enable-threads --enable-shared \
---disable-werror --disable-multilib
-
-  # check the host environment and makes sure all the necessary tools are 
available
-  make configure-host
-
-  make tooldir=${pkgdir}/usr
-
-  # Rebuild libiberty.a with -fPIC
-  cp -a libiberty libiberty-pic
-  make -C libiberty-pic clean
-  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
-
-  # Rebuild libbfd.a with -fPIC
-  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
-  cp -a bfd bfd-pic
-  make -C bfd-pic clean
-  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
-
-  # Rebuild libopcodes.a with -fPIC
-  cp -a opcodes opcodes-pic
-  make -C opcodes-pic clean 
-  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
-}
-
-check() {
-  cd ${srcdir}/binutils-build
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS= -k check || true
-}
-
-package() {
-  cd ${srcdir}/binutils-build
-  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-  
-  # Add some useful headers
-  install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h 
${pkgdir}/usr/include
-  install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h 
${pkgdir}/usr/include
-
-  # install libraries rebuilt with -fPIC
-  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
-  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
-  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
-
-  # Remove Windows/Novell specific man pages
-  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
-
-  # Remove these symlinks, they are not ABI stable.
-  # Programs should compile static to the .a file.
-  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
-  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
-}

Copied: binutils/repos/core-i686/PKGBUILD (from rev 171024, 
binutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-15 12:26:41 UTC (rev 171025)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.23.1
+pkgrel=1
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.16' 'zlib')
+checkdepends=('dejagnu' 'bc')

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

2012-11-15 Thread Pierre Schmitz
Date: Thursday, November 15, 2012 @ 08:46:46
  Author: pierre
Revision: 171026

upgpkg: devtools 20121115-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 12:26:41 UTC (rev 171025)
+++ PKGBUILD2012-11-15 13:46:46 UTC (rev 171026)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20121112
+pkgver=20121115
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('b0b630d015f95d28618020c0822e34f0'
- '4327dbb7c313ea763561f5cca5a594b1')
+md5sums=('434cae7435a2af4d25bc9f9d2442cb95'
+ 'bb0d6a0216af20c40240ceaaa6f13ee1')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-15 Thread Pierre Schmitz
Date: Thursday, November 15, 2012 @ 08:47:06
  Author: pierre
Revision: 171027

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 171026, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-15 13:46:46 UTC (rev 171026)
+++ PKGBUILD2012-11-15 13:47:06 UTC (rev 171027)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=devtools
-pkgver=20121112
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('b0b630d015f95d28618020c0822e34f0'
- '4327dbb7c313ea763561f5cca5a594b1')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 171026, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-15 13:47:06 UTC (rev 171027)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20121115
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('434cae7435a2af4d25bc9f9d2442cb95'
+ 'bb0d6a0216af20c40240ceaaa6f13ee1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2012-11-15 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 09:14:15
  Author: heftig
Revision: 171028

3.6.3

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 13:47:06 UTC (rev 171027)
+++ PKGBUILD2012-11-15 14:14:15 UTC (rev 171028)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=baobab
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
+sha256sums=('24ec516b12da234f1bd7bff3ccb2be9a46dff0b1fb0fa6cd79ff50549a295eb1')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,6 +24,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-11-15 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 09:16:00
  Author: heftig
Revision: 171029

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

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

-+
 extra-i686/PKGBUILD |   61 ++
 extra-i686/baobab.install   |   26 -
 extra-x86_64/PKGBUILD   |   61 ++
 extra-x86_64/baobab.install |   26 -
 4 files changed, 90 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 14:14:15 UTC (rev 171028)
+++ extra-i686/PKGBUILD 2012-11-15 14:16:00 UTC (rev 171029)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ffef397f11fb1e7105d1429be828e88b9ceb5746984f0bb978e66e87faf047a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/extra-i686/PKGBUILD (from rev 171028, 
baobab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 14:16:00 UTC (rev 171029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=baobab
+pkgver=3.6.3
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('24ec516b12da234f1bd7bff3ccb2be9a46dff0b1fb0fa6cd79ff50549a295eb1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/baobab.install
===
--- extra-i686/baobab.install   2012-11-15 14:14:15 UTC (rev 171028)
+++ extra-i686/baobab.install   2012-11-15 14:16:00 UTC (rev 171029)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/extra-i686/baobab.install (from rev 171028, 
baobab/trunk/baobab.install)
===
--- extra-i686/baobab.install   (rev 0)
+++ extra-i686/baobab.install   2012-11-15 14:16:00 UTC (rev 171029)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-15 14:14:15 UTC (rev 171028)
+++ extra-x86_64/PKGBUILD   2012-11-15 14:16:00 UTC (rev 171029)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome-extra')
-install=$pkgname.install

[arch-commits] Commit in iptables/trunk (PKGBUILD simple_firewall.rules)

2012-11-15 Thread Andrea Scarpino
Date: Thursday, November 15, 2012 @ 09:34:29
  Author: andrea
Revision: 171030

Fix obsolete state usage (FS#32321)

Modified:
  iptables/trunk/PKGBUILD
  iptables/trunk/simple_firewall.rules

---+
 PKGBUILD  |2 +-
 simple_firewall.rules |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 14:16:00 UTC (rev 171029)
+++ PKGBUILD2012-11-15 14:34:29 UTC (rev 171030)
@@ -32,7 +32,7 @@
   '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
   '2db68906b603e5268736f48c8e251f3a49da1d75'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
-  '9907f9e815592837abc7fa3264a401567b7606ab'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
   'cdb830137192bbe002c6d01058656bd053ed0ddd'
   'd9f9f06b46b4187648e860afa0552335aafe3ce4'
   'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'

Modified: simple_firewall.rules
===
--- simple_firewall.rules   2012-11-15 14:16:00 UTC (rev 171029)
+++ simple_firewall.rules   2012-11-15 14:34:29 UTC (rev 171030)
@@ -3,7 +3,7 @@
 :FORWARD DROP [0:0]
 :OUTPUT ACCEPT [0:0]
 -A INPUT -p icmp -j ACCEPT 
--A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 
+-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT 
 -A INPUT -i lo -j ACCEPT 
 -A INPUT -p tcp -j REJECT --reject-with tcp-reset 
 -A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable 



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

2012-11-15 Thread Dave Reisner
Date: Thursday, November 15, 2012 @ 10:48:16
  Author: dreisner
Revision: 171031

tests all pass, dont mask errors

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 14:34:29 UTC (rev 171030)
+++ PKGBUILD2012-11-15 15:48:16 UTC (rev 171031)
@@ -31,8 +31,7 @@
 }
 
 check() {
-  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
-  make -C $pkgname-$pkgver check || :
+  make -C $pkgname-$pkgver check
 }
 
 package() {



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

2012-11-15 Thread Andrea Scarpino
Date: Thursday, November 15, 2012 @ 12:15:24
  Author: andrea
Revision: 171032

Kexi doesn't support libpqxx 4.x yet

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 15:48:16 UTC (rev 171031)
+++ PKGBUILD2012-11-15 17:15:24 UTC (rev 171032)
@@ -23,7 +23,7 @@
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
 makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmysqlclient' 'libpqxx' 'freetds' 'xbase' 'libwpg'
+ 'lcms2' 'libmysqlclient' 'freetds' 'xbase' 'libwpg'
  'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'mesa')
 groups=('calligra')
@@ -107,7 +107,6 @@
   pkgdesc=Develop desktop database applications
   depends=('calligra-libs' 'glew' 'fftw')
   optdepends=('libmysqlclient: MySQL driver'
-  'libpqxx: PostgreSQL driver'
   'freetds: Sybase  MS SQL driver'
   'xbase: XBase driver'
   'calligra-sheets: Spreadsheet-to-Kexi-table import plugin'



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 12:47:27
  Author: ibiru
Revision: 171033

update to 3.6.1

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 17:15:24 UTC (rev 171032)
+++ PKGBUILD2012-11-15 17:47:27 UTC (rev 171033)
@@ -3,8 +3,8 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-bluetooth
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
 pkgdesc=The GNOME Bluetooth Subsystem
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeBluetooth;
@@ -15,7 +15,7 @@
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 61-gnome-bluetooth-rfkill.rules)
-sha256sums=('021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306'
+sha256sums=('71d72a4637916450987f69c71d374c5bc1102be6dd9d9d7f923aa924659f768a'
 '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
 
 build() {



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 12:49:18
  Author: ibiru
Revision: 171034

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

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 171033, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 171033, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 171033, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 171033, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   14 ++--
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   14 ++--
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:47:27 UTC (rev 
171033)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:49:18 UTC (rev 
171034)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:49:18 UTC (rev 
171034)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 17:47:27 UTC (rev 171033)
+++ extra-i686/PKGBUILD 2012-11-15 17:49:18 UTC (rev 171034)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.6.0
-pkgrel=2
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'nautilus-sendto' 'gobject-introspection' 'itstool' 
'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 171033, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 17:49:18 UTC (rev 171034)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-bluetooth
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=The GNOME Bluetooth Subsystem
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeBluetooth;
+license=('GPL' 'LGPL')

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 12:55:46
  Author: ibiru
Revision: 171035

update to 0.1.13

Modified:
  telepathy-idle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 17:49:18 UTC (rev 171034)
+++ PKGBUILD2012-11-15 17:55:46 UTC (rev 171035)
@@ -4,7 +4,7 @@
 # Contributor: Samuel Mendes heka@gmail.com
 
 pkgname=telepathy-idle
-pkgver=0.1.12
+pkgver=0.1.13
 pkgrel=1
 pkgdesc=An IRC connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=telepathy-idle.install
 options=(!makeflags)
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e77e5b84cc8f77cf12d15727c30df366')
+md5sums=('a82a6f15bf12e21285e6a36256c2bde0')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 12:58:32
  Author: ibiru
Revision: 171036

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

Added:
  telepathy-idle/repos/extra-i686/PKGBUILD
(from rev 171035, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-i686/telepathy-idle.install
(from rev 171035, telepathy-idle/trunk/telepathy-idle.install)
  telepathy-idle/repos/extra-x86_64/PKGBUILD
(from rev 171035, telepathy-idle/trunk/PKGBUILD)
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install
(from rev 171035, telepathy-idle/trunk/telepathy-idle.install)
Deleted:
  telepathy-idle/repos/extra-i686/PKGBUILD
  telepathy-idle/repos/extra-i686/telepathy-idle.install
  telepathy-idle/repos/extra-x86_64/PKGBUILD
  telepathy-idle/repos/extra-x86_64/telepathy-idle.install

-+
 extra-i686/PKGBUILD |   62 +-
 extra-i686/telepathy-idle.install   |   26 +++---
 extra-x86_64/PKGBUILD   |   62 +-
 extra-x86_64/telepathy-idle.install |   26 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 17:55:46 UTC (rev 171035)
+++ extra-i686/PKGBUILD 2012-11-15 17:58:32 UTC (rev 171036)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-
-pkgname=telepathy-idle
-pkgver=0.1.12
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')
-makedepends=('libxslt' 'python2')
-install=telepathy-idle.install
-options=(!makeflags)
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e77e5b84cc8f77cf12d15727c30df366')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 171035, 
telepathy-idle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 17:58:32 UTC (rev 171036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Samuel Mendes heka@gmail.com
+
+pkgname=telepathy-idle
+pkgver=0.1.13
+pkgrel=1
+pkgdesc=An IRC connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'openssl')
+makedepends=('libxslt' 'python2')
+install=telepathy-idle.install
+options=(!makeflags)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a82a6f15bf12e21285e6a36256c2bde0')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/telepathy-idle.install
===
--- extra-i686/telepathy-idle.install   2012-11-15 17:55:46 UTC (rev 171035)
+++ extra-i686/telepathy-idle.install   2012-11-15 17:58:32 UTC (rev 171036)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 
171035, telepathy-idle/trunk/telepathy-idle.install)
===
--- extra-i686/telepathy-idle.install   (rev 0)
+++ extra-i686/telepathy-idle.install   2012-11-15 17:58:32 UTC (rev 171036)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-15 17:55:46 UTC (rev 171035)
+++ extra-x86_64/PKGBUILD   2012-11-15 17:58:32 UTC (rev 171036)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Samuel Mendes heka@gmail.com
-
-pkgname=telepathy-idle
-pkgver=0.1.12
-pkgrel=1
-pkgdesc=An IRC connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib' 'openssl')
-makedepends=('libxslt' 'python2')

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

2012-11-15 Thread Florian Pritz
Date: Thursday, November 15, 2012 @ 13:29:19
  Author: bluewind
Revision: 171037

upgpkg: lua51 5.1.5-3

fix broken liblua.so.5.1 symlink

Modified:
  lua51/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 17:58:32 UTC (rev 171036)
+++ PKGBUILD2012-11-15 18:29:19 UTC (rev 171037)
@@ -5,7 +5,7 @@
 
 pkgname=lua51
 pkgver=5.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A powerful light-weight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'
@@ -46,8 +46,8 @@
 # Install copyrigth file
 install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
 # fixups
-ln -s liblua51.so $pkgdir/usr/lib/liblua.so.5.1
-ln -s liblua51.so $pkgdir/usr/lib/liblua.so.$pkgver
+ln -s liblua5.1.so $pkgdir/usr/lib/liblua.so.5.1
+ln -s liblua5.1.so $pkgdir/usr/lib/liblua.so.$pkgver
 cd $pkgdir/usr/share/man/man1
 mv lua.1 lua5.1.1
 mv luac.1 luac5.1.1



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

2012-11-15 Thread Florian Pritz
Date: Thursday, November 15, 2012 @ 13:29:54
  Author: bluewind
Revision: 171038

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

Added:
  lua51/repos/staging-i686/PKGBUILD
(from rev 171037, lua51/trunk/PKGBUILD)
  lua51/repos/staging-i686/lua-5.1-cflags.diff
(from rev 171037, lua51/trunk/lua-5.1-cflags.diff)
  lua51/repos/staging-i686/lua-arch.patch
(from rev 171037, lua51/trunk/lua-arch.patch)
  lua51/repos/staging-x86_64/PKGBUILD
(from rev 171037, lua51/trunk/PKGBUILD)
  lua51/repos/staging-x86_64/lua-5.1-cflags.diff
(from rev 171037, lua51/trunk/lua-5.1-cflags.diff)
  lua51/repos/staging-x86_64/lua-arch.patch
(from rev 171037, lua51/trunk/lua-arch.patch)
Deleted:
  lua51/repos/staging-i686/PKGBUILD
  lua51/repos/staging-i686/lua-5.1-cflags.diff
  lua51/repos/staging-i686/lua-arch.patch
  lua51/repos/staging-x86_64/PKGBUILD
  lua51/repos/staging-x86_64/lua-5.1-cflags.diff
  lua51/repos/staging-x86_64/lua-arch.patch

+
 staging-i686/PKGBUILD  |  112 ++---
 staging-i686/lua-5.1-cflags.diff   |   26 +++---
 staging-i686/lua-arch.patch|  132 +--
 staging-x86_64/PKGBUILD|  112 ++---
 staging-x86_64/lua-5.1-cflags.diff |   26 +++---
 staging-x86_64/lua-arch.patch  |  132 +--
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-15 18:29:19 UTC (rev 171037)
+++ staging-i686/PKGBUILD   2012-11-15 18:29:54 UTC (rev 171038)
@@ -1,56 +0,0 @@
-# $Id $
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lua51
-pkgver=5.1.5
-pkgrel=2
-pkgdesc='A powerful light-weight programming language designed for extending 
applications'
-arch=('i686' 'x86_64')
-url='http://www.lua.org/'
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz;
-'lua-arch.patch'
-'lua-5.1-cflags.diff')
-md5sums=('2e115fe26e435e33b0d5c022e4490567'
- 'fa25feb70ef9fec975b1c20da5098b3c'
- '249582bf1fd861ccf492d2c35a9fe732')
-
-build() {
-cd lua-$pkgver
-patch -p1 -i $srcdir/lua-arch.patch
-patch -p1 -i $srcdir/lua-5.1-cflags.diff
-[[ $CARCH == x86_64 ]]  export CFLAGS=$CFLAGS -fPIC
-sed -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' -i etc/lua.pc
-sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.1/' -e '/^LUAC_T=/ s/luac/luac5.1/' 
-i src/Makefile
-make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
-}
-
-package() {
-cd lua-$pkgver
-make \
-  TO_BIN=lua5.1 luac5.1 \
-  TO_LIB=liblua5.1.a liblua5.1.so liblua5.1.so.5.1 liblua5.1.so.$pkgver \
-  INSTALL_DATA='cp -d' \
-  INSTALL_TOP=$pkgdir/usr \
-  INSTALL_INC=$pkgdir/usr/include/lua5.1 \
-  INSTALL_MAN=$pkgdir/usr/share/man/man1 \
-  install
-install -D -m644 etc/lua.pc $pkgdir/usr/lib/pkgconfig/lua5.1.pc
-# Install the documentation
-install -d $pkgdir/usr/share/doc/$pkgname
-install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/$pkgname
-# Install copyrigth file
-install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-# fixups
-ln -s liblua51.so $pkgdir/usr/lib/liblua.so.5.1
-ln -s liblua51.so $pkgdir/usr/lib/liblua.so.$pkgver
-cd $pkgdir/usr/share/man/man1
-mv lua.1 lua5.1.1
-mv luac.1 luac5.1.1
-}
-
-# vim:set ts=4 sw=4 et:

Copied: lua51/repos/staging-i686/PKGBUILD (from rev 171037, 
lua51/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-15 18:29:54 UTC (rev 171038)
@@ -0,0 +1,56 @@
+# $Id $
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua51
+pkgver=5.1.5
+pkgrel=3
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz;
+'lua-arch.patch'
+'lua-5.1-cflags.diff')
+md5sums=('2e115fe26e435e33b0d5c022e4490567'
+ 'fa25feb70ef9fec975b1c20da5098b3c'
+ '249582bf1fd861ccf492d2c35a9fe732')
+
+build() {
+cd lua-$pkgver
+patch -p1 -i $srcdir/lua-arch.patch
+patch -p1 -i $srcdir/lua-5.1-cflags.diff
+[[ $CARCH == x86_64 ]]  export CFLAGS=$CFLAGS -fPIC
+sed -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' -i etc/lua.pc
+sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.1/' 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 13:40:55
  Author: ibiru
Revision: 171039

x264 rebuild

Modified:
  opal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 18:29:54 UTC (rev 171038)
+++ PKGBUILD2012-11-15 18:40:55 UTC (rev 171039)
@@ -3,7 +3,7 @@
 # Contributor: Tom K t...@runbox.com
 pkgname=opal
 pkgver=3.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Phone Abstraction Library
 arch=(i686 x86_64)
 url=http://www.opalvoip.org;



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 13:42:21
  Author: ibiru
Revision: 171040

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

Added:
  opal/repos/staging-i686/
  opal/repos/staging-i686/PKGBUILD
(from rev 171039, opal/trunk/PKGBUILD)
  opal/repos/staging-i686/opal-ffmpeg.patch
(from rev 171039, opal/trunk/opal-ffmpeg.patch)
  opal/repos/staging-x86_64/
  opal/repos/staging-x86_64/PKGBUILD
(from rev 171039, opal/trunk/PKGBUILD)
  opal/repos/staging-x86_64/opal-ffmpeg.patch
(from rev 171039, opal/trunk/opal-ffmpeg.patch)

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/opal-ffmpeg.patch   |  195 +
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/opal-ffmpeg.patch |  195 +
 4 files changed, 452 insertions(+)

Copied: opal/repos/staging-i686/PKGBUILD (from rev 171039, opal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-15 18:42:21 UTC (rev 171040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+pkgname=opal
+pkgver=3.10.7
+pkgrel=3
+pkgdesc=Open Phone Abstraction Library
+arch=(i686 x86_64)
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex' 'gsm')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2
+opal-ffmpeg.patch)
+md5sums=('8686bb930668067eefadab115d2ee1c2'
+ '0f05c01dada644b37805667ba9e81aa5')
+
+build() {
+  cd ${srcdir}/opal-${pkgver}
+  patch -Np1 -i ${srcdir}/opal-ffmpeg.patch
+  CXXFLAGS=$CXXFLAGS -fpermissive \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/opal-${pkgver}
+  make DESTDIR=${pkgdir} install
+  chmod 644 ${pkgdir}/usr/lib/libopal_s.a
+}

Copied: opal/repos/staging-i686/opal-ffmpeg.patch (from rev 171039, 
opal/trunk/opal-ffmpeg.patch)
===
--- staging-i686/opal-ffmpeg.patch  (rev 0)
+++ staging-i686/opal-ffmpeg.patch  2012-11-15 18:42:21 UTC (rev 171040)
@@ -0,0 +1,195 @@
+diff -ru opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx
+--- opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 2012-08-23 
04:18:42.0 +0200
 opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-08-28 
19:53:12.080918973 +0200
+@@ -48,6 +48,7 @@
+ #endif
+ 
+ #include h263-1998.h
++#include libavutil/opt.h
+ #include limits
+ #include iomanip
+ #include stdio.h
+@@ -317,9 +318,9 @@
+ // Level 2+ 
+ // works with eyeBeam, signaled via  non-standard D
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context-priv_data, umv, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context-priv_data, umv, 0, 0);
+ return;
+   }
+ 
+@@ -328,9 +329,9 @@
+ // Annex F: Advanced Prediction Mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context-priv_data, obmc, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context-priv_data, obmc, 0, 0);
+ return;
+   }
+ #endif
+@@ -360,9 +361,9 @@
+ // Annex K: Slice Structure
+ // does not work with eyeBeam
+ if (atoi(value) != 0)
+-  m_context-flags |= CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context-priv_data, structured_slices, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context-priv_data, structured_slices, 0, 0);
+ return;
+   }
+ 
+@@ -370,9 +371,9 @@
+ // Annex S: Alternative INTER VLC mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_H263P_AIV; 
++  av_opt_set_int(m_context-priv_data, aiv, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_AIV; 
++  av_opt_set_int(m_context-priv_data, aiv, 0, 0);
+ return;
+   }
+ 
+@@ -450,15 +451,6 @@
+   PTRACE(5, m_prefix, qmax set to   m_context-qmax);
+   PTRACE(5, m_prefix, payload size set to   m_context-rtp_payload_size);
+ 
+-  #define CODEC_TRACER_FLAG(tracer, flag) \
+-PTRACE(4, m_prefix, #flag  is   ((m_context-flags  flag) ? 
enabled : disabled));
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_UMV);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_OBMC);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_AC_PRED);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_SLICE_STRUCT)
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_LOOP_FILTER);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_AIV);
+-
+   return 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 15:15:38
  Author: ibiru
Revision: 171041

x264 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 18:42:21 UTC (rev 171040)
+++ PKGBUILD2012-11-15 20:15:38 UTC (rev 171041)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 15:16:47
  Author: ibiru
Revision: 171042

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 171041, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/vlc.install
(from rev 171041, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 171041, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/vlc.install
(from rev 171041, vlc/trunk/vlc.install)

+
 staging-i686/PKGBUILD  |   98 +++
 staging-i686/vlc.install   |   18 +++
 staging-x86_64/PKGBUILD|   98 +++
 staging-x86_64/vlc.install |   18 +++
 4 files changed, 232 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 171041, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-15 20:16:47 UTC (rev 171042)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.0.4
+pkgrel=4
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
+ 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+ 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+ 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'oss: for OSS audio support'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'fluidsynth: for synthesizer MIDI FluidSynth'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool' '!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f36dab8f126922c56b372388b7fade47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-oss \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-xosd \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  for res in 16 32 48 128; do
+install -D -m644 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:31
  Author: ibiru
Revision: 171044

db-move: moved ffmpeg from [staging] to [testing] (i686, x86_64)

Added:
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 171042, ffmpeg/repos/staging-i686/PKGBUILD)
  ffmpeg/repos/testing-x86_64/
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 171042, ffmpeg/repos/staging-x86_64/PKGBUILD)
Deleted:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 171042, 
ffmpeg/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:31 UTC (rev 171044)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
+makedepends=('yasm' 'git' 'libvdpau')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-libpulse \
+--enable-libv4l2 \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-x86_64/PKGBUILD (from rev 171042, 
ffmpeg/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-15 21:19:31 UTC (rev 171044)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
+makedepends=('yasm' 'git' 'libvdpau')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-libpulse \
+--enable-libv4l2 \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:33
  Author: ibiru
Revision: 171045

db-move: moved gst-plugins-ugly from [staging] to [testing] (i686, x86_64)

Added:
  gst-plugins-ugly/repos/testing-i686/
  gst-plugins-ugly/repos/testing-i686/PKGBUILD
(from rev 171042, gst-plugins-ugly/repos/staging-i686/PKGBUILD)
  gst-plugins-ugly/repos/testing-x86_64/
  gst-plugins-ugly/repos/testing-x86_64/PKGBUILD
(from rev 171042, gst-plugins-ugly/repos/staging-x86_64/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/staging-i686/
  gst-plugins-ugly/repos/staging-x86_64/

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

Copied: gst-plugins-ugly/repos/testing-i686/PKGBUILD (from rev 171042, 
gst-plugins-ugly/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:33 UTC (rev 171045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.2
+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' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-ugly/repos/testing-x86_64/PKGBUILD (from rev 171042, 
gst-plugins-ugly/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-15 21:19:33 UTC (rev 171045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.2
+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' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:36
  Author: ibiru
Revision: 171046

db-move: moved gstreamer0.10-ugly from [staging] to [testing] (i686, x86_64)

Added:
  gstreamer0.10-ugly/repos/testing-i686/
  gstreamer0.10-ugly/repos/testing-i686/PKGBUILD
(from rev 171042, gstreamer0.10-ugly/repos/staging-i686/PKGBUILD)
  gstreamer0.10-ugly/repos/testing-i686/opencore-amr.patch
(from rev 171042, gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch)
  gstreamer0.10-ugly/repos/testing-x86_64/
  gstreamer0.10-ugly/repos/testing-x86_64/PKGBUILD
(from rev 171042, gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD)
  gstreamer0.10-ugly/repos/testing-x86_64/opencore-amr.patch
(from rev 171042, 
gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch)
Deleted:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/opencore-amr.patch   |   35 
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/opencore-amr.patch |   35 
 4 files changed, 172 insertions(+)

Copied: gstreamer0.10-ugly/repos/testing-i686/PKGBUILD (from rev 171042, 
gstreamer0.10-ugly/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:36 UTC (rev 171046)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz
+opencore-amr.patch)
+md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  patch -Np0 -i ${srcdir}/opencore-amr.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make check
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  make -C ext DESTDIR=${pkgdir} install
+}

Copied: gstreamer0.10-ugly/repos/testing-i686/opencore-amr.patch (from rev 
171042, gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch)
===
--- testing-i686/opencore-amr.patch (rev 0)
+++ testing-i686/opencore-amr.patch 2012-11-15 21:19:36 UTC (rev 171046)
@@ -0,0 +1,35 @@
+--- ext/amrnb/amrnbdec.h.orig  2012-03-12 16:49:14.417405139 +
 ext/amrnb/amrnbdec.h   2012-03-12 16:49:35.393899419 +
+@@ -22,7 +22,7 @@
+ 
+ #include gst/gst.h
+ #include gst/audio/gstaudiodecoder.h
+-#include interf_dec.h
++#include opencore-amrnb/interf_dec.h
+ 
+ G_BEGIN_DECLS
+ 
+--- ext/amrnb/amrnbenc.h.orig  2012-03-12 16:49:23.833996062 +
 ext/amrnb/amrnbenc.h   2012-03-12 16:49:46.597141876 +
+@@ -21,7 +21,7 @@
+ #define __GST_AMRNBENC_H__
+ 
+ #include gst/gst.h
+-#include interf_enc.h
++#include opencore-amrnb/interf_enc.h
+ #include gst/audio/gstaudioencoder.h
+ 
+ G_BEGIN_DECLS
+--- ext/amrwbdec/amrwbdec.h.orig   2012-03-12 16:47:48.658100992 +
 ext/amrwbdec/amrwbdec.h2012-03-12 16:48:12.177910733 +
+@@ -22,8 +22,8 @@
+ 
+ #include gst/gst.h
+ #include gst/audio/gstaudiodecoder.h
+-#include dec_if.h
+-#include if_rom.h
++#include opencore-amrwb/dec_if.h
++#include opencore-amrwb/if_rom.h
+ 
+ G_BEGIN_DECLS
+ 

Copied: 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:38
  Author: ibiru
Revision: 171047

db-move: moved mplayer from [staging] to [testing] (i686, x86_64)

Added:
  mplayer/repos/testing-i686/
  mplayer/repos/testing-i686/PKGBUILD
(from rev 171042, mplayer/repos/staging-i686/PKGBUILD)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 171042, mplayer/repos/staging-i686/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 171042, mplayer/repos/staging-i686/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 171042, mplayer/repos/staging-i686/mplayer.png)
  mplayer/repos/testing-x86_64/
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 171042, mplayer/repos/staging-x86_64/PKGBUILD)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 171042, mplayer/repos/staging-x86_64/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 171042, mplayer/repos/staging-x86_64/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 171042, mplayer/repos/staging-x86_64/mplayer.png)
Deleted:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   74 +++
 testing-i686/mplayer.desktop   |   21 +++
 testing-i686/mplayer.install   |   11 +
 testing-x86_64/PKGBUILD|   74 +++
 testing-x86_64/mplayer.desktop |   21 +++
 testing-x86_64/mplayer.install |   11 +
 6 files changed, 212 insertions(+)

Copied: mplayer/repos/testing-i686/PKGBUILD (from rev 171042, 
mplayer/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:38 UTC (rev 171047)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=35420
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
+md5sums=('b8a82ad1e1d6c3ac847074772daba817'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd $srcdir/$pkgbase
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--language=all \
+--confdir=/etc/mplayer 
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
+
+cd $srcdir/$pkgbase
+
+make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+install -dm755 $pkgdir/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+rm -rf $pkgdir/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio' 'libvorbis')
+
+cd $srcdir/$pkgbase
+make 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:30
  Author: ibiru
Revision: 171043

db-move: moved avidemux from [staging] to [testing] (i686, x86_64)

Added:
  avidemux/repos/testing-i686/
  avidemux/repos/testing-i686/PKGBUILD
(from rev 171042, avidemux/repos/staging-i686/PKGBUILD)
  avidemux/repos/testing-i686/PKGBUILD.WIP
(from rev 171042, avidemux/repos/staging-i686/PKGBUILD.WIP)
  avidemux/repos/testing-i686/avidemux.install
(from rev 171042, avidemux/repos/staging-i686/avidemux.install)
  avidemux/repos/testing-x86_64/
  avidemux/repos/testing-x86_64/PKGBUILD
(from rev 171042, avidemux/repos/staging-x86_64/PKGBUILD)
  avidemux/repos/testing-x86_64/PKGBUILD.WIP
(from rev 171042, avidemux/repos/staging-x86_64/PKGBUILD.WIP)
  avidemux/repos/testing-x86_64/avidemux.install
(from rev 171042, avidemux/repos/staging-x86_64/avidemux.install)
Deleted:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  116 ++
 testing-i686/PKGBUILD.WIP   |   83 +++
 testing-i686/avidemux.install   |   11 +++
 testing-x86_64/PKGBUILD |  116 ++
 testing-x86_64/PKGBUILD.WIP |   83 +++
 testing-x86_64/avidemux.install |   11 +++
 6 files changed, 420 insertions(+)

Copied: avidemux/repos/testing-i686/PKGBUILD (from rev 171042, 
avidemux/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:30 UTC (rev 171043)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://fixounet.free.fr/avidemux/;
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+
+build() {
+  cd ${srcdir}/${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  mkdir -p lib
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR=${srcdir}/avidemux_${pkgver} \
+-D AVIDEMUX_CORECONFIG_DIR=${srcdir}/avidemux_${pkgver}/build/config \
+-D AVIDEMUX_INSTALL_PREFIX=${srcdir}/avidemux_${pkgver}/build \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split)
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/plugins/build
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/avidemux
+  rm ${pkgdir}/usr/bin/avidemux2_{gtk,qt4}
+  rm ${pkgdir}/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
${pkgdir}/usr/lib/libADM_vidEnc_xvid.so
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
${pkgdir}/usr/lib/libADM_vidEnc_x264.so
+
+  install -D -m644 ../../avidemux_icon.png 
${pkgdir}/usr/share/pixmaps/avidemux.png
+  install -D -m644 ../../man/avidemux.1 
${pkgdir}/usr/share/man/man1/avidemux.1
+}
+
+package_avidemux-gtk() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
+  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv' 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:40
  Author: ibiru
Revision: 171048

db-move: moved opal from [staging] to [testing] (i686, x86_64)

Added:
  opal/repos/testing-i686/
  opal/repos/testing-i686/PKGBUILD
(from rev 171042, opal/repos/staging-i686/PKGBUILD)
  opal/repos/testing-i686/opal-ffmpeg.patch
(from rev 171042, opal/repos/staging-i686/opal-ffmpeg.patch)
  opal/repos/testing-x86_64/
  opal/repos/testing-x86_64/PKGBUILD
(from rev 171042, opal/repos/staging-x86_64/PKGBUILD)
  opal/repos/testing-x86_64/opal-ffmpeg.patch
(from rev 171042, opal/repos/staging-x86_64/opal-ffmpeg.patch)
Deleted:
  opal/repos/staging-i686/
  opal/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/opal-ffmpeg.patch   |  195 +
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/opal-ffmpeg.patch |  195 +
 4 files changed, 452 insertions(+)

Copied: opal/repos/testing-i686/PKGBUILD (from rev 171042, 
opal/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:40 UTC (rev 171048)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+pkgname=opal
+pkgver=3.10.7
+pkgrel=3
+pkgdesc=Open Phone Abstraction Library
+arch=(i686 x86_64)
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex' 'gsm')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2
+opal-ffmpeg.patch)
+md5sums=('8686bb930668067eefadab115d2ee1c2'
+ '0f05c01dada644b37805667ba9e81aa5')
+
+build() {
+  cd ${srcdir}/opal-${pkgver}
+  patch -Np1 -i ${srcdir}/opal-ffmpeg.patch
+  CXXFLAGS=$CXXFLAGS -fpermissive \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/opal-${pkgver}
+  make DESTDIR=${pkgdir} install
+  chmod 644 ${pkgdir}/usr/lib/libopal_s.a
+}

Copied: opal/repos/testing-i686/opal-ffmpeg.patch (from rev 171042, 
opal/repos/staging-i686/opal-ffmpeg.patch)
===
--- testing-i686/opal-ffmpeg.patch  (rev 0)
+++ testing-i686/opal-ffmpeg.patch  2012-11-15 21:19:40 UTC (rev 171048)
@@ -0,0 +1,195 @@
+diff -ru opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx
+--- opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 2012-08-23 
04:18:42.0 +0200
 opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-08-28 
19:53:12.080918973 +0200
+@@ -48,6 +48,7 @@
+ #endif
+ 
+ #include h263-1998.h
++#include libavutil/opt.h
+ #include limits
+ #include iomanip
+ #include stdio.h
+@@ -317,9 +318,9 @@
+ // Level 2+ 
+ // works with eyeBeam, signaled via  non-standard D
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context-priv_data, umv, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context-priv_data, umv, 0, 0);
+ return;
+   }
+ 
+@@ -328,9 +329,9 @@
+ // Annex F: Advanced Prediction Mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context-priv_data, obmc, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context-priv_data, obmc, 0, 0);
+ return;
+   }
+ #endif
+@@ -360,9 +361,9 @@
+ // Annex K: Slice Structure
+ // does not work with eyeBeam
+ if (atoi(value) != 0)
+-  m_context-flags |= CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context-priv_data, structured_slices, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context-priv_data, structured_slices, 0, 0);
+ return;
+   }
+ 
+@@ -370,9 +371,9 @@
+ // Annex S: Alternative INTER VLC mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context-flags |= CODEC_FLAG_H263P_AIV; 
++  av_opt_set_int(m_context-priv_data, aiv, 1, 0);
+ else
+-  m_context-flags = ~CODEC_FLAG_H263P_AIV; 
++  av_opt_set_int(m_context-priv_data, aiv, 0, 0);
+ return;
+   }
+ 
+@@ -450,15 +451,6 @@
+   PTRACE(5, m_prefix, qmax set to   m_context-qmax);
+   PTRACE(5, m_prefix, payload size set to   m_context-rtp_payload_size);
+ 
+-  #define CODEC_TRACER_FLAG(tracer, flag) \
+-PTRACE(4, m_prefix, #flag  is   ((m_context-flags  flag) ? 
enabled : disabled));
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_UMV);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_OBMC);
+-  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_AC_PRED);
+-  CODEC_TRACER_FLAG(tracer, 

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:43
  Author: ibiru
Revision: 171049

db-move: moved vlc from [staging] to [testing] (i686, x86_64)

Added:
  vlc/repos/testing-i686/
  vlc/repos/testing-i686/PKGBUILD
(from rev 171042, vlc/repos/staging-i686/PKGBUILD)
  vlc/repos/testing-i686/vlc.install
(from rev 171042, vlc/repos/staging-i686/vlc.install)
  vlc/repos/testing-x86_64/
  vlc/repos/testing-x86_64/PKGBUILD
(from rev 171042, vlc/repos/staging-x86_64/PKGBUILD)
  vlc/repos/testing-x86_64/vlc.install
(from rev 171042, vlc/repos/staging-x86_64/vlc.install)
Deleted:
  vlc/repos/staging-i686/
  vlc/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   98 +++
 testing-i686/vlc.install   |   18 +++
 testing-x86_64/PKGBUILD|   98 +++
 testing-x86_64/vlc.install |   18 +++
 4 files changed, 232 insertions(+)

Copied: vlc/repos/testing-i686/PKGBUILD (from rev 171042, 
vlc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:43 UTC (rev 171049)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark martin.sandsm...@kde.org
+
+pkgname=vlc
+pkgver=2.0.4
+pkgrel=4
+pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
+ 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+ 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+ 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'oss: for OSS audio support'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'fluidsynth: for synthesizer MIDI FluidSynth'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool' '!emptydirs')
+install=vlc.install
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f36dab8f126922c56b372388b7fade47')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-oss \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-xosd \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}

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

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 16:19:46
  Author: ibiru
Revision: 171050

db-move: moved x264 from [staging] to [testing] (i686, x86_64)

Added:
  x264/repos/testing-i686/
  x264/repos/testing-i686/PKGBUILD
(from rev 171042, x264/repos/staging-i686/PKGBUILD)
  x264/repos/testing-x86_64/
  x264/repos/testing-x86_64/PKGBUILD
(from rev 171042, x264/repos/staging-x86_64/PKGBUILD)
Deleted:
  x264/repos/staging-i686/
  x264/repos/staging-x86_64/

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

Copied: x264/repos/testing-i686/PKGBUILD (from rev 171042, 
x264/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-15 21:19:46 UTC (rev 171050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20121113
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+
+build() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: x264/repos/testing-x86_64/PKGBUILD (from rev 171042, 
x264/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-15 21:19:46 UTC (rev 171050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20121113
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+
+build() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+make DESTDIR=$pkgdir \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-11-15 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 18:08:29
  Author: heftig
Revision: 171051

0.0.11

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 21:19:46 UTC (rev 171050)
+++ PKGBUILD2012-11-15 23:08:29 UTC (rev 171051)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cantarell-fonts
-pkgver=0.0.10.1
+pkgver=0.0.11
 pkgrel=1
 pkgdesc=Cantarell font family for the GNOME desktop
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('a59e7f449cce10bd6b990ff25c9d12cabb91e3ae75fe0599eb84174231b7ae73')
+sha256sums=('89b68fc3e9557309bbca1a174210dad3525a7908d4c11dff20f7e9a01f940b63')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-11-15 Thread Jan Steffens
Date: Thursday, November 15, 2012 @ 18:09:16
  Author: heftig
Revision: 171052

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 171051, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 171051, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   64 +++---
 cantarell-fonts.install |   22 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-15 23:08:29 UTC (rev 171051)
+++ PKGBUILD2012-11-15 23:09:16 UTC (rev 171052)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cantarell-fonts
-pkgver=0.0.10.1
-pkgrel=1
-pkgdesc=Cantarell font family for the GNOME desktop
-arch=('any')
-url=http://abattis.org/cantarell/;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('a59e7f449cce10bd6b990ff25c9d12cabb91e3ae75fe0599eb84174231b7ae73')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  mkdir -p $pkgdir/etc/fonts/conf.d
-  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
-  rmdir $pkgdir/usr/share/fontconfig
-  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 171051, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-15 23:09:16 UTC (rev 171052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cantarell-fonts
+pkgver=0.0.11
+pkgrel=1
+pkgdesc=Cantarell font family for the GNOME desktop
+arch=('any')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('89b68fc3e9557309bbca1a174210dad3525a7908d4c11dff20f7e9a01f940b63')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p $pkgdir/etc/fonts/conf.d
+  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
+  rmdir $pkgdir/usr/share/fontconfig
+  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2012-11-15 23:08:29 UTC (rev 171051)
+++ cantarell-fonts.install 2012-11-15 23:09:16 UTC (rev 171052)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
171051, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2012-11-15 23:09:16 UTC (rev 171052)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-11-15 Thread Eric Bélanger
Date: Thursday, November 15, 2012 @ 18:33:12
  Author: eric
Revision: 171053

upgpkg: di 4.33-1

Upstream update

Modified:
  di/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-15 23:09:16 UTC (rev 171052)
+++ PKGBUILD2012-11-15 23:33:12 UTC (rev 171053)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=di
-pkgver=4.32
+pkgver=4.33
 pkgrel=1
 pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('ZLIB')
 depends=('glibc')
 source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b819e877e1135f34f362ba2f72d1e694c1878249')
+sha1sums=('c6f754c3a93845deef7255682fbecd1882a3ddf2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-15 Thread Eric Bélanger
Date: Thursday, November 15, 2012 @ 18:33:28
  Author: eric
Revision: 171054

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 23:33:12 UTC (rev 171053)
+++ extra-i686/PKGBUILD 2012-11-15 23:33:28 UTC (rev 171054)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=di
-pkgver=4.32
-pkgrel=1
-pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
-arch=('i686' 'x86_64')
-url=http://www.gentoo.com/di/;
-license=('ZLIB')
-depends=('glibc')
-source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b819e877e1135f34f362ba2f72d1e694c1878249')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|error|//error|' C/di.h
-  sed -i '11i\#include string.h' C/di.h
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_DIR=${pkgdir}/usr install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: di/repos/extra-i686/PKGBUILD (from rev 171053, di/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 23:33:28 UTC (rev 171054)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=di
+pkgver=4.33
+pkgrel=1
+pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
+arch=('i686' 'x86_64')
+url=http://www.gentoo.com/di/;
+license=('ZLIB')
+depends=('glibc')
+source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c6f754c3a93845deef7255682fbecd1882a3ddf2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|error|//error|' C/di.h
+  sed -i '11i\#include string.h' C/di.h
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_DIR=${pkgdir}/usr install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-15 23:33:12 UTC (rev 171053)
+++ extra-x86_64/PKGBUILD   2012-11-15 23:33:28 UTC (rev 171054)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=di
-pkgver=4.32
-pkgrel=1
-pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
-arch=('i686' 'x86_64')
-url=http://www.gentoo.com/di/;
-license=('ZLIB')
-depends=('glibc')
-source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b819e877e1135f34f362ba2f72d1e694c1878249')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|error|//error|' C/di.h
-  sed -i '11i\#include string.h' C/di.h
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_DIR=${pkgdir}/usr install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: di/repos/extra-x86_64/PKGBUILD (from rev 171053, di/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-15 23:33:28 UTC (rev 171054)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=di
+pkgver=4.33
+pkgrel=1
+pkgdesc=A disk information utility, displaying everything (and more) that 
your df command does
+arch=('i686' 'x86_64')
+url=http://www.gentoo.com/di/;
+license=('ZLIB')
+depends=('glibc')
+source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c6f754c3a93845deef7255682fbecd1882a3ddf2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|error|//error|' C/di.h
+  sed -i '11i\#include string.h' C/di.h
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_DIR=${pkgdir}/usr install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 20:20:16
  Author: bisson
Revision: 171055

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

Added:
  rfkill/repos/core-i686/PKGBUILD
(from rev 171054, rfkill/repos/testing-i686/PKGBUILD)
  rfkill/repos/core-i686/conf.d
(from rev 171054, rfkill/repos/testing-i686/conf.d)
  rfkill/repos/core-i686/rc.d
(from rev 171054, rfkill/repos/testing-i686/rc.d)
  rfkill/repos/core-i686/rules.d
(from rev 171054, rfkill/repos/testing-i686/rules.d)
  rfkill/repos/core-i686/service.block
(from rev 171054, rfkill/repos/testing-i686/service.block)
  rfkill/repos/core-i686/service.unblock
(from rev 171054, rfkill/repos/testing-i686/service.unblock)
  rfkill/repos/core-x86_64/PKGBUILD
(from rev 171054, rfkill/repos/testing-x86_64/PKGBUILD)
  rfkill/repos/core-x86_64/conf.d
(from rev 171054, rfkill/repos/testing-x86_64/conf.d)
  rfkill/repos/core-x86_64/rc.d
(from rev 171054, rfkill/repos/testing-x86_64/rc.d)
  rfkill/repos/core-x86_64/rules.d
(from rev 171054, rfkill/repos/testing-x86_64/rules.d)
  rfkill/repos/core-x86_64/service.block
(from rev 171054, rfkill/repos/testing-x86_64/service.block)
  rfkill/repos/core-x86_64/service.unblock
(from rev 171054, rfkill/repos/testing-x86_64/service.unblock)
Deleted:
  rfkill/repos/core-i686/PKGBUILD
  rfkill/repos/core-i686/conf.d
  rfkill/repos/core-i686/rc.d
  rfkill/repos/core-i686/rules.d
  rfkill/repos/core-i686/service
  rfkill/repos/core-x86_64/PKGBUILD
  rfkill/repos/core-x86_64/conf.d
  rfkill/repos/core-x86_64/rc.d
  rfkill/repos/core-x86_64/rules.d
  rfkill/repos/core-x86_64/service
  rfkill/repos/testing-i686/
  rfkill/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   81 +-
 core-i686/conf.d|   40 ++--
 core-i686/rc.d  |   76 +++
 core-i686/rules.d   |2 -
 core-i686/service   |   11 -
 core-i686/service.block |   11 +
 core-i686/service.unblock   |   11 +
 core-x86_64/PKGBUILD|   81 +-
 core-x86_64/conf.d  |   40 ++--
 core-x86_64/rc.d|   76 +++
 core-x86_64/rules.d |2 -
 core-x86_64/service |   11 -
 core-x86_64/service.block   |   11 +
 core-x86_64/service.unblock |   11 +
 14 files changed, 246 insertions(+), 218 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-15 23:33:28 UTC (rev 171054)
+++ core-i686/PKGBUILD  2012-11-16 01:20:16 UTC (rev 171055)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=rfkill
-pkgver=0.4
-pkgrel=5
-pkgdesc='Tool for enabling and disabling wireless devices'
-url='http://linuxwireless.org/en/users/Documentation/rfkill'
-license=('custom')
-arch=('i686' 'x86_64')
-source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'rules.d'
-'service'
-'conf.d'
-'rc.d')
-sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
-  '6390eaa793b473098aaa11b13c5254d611a4c13a'
-  'cadc563f967c5ac680e7cdfd764718b412201f8a'
-  'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
-  '380af0b002f51543557306ed68a27f0059fd5a6f')
-
-backup=('etc/conf.d/rfkill')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../rules.d 
${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/rfkill.service
-   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/rfkill
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/rfkill
-}

Copied: rfkill/repos/core-i686/PKGBUILD (from rev 171054, 
rfkill/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-16 01:20:16 UTC (rev 171055)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rfkill
+pkgver=0.4
+pkgrel=6
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://linuxwireless.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'service.unblock'
+'service.block'
+'rules.d'
+'conf.d'
+   

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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 21:22:07
  Author: bisson
Revision: 171056

upstream update

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 01:20:16 UTC (rev 171055)
+++ PKGBUILD2012-11-16 02:22:07 UTC (rev 171056)
@@ -4,7 +4,7 @@
 # Contributor: jiribb jir...@gmail.com
 
 pkgname=ldns
-pkgver=1.6.14
+pkgver=1.6.16
 pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
@@ -15,7 +15,7 @@
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02')
+sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 21:22:29
  Author: bisson
Revision: 171057

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

Added:
  ldns/repos/testing-i686/
  ldns/repos/testing-i686/PKGBUILD
(from rev 171056, ldns/trunk/PKGBUILD)
  ldns/repos/testing-x86_64/
  ldns/repos/testing-x86_64/PKGBUILD
(from rev 171056, ldns/trunk/PKGBUILD)

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

Copied: ldns/repos/testing-i686/PKGBUILD (from rev 171056, ldns/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 02:22:29 UTC (rev 171057)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.16
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-static=no \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: ldns/repos/testing-x86_64/PKGBUILD (from rev 171056, 
ldns/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-16 02:22:29 UTC (rev 171057)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.16
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-static=no \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 21:52:41
  Author: bisson
Revision: 171058

rebuild for ldns-1.6.16

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 02:22:29 UTC (rev 171057)
+++ PKGBUILD2012-11-16 02:52:41 UTC (rev 171058)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=6.1p1
-pkgrel=3
+pkgrel=4
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')



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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 21:53:58
  Author: bisson
Revision: 171059

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 171058, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 171058, openssh/trunk/sshd)
  openssh/repos/testing-i686/sshd.close-sessions
(from rev 171058, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-i686/sshd.confd
(from rev 171058, openssh/trunk/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 171058, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 171058, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 171058, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 171058, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 171058, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 171058, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 171058, openssh/trunk/sshd)
  openssh/repos/testing-x86_64/sshd.close-sessions
(from rev 171058, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 171058, openssh/trunk/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 171058, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 171058, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 171058, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 171058, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 171058, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   95 +++
 testing-i686/sshd  |   44 
 testing-i686/sshd.close-sessions   |   17 ++
 testing-i686/sshd.confd|4 +
 testing-i686/sshd.pam  |   13 
 testing-i686/sshd.service  |   16 +
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 ++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   95 +++
 testing-x86_64/sshd|   44 
 testing-x86_64/sshd.close-sessions |   17 ++
 testing-x86_64/sshd.confd  |4 +
 testing-x86_64/sshd.pam|   13 
 testing-x86_64/sshd.service|   16 +
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 ++
 testing-x86_64/sshdgenkeys.service |   15 +
 18 files changed, 444 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 171058, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-16 02:53:58 UTC (rev 171059)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.1p1
+pkgrel=4
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
+'sshd.close-sessions'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.confd'
+'sshd.pam'
+'sshd')
+sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
+  '954bf1660aa32620c37034320877f4511b767ccb'
+  '6df5be396f8c593bb511a249a1453294d18a01a6'
+  'bd6eae36c7ef9efb7147778baad7858b81f2d660'
+  'f9af4a442b804ab661cec0edb25dd76dee16d8d2'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+  '659e3ee95c269014783ff8b318c6f50bf7496fbd'
+  '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+