[arch-commits] Commit in glibc/trunk (5 files)

2011-06-18 Thread Allan McRae
Date: Saturday, June 18, 2011 @ 02:06:01
  Author: allan
Revision: 127755

upgpkg: glibc 2.14-3
new upstream snapshot, use upstream patch to fix resolver crash, restore rpc 
interface until libtirpc is ready to replace it

Added:
  glibc/trunk/glibc-2.14-fix-resolver-crash-typo.patch
  glibc/trunk/glibc-2.14-reexport-rpc-interface.patch
  glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch
Modified:
  glibc/trunk/PKGBUILD
Deleted:
  glibc/trunk/glibc-2.14-revert-4462fad3.patch

+
 PKGBUILD   |   31 ++
 glibc-2.14-fix-resolver-crash-typo.patch   |   22 
 glibc-2.14-reexport-rpc-interface.patch|   26 ++
 glibc-2.14-reinstall-nis-rpc-headers.patch |   28 
 glibc-2.14-revert-4462fad3.patch   |   37 ---
 5 files changed, 96 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 05:06:49 UTC (rev 127754)
+++ PKGBUILD2011-06-18 06:06:01 UTC (rev 127755)
@@ -6,8 +6,8 @@
 
 pkgname=glibc
 pkgver=2.14
-pkgrel=2
-_glibcdate=20110605
+pkgrel=3
+_glibcdate=20110617
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -27,11 +27,13 @@
 glibc-2.12.2-ignore-origin-of-privileged-program.patch
 glibc-2.13-futex.patch
 glibc-2.14-libdl-crash.patch
-glibc-2.14-revert-4462fad3.patch
+glibc-2.14-fix-resolver-crash-typo.patch
+glibc-2.14-reexport-rpc-interface.patch
+glibc-2.14-reinstall-nis-rpc-headers.patch
 nscd
 locale.gen.txt
 locale-gen)
-md5sums=('a96742599fc8a99e52b9e344f39a1000'
+md5sums=('e441d745609d93c907b72548ba646dad'
  '4dadb9203b69a3210d53514bb46f41c3'
  '0c5540efc51c0b93996c51b57a8540ae'
  '40cd342e21f71f5e49e32622b25acc52'
@@ -39,16 +41,18 @@
  'b042647ea7d6f22ad319e12e796bd13e'
  '7d0154b7e17ea218c9fa953599d24cc4'
  'cea62cc6b903d222c5f26e05a3c0e0e6'
- '46e56492cccb1c9172ed3a235cf43c6c'
+ '73bfaafe25b93f357cf6a3b5eeb70e1b'
+ 'c5de2a946215d647c8af5432ec4b0da0'
+ '55febbb72139ac7b65757df085024b83'
  'b587ee3a70c9b3713099295609afde49'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
 
+
 mksource() {
   git clone git://sourceware.org/git/glibc.git
   pushd glibc
-  git checkout -b glibc-2.14-arch origin/master
-  # git checkout -b glibc-2.14-arch origin/release/2.14/master
+  git checkout -b glibc-2.14-arch origin/release/2.14/master
   popd
   tar -cvJf glibc-${pkgver}_${_glibcdate}.tar.xz glibc/*
 }
@@ -81,10 +85,15 @@
   # http://sourceware.org/ml/libc-alpha/2011-06/msg6.html
   patch -Np1 -i ${srcdir}/glibc-2.14-libdl-crash.patch
 
-  # revert fix for http://sourceware.org/bugzilla/show_bug.cgi?id=12684
-  # as it causes crashes  (FS#24615)
-  patch -Np1 -i ${srcdir}/glibc-2.14-revert-4462fad3.patch
+  # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=57912a71 (FS#24615)
+  patch -Np1 -i ${srcdir}/glibc-2.14-fix-resolver-crash-typo.patch
 
+  # re-export RPC interface until libtirpc is ready as a replacement
+  # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=acee4873 (only 
fedora branch...)
+  patch -Np1 -i ${srcdir}/glibc-2.14-reexport-rpc-interface.patch
+  # http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdd816a3 (only 
fedora branch...)
+  patch -Np1 -i ${srcdir}/glibc-2.14-reinstall-nis-rpc-headers.patch
+
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
 
@@ -123,7 +132,7 @@
   cd ${srcdir}/glibc-build
   make install_root=${pkgdir} install
 
-  rm ${pkgdir}/etc/ld.so.{cache,conf}
+  rm -f ${pkgdir}/etc/ld.so.{cache,conf}
 
   install -dm755 ${pkgdir}/etc/rc.d
   install -dm755 ${pkgdir}/usr/sbin

Added: glibc-2.14-fix-resolver-crash-typo.patch
===
--- glibc-2.14-fix-resolver-crash-typo.patch(rev 0)
+++ glibc-2.14-fix-resolver-crash-typo.patch2011-06-18 06:06:01 UTC (rev 
127755)
@@ -0,0 +1,22 @@
+diff --git a/resolv/res_send.c b/resolv/res_send.c
+index 97142b7..a001c1e 100644
+--- a/resolv/res_send.c
 b/resolv/res_send.c
+@@ -549,7 +549,7 @@ __libc_res_nsend(res_state statp, const u_char *buf, int 
buflen,
+   ns, ansp, ansp2, nansp2, resplen2);
+   if (n  0)
+   return (-1);
+-  if (n == 0  (buf2 == NULL || resplen2 == 0))
++  if (n == 0  (buf2 == NULL || *resplen2 == 0))
+   goto next_ns;
+   } else {
+   /* Use datagrams. */
+@@ -559,7 +559,7 @@ __libc_res_nsend(res_state statp, const u_char *buf, int 
buflen,
+   ansp2, 

[arch-commits] Commit in glibc/repos (testing-i686)

2011-06-18 Thread Allan McRae
Date: Saturday, June 18, 2011 @ 02:06:08
  Author: allan
Revision: 127756

archrelease: remove testing-i686

Deleted:
  glibc/repos/testing-i686/



[arch-commits] Commit in glibc/repos (testing-i686)

2011-06-18 Thread Allan McRae
Date: Saturday, June 18, 2011 @ 02:06:35
  Author: allan
Revision: 127757

archrelease: copy trunk to testing-i686

Added:
  glibc/repos/testing-i686/



[arch-commits] Commit in glibc/repos (testing-x86_64)

2011-06-18 Thread Allan McRae
Date: Saturday, June 18, 2011 @ 02:06:45
  Author: allan
Revision: 127758

archrelease: remove testing-x86_64

Deleted:
  glibc/repos/testing-x86_64/



[arch-commits] Commit in glibc/repos (testing-x86_64)

2011-06-18 Thread Allan McRae
Date: Saturday, June 18, 2011 @ 02:07:15
  Author: allan
Revision: 127759

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/



[arch-commits] Commit in rox/trunk (PKGBUILD right-click.diff rox.sh)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 03:02:05
  Author: eric
Revision: 127760

upgpkg: rox 2.10-2
Fixed right click (closed FS#19160), Cleaned up depends, PKGBUILD clean up

Added:
  rox/trunk/right-click.diff
  rox/trunk/rox.sh
Modified:
  rox/trunk/PKGBUILD

--+
 PKGBUILD |   67 -
 right-click.diff |   32 +
 rox.sh   |2 +
 3 files changed, 65 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 06:07:15 UTC (rev 127759)
+++ PKGBUILD2011-06-18 07:02:05 UTC (rev 127760)
@@ -3,49 +3,44 @@
 # Contributor: Jochem Kossen j.kos...@home.nl
 
 pkgname=rox
-_appname=${pkgname}-filer
 pkgver=2.10
-pkgrel=1
-pkgdesc=A small and fast file manager which can optionally manage the desktop 
background and panels.
-arch=(i686 x86_64)
+pkgrel=2
+pkgdesc=A small and fast file manager which can optionally manage the desktop 
background and panels
+arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://roscidus.com/desktop/;
-depends=('libxml2' 'gtk2' 'shared-mime-info' 'bash' 'libsm' 'libglade')
+depends=('sh' 'libsm' 'libglade')
 makedepends=('librsvg' 'python')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${_appname}-${pkgver}.tar.bz2
 \
-${pkgname}.desktop ${pkgname}.svg)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/rox-filer-${pkgver}.tar.bz2
 \
+rox.desktop rox.svg rox.sh right-click.diff)
 md5sums=('28e8494c9af783258ff86c830f8f0062'
  '80e7a90e9d58375b25494fbdc01a05bd'
- '658c8648b51e215558e13e6afb2b5c76')
+ '658c8648b51e215558e13e6afb2b5c76'
+ '31578a90b241f0a8d09c9f8587608d00'
+ '2b2105a33070ac09a6352c29a5a17e4e')
 
 build() {
-  cd ${startdir}/src/${_appname}-${pkgver}/Choices
-  mkdir -p ${startdir}/pkg/usr/share/Choices
-  cp -rp MIME-types ${startdir}/pkg/usr/share/Choices/
- # manually copy the manpages first
-  cd ../
-  install -Dm 0644 rox.1 ${startdir}/pkg/usr/share/man/man1/rox.1
-  cd ${startdir}/pkg/usr/share/man/man1
-  ln -sf rox.1 ROX-Filer.1
- # this compiles and installs rox
- cd ${startdir}/src/${_appname}-${pkgver}/ROX-Filer
+  cd ${srcdir}/rox-filer-${pkgver}/ROX-Filer
+  patch -p2 -i ${srcdir}/right-click.diff
   ./AppRun --compile
-  cd ..
-  cp -rp ROX-Filer ${startdir}/pkg/usr/share/
-  rm -fr ${startdir}/pkg/usr/share/ROX-Filer/{src,build}
- # create a shellscript which is known in the PATH
-  mkdir -p ${startdir}/pkg/usr/bin
-  echo #!/bin/sh  ${startdir}/pkg/usr/bin/rox
-  echo exec /usr/share/ROX-Filer/AppRun \\$@\  
${startdir}/pkg/usr/bin/rox
-  chmod a+x ${startdir}/pkg/usr/bin/rox
- # install some freedesktop.org compatibility
-  install -D -m644 ${startdir}/src/${pkgname}.desktop \
-${startdir}/pkg/usr/share/applications/${pkgname}.desktop
-  install -D -m644 ${startdir}/src/${pkgname}.svg \
-${startdir}/pkg/usr/share/pixmaps/${pkgname}.svg
-   # finally we render a png as fallback for not svg aware menu applications
-   # Attention: always make sure you check the dimensions of the source-svg,
-   # you can read the dimensions via inkscapes export funktion
-  rsvg -w 48 -h 38 -f png ${startdir}/src/${pkgname}.svg \
-${startdir}/pkg/usr/share/pixmaps/${pkgname}.png
+# finally we render a png as fallback for svg unaware menu applications
+# Attention: always make sure you check the dimensions of the source-svg,
+# you can read the dimensions via inkscape's export function
+  rsvg-convert -w 48 -h 38 -f png -o ${srcdir}/rox.png ${srcdir}/rox.svg
 }
+
+package() {
+  cd ${srcdir}/rox-filer-${pkgver}
+  install -d ${pkgdir}/usr/share/Choices/MIME-types
+  install -m755 Choices/MIME-types/* ${pkgdir}/usr/share/Choices/MIME-types/
+  cp -rp ROX-Filer ${pkgdir}/usr/share/
+  rm -fr ${pkgdir}/usr/share/ROX-Filer/{src,build}
+ 
+  install -D -m755 ${srcdir}/rox.sh ${pkgdir}/usr/bin/rox
+  install -D -m644 rox.1 ${pkgdir}/usr/share/man/man1/rox.1
+  ln -sf rox.1 ${pkgdir}/usr/share/man/man1/ROX-Filer.1
+
+  install -D -m644 ${srcdir}/rox.desktop 
${pkgdir}/usr/share/applications/rox.desktop
+  install -D -m644 ${srcdir}/rox.svg ${pkgdir}/usr/share/pixmaps/rox.svg
+  install -D -m644 ${srcdir}/rox.png ${pkgdir}/usr/share/pixmaps/rox.png
+}

Added: right-click.diff
===
--- right-click.diff(rev 0)
+++ right-click.diff2011-06-18 07:02:05 UTC (rev 127760)
@@ -0,0 +1,32 @@
+From c2232d5075342347a8ff814ced5ce8b9e1cf64b9 Mon Sep 17 00:00:00 2001
+From: Thomas Leonard tal...@gmail.com
+Date: Wed, 7 Apr 2010 15:44:57 +0100
+Subject: [PATCH] Bugfix: unselect item when menu is closed
+
+We used to listen for unmap_event, but this is no longer emitted in recent
+versions of GTK. Switched to using selection-done instead.
+
+Closes #2925212 (reported by Barry Kauler).
+---
+ ROX-Filer/src/menu.c |4 ++--

[arch-commits] Commit in rox/repos (extra-i686)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 03:02:17
  Author: eric
Revision: 127761

archrelease: remove extra-i686

Deleted:
  rox/repos/extra-i686/



[arch-commits] Commit in rox/repos (extra-i686)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 03:02:25
  Author: eric
Revision: 127762

archrelease: copy trunk to extra-i686

Added:
  rox/repos/extra-i686/



[arch-commits] Commit in rox/repos (extra-x86_64)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 03:02:27
  Author: eric
Revision: 127763

archrelease: remove extra-x86_64

Deleted:
  rox/repos/extra-x86_64/



[arch-commits] Commit in rox/repos (extra-x86_64)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 03:02:37
  Author: eric
Revision: 127764

archrelease: copy trunk to extra-x86_64

Added:
  rox/repos/extra-x86_64/



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

2011-06-18 Thread Gaetan Bisson
Date: Saturday, June 18, 2011 @ 04:12:47
  Author: bisson
Revision: 127765

db rebuild for [staging]

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 07:02:37 UTC (rev 127764)
+++ PKGBUILD2011-06-18 08:12:47 UTC (rev 127765)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.8.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Secure, fast, easy to administer drop in replacement for Sendmail 
(MTA)'
 url='http://www.postfix.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in postfix/repos (staging-i686)

2011-06-18 Thread Gaetan Bisson
Date: Saturday, June 18, 2011 @ 04:13:10
  Author: bisson
Revision: 127766

archrelease: copy trunk to staging-i686

Added:
  postfix/repos/staging-i686/



[arch-commits] Commit in postfix/repos (staging-x86_64)

2011-06-18 Thread Gaetan Bisson
Date: Saturday, June 18, 2011 @ 04:13:17
  Author: bisson
Revision: 127767

archrelease: copy trunk to staging-x86_64

Added:
  postfix/repos/staging-x86_64/



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

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:02:24
  Author: andyrtr
Revision: 127768

upgpkg: lftp 4.3.0-1
upstream update 4.3.0

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 08:13:17 UTC (rev 127767)
+++ PKGBUILD2011-06-18 10:02:24 UTC (rev 127768)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.2.3
+pkgver=4.3.0
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4957f40d55e1bc6985e11244364b8938')
+md5sums=('3c6ff88f8c6e93ff90d8e3b054f3b086')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in lftp/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:02:33
  Author: andyrtr
Revision: 127769

archrelease: remove extra-i686

Deleted:
  lftp/repos/extra-i686/



[arch-commits] Commit in lftp/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:02:49
  Author: andyrtr
Revision: 127770

archrelease: copy trunk to extra-i686

Added:
  lftp/repos/extra-i686/



[arch-commits] Commit in lftp/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:02:53
  Author: andyrtr
Revision: 127771

archrelease: remove extra-x86_64

Deleted:
  lftp/repos/extra-x86_64/



[arch-commits] Commit in lftp/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:03:09
  Author: andyrtr
Revision: 127772

archrelease: copy trunk to extra-x86_64

Added:
  lftp/repos/extra-x86_64/



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

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:07:36
  Author: andyrtr
Revision: 127773

upgpkg: xfce-utils 4.8.2-1
upstream update 4.8.2

Modified:
  xfce-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 10:03:09 UTC (rev 127772)
+++ PKGBUILD2011-06-18 10:07:36 UTC (rev 127773)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce-utils
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc=Utilities for Xfce
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e39866365a45f7a1e7284b93eb4f92f0')
+md5sums=('7f48198f4bee3edf7869064c2922c609')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce-utils/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:07:41
  Author: andyrtr
Revision: 127774

archrelease: remove extra-i686

Deleted:
  xfce-utils/repos/extra-i686/



[arch-commits] Commit in xfce-utils/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:07:57
  Author: andyrtr
Revision: 127775

archrelease: copy trunk to extra-i686

Added:
  xfce-utils/repos/extra-i686/



[arch-commits] Commit in xfce-utils/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:08:01
  Author: andyrtr
Revision: 127776

archrelease: remove extra-x86_64

Deleted:
  xfce-utils/repos/extra-x86_64/



[arch-commits] Commit in xfce-utils/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 06:08:18
  Author: andyrtr
Revision: 12

archrelease: copy trunk to extra-x86_64

Added:
  xfce-utils/repos/extra-x86_64/



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

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:17:11
  Author: giovanni
Revision: 127778

upgpkg: mkvtoolnix 4.8.0-3
All of the GUIs are now disabled - This is just a CLI version

Modified:
  mkvtoolnix/trunk/PKGBUILD
Deleted:
  mkvtoolnix/trunk/mkvtoolnix.install

+
 PKGBUILD   |   21 +
 mkvtoolnix.install |   14 --
 2 files changed, 13 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 10:08:18 UTC (rev 12)
+++ PKGBUILD2011-06-18 10:17:11 UTC (rev 127778)
@@ -1,33 +1,38 @@
 # $Id$
 # Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: 03/08/04 lefun...@altern.org
 
 pkgname=mkvtoolnix
 pkgver=4.8.0
-pkgrel=2
-pkgdesc=Set of tools to create, edit and inspect Matroska files
+pkgrel=3
+pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI version
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-depends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 
'xdg-utils')
+depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
 makedepends=('boost' 'ruby')
-install=mkvtoolnix.install
 
source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('47a730706f3da2bcf4ba62bba3a8f260')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
   export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
   export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
 
+  autoreconf
+
   ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
 }
 
 package () {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./drake DESTDIR=${pkgdir} install
+  rake DESTDIR=${pkgdir} install
 }

Deleted: mkvtoolnix.install
===
--- mkvtoolnix.install  2011-06-18 10:08:18 UTC (rev 12)
+++ mkvtoolnix.install  2011-06-18 10:17:11 UTC (rev 127778)
@@ -1,14 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-if [ -f usr/bin/update-mime-database ]; then
-update-mime-database usr/share/mime  /dev/null
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-post_install $1
-}



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:17:13
  Author: giovanni
Revision: 127779

archrelease: remove extra-i686

Deleted:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:17:26
  Author: giovanni
Revision: 127780

archrelease: copy trunk to extra-i686

Added:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:17:29
  Author: giovanni
Revision: 127781

archrelease: remove extra-x86_64

Deleted:
  mkvtoolnix/repos/extra-x86_64/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:17:41
  Author: giovanni
Revision: 127782

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/



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

2011-06-18 Thread Rémy Oudompheng
Date: Saturday, June 18, 2011 @ 06:36:42
  Author: remy
Revision: 127783

upgpkg: asymptote 2.11-1
Upstream update

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 10:17:41 UTC (rev 127782)
+++ PKGBUILD2011-06-18 10:36:42 UTC (rev 127783)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.08
+pkgver=2.11
 pkgrel=1
 pkgdesc=A vector graphics language (like metapost)
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'tix:   for the xasy GUI')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=(6b81336727458f7fdcc3db972f1e63b3bfc1a93b)
+sha1sums=('fde16f05bddb9e86a4dd05f25369f35c771fb84b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,6 +28,12 @@
   --with-context=/usr/share/texmf/tex/context
   make all
 }
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install-all



[arch-commits] Commit in asymptote/repos (extra-i686)

2011-06-18 Thread Rémy Oudompheng
Date: Saturday, June 18, 2011 @ 06:36:45
  Author: remy
Revision: 127784

archrelease: remove extra-i686

Deleted:
  asymptote/repos/extra-i686/



[arch-commits] Commit in asymptote/repos (extra-i686)

2011-06-18 Thread Rémy Oudompheng
Date: Saturday, June 18, 2011 @ 06:36:59
  Author: remy
Revision: 127785

archrelease: copy trunk to extra-i686

Added:
  asymptote/repos/extra-i686/



[arch-commits] Commit in asymptote/repos (extra-x86_64)

2011-06-18 Thread Rémy Oudompheng
Date: Saturday, June 18, 2011 @ 06:37:02
  Author: remy
Revision: 127786

archrelease: remove extra-x86_64

Deleted:
  asymptote/repos/extra-x86_64/



[arch-commits] Commit in asymptote/repos (extra-x86_64)

2011-06-18 Thread Rémy Oudompheng
Date: Saturday, June 18, 2011 @ 06:37:15
  Author: remy
Revision: 127787

archrelease: copy trunk to extra-x86_64

Added:
  asymptote/repos/extra-x86_64/



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

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:58:55
  Author: giovanni
Revision: 127788

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 10:37:15 UTC (rev 127787)
+++ PKGBUILD2011-06-18 10:58:55 UTC (rev 127788)
@@ -26,8 +26,8 @@
   autoreconf
 
   ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
   rake
 }
 



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:59:02
  Author: giovanni
Revision: 127789

archrelease: remove extra-i686

Deleted:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:59:18
  Author: giovanni
Revision: 127790

archrelease: copy trunk to extra-i686

Added:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:59:41
  Author: giovanni
Revision: 127791

archrelease: remove extra-x86_64

Deleted:
  mkvtoolnix/repos/extra-x86_64/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-06-18 Thread Giovanni Scafora
Date: Saturday, June 18, 2011 @ 06:59:58
  Author: giovanni
Revision: 127792

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/



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

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 09:22:52
  Author: andyrtr
Revision: 127793

upgpkg: garcon 0.1.7-2
rebuild pkg, should fix FS#23920

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 10:59:58 UTC (rev 127792)
+++ PKGBUILD2011-06-18 13:22:52 UTC (rev 127793)
@@ -4,7 +4,7 @@
 
 pkgname=garcon
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=implementation of the freedesktop.org menu specification
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in garcon/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 09:23:00
  Author: andyrtr
Revision: 127794

archrelease: remove extra-i686

Deleted:
  garcon/repos/extra-i686/



[arch-commits] Commit in garcon/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 09:23:17
  Author: andyrtr
Revision: 127795

archrelease: copy trunk to extra-i686

Added:
  garcon/repos/extra-i686/



[arch-commits] Commit in garcon/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 09:23:21
  Author: andyrtr
Revision: 127796

archrelease: remove extra-x86_64

Deleted:
  garcon/repos/extra-x86_64/



[arch-commits] Commit in garcon/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 09:23:37
  Author: andyrtr
Revision: 127797

archrelease: copy trunk to extra-x86_64

Added:
  garcon/repos/extra-x86_64/



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

2011-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2011 @ 11:04:19
  Author: heftig
Revision: 127798

This point is now moot, because (a) the module isn't autoloaded anymore and (b) 
no blacklist support in rc.conf.

Modified:
  pulseaudio/trunk/pulseaudio.install

+
 pulseaudio.install |3 ---
 1 file changed, 3 deletions(-)

Modified: pulseaudio.install
===
--- pulseaudio.install  2011-06-18 13:23:37 UTC (rev 127797)
+++ pulseaudio.install  2011-06-18 15:04:19 UTC (rev 127798)
@@ -4,9 +4,6 @@
 on configuring your system for PulseAudio.
 
  Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
-
- You might want to blacklist the snd-pcm-oss module in /etc/rc.conf to
-keep ALSA's OSS emulation from interfering with ALSA or PulseAudio. 
 MES
 }
 



[arch-commits] Commit in perl-compress-bzip2/trunk (PKGBUILD)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 11:54:27
  Author: ibiru
Revision: 127799

upgpkg: perl-compress-bzip2 2.09-3
fix url

Modified:
  perl-compress-bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 15:04:19 UTC (rev 127798)
+++ PKGBUILD2011-06-18 15:54:27 UTC (rev 127799)
@@ -3,12 +3,12 @@
 pkgname=perl-compress-bzip2
 _realname=Compress-Bzip2
 pkgver=2.09
-pkgrel=2
+pkgrel=3
 pkgdesc=Interface to Bzip2 compression library
 arch=(i686 x86_64)
 license=(GPL2)
 depends=(perl bzip2)
-url='http://search.cpan.org/dist/$_realname'
+url=http://search.cpan.org/dist/$_realname;
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz;)
 md5sums=('1699fde3e86f2a036f135ae606d456bf')



[arch-commits] Commit in perl-compress-bzip2/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 11:54:30
  Author: ibiru
Revision: 127800

archrelease: remove testing-i686

Deleted:
  perl-compress-bzip2/repos/testing-i686/



[arch-commits] Commit in perl-compress-bzip2/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 11:54:42
  Author: ibiru
Revision: 127801

archrelease: copy trunk to testing-i686

Added:
  perl-compress-bzip2/repos/testing-i686/



[arch-commits] Commit in perl-compress-bzip2/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 11:54:44
  Author: ibiru
Revision: 127802

archrelease: remove testing-x86_64

Deleted:
  perl-compress-bzip2/repos/testing-x86_64/



[arch-commits] Commit in perl-compress-bzip2/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 11:54:57
  Author: ibiru
Revision: 127803

archrelease: copy trunk to testing-x86_64

Added:
  perl-compress-bzip2/repos/testing-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:05:03
  Author: ibiru
Revision: 127804

upgpkg: x264 20110617-1
bump to latest version

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 15:54:57 UTC (rev 127803)
+++ PKGBUILD2011-06-18 16:05:03 UTC (rev 127804)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=x264
-pkgver=20110506
+pkgver=20110617
 pkgrel=1
 pkgdesc=free library for encoding H264/AVC video streams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('yasm')
 
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
-md5sums=('29afc662ac62b7cabffccc65faa146ae')
+md5sums=('928717aa2f0c7ca91e589d6b60e688f1')
 
 build() {
 cd $srcdir/$pkgname-snapshot-$pkgver-2245



[arch-commits] Commit in x264/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:05:16
  Author: ibiru
Revision: 127805

archrelease: copy trunk to testing-i686

Added:
  x264/repos/testing-i686/



[arch-commits] Commit in x264/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:05:28
  Author: ibiru
Revision: 127806

archrelease: copy trunk to testing-x86_64

Added:
  x264/repos/testing-x86_64/



[arch-commits] Commit in ffmpeg/trunk (PKGBUILD avutils-make-aes-and-sha-public.patch)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:07:16
  Author: ibiru
Revision: 127807

upgpkg: ffmpeg 20110618-1
use oldapi branch for now, rebuild against x264

Modified:
  ffmpeg/trunk/PKGBUILD
Deleted:
  ffmpeg/trunk/avutils-make-aes-and-sha-public.patch

---+
 PKGBUILD  |   15 +---
 avutils-make-aes-and-sha-public.patch |   37 
 2 files changed, 6 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 16:05:28 UTC (rev 127806)
+++ PKGBUILD2011-06-18 16:07:16 UTC (rev 127807)
@@ -4,25 +4,21 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=20110330
-pkgrel=2
+pkgver=20110618
+pkgrel=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=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz
-avutils-make-aes-and-sha-public.patch)
-md5sums=('dd682a876a496b9f9ae8afb3b3b70389'
- '06eb45335669cb742fdcbea48f0605ce')
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ff3636c6601f68cdcc777fadaf0eba46')
 
 build() {
   cd $srcdir/$pkgname
 
-  patch -Np1 -i $srcdir/avutils-make-aes-and-sha-public.patch
-
   ./configure \
 --prefix=/usr \
 --enable-libmp3lame \
@@ -38,6 +34,7 @@
 --enable-libopencore_amrwb \
 --enable-libschroedinger \
 --enable-libopenjpeg \
+--enable-librtmp \
 --enable-gpl \
 --enable-version3 \
 --enable-runtime-cpudetect \

Deleted: avutils-make-aes-and-sha-public.patch
===
--- avutils-make-aes-and-sha-public.patch   2011-06-18 16:05:28 UTC (rev 
127806)
+++ avutils-make-aes-and-sha-public.patch   2011-06-18 16:07:16 UTC (rev 
127807)
@@ -1,37 +0,0 @@
-From a3a0af4fb1237bed0af75868073f9a63db8b1864 Mon Sep 17 00:00:00 2001
-From: Alexis Ballier aball...@gentoo.org
-Date: Thu, 7 Apr 2011 10:19:23 -0300
-Subject: [PATCH] avutil: make aes and sha api public
-
-The functions are already av_ prefixed and sha1 header is already provided.
-Install libavutil/{aes,sha}.h
-
-Signed-off-by: Michael Niedermayer michae...@gmx.at
-Signed-off-by: Luca Barbato lu_z...@gentoo.org

- libavutil/Makefile |2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/libavutil/Makefile b/libavutil/Makefile
-index 300acb1..baee496 100644
 a/libavutil/Makefile
-+++ b/libavutil/Makefile
-@@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak
- NAME = avutil
- 
- HEADERS = adler32.h \
-+  aes.h \
-   attributes.h  \
-   audioconvert.h\
-   avassert.h\
-@@ -33,6 +34,7 @@ HEADERS = adler32.h  
   \
-   random_seed.h \
-   rational.h\
-   samplefmt.h   \
-+  sha.h \
-   sha1.h\
- 
- BUILT_HEADERS = avconfig.h
--- 
-1.7.2.5
-



[arch-commits] Commit in ffmpeg/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:07:27
  Author: ibiru
Revision: 127808

archrelease: copy trunk to testing-i686

Added:
  ffmpeg/repos/testing-i686/



[arch-commits] Commit in ffmpeg/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:07:40
  Author: ibiru
Revision: 127809

archrelease: copy trunk to testing-x86_64

Added:
  ffmpeg/repos/testing-x86_64/



[arch-commits] Commit in avidemux/trunk (PKGBUILD avidemux-2.5.4-x264-build115.patch)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:08:40
  Author: ibiru
Revision: 127810

upgpkg: avidemux 2.5.5-2
rebuild against x264

Added:
  avidemux/trunk/avidemux-2.5.4-x264-build115.patch
Modified:
  avidemux/trunk/PKGBUILD

+
 PKGBUILD   |   10 +--
 avidemux-2.5.4-x264-build115.patch |   45 +++
 2 files changed, 52 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 16:07:40 UTC (rev 127809)
+++ PKGBUILD2011-06-18 16:08:40 UTC (rev 127810)
@@ -4,19 +4,23 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;
 makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'esound' 'libvorbis' 'sdl' 
'libxv' \
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-md5sums=('33bbe210c6826cea1987ed18a41d57a7')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
+avidemux-2.5.4-x264-build115.patch)
+md5sums=('33bbe210c6826cea1987ed18a41d57a7'
+ '24a18b53a58b678b9e87d30566985751')
 
 build() {
   cd ${srcdir}/${pkgbase}_${pkgver}
 
+  patch -Np1 -i ${srcdir}/avidemux-2.5.4-x264-build115.patch
+
   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 ..

Added: avidemux-2.5.4-x264-build115.patch
===
--- avidemux-2.5.4-x264-build115.patch  (rev 0)
+++ avidemux-2.5.4-x264-build115.patch  2011-06-18 16:08:40 UTC (rev 127810)
@@ -0,0 +1,45 @@
+diff -ru 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp 
avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp
+--- avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp   
2011-04-28 22:35:36.0 +0200
 avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/encoder.cpp
2011-04-28 22:40:26.0 +0200
+@@ -488,8 +488,10 @@
+   printf([x264] analyse.b_transform_8x8 = %d\n, 
x264Param-analyse.b_transform_8x8);
+   printf([x264] analyse.inter = %d\n, x264Param-analyse.inter);
+   printf([x264] b_cabac = %d\n, x264Param-b_cabac);
+-#if X264_BUILD  101
++#if X264_BUILD  101  X264_BUILD  115
+   printf([x264] i_open_gop = %d\n, x264Param-i_open_gop);
++#elif X264_BUILD  114
++  printf([x264] b_open_gop = %d\n, x264Param-b_open_gop);
+ #endif
+   printf([x264] b_interlaced = %d\n, x264Param-b_interlaced);
+ #if X264_BUILD  88
+diff -ru 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp 
avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
+--- 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
   2011-04-28 22:35:36.0 +0200
 avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
2011-04-28 22:43:36.0 +0200
+@@ -417,7 +417,7 @@
+   _param.b_cabac = cabac;
+ }
+ 
+-#if X264_BUILD  101
++#if X264_BUILD  101  X264_BUILD  115
+ unsigned int x264Options::getOpenGopMode(void)
+ {
+   return _param.i_open_gop;
+@@ -428,6 +428,17 @@
+   if (openGopMode  3)
+   _param.i_open_gop = openGopMode;
+ }
++#elif X264_BUILD  114
++unsigned int x264Options::getOpenGopMode(void)
++{
++return _param.b_open_gop;
++}
++ 
++void x264Options::setOpenGopMode(unsigned int openGopMode)
++{
++if (openGopMode  3)
++_param.b_open_gop = openGopMode;
++}
+ #endif
+ 
+ unsigned int x264Options::getInterlaced(void)



[arch-commits] Commit in avidemux/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:08:51
  Author: ibiru
Revision: 127811

archrelease: copy trunk to testing-i686

Added:
  avidemux/repos/testing-i686/



[arch-commits] Commit in avidemux/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:09:04
  Author: ibiru
Revision: 127812

archrelease: copy trunk to testing-x86_64

Added:
  avidemux/repos/testing-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:10:52
  Author: ibiru
Revision: 127813

upgpkg: gstreamer0.10-ugly 0.10.18-2
rebuild against x264

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 16:09:04 UTC (rev 127812)
+++ PKGBUILD2011-06-18 16:10:52 UTC (rev 127813)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.18
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 
'opencore-amr')



[arch-commits] Commit in gstreamer0.10-ugly/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:11:05
  Author: ibiru
Revision: 127814

archrelease: copy trunk to testing-i686

Added:
  gstreamer0.10-ugly/repos/testing-i686/



[arch-commits] Commit in gstreamer0.10-ugly/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:11:17
  Author: ibiru
Revision: 127815

archrelease: copy trunk to testing-x86_64

Added:
  gstreamer0.10-ugly/repos/testing-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:12:17
  Author: ibiru
Revision: 127816

upgpkg: vlc 1.1.10-4
x264 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 16:11:17 UTC (rev 127815)
+++ PKGBUILD2011-06-18 16:12:17 UTC (rev 127816)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=1.1.10
-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 (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:12:21
  Author: ibiru
Revision: 127817

archrelease: remove testing-i686

Deleted:
  vlc/repos/testing-i686/



[arch-commits] Commit in vlc/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:12:36
  Author: ibiru
Revision: 127819

archrelease: remove testing-x86_64

Deleted:
  vlc/repos/testing-x86_64/



[arch-commits] Commit in vlc/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:12:34
  Author: ibiru
Revision: 127818

archrelease: copy trunk to testing-i686

Added:
  vlc/repos/testing-i686/



[arch-commits] Commit in vlc/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 12:12:49
  Author: ibiru
Revision: 127820

archrelease: copy trunk to testing-x86_64

Added:
  vlc/repos/testing-x86_64/



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

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 13:08:25
  Author: andyrtr
Revision: 127821

upgpkg: garcon 0.1.7-3
disable smp build that somehow seems to break i686 menu files; FS#23920

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 16:12:49 UTC (rev 127820)
+++ PKGBUILD2011-06-18 17:08:25 UTC (rev 127821)
@@ -4,7 +4,7 @@
 
 pkgname=garcon
 pkgver=0.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc=implementation of the freedesktop.org menu specification
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools=4.7.4')
 conflicts=('garcon-git')
 replaces=('libxfce4menu')
-options=('!libtool')
+options=('!libtool' '!makeflags')
 source=(http://archive.xfce.org/src/libs/garcon/0.1/garcon-${pkgver}.tar.bz2)
 md5sums=('8990668e4f2fecffe124f613b6e1e01f')
 



[arch-commits] Commit in garcon/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 13:08:48
  Author: andyrtr
Revision: 127822

archrelease: remove extra-i686

Deleted:
  garcon/repos/extra-i686/



[arch-commits] Commit in garcon/repos (extra-i686)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 13:09:04
  Author: andyrtr
Revision: 127823

archrelease: copy trunk to extra-i686

Added:
  garcon/repos/extra-i686/



[arch-commits] Commit in garcon/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 13:09:07
  Author: andyrtr
Revision: 127824

archrelease: remove extra-x86_64

Deleted:
  garcon/repos/extra-x86_64/



[arch-commits] Commit in garcon/repos (extra-x86_64)

2011-06-18 Thread andyrtr
Date: Saturday, June 18, 2011 @ 13:09:23
  Author: andyrtr
Revision: 127825

archrelease: copy trunk to extra-x86_64

Added:
  garcon/repos/extra-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 13:49:17
  Author: ibiru
Revision: 127826

upgpkg: mplayer 33643-1
split mencoder out, add faad2 support, x264 rebuild

Modified:
  mplayer/trunk/PKGBUILD
  mplayer/trunk/mplayer.desktop

-+
 PKGBUILD|   94 +++---
 mplayer.desktop |2 -
 2 files changed, 55 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 17:09:23 UTC (rev 127825)
+++ PKGBUILD2011-06-18 17:49:17 UTC (rev 127826)
@@ -2,54 +2,68 @@
 # Maintainer : Ionut Biru ib...@archlinux.org
 # Contributor: Hugo Doria h...@archlinux.org
 
-pkgname=mplayer
-pkgver=33159
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=33643
 pkgrel=1
-pkgdesc=A movie player for linux
 arch=('i686' 'x86_64')
-depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 'sdl' 
'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss'
- 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca' 'x264' 'faac' 
'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'libvdpau'
- 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 
'fribidi' 'desktop-file-utils')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' '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' 'namcap')
 license=('GPL')
 url=http://www.mplayerhq.hu/;
-makedepends=('unzip' 'mesa' 'live-media' 'yasm' 'git')
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop mplayer.png)
-md5sums=('caedcdc1e50b5575c38c2a85f9c53afc'
- '647b9f4ab5284a7fef3f84f992214e77'
- 'd00874ccc644b7f43d6ef1c942fcef28')
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('0371a9c3c245dc8cd4bee5dbbd51cd5d'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
 
 build() {
-  # Custom CFLAGS break the mplayer build
-  unset CFLAGS LDFLAGS
+cd ${srcdir}/${pkgname}
 
-  cd ${srcdir}/${pkgname}
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--enable-xvmc \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
 
-  ./configure --prefix=/usr \
-  --enable-runtime-cpudetection \
-  --disable-gui \
-  --disable-arts \
-  --disable-liblzo \
-  --disable-speex \
-  --disable-openal \
-  --disable-libdv \
-  --disable-musepack \
-  --disable-esd \
-  --disable-mga \
-  --enable-xvmc \
-  --language=all \
-  --confdir=/etc/mplayer
+make
+}
 
-  [ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+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' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger')
 
-  make
-  make -j1 DESTDIR=${pkgdir} install
-  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 ${srcdir}/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+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/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
 }
+
+package_mencoder() {
+pkgdesc=Free command line video 

[arch-commits] Commit in mplayer/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 13:49:30
  Author: ibiru
Revision: 127827

archrelease: copy trunk to testing-x86_64

Added:
  mplayer/repos/testing-x86_64/



[arch-commits] Commit in calligra/repos (kde-unstable-i686)

2011-06-18 Thread Andrea Scarpino
Date: Saturday, June 18, 2011 @ 13:51:09
  Author: andrea
Revision: 127828

archrelease: remove kde-unstable-i686

Deleted:
  calligra/repos/kde-unstable-i686/



[arch-commits] Commit in calligra/repos (kde-unstable-i686)

2011-06-18 Thread Andrea Scarpino
Date: Saturday, June 18, 2011 @ 13:51:22
  Author: andrea
Revision: 127829

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  calligra/repos/kde-unstable-i686/



[arch-commits] Commit in calligra/repos (kde-unstable-x86_64)

2011-06-18 Thread Andrea Scarpino
Date: Saturday, June 18, 2011 @ 13:51:26
  Author: andrea
Revision: 127830

archrelease: remove kde-unstable-x86_64

Deleted:
  calligra/repos/kde-unstable-x86_64/



[arch-commits] Commit in calligra/repos (kde-unstable-x86_64)

2011-06-18 Thread Andrea Scarpino
Date: Saturday, June 18, 2011 @ 13:51:39
  Author: andrea
Revision: 127831

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  calligra/repos/kde-unstable-x86_64/



[arch-commits] Commit in mplayer/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 13:52:31
  Author: ibiru
Revision: 127832

archrelease: copy trunk to testing-i686

Added:
  mplayer/repos/testing-i686/



[arch-commits] Commit in mplayer/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 13:52:34
  Author: ibiru
Revision: 127833

archrelease: remove testing-x86_64

Deleted:
  mplayer/repos/testing-x86_64/



[arch-commits] Commit in mplayer/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 13:52:48
  Author: ibiru
Revision: 127834

archrelease: copy trunk to testing-x86_64

Added:
  mplayer/repos/testing-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 14:48:38
  Author: ibiru
Revision: 127835

upgpkg: mplayer 33643-2
really, we want fontconfig support :D

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 17:52:48 UTC (rev 127834)
+++ PKGBUILD2011-06-18 18:48:38 UTC (rev 127835)
@@ -5,11 +5,11 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=33643
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' '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' 'namcap')
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig')
 license=('GPL')
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)



[arch-commits] Commit in mplayer/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 14:48:41
  Author: ibiru
Revision: 127836

archrelease: remove testing-i686

Deleted:
  mplayer/repos/testing-i686/



[arch-commits] Commit in mplayer/repos (testing-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 14:48:54
  Author: ibiru
Revision: 127837

archrelease: copy trunk to testing-i686

Added:
  mplayer/repos/testing-i686/



[arch-commits] Commit in mplayer/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 14:48:57
  Author: ibiru
Revision: 127838

archrelease: remove testing-x86_64

Deleted:
  mplayer/repos/testing-x86_64/



[arch-commits] Commit in mplayer/repos (testing-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 14:49:10
  Author: ibiru
Revision: 127839

archrelease: copy trunk to testing-x86_64

Added:
  mplayer/repos/testing-x86_64/



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

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:20:15
  Author: ibiru
Revision: 127840

better description FS#22589

Modified:
  gnome-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 18:49:10 UTC (rev 127839)
+++ PKGBUILD2011-06-18 19:20:15 UTC (rev 127840)
@@ -3,8 +3,8 @@
 
 pkgname=gnome-utils
 pkgver=3.0.1
-pkgrel=1
-pkgdesc=Common utilities for GNOME
+pkgrel=2
+pkgdesc=Common GNOME utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files
 arch=(i686 x86_64)
 license=('GPL')
 depends=('libgtop' 'libcanberra' 'libsm' 'gconf' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'desktop-file-utils')



[arch-commits] Commit in gnome-utils/repos (extra-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:21:32
  Author: ibiru
Revision: 127841

archrelease: remove extra-i686

Deleted:
  gnome-utils/repos/extra-i686/



[arch-commits] Commit in gnome-utils/repos (extra-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:21:48
  Author: ibiru
Revision: 127842

archrelease: copy trunk to extra-i686

Added:
  gnome-utils/repos/extra-i686/



[arch-commits] Commit in gnome-utils/repos (extra-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:21:51
  Author: ibiru
Revision: 127843

archrelease: remove extra-x86_64

Deleted:
  gnome-utils/repos/extra-x86_64/



[arch-commits] Commit in gnome-utils/repos (extra-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:22:07
  Author: ibiru
Revision: 127844

archrelease: copy trunk to extra-x86_64

Added:
  gnome-utils/repos/extra-x86_64/



[arch-commits] Commit in totem/trunk (PKGBUILD fix_crash.patch)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:41:13
  Author: ibiru
Revision: 127845

fix crasher. FS#24479

Added:
  totem/trunk/fix_crash.patch
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 fix_crash.patch |   30 ++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 19:22:07 UTC (rev 127844)
+++ PKGBUILD2011-06-18 19:41:13 UTC (rev 127845)
@@ -4,7 +4,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('GPL2' 'custom')
@@ -12,11 +12,15 @@
 'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 
'desktop-file-utils' 'iso-codes' 'libgdata'
 'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
+   fix_crash.patch)
+sha256sums=('013b6cfedac6ff264aa27de7346597d0b8da7f4ed1f91b2c966a13d3fdff679a'
+'65125a0b8a1fd7f8840b2b7528de3bc553689e224a9aa3fd2c459918ab6f1f1c')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/fix_crash.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/totem \
   --localstatedir=/var --disable-static \

Added: fix_crash.patch
===
--- fix_crash.patch (rev 0)
+++ fix_crash.patch 2011-06-18 19:41:13 UTC (rev 127845)
@@ -0,0 +1,30 @@
+From cee6399c1de27e5ccae35975aaae4fd7cfa40c2c Mon Sep 17 00:00:00 2001
+From: Marcel van den Hof marcel...@gmail.com
+Date: Sun, 29 May 2011 23:45:36 +0100
+Subject: [PATCH] Fix segfault in Bemused plugin
+
+If bluetoothd is not running sdp_connect() returns a null value which
+will cause the plugin to segfault.
+
+This patch adds a check for a possible null value from sdp_connect().
+---
+ src/plugins/bemused/totem-bemused.c |3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/src/plugins/bemused/totem-bemused.c 
b/src/plugins/bemused/totem-bemused.c
+index 584b4d3..c51a0ee 100644
+--- a/src/plugins/bemused/totem-bemused.c
 b/src/plugins/bemused/totem-bemused.c
+@@ -655,7 +655,8 @@ sdp_svc_add_spp(u_int8_t port,
+ 
+   /* Connect to the local SDP server, register the service record */
+   session = sdp_connect (BDADDR_ANY, BDADDR_LOCAL, 0);
+-  sdp_record_register (session, record, 0);
++  if (session != NULL)
++  sdp_record_register (session, record, 0);
+ 
+   /* Cleanup */
+   sdp_data_free (channel);
+-- 
+1.7.5.2
+



[arch-commits] Commit in totem/repos (extra-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:43:55
  Author: ibiru
Revision: 127846

archrelease: remove extra-i686

Deleted:
  totem/repos/extra-i686/



[arch-commits] Commit in totem/repos (extra-i686)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:44:11
  Author: ibiru
Revision: 127847

archrelease: copy trunk to extra-i686

Added:
  totem/repos/extra-i686/



[arch-commits] Commit in totem/repos (extra-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:44:16
  Author: ibiru
Revision: 127848

archrelease: remove extra-x86_64

Deleted:
  totem/repos/extra-x86_64/



[arch-commits] Commit in totem/repos (extra-x86_64)

2011-06-18 Thread Ionut Biru
Date: Saturday, June 18, 2011 @ 15:44:33
  Author: ibiru
Revision: 127849

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/



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

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 16:04:53
  Author: eric
Revision: 127850

Added path to depmod command (close FS#20092)

Modified:
  kernel26/trunk/kernel26.install

--+
 kernel26.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: kernel26.install
===
--- kernel26.install2011-06-18 19:44:33 UTC (rev 127849)
+++ kernel26.install2011-06-18 20:04:53 UTC (rev 127850)
@@ -7,7 +7,7 @@
 post_install () {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $KERNEL_VERSION 
+  /sbin/depmod $KERNEL_VERSION 
   # generate init ramdisks
   echo  MKINITCPIO SETUP
   echo  
@@ -84,7 +84,7 @@
   fi
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $KERNEL_VERSION
+  /sbin/depmod $KERNEL_VERSION
   echo  MKINITCPIO SETUP
   echo  
   if [ `vercmp $2 2.6.18` -lt 0 ]; then



[arch-commits] Commit in kernel26-lts/trunk (kernel26-lts.install)

2011-06-18 Thread Eric Bélanger
Date: Saturday, June 18, 2011 @ 16:06:45
  Author: eric
Revision: 127851

Added path to depmod command (close FS#20092)

Modified:
  kernel26-lts/trunk/kernel26-lts.install

--+
 kernel26-lts.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: kernel26-lts.install
===
--- kernel26-lts.install2011-06-18 20:04:53 UTC (rev 127850)
+++ kernel26-lts.install2011-06-18 20:06:45 UTC (rev 127851)
@@ -7,7 +7,7 @@
 post_install () {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $KERNEL_VERSION 
+  /sbin/depmod $KERNEL_VERSION 
   # generate init ramdisks
   echo  MKINITCPIO SETUP
   echo  
@@ -84,7 +84,7 @@
   fi
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  depmod $KERNEL_VERSION
+  /sbin/depmod $KERNEL_VERSION
   echo  MKINITCPIO SETUP
   echo  
   if [ `vercmp $2 2.6.18` -lt 0 ]; then



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

2011-06-18 Thread Stéphane Gaudreault
Date: Saturday, June 18, 2011 @ 16:12:05
  Author: stephane
Revision: 127852

upgpkg: pam 1.1.3-2
bd rebuild

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-18 20:06:45 UTC (rev 127851)
+++ PKGBUILD2011-06-18 20:12:05 UTC (rev 127852)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in pam/repos (staging-i686)

2011-06-18 Thread Stéphane Gaudreault
Date: Saturday, June 18, 2011 @ 16:12:10
  Author: stephane
Revision: 127853

archrelease: copy trunk to staging-i686

Added:
  pam/repos/staging-i686/



[arch-commits] Commit in pam/repos (staging-x86_64)

2011-06-18 Thread Stéphane Gaudreault
Date: Saturday, June 18, 2011 @ 16:12:17
  Author: stephane
Revision: 127854

archrelease: copy trunk to staging-x86_64

Added:
  pam/repos/staging-x86_64/



  1   2   >