[arch-commits] Commit in bitlbee/trunk (PKGBUILD install msn.patch)

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 03:14:19
  Author: bisson
Revision: 144361

upstream update

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/install
Deleted:
  bitlbee/trunk/msn.patch

---+
 PKGBUILD  |   11 ---
 install   |1 -
 msn.patch |   27 ---
 3 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 04:48:47 UTC (rev 144360)
+++ PKGBUILD2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,4 +1,5 @@
 # $Id$
+
 # Contributor: FUBAR 
 # Contributor: simo 
 # Contributor: Jeff 'codemac' Mickey 
@@ -6,8 +7,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=6
+pkgver=3.0.4
+pkgrel=1
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
@@ -15,11 +16,9 @@
 depends=('openssl' 'glib2' 'libotr')
 optdepends=('xinetd: to run bitlbee through xinetd')
 source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz";
-'msn.patch'
'xinetd'
'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
   'be09d29af3853825778331df451f16ca9e452d03')
 
@@ -29,8 +28,6 @@
 build() { 
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   patch -p1 -i ../msn.patch
-   
./configure --prefix=/usr \
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \

Modified: install
===
--- install 2011-12-05 04:48:47 UTC (rev 144360)
+++ install 2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,5 +1,4 @@
 post_install() {
-   echo '==> Bitlbee can run through xinetd or as a daemon for now.'
getent group bitlbee &>/dev/null || groupadd -r -g 65 bitlbee >/dev/null
getent passwd bitlbee &>/dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null
 }

Deleted: msn.patch
===
--- msn.patch   2011-12-05 04:48:47 UTC (rev 144360)
+++ msn.patch   2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,27 +0,0 @@
-Index: devel/lib/http_client.c
-===
 devel/lib/http_client.c(revision devel,783)
-+++ devel/lib/http_client.c(revision devel,824)
-@@ -314,5 +314,5 @@
-   }
-   
--  if( ( req->status_code == 301 || req->status_code == 302 ) && 
req->redir_ttl-- > 0 )
-+  if( ( req->status_code >= 301 && req->status_code <= 303 ) && 
req->redir_ttl-- > 0 )
-   {
-   char *loc, *new_request, *new_host;
-@@ -375,8 +375,11 @@
-  going to use strcat(), whether you like it or not. 
:-) */
-   
--  sprintf( new_request, "GET %s HTTP/1.0", url->file );
--  
--  s = strstr( req->request, "\r\n" );
--  if( s == NULL )
-+  *s = 0;
-+  sprintf( new_request, "%s %s HTTP/1.0\r\nHost: %s",
-+   req->status_code == 303 || req->request[0] == 
'G' ? "GET" : "POST", url->file, url->host );
-+  *s = ' ';
-+  
-+  if( !( ( s = strstr( req->request, "\r\nHost: " ) ) &&
-+ ( s = strstr( s + strlen( "\r\nHost: " ), "\r\n" 
) ) ) )
-   {
-   req->status_string = g_strdup( "Error while 
rebuilding request string" );



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

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 03:15:00
  Author: bisson
Revision: 144362

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 144361, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/install
(from rev 144361, bitlbee/trunk/install)
  bitlbee/repos/extra-i686/rc.d
(from rev 144361, bitlbee/trunk/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 144361, bitlbee/trunk/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 144361, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/install
(from rev 144361, bitlbee/trunk/install)
  bitlbee/repos/extra-x86_64/rc.d
(from rev 144361, bitlbee/trunk/rc.d)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 144361, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/install
  bitlbee/repos/extra-i686/msn.patch
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/install
  bitlbee/repos/extra-x86_64/msn.patch
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd

+
 extra-i686/PKGBUILD|  109 ++-
 extra-i686/install |   27 +--
 extra-i686/msn.patch   |   27 ---
 extra-i686/rc.d|   80 +-
 extra-i686/xinetd  |   24 +-
 extra-x86_64/PKGBUILD  |  109 ++-
 extra-x86_64/install   |   27 +--
 extra-x86_64/msn.patch |   27 ---
 extra-x86_64/rc.d  |   80 +-
 extra-x86_64/xinetd|   24 +-
 10 files changed, 236 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 08:14:19 UTC (rev 144361)
+++ extra-i686/PKGBUILD 2011-12-05 08:15:00 UTC (rev 144362)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: FUBAR 
-# Contributor: simo 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Gaetan Bisson 
-
-pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=6
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz";
-'msn.patch'
-   'xinetd'
-   'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -p1 -i ../msn.patch
-   
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   install -o65 -g65 -dm770 "${pkgdir}"/var/lib/bitlbee
-   install -Dm644 "${srcdir}"/xinetd "${pkgdir}"/etc/xinetd.d/bitlbee
-   install -Dm755 "${srcdir}"/rc.d "${pkgdir}"/etc/rc.d/bitlbee
-
-   make DESTDIR="${pkgdir}" install
-   make DESTDIR="${pkgdir}" install-etc
-   make DESTDIR="${pkgdir}" install-dev
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 144361, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 08:15:00 UTC (rev 144362)
@@ -0,0 +1,53 @@
+# $Id$
+
+# Contributor: FUBAR 
+# Contributor: simo 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Gaetan Bisson 
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('openssl' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz";
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --prefix=/usr \
+   --etcdir=/etc/bitlbee 

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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 05:51:40
  Author: ibiru
Revision: 144363

update to 0.9.15

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 08:15:00 UTC (rev 144362)
+++ PKGBUILD2011-12-05 10:51:40 UTC (rev 144363)
@@ -2,27 +2,26 @@
 # Maintainer: Jan de Groot 
 
 pkgname=upower
-pkgver=0.9.14
+pkgver=0.9.15
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 arch=('i686' 'x86_64')
 url="http://upower.freedesktop.org";
 license=('GPL')
 depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
-makedepends=('pkg-config' 'intltool' 'docbook-xsl' 'gobject-introspection')
-replaces=('devicekit-power')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
 options=('!libtool')
-source=($url/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5941480f32dcee47401b3f650485c71f70e7eb0d92537bf4b62410248a6238c')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/upower --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 05:53:50
  Author: ibiru
Revision: 144364

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 10:51:40 UTC (rev 144363)
+++ extra-i686/PKGBUILD 2011-12-05 10:53:50 UTC (rev 144364)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org";
-license=('GPL')
-depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
-makedepends=('pkg-config' 'intltool' 'docbook-xsl' 'gobject-introspection')
-replaces=('devicekit-power')
-options=('!libtool')
-source=($url/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/upower --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: upower/repos/extra-i686/PKGBUILD (from rev 144363, 
upower/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 10:53:50 UTC (rev 144364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.15
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+license=('GPL')
+depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5941480f32dcee47401b3f650485c71f70e7eb0d92537bf4b62410248a6238c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/upower --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 10:51:40 UTC (rev 144363)
+++ extra-x86_64/PKGBUILD   2011-12-05 10:53:50 UTC (rev 144364)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org";
-license=('GPL')
-depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
-makedepends=('pkg-config' 'intltool' 'docbook-xsl' 'gobject-introspection')
-replaces=('devicekit-power')
-options=('!libtool')
-source=($url/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('81eb44c0453b264a737d32f763a31d5b1776f050a47d5be85fc5e9caf874a4c5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/upower --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 144363, 
upower/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 10:53:50 UTC (rev 144364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.9.15
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('i686' 'x86_64')
+url="http://upower.freedesktop.org";
+license=('GPL')
+depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5941480f32dcee47401b3f650485c71f70e7eb0d92537bf4b62410248a6238c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --locals

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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 06:59:04
  Author: ibiru
Revision: 144365

initial upload

Added:
  libgusb/
  libgusb/trunk/
  libgusb/trunk/PKGBUILD

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

Added: libgusb/trunk/PKGBUILD
===
--- libgusb/trunk/PKGBUILD  (rev 0)
+++ libgusb/trunk/PKGBUILD  2011-12-05 11:59:04 UTC (rev 144365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://gitorious.org/gusb/";
+license=('LGPL2.1')
+depends=('udev')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libgusb/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in libgusb (5 files)

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 06:59:52
  Author: ibiru
Revision: 144366

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

Added:
  libgusb/repos/
  libgusb/repos/extra-i686/
  libgusb/repos/extra-i686/PKGBUILD
(from rev 144365, libgusb/trunk/PKGBUILD)
  libgusb/repos/extra-x86_64/
  libgusb/repos/extra-x86_64/PKGBUILD
(from rev 144365, libgusb/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   27 +++
 extra-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 144365, 
libgusb/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2011-12-05 11:59:52 UTC (rev 144366)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://gitorious.org/gusb/";
+license=('LGPL2.1')
+depends=('udev')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 144365, 
libgusb/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2011-12-05 11:59:52 UTC (rev 144366)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="GLib wrapper around libusb1"
+arch=('i686' 'x86_64')
+url="https://gitorious.org/gusb/";
+license=('LGPL2.1')
+depends=('udev')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:05:41
  Author: ibiru
Revision: 144367

add libgusb support

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 11:59:52 UTC (rev 144366)
+++ PKGBUILD2011-12-05 12:05:41 UTC (rev 144367)
@@ -4,12 +4,12 @@
 
 pkgname=colord
 pkgver=0.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Color daemon"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord";
 license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:06:36
  Author: ibiru
Revision: 144368

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 12:05:41 UTC (rev 144367)
+++ extra-i686/PKGBUILD 2011-12-05 12:06:36 UTC (rev 144368)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.15
-pkgrel=1
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 144367, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 12:06:36 UTC (rev 144368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 12:05:41 UTC (rev 144367)
+++ extra-x86_64/PKGBUILD   2011-12-05 12:06:36 UTC (rev 144368)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.15
-pkgrel=1
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 144367, 
colord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 12:06:36 UTC (rev 144368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in tcpdump/trunk (3 files)

2011-12-05 Thread Giovanni Scafora
Date: Monday, December 5, 2011 @ 07:07:51
  Author: giovanni
Revision: 144369

upgpkg: tcpdump 4.2.0-1

upstream release

Added:
  tcpdump/trunk/ppi.h
Modified:
  tcpdump/trunk/PKGBUILD
  tcpdump/trunk/tcpdump_duplicate_executable.patch

+
 PKGBUILD   |   17 -
 ppi.h  |8 
 tcpdump_duplicate_executable.patch |6 +++---
 3 files changed, 23 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:06:36 UTC (rev 144368)
+++ PKGBUILD2011-12-05 12:07:51 UTC (rev 144369)
@@ -3,23 +3,29 @@
 # Contributor: dorphell 
 
 pkgname=tcpdump
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="A tool for network monitoring and data acquisition"
 arch=('i686' 'x86_64')
 url="http://www.tcpdump.org";
 license=('BSD')
 depends=('libpcap' 'openssl')
 source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-tcpdump_duplicate_executable.patch)
-md5sums=('d0dd58bbd6cd36795e05c6f1f74420b0'
- 'd4c374b25d10e41b77d2c72bb9ec0d79')
+'tcpdump_duplicate_executable.patch'
+'ppi.h')
+md5sums=('0296d4c487c3a156879783643704bd39'
+ 'b45c978dff8193ff5529d3566e7dbfa3'
+ 'd898c868bb730e14dbd2afd1ad883b87')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Add missing header file
+  cp ${srcdir}/ppi.h .
 
   # do not install tcpdump-4.1.1 executable (FS#23346)
   patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
+
   ./configure --prefix=/usr \
   --enable-ipv6
   make
@@ -27,6 +33,7 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 
   #install the license

Added: ppi.h
===
--- ppi.h   (rev 0)
+++ ppi.h   2011-12-05 12:07:51 UTC (rev 144369)
@@ -0,0 +1,8 @@
+typedef struct ppi_header {
+uint8_t ppi_ver;
+uint8_t ppi_flags;
+uint16_t ppi_len;
+uint32_t ppi_dlt;
+} ppi_header_t;
+
+#define PPI_HDRLEN 8

Modified: tcpdump_duplicate_executable.patch
===
--- tcpdump_duplicate_executable.patch  2011-12-05 12:06:36 UTC (rev 144368)
+++ tcpdump_duplicate_executable.patch  2011-12-05 12:07:51 UTC (rev 144369)
@@ -1,6 +1,6 @@
 a/Makefile.in  2010-04-06 03:18:35.0 +0200
-+++ b/Makefile.in  2011-04-01 02:39:10.0 +0200
-@@ -403,7 +403,6 @@
+--- a/Makefile.in  2011-07-24 22:58:55.0 +0200
 b/Makefile.in  2011-12-05 12:59:23.0 +0100
+@@ -399,7 +399,6 @@
[ -d $(DESTDIR)$(sbindir) ] || \
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)



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

2011-12-05 Thread Giovanni Scafora
Date: Monday, December 5, 2011 @ 07:08:20
  Author: giovanni
Revision: 144370

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 144369, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/ppi.h
(from rev 144369, tcpdump/trunk/ppi.h)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 144369, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 144369, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/ppi.h
(from rev 144369, tcpdump/trunk/ppi.h)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 144369, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 extra-i686/PKGBUILD |   75 --
 extra-i686/ppi.h|8 ++
 extra-i686/tcpdump_duplicate_executable.patch   |   20 ++---
 extra-x86_64/PKGBUILD   |   75 --
 extra-x86_64/ppi.h  |8 ++
 extra-x86_64/tcpdump_duplicate_executable.patch |   20 ++---
 6 files changed, 118 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 12:07:51 UTC (rev 144369)
+++ extra-i686/PKGBUILD 2011-12-05 12:08:20 UTC (rev 144370)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.1.1
-pkgrel=2
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-tcpdump_duplicate_executable.patch)
-md5sums=('d0dd58bbd6cd36795e05c6f1f74420b0'
- 'd4c374b25d10e41b77d2c72bb9ec0d79')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
-  ./configure --prefix=/usr \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  #install the license
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 144369, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 12:08:20 UTC (rev 144370)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org";
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
+'tcpdump_duplicate_executable.patch'
+'ppi.h')
+md5sums=('0296d4c487c3a156879783643704bd39'
+ 'b45c978dff8193ff5529d3566e7dbfa3'
+ 'd898c868bb730e14dbd2afd1ad883b87')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Add missing header file
+  cp ${srcdir}/ppi.h .
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  #install the license
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: tcpdump/repos/extra-i686/ppi.h (from rev 144369, tcpdump/trunk/ppi.h)
===
--- extra-i686/ppi.h(rev 0)
+++ extra-i686/ppi.h2011-12-05 12:08:20 UTC (rev 144370)
@@ -0,0 +1,8 @@
+typedef struct ppi_header {
+uint8_t ppi_ver;
+uint8_t ppi_flags;
+uint16_t ppi_len;
+uint32_t ppi_dlt;
+} ppi_header_t;
+
+#define PPI_HDRLEN 8

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2011-12-05 12:07:51 UTC 
(rev 144369)
+++ extra-i686/tcpdump_duplicate_executable.patch   2011-12-05 12:08:20 UTC 
(rev 144370)
@@ -1,10 +0,0 @@
 a/Makefile.in  2010-04-06 03:18:35.0 +0200
-+++ b/Makefile.in  2011-04-01 02:39:10.0 +0200
-@@ -403,7 +403,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DEST

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

2011-12-05 Thread Andrea Scarpino
Date: Monday, December 5, 2011 @ 07:42:41
  Author: andrea
Revision: 144371

upgpkg: libmsn 4.2.1-1

upstream release

Modified:
  libmsn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:08:20 UTC (rev 144370)
+++ PKGBUILD2011-12-05 12:42:41 UTC (rev 144371)
@@ -4,24 +4,19 @@
 # Contributor: Charly Ghislain 
 
 pkgname=libmsn
-pkgver=4.2
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
 url="http://sourceforge.net/projects/libmsn/";
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('openssl')
 makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";
-'fix-header.patch')
-md5sums=('8887196051d2960a9279a5e00c8416a4'
- '918b4fc89910118c63b2147eacc2c3f3')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('38e46e589720eefd71f92b6b76993bf0')
 
 build() {
   cd "${srcdir}"
-
-  patch -p0 -i "${srcdir}"/fix-header.patch
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2011-12-05 Thread Andrea Scarpino
Date: Monday, December 5, 2011 @ 07:43:06
  Author: andrea
Revision: 144372

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

Added:
  libmsn/repos/extra-i686/PKGBUILD
(from rev 144371, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-i686/fix-header.patch
(from rev 144371, libmsn/trunk/fix-header.patch)
  libmsn/repos/extra-x86_64/PKGBUILD
(from rev 144371, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-x86_64/fix-header.patch
(from rev 144371, libmsn/trunk/fix-header.patch)
Deleted:
  libmsn/repos/extra-i686/PKGBUILD
  libmsn/repos/extra-i686/fix-header.patch
  libmsn/repos/extra-x86_64/PKGBUILD
  libmsn/repos/extra-x86_64/fix-header.patch

---+
 extra-i686/PKGBUILD   |   67 ++--
 extra-i686/fix-header.patch   |   24 +++---
 extra-x86_64/PKGBUILD |   67 ++--
 extra-x86_64/fix-header.patch |   24 +++---
 4 files changed, 86 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 12:42:41 UTC (rev 144371)
+++ extra-i686/PKGBUILD 2011-12-05 12:43:06 UTC (rev 144372)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Charly Ghislain 
-
-pkgname=libmsn
-pkgver=4.2
-pkgrel=2
-pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
-url="http://sourceforge.net/projects/libmsn/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";
-'fix-header.patch')
-md5sums=('8887196051d2960a9279a5e00c8416a4'
- '918b4fc89910118c63b2147eacc2c3f3')
-
-build() {
-  cd "${srcdir}"
-
-  patch -p0 -i "${srcdir}"/fix-header.patch
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make "DESTDIR=${pkgdir}" install
-}

Copied: libmsn/repos/extra-i686/PKGBUILD (from rev 144371, 
libmsn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 12:43:06 UTC (rev 144372)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Charly Ghislain 
+
+pkgname=libmsn
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
+url="http://sourceforge.net/projects/libmsn/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('38e46e589720eefd71f92b6b76993bf0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make "DESTDIR=${pkgdir}" install
+}

Deleted: extra-i686/fix-header.patch
===
--- extra-i686/fix-header.patch 2011-12-05 12:42:41 UTC (rev 144371)
+++ extra-i686/fix-header.patch 2011-12-05 12:43:06 UTC (rev 144372)
@@ -1,12 +0,0 @@
-diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 
libmsn-4.2/msn/CMakeLists.txt
 libmsn-4.2/msn/CMakeLists.txt.xmlParser_h  2010-01-05 06:07:08.0 
-0600
-+++ libmsn-4.2/msn/CMakeLists.txt  2011-11-18 17:00:37.758298054 -0600
-@@ -37,7 +37,7 @@ set(msn_HEADERS
- buddy.h
- passport.h
- sstream_fix.h
--soap.h
-+soap.h xmlParser.h
- p2p.h
- msnobject.h
- libmsn_export.h)

Copied: libmsn/repos/extra-i686/fix-header.patch (from rev 144371, 
libmsn/trunk/fix-header.patch)
===
--- extra-i686/fix-header.patch (rev 0)
+++ extra-i686/fix-header.patch 2011-12-05 12:43:06 UTC (rev 144372)
@@ -0,0 +1,12 @@
+diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 
libmsn-4.2/msn/CMakeLists.txt
+--- libmsn-4.2/msn/CMakeLists.txt.xmlParser_h  2010-01-05 06:07:08.0 
-0600
 libmsn-4.2/msn/CMakeLists.txt  2011-11-18 17:00:37.758298054 -0600
+@@ -37,7 +37,7 @@ set(msn_HEADERS
+ buddy.h
+ passport.h
+ sstream_fix.h
+-soap.h
++soap.h xmlParser.h
+ p2p.h
+ msnobject.h
+ libmsn_export.h)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 12:42:41 UTC (rev 144371)
+++ extra-x86_64/PKGBUILD   2011-12-05 12:43:06 UTC (rev 144372)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Charly Ghislain 
-
-pkgname=libmsn
-pkgver=4.2
-pkgrel=2
-pkgdesc="A reusable, open-source, fully documented library for

[arch-commits] Commit in libmsn/trunk (fix-header.patch)

2011-12-05 Thread Andrea Scarpino
Date: Monday, December 5, 2011 @ 07:44:03
  Author: andrea
Revision: 144373

cleanup

Deleted:
  libmsn/trunk/fix-header.patch

--+
 fix-header.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: fix-header.patch
===
--- fix-header.patch2011-12-05 12:43:06 UTC (rev 144372)
+++ fix-header.patch2011-12-05 12:44:03 UTC (rev 144373)
@@ -1,12 +0,0 @@
-diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 
libmsn-4.2/msn/CMakeLists.txt
 libmsn-4.2/msn/CMakeLists.txt.xmlParser_h  2010-01-05 06:07:08.0 
-0600
-+++ libmsn-4.2/msn/CMakeLists.txt  2011-11-18 17:00:37.758298054 -0600
-@@ -37,7 +37,7 @@ set(msn_HEADERS
- buddy.h
- passport.h
- sstream_fix.h
--soap.h
-+soap.h xmlParser.h
- p2p.h
- msnobject.h
- libmsn_export.h)



[arch-commits] Commit in libmsn/repos/extra-i686 (PKGBUILD PKGBUILD fix-header.patch)

2011-12-05 Thread Andrea Scarpino
Date: Monday, December 5, 2011 @ 07:44:30
  Author: andrea
Revision: 144374

archrelease: copy trunk to extra-i686

Added:
  libmsn/repos/extra-i686/PKGBUILD
(from rev 144373, libmsn/trunk/PKGBUILD)
Deleted:
  libmsn/repos/extra-i686/PKGBUILD
  libmsn/repos/extra-i686/fix-header.patch

--+
 PKGBUILD |   62 ++---
 fix-header.patch |   12 --
 2 files changed, 31 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-05 12:44:03 UTC (rev 144373)
+++ PKGBUILD2011-12-05 12:44:30 UTC (rev 144374)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Charly Ghislain 
-
-pkgname=libmsn
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
-url="http://sourceforge.net/projects/libmsn/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('38e46e589720eefd71f92b6b76993bf0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make "DESTDIR=${pkgdir}" install
-}

Copied: libmsn/repos/extra-i686/PKGBUILD (from rev 144373, 
libmsn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-05 12:44:30 UTC (rev 144374)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Charly Ghislain 
+
+pkgname=libmsn
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
+url="http://sourceforge.net/projects/libmsn/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('38e46e589720eefd71f92b6b76993bf0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make "DESTDIR=${pkgdir}" install
+}

Deleted: fix-header.patch
===
--- fix-header.patch2011-12-05 12:44:03 UTC (rev 144373)
+++ fix-header.patch2011-12-05 12:44:30 UTC (rev 144374)
@@ -1,12 +0,0 @@
-diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 
libmsn-4.2/msn/CMakeLists.txt
 libmsn-4.2/msn/CMakeLists.txt.xmlParser_h  2010-01-05 06:07:08.0 
-0600
-+++ libmsn-4.2/msn/CMakeLists.txt  2011-11-18 17:00:37.758298054 -0600
-@@ -37,7 +37,7 @@ set(msn_HEADERS
- buddy.h
- passport.h
- sstream_fix.h
--soap.h
-+soap.h xmlParser.h
- p2p.h
- msnobject.h
- libmsn_export.h)



[arch-commits] Commit in libmsn/repos/extra-x86_64 (3 files)

2011-12-05 Thread Andrea Scarpino
Date: Monday, December 5, 2011 @ 07:44:46
  Author: andrea
Revision: 144375

archrelease: copy trunk to extra-x86_64

Added:
  libmsn/repos/extra-x86_64/PKGBUILD
(from rev 144374, libmsn/trunk/PKGBUILD)
Deleted:
  libmsn/repos/extra-x86_64/PKGBUILD
  libmsn/repos/extra-x86_64/fix-header.patch

--+
 PKGBUILD |   62 ++---
 fix-header.patch |   12 --
 2 files changed, 31 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-05 12:44:30 UTC (rev 144374)
+++ PKGBUILD2011-12-05 12:44:46 UTC (rev 144375)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Charly Ghislain 
-
-pkgname=libmsn
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
-url="http://sourceforge.net/projects/libmsn/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('38e46e589720eefd71f92b6b76993bf0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make "DESTDIR=${pkgdir}" install
-}

Copied: libmsn/repos/extra-x86_64/PKGBUILD (from rev 144374, 
libmsn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-05 12:44:46 UTC (rev 144375)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Charly Ghislain 
+
+pkgname=libmsn
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN"
+url="http://sourceforge.net/projects/libmsn/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('38e46e589720eefd71f92b6b76993bf0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make "DESTDIR=${pkgdir}" install
+}

Deleted: fix-header.patch
===
--- fix-header.patch2011-12-05 12:44:30 UTC (rev 144374)
+++ fix-header.patch2011-12-05 12:44:46 UTC (rev 144375)
@@ -1,12 +0,0 @@
-diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 
libmsn-4.2/msn/CMakeLists.txt
 libmsn-4.2/msn/CMakeLists.txt.xmlParser_h  2010-01-05 06:07:08.0 
-0600
-+++ libmsn-4.2/msn/CMakeLists.txt  2011-11-18 17:00:37.758298054 -0600
-@@ -37,7 +37,7 @@ set(msn_HEADERS
- buddy.h
- passport.h
- sstream_fix.h
--soap.h
-+soap.h xmlParser.h
- p2p.h
- msnobject.h
- libmsn_export.h)



[arch-commits] Commit in libdvdread/trunk (DVDFileStat.patch PKGBUILD)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 07:48:59
  Author: jgc
Revision: 144376

upgpkg: libdvdread 4.2.0-1

Update to 4.2.0

Modified:
  libdvdread/trunk/PKGBUILD
Deleted:
  libdvdread/trunk/DVDFileStat.patch

---+
 DVDFileStat.patch |  237 
 PKGBUILD  |   21 +---
 2 files changed, 9 insertions(+), 249 deletions(-)

Deleted: DVDFileStat.patch
===
--- DVDFileStat.patch   2011-12-05 12:44:46 UTC (rev 144375)
+++ DVDFileStat.patch   2011-12-05 12:48:59 UTC (rev 144376)
@@ -1,237 +0,0 @@
-diff -pruN libdvdread-4.1.3/src/dvd_reader.c 
libdvdread-4.1.3.new/src/dvd_reader.c
 libdvdread-4.1.3/src/dvd_reader.c  2008-09-06 23:55:51.0 +0200
-+++ libdvdread-4.1.3.new/src/dvd_reader.c  2009-02-28 01:36:20.0 
+0100
-@@ -889,6 +889,187 @@ void DVDCloseFile( dvd_file_t *dvd_file 
- }
- }
- 
-+static int DVDFileStatVOBUDF(dvd_reader_t *dvd, int title, 
-+ int menu, dvd_stat_t *statbuf)
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  uint32_t size;
-+  off_t tot_size;
-+  off_t parts_size[9];
-+  int nr_parts = 0;
-+  int n;
-+ 
-+  if( title == 0 ) {
-+sprintf( filename, "/VIDEO_TS/VIDEO_TS.VOB" );
-+  } else {
-+sprintf( filename, "/VIDEO_TS/VTS_%02d_%d.VOB", title, menu ? 0 : 1 );
-+  }
-+  if(!UDFFindFile( dvd, filename, &size )) {
-+return -1;
-+  }
-+  tot_size = size;
-+  nr_parts = 1;
-+  parts_size[0] = size;
-+
-+  if( !menu ) {
-+int cur;
-+
-+for( cur = 2; cur < 10; cur++ ) {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02d_%d.VOB", title, cur );
-+  if( !UDFFindFile( dvd, filename, &size ) ) {
-+break;
-+  }
-+  parts_size[nr_parts] = size;
-+  tot_size += size;
-+  nr_parts++;
-+}
-+  }
-+  
-+  statbuf->size = tot_size;
-+  statbuf->nr_parts = nr_parts;
-+  for(n = 0; n < nr_parts; n++) {
-+statbuf->parts_size[n] = parts_size[n];
-+  }
-+  return 0;
-+}
-+
-+
-+static int DVDFileStatVOBPath( dvd_reader_t *dvd, int title,
-+   int menu, dvd_stat_t *statbuf )
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  char full_path[ PATH_MAX + 1 ];
-+  struct stat fileinfo;
-+  off_t tot_size;
-+  off_t parts_size[9];
-+  int nr_parts = 0;
-+  int n;
-+
-+ 
-+
-+  if( title == 0 ) {
-+sprintf( filename, "VIDEO_TS.VOB" );
-+  } else {
-+sprintf( filename, "VTS_%02d_%d.VOB", title, menu ? 0 : 1 );
-+  }
-+  if( !findDVDFile( dvd, filename, full_path ) ) {
-+return -1;
-+  }
-+  
-+  if( stat( full_path, &fileinfo ) < 0 ) {
-+fprintf( stderr, "libdvdread: Can't stat() %s.\n", filename );
-+return -1;
-+  }
-+  
-+
-+  tot_size = fileinfo.st_size;
-+  nr_parts = 1;
-+  parts_size[0] = fileinfo.st_size;
-+
-+  if( !menu ) {
-+int cur;
-+
-+for( cur = 2; cur < 10; cur++ ) {
-+
-+  sprintf( filename, "VTS_%02d_%d.VOB", title, cur );
-+  if( !findDVDFile( dvd, filename, full_path ) ) {
-+break;
-+  }
-+
-+  if( stat( full_path, &fileinfo ) < 0 ) {
-+fprintf( stderr, "libdvdread: Can't stat() %s.\n", filename );
-+break;
-+  }
-+  
-+  parts_size[nr_parts] = fileinfo.st_size;
-+  tot_size += parts_size[nr_parts];
-+  nr_parts++;
-+}
-+  }
-+
-+  statbuf->size = tot_size;
-+  statbuf->nr_parts = nr_parts;
-+  for(n = 0; n < nr_parts; n++) {
-+statbuf->parts_size[n] = parts_size[n];
-+  }
-+  return 0;
-+}
-+
-+
-+int DVDFileStat(dvd_reader_t *dvd, int titlenum, 
-+dvd_read_domain_t domain, dvd_stat_t *statbuf)
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  char full_path[ PATH_MAX + 1 ];
-+  struct stat fileinfo;
-+  uint32_t size;
-+
-+  /* Check arguments. */
-+  if( dvd == NULL || titlenum < 0 ) {
-+errno = EINVAL;
-+return -1;
-+  }
-+
-+  switch( domain ) {
-+  case DVD_READ_INFO_FILE:
-+if( titlenum == 0 ) {
-+  sprintf( filename, "/VIDEO_TS/VIDEO_TS.IFO" );
-+} else {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02i_0.IFO", titlenum );
-+}
-+break;
-+  case DVD_READ_INFO_BACKUP_FILE:
-+if( titlenum == 0 ) {
-+  sprintf( filename, "/VIDEO_TS/VIDEO_TS.BUP" );
-+} else {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02i_0.BUP", titlenum );
-+}
-+break;
-+  case DVD_READ_MENU_VOBS:
-+if( dvd->isImageFile ) {
-+  return DVDFileStatVOBUDF( dvd, titlenum, 1, statbuf );
-+} else {
-+  return DVDFileStatVOBPath( dvd, titlenum, 1, statbuf );
-+}
-+break;
-+  case DVD_READ_TITLE_VOBS:
-+if( titlenum == 0 ) {
-+  return -1;
-+}
-+if( dvd->isImageFile ) {
-+  return DVDFileStatVOBUDF( dvd, titlenum, 0, statbuf );
-+} else {
-+  return DVDFileStatVOBPath( dvd, titlenum, 0, statbuf );
-+}
-+break;
-+  default:
-+fprintf( stderr, "libdvdread: Invalid domain for file stat.\n" );
-+errno = EINVAL;
-+return -1;
-+  }
-+  

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 07:49:24
  Author: jgc
Revision: 144377

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

Added:
  libdvdread/repos/extra-i686/PKGBUILD
(from rev 144376, libdvdread/trunk/PKGBUILD)
  libdvdread/repos/extra-x86_64/PKGBUILD
(from rev 144376, libdvdread/trunk/PKGBUILD)
Deleted:
  libdvdread/repos/extra-i686/DVDFileStat.patch
  libdvdread/repos/extra-i686/PKGBUILD
  libdvdread/repos/extra-x86_64/DVDFileStat.patch
  libdvdread/repos/extra-x86_64/PKGBUILD

+
 extra-i686/DVDFileStat.patch   |  237 ---
 extra-i686/PKGBUILD|   67 +--
 extra-x86_64/DVDFileStat.patch |  237 ---
 extra-x86_64/PKGBUILD  |   67 +--
 4 files changed, 64 insertions(+), 544 deletions(-)

Deleted: extra-i686/DVDFileStat.patch
===
--- extra-i686/DVDFileStat.patch2011-12-05 12:48:59 UTC (rev 144376)
+++ extra-i686/DVDFileStat.patch2011-12-05 12:49:24 UTC (rev 144377)
@@ -1,237 +0,0 @@
-diff -pruN libdvdread-4.1.3/src/dvd_reader.c 
libdvdread-4.1.3.new/src/dvd_reader.c
 libdvdread-4.1.3/src/dvd_reader.c  2008-09-06 23:55:51.0 +0200
-+++ libdvdread-4.1.3.new/src/dvd_reader.c  2009-02-28 01:36:20.0 
+0100
-@@ -889,6 +889,187 @@ void DVDCloseFile( dvd_file_t *dvd_file 
- }
- }
- 
-+static int DVDFileStatVOBUDF(dvd_reader_t *dvd, int title, 
-+ int menu, dvd_stat_t *statbuf)
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  uint32_t size;
-+  off_t tot_size;
-+  off_t parts_size[9];
-+  int nr_parts = 0;
-+  int n;
-+ 
-+  if( title == 0 ) {
-+sprintf( filename, "/VIDEO_TS/VIDEO_TS.VOB" );
-+  } else {
-+sprintf( filename, "/VIDEO_TS/VTS_%02d_%d.VOB", title, menu ? 0 : 1 );
-+  }
-+  if(!UDFFindFile( dvd, filename, &size )) {
-+return -1;
-+  }
-+  tot_size = size;
-+  nr_parts = 1;
-+  parts_size[0] = size;
-+
-+  if( !menu ) {
-+int cur;
-+
-+for( cur = 2; cur < 10; cur++ ) {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02d_%d.VOB", title, cur );
-+  if( !UDFFindFile( dvd, filename, &size ) ) {
-+break;
-+  }
-+  parts_size[nr_parts] = size;
-+  tot_size += size;
-+  nr_parts++;
-+}
-+  }
-+  
-+  statbuf->size = tot_size;
-+  statbuf->nr_parts = nr_parts;
-+  for(n = 0; n < nr_parts; n++) {
-+statbuf->parts_size[n] = parts_size[n];
-+  }
-+  return 0;
-+}
-+
-+
-+static int DVDFileStatVOBPath( dvd_reader_t *dvd, int title,
-+   int menu, dvd_stat_t *statbuf )
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  char full_path[ PATH_MAX + 1 ];
-+  struct stat fileinfo;
-+  off_t tot_size;
-+  off_t parts_size[9];
-+  int nr_parts = 0;
-+  int n;
-+
-+ 
-+
-+  if( title == 0 ) {
-+sprintf( filename, "VIDEO_TS.VOB" );
-+  } else {
-+sprintf( filename, "VTS_%02d_%d.VOB", title, menu ? 0 : 1 );
-+  }
-+  if( !findDVDFile( dvd, filename, full_path ) ) {
-+return -1;
-+  }
-+  
-+  if( stat( full_path, &fileinfo ) < 0 ) {
-+fprintf( stderr, "libdvdread: Can't stat() %s.\n", filename );
-+return -1;
-+  }
-+  
-+
-+  tot_size = fileinfo.st_size;
-+  nr_parts = 1;
-+  parts_size[0] = fileinfo.st_size;
-+
-+  if( !menu ) {
-+int cur;
-+
-+for( cur = 2; cur < 10; cur++ ) {
-+
-+  sprintf( filename, "VTS_%02d_%d.VOB", title, cur );
-+  if( !findDVDFile( dvd, filename, full_path ) ) {
-+break;
-+  }
-+
-+  if( stat( full_path, &fileinfo ) < 0 ) {
-+fprintf( stderr, "libdvdread: Can't stat() %s.\n", filename );
-+break;
-+  }
-+  
-+  parts_size[nr_parts] = fileinfo.st_size;
-+  tot_size += parts_size[nr_parts];
-+  nr_parts++;
-+}
-+  }
-+
-+  statbuf->size = tot_size;
-+  statbuf->nr_parts = nr_parts;
-+  for(n = 0; n < nr_parts; n++) {
-+statbuf->parts_size[n] = parts_size[n];
-+  }
-+  return 0;
-+}
-+
-+
-+int DVDFileStat(dvd_reader_t *dvd, int titlenum, 
-+dvd_read_domain_t domain, dvd_stat_t *statbuf)
-+{
-+  char filename[ MAX_UDF_FILE_NAME_LEN ];
-+  char full_path[ PATH_MAX + 1 ];
-+  struct stat fileinfo;
-+  uint32_t size;
-+
-+  /* Check arguments. */
-+  if( dvd == NULL || titlenum < 0 ) {
-+errno = EINVAL;
-+return -1;
-+  }
-+
-+  switch( domain ) {
-+  case DVD_READ_INFO_FILE:
-+if( titlenum == 0 ) {
-+  sprintf( filename, "/VIDEO_TS/VIDEO_TS.IFO" );
-+} else {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02i_0.IFO", titlenum );
-+}
-+break;
-+  case DVD_READ_INFO_BACKUP_FILE:
-+if( titlenum == 0 ) {
-+  sprintf( filename, "/VIDEO_TS/VIDEO_TS.BUP" );
-+} else {
-+  sprintf( filename, "/VIDEO_TS/VTS_%02i_0.BUP", titlenum );
-+}
-+break;
-+  case DVD_READ_MENU_VOBS:
-+if( dvd->isImageFile ) {
-+  return DVDFileStatVOBUDF( dvd, titlenum, 1, statbuf );
-+} el

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

2011-12-05 Thread Jan Steffens
Date: Monday, December 5, 2011 @ 07:49:31
  Author: heftig
Revision: 144378

Add a dep on ttf-dejavu so we're guaranteed to have a good Monospace font

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:49:24 UTC (rev 144377)
+++ PKGBUILD2011-12-05 12:49:31 UTC (rev 144378)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://abattis.org/cantarell/";
 license=('GPL2')
-depends=('cantarell-fonts' 'gtk3' 'gtk-engines' 'librsvg')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
 makedepends=('intltool')
 groups=('gnome')
 replaces=('gnome-themes')



[arch-commits] Commit in (6 files)

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:53:22
  Author: ibiru
Revision: 144379

initial upload

Added:
  shared-color-profiles/
  shared-color-profiles/trunk/
  shared-color-profiles/trunk/PKGBUILD
  shared-color-targets/
  shared-color-targets/trunk/
  shared-color-targets/trunk/PKGBUILD

--+
 shared-color-profiles/trunk/PKGBUILD |   27 +++
 shared-color-targets/trunk/PKGBUILD  |   27 +++
 2 files changed, 54 insertions(+)

Added: shared-color-profiles/trunk/PKGBUILD
===
--- shared-color-profiles/trunk/PKGBUILD(rev 0)
+++ shared-color-profiles/trunk/PKGBUILD2011-12-05 12:53:22 UTC (rev 
144379)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=shared-color-profiles
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Shared color profiles are used in color management aware applications"
+arch=('any')
+url="http://github.com/hughsie/shared-color-profiles";
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.gz)
+options=('!libtool')
+sha1sums=('621a5bfe7466ab54a6b3e135fdd0580610f61163')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: shared-color-profiles/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: shared-color-targets/trunk/PKGBUILD
===
--- shared-color-targets/trunk/PKGBUILD (rev 0)
+++ shared-color-targets/trunk/PKGBUILD 2011-12-05 12:53:22 UTC (rev 144379)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=shared-color-targets
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Shared color targets for creating color profiles"
+arch=('any')
+url="http://github.com/hughsie/shared-color-targets";
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('1c03e88c2947a1dd6f2e52901bea349df25e0d8f')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: shared-color-targets/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in shared-color-profiles (3 files)

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:55:18
  Author: ibiru
Revision: 144380

archrelease: copy trunk to extra-any

Added:
  shared-color-profiles/repos/
  shared-color-profiles/repos/extra-any/
  shared-color-profiles/repos/extra-any/PKGBUILD
(from rev 144379, shared-color-profiles/trunk/PKGBUILD)

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

Copied: shared-color-profiles/repos/extra-any/PKGBUILD (from rev 144379, 
shared-color-profiles/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2011-12-05 12:55:18 UTC (rev 144380)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=shared-color-profiles
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Shared color profiles are used in color management aware applications"
+arch=('any')
+url="http://github.com/hughsie/shared-color-profiles";
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.gz)
+options=('!libtool')
+sha1sums=('621a5bfe7466ab54a6b3e135fdd0580610f61163')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in shared-color-targets (3 files)

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:57:16
  Author: ibiru
Revision: 144381

archrelease: copy trunk to extra-any

Added:
  shared-color-targets/repos/
  shared-color-targets/repos/extra-any/
  shared-color-targets/repos/extra-any/PKGBUILD
(from rev 144380, shared-color-targets/trunk/PKGBUILD)

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

Copied: shared-color-targets/repos/extra-any/PKGBUILD (from rev 144380, 
shared-color-targets/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2011-12-05 12:57:16 UTC (rev 144381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=shared-color-targets
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Shared color targets for creating color profiles"
+arch=('any')
+url="http://github.com/hughsie/shared-color-targets";
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('1c03e88c2947a1dd6f2e52901bea349df25e0d8f')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 07:59:46
  Author: ibiru
Revision: 144382

add shared-color-profiles as optional dependency

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:57:16 UTC (rev 144381)
+++ PKGBUILD2011-12-05 12:59:46 UTC (rev 144382)
@@ -11,6 +11,7 @@
 license=('GPL2')
 depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+optdepends=('shared-color-profiles: color profiles')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
 sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')



[arch-commits] Commit in libdvdnav/trunk (PKGBUILD deadlock.patch)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:00:40
  Author: jgc
Revision: 144383

upgpkg: libdvdnav 4.2.0-1

Update to 4.2.0

Modified:
  libdvdnav/trunk/PKGBUILD
Deleted:
  libdvdnav/trunk/deadlock.patch

+
 PKGBUILD   |   17 +++--
 deadlock.patch |   17 -
 2 files changed, 7 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 12:59:46 UTC (rev 144382)
+++ PKGBUILD2011-12-05 13:00:40 UTC (rev 144383)
@@ -1,26 +1,23 @@
 # $Id$
-# Maintainer: arjan 
+# Maintainer: Jan de Groot 
+# Contributor: Arjan 
 # contributor Sarah Hay 
 
 pkgname=libdvdnav
-pkgver=4.1.3
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="The library for xine-dvdnav plugin."
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/";
+url="http://http://dvdnav.mplayerhq.hu/";
 depends=('libdvdread')
 options=(!libtool)
-source=("http://www.mplayerhq.hu/MPlayer/releases/dvdnav-old/${pkgname}-${pkgver}.tar.bz2";
-'deadlock.patch')
-md5sums=('d62383c45b28816771e283515f2c27fa'
- '864529165a1136ae4c1ccbc7b43cdb1a')
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   
-  patch -Np1 -i ${srcdir}/deadlock.patch
-
   ./autogen.sh --prefix=/usr
   make
 }

Deleted: deadlock.patch
===
--- deadlock.patch  2011-12-05 12:59:46 UTC (rev 144382)
+++ deadlock.patch  2011-12-05 13:00:40 UTC (rev 144383)
@@ -1,17 +0,0 @@
 a/src/dvdnav.c 2009-11-08 16:58:25.0 +0300
-+++ b/src/dvdnav.c 2009-11-08 16:58:52.0 +0300
-@@ -180,12 +180,13 @@
- pthread_mutex_unlock(&this->vm_lock);
- return DVDNAV_STATUS_ERR;
-   }
-+  pthread_mutex_unlock(&this->vm_lock);
-+
- #ifdef LOG_DEBUG
-   fprintf(MSG_OUT, "libdvdnav: clearing dvdnav\n");
- #endif
-   result = dvdnav_clear(this);
- 
--  pthread_mutex_unlock(&this->vm_lock);
-   return result;
- }
- 



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 08:01:04
  Author: ibiru
Revision: 144384

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 13:00:40 UTC (rev 144383)
+++ extra-i686/PKGBUILD 2011-12-05 13:01:04 UTC (rev 144384)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.15
-pkgrel=2
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 144383, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 13:01:04 UTC (rev 144384)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+optdepends=('shared-color-profiles: color profiles')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 13:00:40 UTC (rev 144383)
+++ extra-x86_64/PKGBUILD   2011-12-05 13:01:04 UTC (rev 144384)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.15
-pkgrel=2
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 144383, 
colord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 13:01:04 UTC (rev 144384)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'sqlite3' 'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+optdepends=('shared-color-profiles: color profiles')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('e83a68add3fac9c677829925794ee353743dc9c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:01:06
  Author: jgc
Revision: 144385

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

Added:
  libdvdnav/repos/extra-i686/PKGBUILD
(from rev 144383, libdvdnav/trunk/PKGBUILD)
  libdvdnav/repos/extra-x86_64/PKGBUILD
(from rev 144383, libdvdnav/trunk/PKGBUILD)
Deleted:
  libdvdnav/repos/extra-i686/PKGBUILD
  libdvdnav/repos/extra-i686/deadlock.patch
  libdvdnav/repos/extra-x86_64/PKGBUILD
  libdvdnav/repos/extra-x86_64/deadlock.patch

-+
 extra-i686/PKGBUILD |   61 +++---
 extra-i686/deadlock.patch   |   17 ---
 extra-x86_64/PKGBUILD   |   61 +++---
 extra-x86_64/deadlock.patch |   17 ---
 4 files changed, 58 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 13:01:04 UTC (rev 144384)
+++ extra-i686/PKGBUILD 2011-12-05 13:01:06 UTC (rev 144385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: arjan 
-# contributor Sarah Hay 
-
-pkgname=libdvdnav
-pkgver=4.1.3
-pkgrel=3
-pkgdesc="The library for xine-dvdnav plugin."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/";
-depends=('libdvdread')
-options=(!libtool)
-source=("http://www.mplayerhq.hu/MPlayer/releases/dvdnav-old/${pkgname}-${pkgver}.tar.bz2";
-'deadlock.patch')
-md5sums=('d62383c45b28816771e283515f2c27fa'
- '864529165a1136ae4c1ccbc7b43cdb1a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  patch -Np1 -i ${srcdir}/deadlock.patch
-
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdvdnav/repos/extra-i686/PKGBUILD (from rev 144383, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 13:01:06 UTC (rev 144385)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan 
+# contributor Sarah Hay 
+
+pkgname=libdvdnav
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="The library for xine-dvdnav plugin."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://http://dvdnav.mplayerhq.hu/";
+depends=('libdvdread')
+options=(!libtool)
+source=(http://dvdnav.mplayerhq.hu/releases/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/deadlock.patch
===
--- extra-i686/deadlock.patch   2011-12-05 13:01:04 UTC (rev 144384)
+++ extra-i686/deadlock.patch   2011-12-05 13:01:06 UTC (rev 144385)
@@ -1,17 +0,0 @@
 a/src/dvdnav.c 2009-11-08 16:58:25.0 +0300
-+++ b/src/dvdnav.c 2009-11-08 16:58:52.0 +0300
-@@ -180,12 +180,13 @@
- pthread_mutex_unlock(&this->vm_lock);
- return DVDNAV_STATUS_ERR;
-   }
-+  pthread_mutex_unlock(&this->vm_lock);
-+
- #ifdef LOG_DEBUG
-   fprintf(MSG_OUT, "libdvdnav: clearing dvdnav\n");
- #endif
-   result = dvdnav_clear(this);
- 
--  pthread_mutex_unlock(&this->vm_lock);
-   return result;
- }
- 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 13:01:04 UTC (rev 144384)
+++ extra-x86_64/PKGBUILD   2011-12-05 13:01:06 UTC (rev 144385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: arjan 
-# contributor Sarah Hay 
-
-pkgname=libdvdnav
-pkgver=4.1.3
-pkgrel=3
-pkgdesc="The library for xine-dvdnav plugin."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/";
-depends=('libdvdread')
-options=(!libtool)
-source=("http://www.mplayerhq.hu/MPlayer/releases/dvdnav-old/${pkgname}-${pkgver}.tar.bz2";
-'deadlock.patch')
-md5sums=('d62383c45b28816771e283515f2c27fa'
- '864529165a1136ae4c1ccbc7b43cdb1a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  patch -Np1 -i ${srcdir}/deadlock.patch
-
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdvdnav/repos/extra-x86_64/PKGBUILD (from rev 144383, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 13:01:06 UTC (rev 144385)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan 
+# contributor Sarah Hay 
+
+pkgname=libdvdnav
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="The library for xine-dvdnav plugin."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://htt

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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 08:05:53
  Author: ibiru
Revision: 144386

add shared-color

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 13:01:06 UTC (rev 144385)
+++ PKGBUILD2011-12-05 13:05:53 UTC (rev 144386)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-color-manager
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Color profile manager for the GNOME desktop"
 arch=(i686 x86_64)
 url="http://projects.gnome.org/gnome-color-manager/";
 license=(GPL2)
-depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash')
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
 makedepends=('intltool' 'gtk-doc')
 install=gnome-color-manager.install
 options=('!libtool' '!emptydirs')



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:06:25
  Author: jgc
Revision: 144387

upgpkg: pm-quirks 0.20100619-2

Fix FS#27378

Modified:
  pm-quirks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 13:05:53 UTC (rev 144386)
+++ PKGBUILD2011-12-05 13:06:25 UTC (rev 144387)
@@ -4,7 +4,7 @@
 pkgname=pm-quirks
 _date=20100619
 pkgver=0.${_date}
-pkgrel=1
+pkgrel=2
 pkgdesc="Quirks data for pm-utils"
 arch=(any)
 license=('GPL')
@@ -15,5 +15,5 @@
 build() {
   cd "${srcdir}"
   install -m755 -d "${pkgdir}/usr/lib/pm-utils/video-quirks"
-  install -m644 *.quirkdb "${pkgdir}/usr/lib/pm-utils/video-quirks/" || return 
1
+  install -m644 video-quirks/*.quirkdb 
"${pkgdir}/usr/lib/pm-utils/video-quirks/"
 }



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:06:40
  Author: jgc
Revision: 144388

archrelease: copy trunk to extra-any

Added:
  pm-quirks/repos/extra-any/PKGBUILD
(from rev 144387, pm-quirks/trunk/PKGBUILD)
Deleted:
  pm-quirks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-05 13:06:25 UTC (rev 144387)
+++ PKGBUILD2011-12-05 13:06:40 UTC (rev 144388)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pm-quirks
-_date=20100619
-pkgver=0.${_date}
-pkgrel=1
-pkgdesc="Quirks data for pm-utils"
-arch=(any)
-license=('GPL')
-url="http://pm-utils.freedesktop.org/wiki/";
-source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${_date}.tar.gz)
-md5sums=('3b6ee39056b9ece0cd5e073a4c272b05')
-
-build() {
-  cd "${srcdir}"
-  install -m755 -d "${pkgdir}/usr/lib/pm-utils/video-quirks"
-  install -m644 *.quirkdb "${pkgdir}/usr/lib/pm-utils/video-quirks/" || return 
1
-}

Copied: pm-quirks/repos/extra-any/PKGBUILD (from rev 144387, 
pm-quirks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-05 13:06:40 UTC (rev 144388)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pm-quirks
+_date=20100619
+pkgver=0.${_date}
+pkgrel=2
+pkgdesc="Quirks data for pm-utils"
+arch=(any)
+license=('GPL')
+url="http://pm-utils.freedesktop.org/wiki/";
+source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${_date}.tar.gz)
+md5sums=('3b6ee39056b9ece0cd5e073a4c272b05')
+
+build() {
+  cd "${srcdir}"
+  install -m755 -d "${pkgdir}/usr/lib/pm-utils/video-quirks"
+  install -m644 video-quirks/*.quirkdb 
"${pkgdir}/usr/lib/pm-utils/video-quirks/"
+}



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 08:07:33
  Author: ibiru
Revision: 144389

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

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 144388, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 144388, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 144388, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 144388, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install

--+
 extra-i686/PKGBUILD  |   68 ++---
 extra-i686/gnome-color-manager.install   |   38 
 extra-x86_64/PKGBUILD|   68 ++---
 extra-x86_64/gnome-color-manager.install |   38 
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 13:06:40 UTC (rev 144388)
+++ extra-i686/PKGBUILD 2011-12-05 13:07:33 UTC (rev 144389)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=gnome-color-manager
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Color profile manager for the GNOME desktop"
-arch=(i686 x86_64)
-url="http://projects.gnome.org/gnome-color-manager/";
-license=(GPL2)
-depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash')
-makedepends=('intltool' 'gtk-doc')
-install=gnome-color-manager.install
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
-
-build(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager \
-  --disable-static --disable-man-pages
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 144388, 
gnome-color-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 13:07:33 UTC (rev 144389)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=gnome-color-manager
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk' 'mash' 'shared-color-profiles' 
'shared-color-targets')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc4651b58a4dc4b812803e8f81520488e6b452969028f04987cb463b8e218436')
+
+build(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager \
+  --disable-static --disable-man-pages
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- extra-i686/gnome-color-manager.install  2011-12-05 13:06:40 UTC (rev 
144388)
+++ extra-i686/gnome-color-manager.install  2011-12-05 13:07:33 UTC (rev 
144389)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall gnome-color-manager
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-color-manager/repos/extra-i686/gnome-color-manager.install (from 
rev 144388, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- extra-i686/gnome-color-manager.install  (rev 0)
+++ extra-i686/gnome-color-manager.install  2011-12-05 13:07:33 UTC (rev 
144389)
@@ -

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:20:55
  Author: jgc
Revision: 144390

Fix build, project moved to Attic

Modified:
  opencdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 13:07:33 UTC (rev 144389)
+++ PKGBUILD2011-12-05 13:20:55 UTC (rev 144390)
@@ -3,19 +3,23 @@
 
 pkgname=opencdk
 pkgver=0.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc="The Open Crypto Development Kit provides basic parts of the OpenPGP 
message format"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gnutls/";
 license=('GPL')
-depends=('libgcrypt>=1.2.4' 'zlib')
+depends=('libgcrypt' 'zlib')
 options=('!libtool')
-source=(ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-${pkgver}.tar.bz2)
+source=(ftp://ftp.gnutls.org/pub/gnutls/attic/opencdk/opencdk-${pkgver}.tar.bz2)
 md5sums=('813d62d7afe7b2c2d8f3df0a6c9d9331')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:22:32
  Author: jgc
Revision: 144391

db-remove: opencdk removed by jgc

Deleted:
  opencdk/repos/extra-i686/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:22:45
  Author: jgc
Revision: 144392

db-remove: opencdk removed by jgc

Deleted:
  opencdk/repos/extra-x86_64/



[arch-commits] Commit in (opencdk)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 08:23:55
  Author: jgc
Revision: 144393

Remove package, not needed anymore and abandoned upstream. Moved to AUR: 
https://aur.archlinux.org/packages.php?ID=54576

Deleted:
  opencdk/



[arch-commits] Commit in mjpegtools/trunk (6 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:02:39
  Author: jgc
Revision: 144394

upgpkg: mjpegtools 2.0.0-1

Update to 2.0.0:
- Remove patches merged upstream
- Add patch from OpenSuSE to build with v4l-utils instead of the 
removed-from-kernel v4l headers

Added:
  mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch
Modified:
  mjpegtools/trunk/PKGBUILD
  mjpegtools/trunk/mjpegtools.install
Deleted:
  mjpegtools/trunk/mjpegtools-1.9.0-glibc-2.10.patch
  mjpegtools/trunk/mjpegtools-1.9.0-jpeg-7.patch
  mjpegtools/trunk/png2yuv-fix-memleak.patch

---+
 PKGBUILD  |   23 +++-
 mjpegtools-1.9.0-glibc-2.10.patch |   11 ---
 mjpegtools-1.9.0-jpeg-7.patch |   24 
 mjpegtools-v4l-2.6.38.patch   |  100 
 mjpegtools.install|2 
 png2yuv-fix-memleak.patch |   10 ---
 6 files changed, 109 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 13:23:55 UTC (rev 144393)
+++ PKGBUILD2011-12-05 14:02:39 UTC (rev 144394)
@@ -3,32 +3,25 @@
 # Mantainer: Roberto Carvajal 
 
 pkgname=mjpegtools
-pkgver=1.9.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://mjpeg.sourceforge.net/";
-depends=('libjpeg>=8' 'libpng>=1.4.0' 'sdl' 'gcc-libs' 'libdv')
-makedepends=('gtk2>=2.18.6')
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv' 'texinfo')
+makedepends=('gtk2' 'v4l-utils')
 optdepends=('gtk2: glav GUI')
 options=('!makeflags' '!libtool')
 install=mjpegtools.install
 
source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
-mjpegtools-1.9.0-glibc-2.10.patch
-png2yuv-fix-memleak.patch
-mjpegtools-1.9.0-jpeg-7.patch)
-md5sums=('309a6fcf0900a010d6a9c1e91afc2f5c' 'b8ae66237d83be533db8eea166fd3357'\
- '39e1def8fb0f7c58a217b22dc251a86a' 'ccc7562a3933877d3362da7cf4695ea0')
-sha1sums=('1701233354c7ea86b5b7808c4dd5d03a71118e48' 
'3029f0e835e693b144298ed9f8143c9566be26f3'\
- '8af5c3747756353bef56d03bafbdd086ff15c02c' 
'2bdb1b3b8591cede11d4a133a758e8ead35db4dd')
+mjpegtools-v4l-2.6.38.patch)
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i "${srcdir}/mjpegtools-v4l-2.6.38.patch"
   sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
-  patch -Np1 -i "$srcdir/mjpegtools-1.9.0-glibc-2.10.patch"
-  patch -Np1 -i "${srcdir}/png2yuv-fix-memleak.patch"
-  patch -Np0 -i "${srcdir}/mjpegtools-1.9.0-jpeg-7.patch"
   ./configure --prefix=/usr --enable-largefile
   make
 }
@@ -38,3 +31,5 @@
   make DESTDIR="${pkgdir}" install
   install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
 }
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46'
+ '44006d6f844017fe57aa123aa43f4508')

Deleted: mjpegtools-1.9.0-glibc-2.10.patch
===
--- mjpegtools-1.9.0-glibc-2.10.patch   2011-12-05 13:23:55 UTC (rev 144393)
+++ mjpegtools-1.9.0-glibc-2.10.patch   2011-12-05 14:02:39 UTC (rev 144394)
@@ -1,11 +0,0 @@
 mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp.orig2009-05-27 
01:31:46.0 -0700
-+++ mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp 2009-05-27 01:33:09.0 
-0700
-@@ -53,7 +53,7 @@
- 
- bool LPCMStream::Probe(IBitStream &bs )
- {
--char *last_dot = strrchr( bs.StreamName(), '.' );
-+const char *last_dot = strrchr( bs.StreamName(), '.' );
- return 
- last_dot != NULL 
- && strcmp( last_dot+1, "lpcm") == 0;

Deleted: mjpegtools-1.9.0-jpeg-7.patch
===
--- mjpegtools-1.9.0-jpeg-7.patch   2011-12-05 13:23:55 UTC (rev 144393)
+++ mjpegtools-1.9.0-jpeg-7.patch   2011-12-05 14:02:39 UTC (rev 144394)
@@ -1,24 +0,0 @@
-Fix segmentation fault with jpeg-7 and above where dinfo.do_fancy_upsampling 
isn't set by default to FALSE anymore.
-
-Patch by: Salah Coronya
-
-http://bugs.gentoo.org/show_bug.cgi?id=293919
-
 lavtools/jpegutils.c
-+++ lavtools/jpegutils.c
-@@ -502,6 +502,7 @@
- 
-jpeg_read_header (&dinfo, TRUE);
-dinfo.raw_data_out = TRUE;
-+   dinfo.do_fancy_upsampling = FALSE;
-dinfo.out_color_space = JCS_YCbCr;
-dinfo.dct_method = JDCT_IFAST;
-guarantee_huff_tables(&dinfo);
-@@ -599,6 +600,7 @@
-   if (field > 0) {
-  jpeg_read_header (&dinfo, TRUE);
-  dinfo.raw_data_out = TRUE;
-+ dinfo.do_fancy_upsampling = FALSE;
-  dinfo.out_color_space = JCS_YCbCr;
-  dinfo.dct_method = JDCT_IFAST;
-  jpeg_start_decompress (&dinfo);

Added: mjpegtools-v4l-2.6.38.patch
===
--- mjpegtools-v4l-2.6.38.patch   

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:03:03
  Author: jgc
Revision: 144395

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

Added:
  mjpegtools/repos/testing-i686/
  mjpegtools/repos/testing-i686/PKGBUILD
(from rev 144394, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/testing-i686/mjpegtools-v4l-2.6.38.patch
(from rev 144394, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/testing-i686/mjpegtools.install
(from rev 144394, mjpegtools/trunk/mjpegtools.install)
  mjpegtools/repos/testing-x86_64/
  mjpegtools/repos/testing-x86_64/PKGBUILD
(from rev 144394, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/testing-x86_64/mjpegtools-v4l-2.6.38.patch
(from rev 144394, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/testing-x86_64/mjpegtools.install
(from rev 144394, mjpegtools/trunk/mjpegtools.install)

+
 testing-i686/PKGBUILD  |   35 +
 testing-i686/mjpegtools-v4l-2.6.38.patch   |  100 +++
 testing-i686/mjpegtools.install|   14 +++
 testing-x86_64/PKGBUILD|   35 +
 testing-x86_64/mjpegtools-v4l-2.6.38.patch |  100 +++
 testing-x86_64/mjpegtools.install  |   14 +++
 6 files changed, 298 insertions(+)

Copied: mjpegtools/repos/testing-i686/PKGBUILD (from rev 144394, 
mjpegtools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-05 14:03:03 UTC (rev 144395)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Mantainer: Roberto Carvajal 
+
+pkgname=mjpegtools
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://mjpeg.sourceforge.net/";
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv' 'texinfo')
+makedepends=('gtk2' 'v4l-utils')
+optdepends=('gtk2: glav GUI')
+options=('!makeflags' '!libtool')
+install=mjpegtools.install
+source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
+mjpegtools-v4l-2.6.38.patch)
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i "${srcdir}/mjpegtools-v4l-2.6.38.patch"
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+  ./configure --prefix=/usr --enable-largefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
+}
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46'
+ '44006d6f844017fe57aa123aa43f4508')

Copied: mjpegtools/repos/testing-i686/mjpegtools-v4l-2.6.38.patch (from rev 
144394, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
===
--- testing-i686/mjpegtools-v4l-2.6.38.patch(rev 0)
+++ testing-i686/mjpegtools-v4l-2.6.38.patch2011-12-05 14:03:03 UTC (rev 
144395)
@@ -0,0 +1,100 @@
+Index: lavtools/lavvideo.c
+===
+--- lavtools/lavvideo.c.orig
 lavtools/lavvideo.c
+@@ -63,7 +63,7 @@ Copyright by Gernot Ziegler.
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
+ 
+ #include 
+ #include 
+Index: lavtools/liblavplay.c
+===
+--- lavtools/liblavplay.c.orig
 lavtools/liblavplay.c
+@@ -68,7 +68,8 @@
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
++#define BASE_VIDIOCPRIVATE  192 /* 192-255 are private */
+ #else
+ #define VIDEO_MODE_PAL0
+ #define VIDEO_MODE_NTSC   1
+Index: lavtools/liblavrec.c
+===
+--- lavtools/liblavrec.c.orig
 lavtools/liblavrec.c
+@@ -63,7 +63,8 @@
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
++#define BASE_VIDIOCPRIVATE  192 /* 192-255 are private */
+ #ifdef HAVE_SYS_SOUNDCARD_H
+ #include 
+ #endif
+Index: lavtools/testrec.c
+===
+--- lavtools/testrec.c.orig
 lavtools/testrec.c
+@@ -89,7 +89,7 @@
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
+ #include 
+ 
+ /* These are explicit prototypes for the compiler, to prepare separation of 
audiolib.c */
+Index: configure.ac
+===
+--- configure.ac.orig
 configure.ac
+@@ -164,7 +164,7

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:18:16
  Author: jgc
Revision: 144396

upgpkg: transcode 1.1.7-1

Update to 1.1.7, build with new mjpegtools

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 14:03:03 UTC (rev 144395)
+++ PKGBUILD2011-12-05 14:18:16 UTC (rev 144396)
@@ -5,7 +5,7 @@
 
 pkgname=transcode
 _sripver=0.3-4
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=('i686' 'x86_64')
@@ -13,19 +13,18 @@
 license=('GPL')
 depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
 'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
-makedepends=('nasm' 'v4l-utils')
+makedepends=('nasm')
 options=('!libtool')
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2

http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
 subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
-sha1sums=('e176622b2c2834b006cda3c368ab521407d375c4'
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
   'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
   'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
   '591943a33235342a66c3df0625a164a1479c09ae')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' configure 
   ./configure --prefix=/usr \
 --disable-sse --disable-sse2 --disable-altivec --enable-mmx \
 --enable-lame --enable-ogg --enable-vorbis --enable-theora \



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:18:40
  Author: jgc
Revision: 144397

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

Added:
  transcode/repos/testing-i686/
  transcode/repos/testing-i686/PKGBUILD
(from rev 144396, transcode/trunk/PKGBUILD)
  transcode/repos/testing-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 144396, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/testing-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 144396, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/testing-x86_64/
  transcode/repos/testing-x86_64/PKGBUILD
(from rev 144396, transcode/trunk/PKGBUILD)
  transcode/repos/testing-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 144396, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 144396, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)

---+
 testing-i686/PKGBUILD |   57 
 testing-i686/subtitleripper-0.3.4-linkingorder.patch  |   28 +
 testing-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   28 +
 testing-x86_64/PKGBUILD   |   57 
 testing-x86_64/subtitleripper-0.3.4-linkingorder.patch|   28 +
 testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   28 +
 6 files changed, 226 insertions(+)

Copied: transcode/repos/testing-i686/PKGBUILD (from rev 144396, 
transcode/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-05 14:18:40 UTC (rev 144397)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=('i686' 'x86_64')
+url="http://tcforge.berlios.de/";
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+  make
+
+  cd "${srcdir}/subtitleripper"
+  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-linkingorder.patch"
+  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch"
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}/subtitleripper"
+  install -m 755 pgm2txt "${pkgdir}/usr/bin/"
+  install -m 755 srttool "${pkgdir}/usr/bin/"
+  install -m 755 subtitle2pgm "${pkgdir}/usr/bin/"
+  install -m 755 subtitle2vobsub "${pkgdir}/usr/bin/"
+  install -m 755 vobsub2pgm "${pkgdir}/usr/bin/"
+}

Copied: transcode/repos/testing-i686/subtitleripper-0.3.4-linkingorder.patch 
(from rev 144396, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
===
--- testing-i686/subtitleripper-0.3.4-linkingorder.patch
(rev 0)
+++ testing-i686/subtitleripper-0.3.4-linkingorder.patch2011-12-05 
14:18:40 UTC (rev 144397)
@@ -0,0 +1,28 @@
+Index: subtitleripper/Makefile
+===
+--- subtitleripper.orig/Makefile
 subtitleripper/Makefile
+@@ -70,19 +70,19 @@ vobsub2pgm.o: vobsub2pgm.c vobsub.h spud
+ # Target
+ subtitle2pgm: subtitle2pgm.o spudec.o
+   @echo "Linking $@"
+-  @$(CC) $(LIBS) $^ -o $@  
++  @$(CC) $^ -o $@ $(LIBS)
+ 
+ subtitle2vobsub: subtitle2vobsub.o vobsub.o 
+   @echo "Linking $@"
+-  @$(CC) $(LIBS) $^ -o $@  
++  @$(CC) $^ -o $@ $(L

[arch-commits] Commit in gstreamer0.10-bad/trunk (PKGBUILD mjpeg-2.0.patch)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:32:41
  Author: jgc
Revision: 144398

upgpkg: gstreamer0.10-bad 0.10.22-3

Rebuild for mjpegtools 2.0

Added:
  gstreamer0.10-bad/trunk/mjpeg-2.0.patch
Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++
 mjpeg-2.0.patch |   28 
 2 files changed, 34 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 14:18:40 UTC (rev 144397)
+++ PKGBUILD2011-12-05 14:32:41 UTC (rev 144398)
@@ -4,21 +4,23 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.22
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
 url="http://gstreamer.freedesktop.org/";
 options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2)
-md5sums=('9a2acee1f386f71247003d0d7090fb1c')
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2
+mjpeg-2.0.patch)
+md5sums=('9a2acee1f386f71247003d0d7090fb1c' '9415bdab8eb9cfba95df37aaf41c1172')
 
 build() {
   cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  patch -Np1 -i "${srcdir}/mjpeg-2.0.patch"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental \
 --with-package-name="GStreamer Bad Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/"; || return 1
+--with-package-origin="http://www.archlinux.org/";
 
   make || return 1
   sed -e 's/gst sys ext/gst/' -i Makefile

Added: mjpeg-2.0.patch
===
--- mjpeg-2.0.patch (rev 0)
+++ mjpeg-2.0.patch 2011-12-05 14:32:41 UTC (rev 144398)
@@ -0,0 +1,28 @@
+From 407b02578689804dc6bc47e53be9e87cc1b25597 Mon Sep 17 00:00:00 2001
+From: Götz Waschk 
+Date: Tue, 24 May 2011 13:42:44 +
+Subject: mpeg2enc: support mjpegtools 2.0
+
+This adds conditional includes for the renamed headers in mjpegtools 2.0.
+Fixes: #650970.
+---
+(limited to 'ext/mpeg2enc')
+
+diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc
+index acfda50..31f1a30 100644
+--- a/ext/mpeg2enc/gstmpeg2encoder.cc
 b/ext/mpeg2enc/gstmpeg2encoder.cc
+@@ -26,7 +26,10 @@
+ 
+ #include 
+ #include 
+-#if GST_MJPEGTOOLS_API >= 10900
++#if GST_MJPEGTOOLS_API >= 10903
++#include 
++#include 
++#elif GST_MJPEGTOOLS_API >= 10900
+ #include 
+ #include 
+ #include 
+--
+cgit v0.9.0.2-2-gbebe



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:33:06
  Author: jgc
Revision: 144399

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

Added:
  gstreamer0.10-bad/repos/testing-i686/
  gstreamer0.10-bad/repos/testing-i686/PKGBUILD
(from rev 144398, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/testing-i686/gstreamer0.10-bad-plugins.install
(from rev 144398, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/testing-i686/mjpeg-2.0.patch
(from rev 144398, gstreamer0.10-bad/trunk/mjpeg-2.0.patch)
  gstreamer0.10-bad/repos/testing-x86_64/
  gstreamer0.10-bad/repos/testing-x86_64/PKGBUILD
(from rev 144398, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/testing-x86_64/gstreamer0.10-bad-plugins.install
(from rev 144398, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/testing-x86_64/mjpeg-2.0.patch
(from rev 144398, gstreamer0.10-bad/trunk/mjpeg-2.0.patch)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/gstreamer0.10-bad-plugins.install   |   11 
 testing-i686/mjpeg-2.0.patch |   28 
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/gstreamer0.10-bad-plugins.install |   11 
 testing-x86_64/mjpeg-2.0.patch   |   28 
 6 files changed, 176 insertions(+)

Copied: gstreamer0.10-bad/repos/testing-i686/PKGBUILD (from rev 144398, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-05 14:33:06 UTC (rev 144399)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.22
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2
+mjpeg-2.0.patch)
+md5sums=('9a2acee1f386f71247003d0d7090fb1c' '9415bdab8eb9cfba95df37aaf41c1172')
+
+build() {
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  patch -Np1 -i "${srcdir}/mjpeg-2.0.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Bad Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  make || return 1
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+package_gstreamer0.10-bad() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)"
+  depends=('gstreamer0.10-base>=0.10.34')
+  groups=('gstreamer0.10-plugins')
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gstreamer0.10-bad-plugins() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
+  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg')
+  groups=('gstreamer0.10-plugins')
+  install=gstreamer0.10-bad-plugins.install
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C sys DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Copied: gstreamer0.10-bad/repos/testing-i686/gstreamer0.10-bad-plugins.install 
(from rev 144398, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
===
--- testing-i686/gstreamer0.10-bad-plugins.install  
(rev 0)
+++ testing-i686/gstreamer0.10-bad-plugins.install  2011-12-05 14:33:06 UTC 
(rev 144399)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gstreamer0.10-bad/repos/testing-i686/mjpeg-2.0.patch (from rev 144398, 
gstreamer0.10-bad/trunk/mjpeg-2.0.patch)
===
--- testing-i686/mjpeg-2.0.patch(rev 0)
+++ testing-i686/mjpeg-2.0.patch2011-12-05 14:33:06 UTC (rev 144399)
@@ -0,0 +1,28 @@

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:48:00
  Author: jgc
Revision: 144400

upgpkg: gnome-python-desktop 2.32.0-9

Build without gnomeprint bindings, nothing that we know of needs it

Modified:
  gnome-python-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 14:33:06 UTC (rev 144399)
+++ PKGBUILD2011-12-05 14:48:00 UTC (rev 144400)
@@ -4,13 +4,13 @@
 # Contributor: Wael Nasreddine 
 
 pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck' 'python-gnomeprint')
+pkgname=('gnome-python-desktop' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck')
 pkgver=2.32.0
-pkgrel=8
+pkgrel=9
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'evolution-data-server' 
'libgnomeprintui' 'libgtop' 'totem-plparser' 'gnome-desktop2' 'metacity' 
'librsvg')
+makedepends=('intltool' 'pkg-config' 'gnome-python' 'evolution-data-server' 
'libgtop' 'totem-plparser' 'gnome-desktop2' 'metacity' 'librsvg')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
 sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9')
@@ -22,7 +22,7 @@
 }
 
 package_gnome-python-desktop() {
-  depends=('python-evolution' 'python-gnomedesktop' 'python-gnomekeyring' 
'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 
'python-wnck' 'python-gnomeprint' 'gnome-python')
+  depends=('python-evolution' 'python-gnomedesktop' 'python-gnomekeyring' 
'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 
'python-wnck' 'gnome-python')
   pkgdesc="Python bindings for the GNOME desktop environment"
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -98,13 +98,3 @@
   cd "${srcdir}/${pkgbase}-${pkgver}"
   make -C wnck install DESTDIR="${pkgdir}"
 }
-
-package_python-gnomeprint() {
-  depends=('pygtk' 'libgnomeprintui')
-  pkgdesc="Python bindings for libgnomeprintui"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  for dir in gnomeprint docs/gnomeprint docs/gnomeprintui; do
-make -C ${dir} install DESTDIR="${pkgdir}"
-  done
-}



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:48:25
  Author: jgc
Revision: 144401

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

Added:
  gnome-python-desktop/repos/extra-i686/PKGBUILD
(from rev 144400, gnome-python-desktop/trunk/PKGBUILD)
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD
(from rev 144400, gnome-python-desktop/trunk/PKGBUILD)
Deleted:
  gnome-python-desktop/repos/extra-i686/PKGBUILD
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 14:48:00 UTC (rev 144400)
+++ extra-i686/PKGBUILD 2011-12-05 14:48:25 UTC (rev 144401)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-
-pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python-evolution' 'python-gnomedesktop' 
'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 
'python-totem-plparser' 'python-wnck' 'python-gnomeprint')
-pkgver=2.32.0
-pkgrel=8
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'evolution-data-server' 
'libgnomeprintui' 'libgtop' 'totem-plparser' 'gnome-desktop2' 'metacity' 
'librsvg')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-metacity
-  make
-}
-
-package_gnome-python-desktop() {
-  depends=('python-evolution' 'python-gnomedesktop' 'python-gnomekeyring' 
'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 
'python-wnck' 'python-gnomeprint' 'gnome-python')
-  pkgdesc="Python bindings for the GNOME desktop environment"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make install-pkgconfigDATA DESTDIR="${pkgdir}"
-}
-
-package_python-evolution() {
-  depends=('pygtk' 'evolution-data-server' 'python2-bonobo')
-  pkgdesc="Python bindings for evolution"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C evolution install DESTDIR="${pkgdir}"
-  PYTHON=/usr/bin/python2 ./py-compile --destdir "${pkgdir}" --basedir 
/usr/lib/python2.7/site-packages/gtk-2.0 evolution/__init__.py
-  install -m644 evolution/ecal.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
-}
-
-package_python-gnomedesktop() {
-  depends=('pygtk' 'gnome-desktop2' 'python2-gnomevfs')
-  pkgdesc="Python bindings for gnome-desktop 2.x"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C gnomedesktop install DESTDIR="${pkgdir}"
-}
-
-package_python-gnomekeyring() {
-  depends=('pygtk' 'libgnome-keyring')
-  pkgdesc="Python bindings for libgnome-keyring"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C gnomekeyring install DESTDIR="${pkgdir}"
-}
-
-package_python-gtop() {
-  depends=('pygtk' 'libgtop')
-  pkgdesc="Python bindings for libgtop"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C gtop install DESTDIR="${pkgdir}"
-}
-
-package_python-metacity() {
-  depends=('pygtk' 'metacity')
-  pkgdesc="Python bindings for metacity"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C metacity install DESTDIR="${pkgdir}"
-}
-
-package_python-rsvg() {
-  depends=('pygtk' 'librsvg')
-  pkgdesc="Python bindings for librsvg"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C rsvg install DESTDIR="${pkgdir}"
-  install -m755 -d "${pkgdir}/usr/share/pygtk/2.0/defs"
-  install -m644 rsvg/rsvg.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
-}
-
-package_python-totem-plparser() {
-  depends=('pygtk' 'totem-plparser' 'python2-gnomevfs')
-  pkgdesc="Python bindings for totem-plparser"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C totem install DESTDIR="${pkgdir}"
-  install -m755 -d "${pkgdir}/usr/share/pygtk/2.0/defs"
-  install -m644 totem/plparser.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
-}
-
-package_python-wnck() {
-  depends=('pygtk' 'libwnck')
-  pkgdesc="Python bindings for libwnck"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C wnck install DESTDIR="${pkgdir}"
-}
-
-package_python-gnomeprint() {
-  depends=('pygtk' 'libgnomeprintui')
-  pkgdesc="Python bindings for libgnomeprintui"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  for dir in gnomeprint docs/gnomeprint docs/gnomeprintui; do
-make -C ${dir} install DESTDIR="${pkgdir}"
-  done
-}

Copied: gnome-python-desktop/repos/extra-i686/PKGBUILD (from rev 144400, 
gnome-python-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 14:48:25 UTC (rev 144401)
@@ -0,0 

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:56:39
  Author: jgc
Revision: 144402

upgpkg: gnome-desktop-sharp 2.26.0-8

Kill gnomeprint bindings

Modified:
  gnome-desktop-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 14:48:25 UTC (rev 144401)
+++ PKGBUILD2011-12-05 14:56:39 UTC (rev 144402)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot 
 
 pkgbase=gnome-desktop-sharp
-pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gnome-print-sharp' 
'gtkhtml-sharp' 'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
 pkgver=2.26.0
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 license=(LGPL)
 url="http://gtk-sharp.sourceforge.net";
-makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libgnomeprintui' 
'libwnck' 'gtkhtml' 'gtksourceview2' 'monodoc')
+makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtkhtml' 'gtksourceview2' 'monodoc')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
gnome-desktop-sharp-lib-target.patch)
@@ -27,7 +27,7 @@
 
 package_gnome-desktop-sharp() {
 pkgdesc="GNOME desktop bindings for C#"
-depends=('libgnome-desktop-sharp' 'gnome-print-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+depends=('libgnome-desktop-sharp' 'gtkhtml-sharp' 'gtksourceview2-sharp' 
'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
 }
 
 package_libgnome-desktop-sharp() {
@@ -38,14 +38,6 @@
 make -C gnomedesktop install DESTDIR="$pkgdir"
 }
 
-package_gnome-print-sharp() {
-pkgdesc="Mono bindings for libgnomeprint and libgnomeprintui"
-depends=('art-sharp' 'libgnomeprintui')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C gnomeprint install DESTDIR="$pkgdir"
-}
-
 package_gtkhtml-sharp() {
 pkgdesc="Mono bindings for gtkhtml"
 depends=('gtk-sharp-2' 'gtkhtml')



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 09:57:02
  Author: jgc
Revision: 144403

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

Added:
  gnome-desktop-sharp/repos/extra-i686/PKGBUILD
(from rev 144402, gnome-desktop-sharp/trunk/PKGBUILD)
  gnome-desktop-sharp/repos/extra-i686/gnome-desktop-sharp-lib-target.patch
(from rev 144402, 
gnome-desktop-sharp/trunk/gnome-desktop-sharp-lib-target.patch)
  gnome-desktop-sharp/repos/extra-x86_64/PKGBUILD
(from rev 144402, gnome-desktop-sharp/trunk/PKGBUILD)
  gnome-desktop-sharp/repos/extra-x86_64/gnome-desktop-sharp-lib-target.patch
(from rev 144402, 
gnome-desktop-sharp/trunk/gnome-desktop-sharp-lib-target.patch)
Deleted:
  gnome-desktop-sharp/repos/extra-i686/PKGBUILD
  gnome-desktop-sharp/repos/extra-i686/gnome-desktop-sharp-lib-target.patch
  gnome-desktop-sharp/repos/extra-x86_64/PKGBUILD
  gnome-desktop-sharp/repos/extra-x86_64/gnome-desktop-sharp-lib-target.patch

---+
 extra-i686/PKGBUILD   |  166 +---
 extra-i686/gnome-desktop-sharp-lib-target.patch   |   18 +-
 extra-x86_64/PKGBUILD |  166 +---
 extra-x86_64/gnome-desktop-sharp-lib-target.patch |   18 +-
 4 files changed, 176 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 14:56:39 UTC (rev 144402)
+++ extra-i686/PKGBUILD 2011-12-05 14:57:02 UTC (rev 144403)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gnome-desktop-sharp
-pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gnome-print-sharp' 
'gtkhtml-sharp' 'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
-pkgver=2.26.0
-pkgrel=7
-arch=('i686' 'x86_64')
-license=(LGPL)
-url="http://gtk-sharp.sourceforge.net";
-makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libgnomeprintui' 
'libwnck' 'gtkhtml' 'gtksourceview2' 'monodoc')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-   gnome-desktop-sharp-lib-target.patch)
-md5sums=('4bc990900bb318b2ba0b0e7998bb47d1'
- '980cd3adf5e745f4caee0a172a51dcc3')
-
-build() {
-export MONO_SHARED_DIR="$srcdir/wapi"
-mkdir -p "$MONO_SHARED_DIR"
-
-cd "$srcdir/$pkgname-$pkgver"
-patch -Np1 -i $srcdir/gnome-desktop-sharp-lib-target.patch
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-package_gnome-desktop-sharp() {
-pkgdesc="GNOME desktop bindings for C#"
-depends=('libgnome-desktop-sharp' 'gnome-print-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
-}
-
-package_libgnome-desktop-sharp() {
-pkgdesc="Mono bindings for libgnome-desktop"
-depends=('gtk-sharp-2' 'gnome-desktop2')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C gnomedesktop install DESTDIR="$pkgdir"
-}
-
-package_gnome-print-sharp() {
-pkgdesc="Mono bindings for libgnomeprint and libgnomeprintui"
-depends=('art-sharp' 'libgnomeprintui')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C gnomeprint install DESTDIR="$pkgdir"
-}
-
-package_gtkhtml-sharp() {
-pkgdesc="Mono bindings for gtkhtml"
-depends=('gtk-sharp-2' 'gtkhtml')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C gtkhtml install DESTDIR="$pkgdir"
-}
-
-package_gtksourceview2-sharp() {
-pkgdesc="Mono bindings for gtksourceview2"
-depends=('gtk-sharp-2' 'gtksourceview2')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C gtksourceview install DESTDIR="$pkgdir"
-}
-
-package_rsvg2-sharp() {
-pkgdesc="Mono bindings for librsvg"
-depends=('gtk-sharp-2' 'librsvg')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C rsvg install DESTDIR="$pkgdir"
-}
-
-package_vte-sharp() {
-pkgdesc="Mono bindings for libvte"
-depends=('gtk-sharp-2' 'vte')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C vte install DESTDIR="$pkgdir"
-}
-
-package_wnck-sharp() {
-pkgdesc="Mono bindings for libwnck"
-depends=('gtk-sharp-2' 'libwnck')
-
-cd "$srcdir/$pkgbase-$pkgver"
-make -C wnck install DESTDIR="$pkgdir"
-}

Copied: gnome-desktop-sharp/repos/extra-i686/PKGBUILD (from rev 144402, 
gnome-desktop-sharp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 14:57:02 UTC (rev 144403)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gnome-desktop-sharp
+pkgname=('gnome-desktop-sharp' 'libgnome-desktop-sharp' 'gtkhtml-sharp' 
'gtksourceview2-sharp' 'rsvg2-sharp' 'vte-sharp' 'wnck-sharp')
+pkgver=2.26.0
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(LGPL)
+url="http://gtk-sharp.sourceforge.net";
+makedepends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 
'gtkhtml' 'gtksourceview2' 'monodoc')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources

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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:02:00
  Author: jgc
Revision: 144404

db-remove: libgnomeprintui removed by jgc

Deleted:
  libgnomeprintui/repos/extra-i686/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:02:16
  Author: jgc
Revision: 144405

db-remove: libgnomeprintui removed by jgc

Deleted:
  libgnomeprintui/repos/extra-x86_64/



[arch-commits] Commit in (libgnomeprintui)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:02:58
  Author: jgc
Revision: 144406

Remove from repositories, move to AUR (FS#26294)

Deleted:
  libgnomeprintui/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:28:10
  Author: jgc
Revision: 144407

db-remove: libgnomeprint removed by jgc

Deleted:
  libgnomeprint/repos/extra-i686/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:28:22
  Author: jgc
Revision: 144408

db-remove: libgnomeprint removed by jgc

Deleted:
  libgnomeprint/repos/extra-x86_64/



[arch-commits] Commit in (libgnomeprint)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:29:15
  Author: jgc
Revision: 144409

Remove from repositories (FS#26294), move fixed version to AUR (FS#27359)

Deleted:
  libgnomeprint/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:31:57
  Author: jgc
Revision: 144410

db-remove: libgnomecups removed by jgc

Deleted:
  libgnomecups/repos/extra-i686/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:32:09
  Author: jgc
Revision: 144411

db-remove: libgnomecups removed by jgc

Deleted:
  libgnomecups/repos/extra-x86_64/



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:46:09
  Author: jgc
Revision: 144412

upgpkg: libsmbios 2.2.28-1

Update to 2.2.28

Modified:
  libsmbios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 15:32:09 UTC (rev 144411)
+++ PKGBUILD2011-12-05 15:46:09 UTC (rev 144412)
@@ -4,8 +4,8 @@
 # Contributor: daniel g. siegel  
 
 pkgname=libsmbios
-pkgver=2.2.26
-pkgrel=2
+pkgver=2.2.28
+pkgrel=1
 pkgdesc="A library for providing access to as much BIOS information as 
possible"
 arch=(i686 x86_64)
 url="http://linux.dell.com/libsmbios/main/index.html";
@@ -15,7 +15,7 @@
 optdepends=('python2: tools')
 
source=(http://linux.dell.com/libsmbios/download/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool')
-md5sums=('8ae63da74912deffa5b6b2602879c7a9')
+md5sums=('4e167e8d108e287defc3c461f50ef159')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:46:35
  Author: jgc
Revision: 144413

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 15:46:09 UTC (rev 144412)
+++ extra-i686/PKGBUILD 2011-12-05 15:46:35 UTC (rev 144413)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: daniel g. siegel  
-
-pkgname=libsmbios
-pkgver=2.2.26
-pkgrel=2
-pkgdesc="A library for providing access to as much BIOS information as 
possible"
-arch=(i686 x86_64)
-url="http://linux.dell.com/libsmbios/main/index.html";
-license=('GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('libxml2' 'python2' 'chrpath')
-optdepends=('python2: tools')
-source=(http://linux.dell.com/libsmbios/download/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool')
-md5sums=('8ae63da74912deffa5b6b2602879c7a9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mkdir build
-  cd build
-  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc --disable-static
-  mkdir -p out/libsmbios_c
-  mkdir -p out/libsmbios_c++
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-
-  chrpath -d "${pkgdir}/usr/sbin/smbios-sys-info-lite"
-
-  cp -a ../src/include/* "${pkgdir}/usr/include/"
-  cp -a out/public-include/* "${pkgdir}/usr/include/"
-
-  rm -rf "${pkgdir}/etc/yum"
-  rm -rf "${pkgdir}/usr/lib/yum-plugins"
-
-  sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|g' \
-  -i 
"${pkgdir}"/usr/sbin/smbios-{{wakeup,token,wireless}-ctl,lcd-brightness,rbu-bios-update,passwd,sys-info}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ../COPYING-OSL "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libsmbios/repos/extra-i686/PKGBUILD (from rev 144412, 
libsmbios/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 15:46:35 UTC (rev 144413)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: daniel g. siegel  
+
+pkgname=libsmbios
+pkgver=2.2.28
+pkgrel=1
+pkgdesc="A library for providing access to as much BIOS information as 
possible"
+arch=(i686 x86_64)
+url="http://linux.dell.com/libsmbios/main/index.html";
+license=('GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('libxml2' 'python2' 'chrpath')
+optdepends=('python2: tools')
+source=(http://linux.dell.com/libsmbios/download/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool')
+md5sums=('4e167e8d108e287defc3c461f50ef159')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir build
+  cd build
+  PYTHON=python2 ../configure --prefix=/usr --sysconfdir=/etc --disable-static
+  mkdir -p out/libsmbios_c
+  mkdir -p out/libsmbios_c++
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  chrpath -d "${pkgdir}/usr/sbin/smbios-sys-info-lite"
+
+  cp -a ../src/include/* "${pkgdir}/usr/include/"
+  cp -a out/public-include/* "${pkgdir}/usr/include/"
+
+  rm -rf "${pkgdir}/etc/yum"
+  rm -rf "${pkgdir}/usr/lib/yum-plugins"
+
+  sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|g' \
+  -i 
"${pkgdir}"/usr/sbin/smbios-{{wakeup,token,wireless}-ctl,lcd-brightness,rbu-bios-update,passwd,sys-info}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ../COPYING-OSL "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 15:46:09 UTC (rev 144412)
+++ extra-x86_64/PKGBUILD   2011-12-05 15:46:35 UTC (rev 144413)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: daniel g. siegel  
-
-pkgname=libsmbios
-pkgver=2.2.26
-pkgrel=2
-pkgdesc="A library for providing access to as much BIOS information as 
possible"
-arch=(i686 x86_64)
-url="http://linux.dell.com/libsmbios/main/index.html";
-license=('GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('libxml2' 'python2' 'chrpath')
-optdepends=('python2: tools')
-source=(http://linux.dell.com/libsmbios/download/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtoo

[arch-commits] Commit in java-access-bridge/trunk (PKGBUILD)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 10:59:38
  Author: jgc
Revision: 144414

upgpkg: java-access-bridge 1.26.2-3

Fix makedepends (FS#27318), move xprop to depends (and remove xorg-utils 
makedepends)

Modified:
  java-access-bridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 15:46:35 UTC (rev 144413)
+++ PKGBUILD2011-12-05 15:59:38 UTC (rev 144414)
@@ -3,13 +3,13 @@
 
 pkgname=java-access-bridge
 pkgver=1.26.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Java bindings for the GNOME accessibility framework"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://www.gnome.org";
-depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo')
-makedepends=('intltool' 'pkgconfig' 'openjdk6' 'xorg-utils')
+depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo' 'xorg-xprop')
+makedepends=('intltool' 'pkgconfig' 'java-environment')
 options=('!libtool')
 
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('5f08bba19531954cec82df1bcdb89df67ee890a4')



[arch-commits] Commit in java-access-bridge/repos (4 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 11:00:05
  Author: jgc
Revision: 144415

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

Added:
  java-access-bridge/repos/extra-i686/PKGBUILD
(from rev 144414, java-access-bridge/trunk/PKGBUILD)
  java-access-bridge/repos/extra-x86_64/PKGBUILD
(from rev 144414, java-access-bridge/trunk/PKGBUILD)
Deleted:
  java-access-bridge/repos/extra-i686/PKGBUILD
  java-access-bridge/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 15:59:38 UTC (rev 144414)
+++ extra-i686/PKGBUILD 2011-12-05 16:00:05 UTC (rev 144415)
@@ -1,27 +0,0 @@
-# $Id$
-# Maitnainer: Jan de Groot 
-
-pkgname=java-access-bridge
-pkgver=1.26.2
-pkgrel=2
-pkgdesc="Java bindings for the GNOME accessibility framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.gnome.org";
-depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo')
-makedepends=('intltool' 'pkgconfig' 'openjdk6' 'xorg-utils')
-options=('!libtool')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('5f08bba19531954cec82df1bcdb89df67ee890a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: java-access-bridge/repos/extra-i686/PKGBUILD (from rev 144414, 
java-access-bridge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 16:00:05 UTC (rev 144415)
@@ -0,0 +1,27 @@
+# $Id$
+# Maitnainer: Jan de Groot 
+
+pkgname=java-access-bridge
+pkgver=1.26.2
+pkgrel=3
+pkgdesc="Java bindings for the GNOME accessibility framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://www.gnome.org";
+depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo' 'xorg-xprop')
+makedepends=('intltool' 'pkgconfig' 'java-environment')
+options=('!libtool')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('5f08bba19531954cec82df1bcdb89df67ee890a4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 15:59:38 UTC (rev 144414)
+++ extra-x86_64/PKGBUILD   2011-12-05 16:00:05 UTC (rev 144415)
@@ -1,27 +0,0 @@
-# $Id$
-# Maitnainer: Jan de Groot 
-
-pkgname=java-access-bridge
-pkgver=1.26.2
-pkgrel=2
-pkgdesc="Java bindings for the GNOME accessibility framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.gnome.org";
-depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo')
-makedepends=('intltool' 'pkgconfig' 'openjdk6' 'xorg-utils')
-options=('!libtool')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('5f08bba19531954cec82df1bcdb89df67ee890a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: java-access-bridge/repos/extra-x86_64/PKGBUILD (from rev 144414, 
java-access-bridge/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 16:00:05 UTC (rev 144415)
@@ -0,0 +1,27 @@
+# $Id$
+# Maitnainer: Jan de Groot 
+
+pkgname=java-access-bridge
+pkgver=1.26.2
+pkgrel=3
+pkgdesc="Java bindings for the GNOME accessibility framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://www.gnome.org";
+depends=('java-runtime' 'gtk2' 'at-spi' 'libbonobo' 'xorg-xprop')
+makedepends=('intltool' 'pkgconfig' 'java-environment')
+options=('!libtool')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.26/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('5f08bba19531954cec82df1bcdb89df67ee890a4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-12-05 Thread Ray Rashif
Date: Monday, December 5, 2011 @ 11:34:51
  Author: schiv
Revision: 144416

better descriptions

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 16:00:05 UTC (rev 144415)
+++ PKGBUILD2011-12-05 16:34:51 UTC (rev 144416)
@@ -44,21 +44,21 @@
 }
 
 package_pyqt(){
-  pkgdesc="A set of Python bindings for the Qt toolkit"
+  pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
   depends=('qt' 'python-sip')
   optdepends=('phonon: enable audio and video in PyQt applications'
   'qscintilla: QScintilla API'
   'qt-assistant-compat: add PyQt online help in Qt Assistant')
   replaces=('python-qt')
   provides=('python-qt')
-  
+
   cd "${srcdir}/PyQt-x11-gpl-${pkgver}"
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
   make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 }
 
 package_python2-pyqt(){
-  pkgdesc="PyQt: A set of Python2 bindings for the Qt toolkit"
+  pkgdesc="A set of Python 2.x bindings for the Qt toolkit"
   depends=('pyqt' 'python2-sip' 'dbus-python')
   optdepends=('phonon: enable audio and video in PyQt applications'
   'python-opengl: enable OpenGL 3D graphics in PyQt applications'



[arch-commits] Commit in gstreamer0.10-bad/repos (6 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:11
  Author: jgc
Revision: 144417

db-move: moved gstreamer0.10-bad from [testing] to [extra] (i686)

Added:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
(from rev 144416, gstreamer0.10-bad/repos/testing-i686/PKGBUILD)
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
(from rev 144416, 
gstreamer0.10-bad/repos/testing-i686/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/extra-i686/mjpeg-2.0.patch
(from rev 144416, gstreamer0.10-bad/repos/testing-i686/mjpeg-2.0.patch)
Deleted:
  gstreamer0.10-bad/repos/extra-i686/PKGBUILD
  gstreamer0.10-bad/repos/extra-i686/gstreamer0.10-bad-plugins.install
  gstreamer0.10-bad/repos/testing-i686/

---+
 PKGBUILD  |   96 ++--
 gstreamer0.10-bad-plugins.install |   22 
 mjpeg-2.0.patch   |   28 ++
 3 files changed, 88 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 16:34:51 UTC (rev 144416)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:11 UTC (rev 144417)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gstreamer0.10-bad
-pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
-pkgver=0.10.22
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
-url="http://gstreamer.freedesktop.org/";
-options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2)
-md5sums=('9a2acee1f386f71247003d0d7090fb1c')
-
-build() {
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Bad Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/"; || return 1
-
-  make || return 1
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-package_gstreamer0.10-bad() {
-  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)"
-  depends=('gstreamer0.10-base>=0.10.34')
-  groups=('gstreamer0.10-plugins')
-
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gstreamer0.10-bad-plugins() {
-  pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
-  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg')
-  groups=('gstreamer0.10-plugins')
-  install=gstreamer0.10-bad-plugins.install
-
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C sys DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-}

Copied: gstreamer0.10-bad/repos/extra-i686/PKGBUILD (from rev 144416, 
gstreamer0.10-bad/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:11 UTC (rev 144417)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.22
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2
+mjpeg-2.0.patch)
+md5sums=('9a2acee1f386f71247003d0d7090fb1c' '9415bdab8eb9cfba95df37aaf41c1172')
+
+build() {
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  patch -Np1 -i "${srcdir}/mjpeg-2.0.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Bad Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  make || return 1
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+package_gstreamer0.10-bad() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(g

[arch-commits] Commit in transcode/repos (7 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:13
  Author: jgc
Revision: 144419

db-move: moved transcode from [testing] to [extra] (i686)

Added:
  transcode/repos/extra-i686/PKGBUILD
(from rev 144416, transcode/repos/testing-i686/PKGBUILD)
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 144416, 
transcode/repos/testing-i686/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 144416, 
transcode/repos/testing-i686/subtitleripper-0.3.4-respect-ldflags.patch)
Deleted:
  transcode/repos/extra-i686/PKGBUILD
  transcode/repos/extra-i686/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-i686/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/testing-i686/

+
 PKGBUILD   |  115 +--
 subtitleripper-0.3.4-linkingorder.patch|   56 ++---
 subtitleripper-0.3.4-respect-ldflags.patch |   56 ++---
 3 files changed, 113 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 18:18:12 UTC (rev 144418)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:13 UTC (rev 144419)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="A video/DVD ripper and encoder for the terminal/console"
-arch=('i686' 'x86_64')
-url="http://tcforge.berlios.de/";
-license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
-makedepends=('nasm' 'v4l-utils')
-options=('!libtool')
-source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
-   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
-sha1sums=('e176622b2c2834b006cda3c368ab521407d375c4'
-  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
-  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
-  '591943a33235342a66c3df0625a164a1479c09ae')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' configure 
-  ./configure --prefix=/usr \
---disable-sse --disable-sse2 --disable-altivec --enable-mmx \
---enable-lame --enable-ogg --enable-vorbis --enable-theora \
---enable-libdv --enable-libxml2 --enable-v4l \
---enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
---enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
---enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
-  make
-
-  cd "${srcdir}/subtitleripper"
-  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-linkingorder.patch"
-  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch"
-  sed -e 's|^\(.*lppm.*\)$|#\1|' \
-  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
-  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
-  -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  cd "${srcdir}/subtitleripper"
-  install -m 755 pgm2txt "${pkgdir}/usr/bin/"
-  install -m 755 srttool "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2pgm "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2vobsub "${pkgdir}/usr/bin/"
-  install -m 755 vobsub2pgm "${pkgdir}/usr/bin/"
-}

Copied: transcode/repos/extra-i686/PKGBUILD (from rev 144416, 
transcode/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:13 UTC (rev 144419)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=('i686' 'x86_64')
+url="http://tcforge.berlios.de/";
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable

[arch-commits] Commit in gstreamer0.10-bad/repos (6 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:12
  Author: jgc
Revision: 144418

db-move: moved gstreamer0.10-bad from [testing] to [extra] (x86_64)

Added:
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
(from rev 144416, gstreamer0.10-bad/repos/testing-x86_64/PKGBUILD)
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install
(from rev 144416, 
gstreamer0.10-bad/repos/testing-x86_64/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/extra-x86_64/mjpeg-2.0.patch
(from rev 144416, gstreamer0.10-bad/repos/testing-x86_64/mjpeg-2.0.patch)
Deleted:
  gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-bad/repos/extra-x86_64/gstreamer0.10-bad-plugins.install
  gstreamer0.10-bad/repos/testing-x86_64/

---+
 PKGBUILD  |   96 ++--
 gstreamer0.10-bad-plugins.install |   22 
 mjpeg-2.0.patch   |   28 ++
 3 files changed, 88 insertions(+), 58 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 18:18:11 UTC (rev 144417)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:12 UTC (rev 144418)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gstreamer0.10-bad
-pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
-pkgver=0.10.22
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
-url="http://gstreamer.freedesktop.org/";
-options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2)
-md5sums=('9a2acee1f386f71247003d0d7090fb1c')
-
-build() {
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Bad Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/"; || return 1
-
-  make || return 1
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-package_gstreamer0.10-bad() {
-  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)"
-  depends=('gstreamer0.10-base>=0.10.34')
-  groups=('gstreamer0.10-plugins')
-
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gstreamer0.10-bad-plugins() {
-  pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
-  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg')
-  groups=('gstreamer0.10-plugins')
-  install=gstreamer0.10-bad-plugins.install
-
-  cd "${srcdir}/gst-plugins-bad-${pkgver}"
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C sys DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-}

Copied: gstreamer0.10-bad/repos/extra-x86_64/PKGBUILD (from rev 144416, 
gstreamer0.10-bad/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:12 UTC (rev 144418)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.22
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2
+mjpeg-2.0.patch)
+md5sums=('9a2acee1f386f71247003d0d7090fb1c' '9415bdab8eb9cfba95df37aaf41c1172')
+
+build() {
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  patch -Np1 -i "${srcdir}/mjpeg-2.0.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Bad Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  make || return 1
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+package_gstreamer0.10-bad() {
+  pkgdes

[arch-commits] Commit in transcode/repos (7 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:14
  Author: jgc
Revision: 144420

db-move: moved transcode from [testing] to [extra] (x86_64)

Added:
  transcode/repos/extra-x86_64/PKGBUILD
(from rev 144416, transcode/repos/testing-x86_64/PKGBUILD)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 144416, 
transcode/repos/testing-x86_64/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 144416, 
transcode/repos/testing-x86_64/subtitleripper-0.3.4-respect-ldflags.patch)
Deleted:
  transcode/repos/extra-x86_64/PKGBUILD
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/extra-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/testing-x86_64/

+
 PKGBUILD   |  115 +--
 subtitleripper-0.3.4-linkingorder.patch|   56 ++---
 subtitleripper-0.3.4-respect-ldflags.patch |   56 ++---
 3 files changed, 113 insertions(+), 114 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 18:18:13 UTC (rev 144419)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:14 UTC (rev 144420)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="A video/DVD ripper and encoder for the terminal/console"
-arch=('i686' 'x86_64')
-url="http://tcforge.berlios.de/";
-license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
-makedepends=('nasm' 'v4l-utils')
-options=('!libtool')
-source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
-   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
-sha1sums=('e176622b2c2834b006cda3c368ab521407d375c4'
-  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
-  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
-  '591943a33235342a66c3df0625a164a1479c09ae')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' configure 
-  ./configure --prefix=/usr \
---disable-sse --disable-sse2 --disable-altivec --enable-mmx \
---enable-lame --enable-ogg --enable-vorbis --enable-theora \
---enable-libdv --enable-libxml2 --enable-v4l \
---enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
---enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
---enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
-  make
-
-  cd "${srcdir}/subtitleripper"
-  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-linkingorder.patch"
-  patch -p1 -i "${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch"
-  sed -e 's|^\(.*lppm.*\)$|#\1|' \
-  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
-  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
-  -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  cd "${srcdir}/subtitleripper"
-  install -m 755 pgm2txt "${pkgdir}/usr/bin/"
-  install -m 755 srttool "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2pgm "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2vobsub "${pkgdir}/usr/bin/"
-  install -m 755 vobsub2pgm "${pkgdir}/usr/bin/"
-}

Copied: transcode/repos/extra-x86_64/PKGBUILD (from rev 144416, 
transcode/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:14 UTC (rev 144420)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=('i686' 'x86_64')
+url="http://tcforge.berlios.de/";
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure

[arch-commits] Commit in mjpegtools/repos (9 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:16
  Author: jgc
Revision: 144421

db-move: moved mjpegtools from [testing] to [extra] (i686)

Added:
  mjpegtools/repos/extra-i686/PKGBUILD
(from rev 144416, mjpegtools/repos/testing-i686/PKGBUILD)
  mjpegtools/repos/extra-i686/mjpegtools-v4l-2.6.38.patch
(from rev 144416, mjpegtools/repos/testing-i686/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/extra-i686/mjpegtools.install
(from rev 144416, mjpegtools/repos/testing-i686/mjpegtools.install)
Deleted:
  mjpegtools/repos/extra-i686/PKGBUILD
  mjpegtools/repos/extra-i686/mjpegtools-1.9.0-glibc-2.10.patch
  mjpegtools/repos/extra-i686/mjpegtools-1.9.0-jpeg-7.patch
  mjpegtools/repos/extra-i686/mjpegtools.install
  mjpegtools/repos/extra-i686/png2yuv-fix-memleak.patch
  mjpegtools/repos/testing-i686/

---+
 PKGBUILD  |   75 ---
 mjpegtools-1.9.0-glibc-2.10.patch |   11 ---
 mjpegtools-1.9.0-jpeg-7.patch |   24 
 mjpegtools-v4l-2.6.38.patch   |  100 
 mjpegtools.install|   30 +-
 png2yuv-fix-memleak.patch |   10 ---
 6 files changed, 149 insertions(+), 101 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 18:18:14 UTC (rev 144420)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:16 UTC (rev 144421)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Mantainer: Roberto Carvajal 
-
-pkgname=mjpegtools
-pkgver=1.9.0
-pkgrel=4
-pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://mjpeg.sourceforge.net/";
-depends=('libjpeg>=8' 'libpng>=1.4.0' 'sdl' 'gcc-libs' 'libdv')
-makedepends=('gtk2>=2.18.6')
-optdepends=('gtk2: glav GUI')
-options=('!makeflags' '!libtool')
-install=mjpegtools.install
-source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
-mjpegtools-1.9.0-glibc-2.10.patch
-png2yuv-fix-memleak.patch
-mjpegtools-1.9.0-jpeg-7.patch)
-md5sums=('309a6fcf0900a010d6a9c1e91afc2f5c' 'b8ae66237d83be533db8eea166fd3357'\
- '39e1def8fb0f7c58a217b22dc251a86a' 'ccc7562a3933877d3362da7cf4695ea0')
-sha1sums=('1701233354c7ea86b5b7808c4dd5d03a71118e48' 
'3029f0e835e693b144298ed9f8143c9566be26f3'\
- '8af5c3747756353bef56d03bafbdd086ff15c02c' 
'2bdb1b3b8591cede11d4a133a758e8ead35db4dd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
-  patch -Np1 -i "$srcdir/mjpegtools-1.9.0-glibc-2.10.patch"
-  patch -Np1 -i "${srcdir}/png2yuv-fix-memleak.patch"
-  patch -Np0 -i "${srcdir}/mjpegtools-1.9.0-jpeg-7.patch"
-  ./configure --prefix=/usr --enable-largefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
-}

Copied: mjpegtools/repos/extra-i686/PKGBUILD (from rev 144416, 
mjpegtools/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 18:18:16 UTC (rev 144421)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Mantainer: Roberto Carvajal 
+
+pkgname=mjpegtools
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://mjpeg.sourceforge.net/";
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv' 'texinfo')
+makedepends=('gtk2' 'v4l-utils')
+optdepends=('gtk2: glav GUI')
+options=('!makeflags' '!libtool')
+install=mjpegtools.install
+source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
+mjpegtools-v4l-2.6.38.patch)
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i "${srcdir}/mjpegtools-v4l-2.6.38.patch"
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+  ./configure --prefix=/usr --enable-largefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
+}
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46'
+ '44006d6f844017fe57aa123aa43f4508')

Deleted: extra-i686/mjpegtools-1.9.0-glibc-2.10.patch
===
--- extra-i686/mjpegtools-1.9.0-glibc-2.10.patch2011-12-05 18:18:14 UTC 
(rev 144420)
+++ extra-i686/mjpegtools-1.9.0-glibc-2.10.patch2011-12-05 18:18:16 UTC 
(rev 144421)
@@ -1,11 +0,0 @@
 mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp.orig2009-05-27 
01:31:46.000

[arch-commits] Commit in mjpegtools/repos (9 files)

2011-12-05 Thread Jan de Groot
Date: Monday, December 5, 2011 @ 13:18:17
  Author: jgc
Revision: 144422

db-move: moved mjpegtools from [testing] to [extra] (x86_64)

Added:
  mjpegtools/repos/extra-x86_64/PKGBUILD
(from rev 144416, mjpegtools/repos/testing-x86_64/PKGBUILD)
  mjpegtools/repos/extra-x86_64/mjpegtools-v4l-2.6.38.patch
(from rev 144416, 
mjpegtools/repos/testing-x86_64/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/extra-x86_64/mjpegtools.install
(from rev 144416, mjpegtools/repos/testing-x86_64/mjpegtools.install)
Deleted:
  mjpegtools/repos/extra-x86_64/PKGBUILD
  mjpegtools/repos/extra-x86_64/mjpegtools-1.9.0-glibc-2.10.patch
  mjpegtools/repos/extra-x86_64/mjpegtools-1.9.0-jpeg-7.patch
  mjpegtools/repos/extra-x86_64/mjpegtools.install
  mjpegtools/repos/extra-x86_64/png2yuv-fix-memleak.patch
  mjpegtools/repos/testing-x86_64/

---+
 PKGBUILD  |   75 ---
 mjpegtools-1.9.0-glibc-2.10.patch |   11 ---
 mjpegtools-1.9.0-jpeg-7.patch |   24 
 mjpegtools-v4l-2.6.38.patch   |  100 
 mjpegtools.install|   30 +-
 png2yuv-fix-memleak.patch |   10 ---
 6 files changed, 149 insertions(+), 101 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 18:18:16 UTC (rev 144421)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:17 UTC (rev 144422)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Mantainer: Roberto Carvajal 
-
-pkgname=mjpegtools
-pkgver=1.9.0
-pkgrel=4
-pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://mjpeg.sourceforge.net/";
-depends=('libjpeg>=8' 'libpng>=1.4.0' 'sdl' 'gcc-libs' 'libdv')
-makedepends=('gtk2>=2.18.6')
-optdepends=('gtk2: glav GUI')
-options=('!makeflags' '!libtool')
-install=mjpegtools.install
-source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
-mjpegtools-1.9.0-glibc-2.10.patch
-png2yuv-fix-memleak.patch
-mjpegtools-1.9.0-jpeg-7.patch)
-md5sums=('309a6fcf0900a010d6a9c1e91afc2f5c' 'b8ae66237d83be533db8eea166fd3357'\
- '39e1def8fb0f7c58a217b22dc251a86a' 'ccc7562a3933877d3362da7cf4695ea0')
-sha1sums=('1701233354c7ea86b5b7808c4dd5d03a71118e48' 
'3029f0e835e693b144298ed9f8143c9566be26f3'\
- '8af5c3747756353bef56d03bafbdd086ff15c02c' 
'2bdb1b3b8591cede11d4a133a758e8ead35db4dd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
-  patch -Np1 -i "$srcdir/mjpegtools-1.9.0-glibc-2.10.patch"
-  patch -Np1 -i "${srcdir}/png2yuv-fix-memleak.patch"
-  patch -Np0 -i "${srcdir}/mjpegtools-1.9.0-jpeg-7.patch"
-  ./configure --prefix=/usr --enable-largefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
-}

Copied: mjpegtools/repos/extra-x86_64/PKGBUILD (from rev 144416, 
mjpegtools/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 18:18:17 UTC (rev 144422)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Mantainer: Roberto Carvajal 
+
+pkgname=mjpegtools
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://mjpeg.sourceforge.net/";
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv' 'texinfo')
+makedepends=('gtk2' 'v4l-utils')
+optdepends=('gtk2: glav GUI')
+options=('!makeflags' '!libtool')
+install=mjpegtools.install
+source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz
+mjpegtools-v4l-2.6.38.patch)
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i "${srcdir}/mjpegtools-v4l-2.6.38.patch"
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+  ./configure --prefix=/usr --enable-largefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
+}
+md5sums=('903e1e3b967eebcc5fe5626d7517dc46'
+ '44006d6f844017fe57aa123aa43f4508')

Deleted: extra-x86_64/mjpegtools-1.9.0-glibc-2.10.patch
===
--- extra-x86_64/mjpegtools-1.9.0-glibc-2.10.patch  2011-12-05 18:18:16 UTC 
(rev 144421)
+++ extra-x86_64/mjpegtools-1.9.0-glibc-2.10.patch  2011-12-05 18:18:17 UTC 
(rev 144422)
@@ -1,11 +0,0 @@
 mjpegtoo

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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 14:16:41
  Author: ibiru
Revision: 144423

switch back to kernel source

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 18:18:17 UTC (rev 144422)
+++ PKGBUILD2011-12-05 19:16:41 UTC (rev 144423)
@@ -12,11 +12,9 @@
 url="http://www.kernel.org/pub/software/network/ethtool/";
 license=('GPL')
 depends=('glibc')
-#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
 
-md5sums=('83a538a864b50549b7e4c79e7dd69849')
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --mandir=/usr/share/man



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 14:20:15
  Author: ibiru
Revision: 144424

archrelease: copy trunk to extra-i686

Added:
  ethtool/repos/extra-i686/PKGBUILD
(from rev 144423, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-05 19:16:41 UTC (rev 144423)
+++ PKGBUILD2011-12-05 19:20:15 UTC (rev 144424)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Martin Kemp 
-
-pkgname=ethtool
-pkgver=3.1
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-
-md5sums=('83a538a864b50549b7e4c79e7dd69849')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 144423, 
ethtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-05 19:20:15 UTC (rev 144424)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.1
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2011-12-05 Thread Ionut Biru
Date: Monday, December 5, 2011 @ 14:20:31
  Author: ibiru
Revision: 144425

archrelease: copy trunk to extra-x86_64

Added:
  ethtool/repos/extra-x86_64/PKGBUILD
(from rev 144424, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-05 19:20:15 UTC (rev 144424)
+++ PKGBUILD2011-12-05 19:20:31 UTC (rev 144425)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Martin Kemp 
-
-pkgname=ethtool
-pkgver=3.1
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-
-md5sums=('83a538a864b50549b7e4c79e7dd69849')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 144424, 
ethtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-05 19:20:31 UTC (rev 144425)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.1
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in xcb-util/repos (5 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:21
  Author: andyrtr
Revision: 144426

db-move: moved xcb-util from [testing] to [extra] (i686)

Added:
  xcb-util/repos/extra-i686/LICENSE
(from rev 144425, xcb-util/repos/testing-i686/LICENSE)
  xcb-util/repos/extra-i686/PKGBUILD
(from rev 144425, xcb-util/repos/testing-i686/PKGBUILD)
Deleted:
  xcb-util/repos/extra-i686/LICENSE
  xcb-util/repos/extra-i686/PKGBUILD
  xcb-util/repos/testing-i686/

--+
 LICENSE  |  534 ++---
 PKGBUILD |   70 ---
 2 files changed, 305 insertions(+), 299 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-12-05 19:20:31 UTC (rev 144425)
+++ extra-i686/LICENSE  2011-12-05 19:49:21 UTC (rev 144426)
@@ -1,267 +0,0 @@
-/* Copyright (C) 2007 Bart Massey
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- * 
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * 
- * Except as contained in this notice, the names of the authors or their
- * institutions shall not be used in advertising or otherwise to promote the
- * sale, use or other dealings in this Software without prior written
- * authorization from the authors.
- */
-
-/*
- * Copyright (C) 2008-2009 Julien Danjou 
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use, copy,
- * modify, merge, publish, distribute, sublicense, and/or sell copies
- * of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the names of the authors or
- * their institutions shall not be used in advertising or otherwise to
- * promote the sale, use or other dealings in this Software without
- * prior written authorization from the authors.
- */
-
-/*
- * Copyright (C) 2008 Arnaud Fontaine 
- * Copyright (C) 2007-2008 Vincent Torri 
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use, copy,
- * modify, merge, publish, distribute, sublicense, and/or sell copies
- * of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the names of the authors or
- * their institutions shall not be used in advertising or otherwise to
- * promote the sale, use or other dealings in this Software wi

[arch-commits] Commit in xcb-util/repos (5 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:22
  Author: andyrtr
Revision: 144427

db-move: moved xcb-util from [testing] to [extra] (x86_64)

Added:
  xcb-util/repos/extra-x86_64/LICENSE
(from rev 144425, xcb-util/repos/testing-x86_64/LICENSE)
  xcb-util/repos/extra-x86_64/PKGBUILD
(from rev 144425, xcb-util/repos/testing-x86_64/PKGBUILD)
Deleted:
  xcb-util/repos/extra-x86_64/LICENSE
  xcb-util/repos/extra-x86_64/PKGBUILD
  xcb-util/repos/testing-x86_64/

--+
 LICENSE  |  534 ++---
 PKGBUILD |   70 ---
 2 files changed, 305 insertions(+), 299 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-12-05 19:49:21 UTC (rev 144426)
+++ extra-x86_64/LICENSE2011-12-05 19:49:22 UTC (rev 144427)
@@ -1,267 +0,0 @@
-/* Copyright (C) 2007 Bart Massey
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- * 
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * 
- * Except as contained in this notice, the names of the authors or their
- * institutions shall not be used in advertising or otherwise to promote the
- * sale, use or other dealings in this Software without prior written
- * authorization from the authors.
- */
-
-/*
- * Copyright (C) 2008-2009 Julien Danjou 
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use, copy,
- * modify, merge, publish, distribute, sublicense, and/or sell copies
- * of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the names of the authors or
- * their institutions shall not be used in advertising or otherwise to
- * promote the sale, use or other dealings in this Software without
- * prior written authorization from the authors.
- */
-
-/*
- * Copyright (C) 2008 Arnaud Fontaine 
- * Copyright (C) 2007-2008 Vincent Torri 
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use, copy,
- * modify, merge, publish, distribute, sublicense, and/or sell copies
- * of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the names of the authors or
- * their institutions shall not be used in advertising or otherwise to
- * promote the sale, use or 

[arch-commits] Commit in xcb-util-image/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:23
  Author: andyrtr
Revision: 144428

db-move: moved xcb-util-image from [testing] to [extra] (i686)

Added:
  xcb-util-image/repos/extra-i686/
  xcb-util-image/repos/extra-i686/LICENSE
(from rev 144425, xcb-util-image/repos/testing-i686/LICENSE)
  xcb-util-image/repos/extra-i686/PKGBUILD
(from rev 144425, xcb-util-image/repos/testing-i686/PKGBUILD)
Deleted:
  xcb-util-image/repos/testing-i686/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-image/repos/extra-i686/LICENSE (from rev 144425, 
xcb-util-image/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-12-05 19:49:23 UTC (rev 144428)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * p

[arch-commits] Commit in xcb-util-image/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:24
  Author: andyrtr
Revision: 144429

db-move: moved xcb-util-image from [testing] to [extra] (x86_64)

Added:
  xcb-util-image/repos/extra-x86_64/
  xcb-util-image/repos/extra-x86_64/LICENSE
(from rev 144425, xcb-util-image/repos/testing-x86_64/LICENSE)
  xcb-util-image/repos/extra-x86_64/PKGBUILD
(from rev 144425, xcb-util-image/repos/testing-x86_64/PKGBUILD)
Deleted:
  xcb-util-image/repos/testing-x86_64/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-image/repos/extra-x86_64/LICENSE (from rev 144425, 
xcb-util-image/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-12-05 19:49:24 UTC (rev 144429)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in

[arch-commits] Commit in xcb-util-keysyms/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:25
  Author: andyrtr
Revision: 144430

db-move: moved xcb-util-keysyms from [testing] to [extra] (i686)

Added:
  xcb-util-keysyms/repos/extra-i686/
  xcb-util-keysyms/repos/extra-i686/LICENSE
(from rev 144425, xcb-util-keysyms/repos/testing-i686/LICENSE)
  xcb-util-keysyms/repos/extra-i686/PKGBUILD
(from rev 144425, xcb-util-keysyms/repos/testing-i686/PKGBUILD)
Deleted:
  xcb-util-keysyms/repos/testing-i686/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-keysyms/repos/extra-i686/LICENSE (from rev 144425, 
xcb-util-keysyms/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-12-05 19:49:25 UTC (rev 144430)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or 

[arch-commits] Commit in xcb-util-keysyms/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:26
  Author: andyrtr
Revision: 144431

db-move: moved xcb-util-keysyms from [testing] to [extra] (x86_64)

Added:
  xcb-util-keysyms/repos/extra-x86_64/
  xcb-util-keysyms/repos/extra-x86_64/LICENSE
(from rev 144425, xcb-util-keysyms/repos/testing-x86_64/LICENSE)
  xcb-util-keysyms/repos/extra-x86_64/PKGBUILD
(from rev 144425, xcb-util-keysyms/repos/testing-x86_64/PKGBUILD)
Deleted:
  xcb-util-keysyms/repos/testing-x86_64/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-keysyms/repos/extra-x86_64/LICENSE (from rev 144425, 
xcb-util-keysyms/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-12-05 19:49:26 UTC (rev 144431)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions sh

[arch-commits] Commit in xcb-util-renderutil/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:29
  Author: andyrtr
Revision: 144433

db-move: moved xcb-util-renderutil from [testing] to [extra] (x86_64)

Added:
  xcb-util-renderutil/repos/extra-x86_64/
  xcb-util-renderutil/repos/extra-x86_64/LICENSE
(from rev 144425, xcb-util-renderutil/repos/testing-x86_64/LICENSE)
  xcb-util-renderutil/repos/extra-x86_64/PKGBUILD
(from rev 144425, xcb-util-renderutil/repos/testing-x86_64/PKGBUILD)
Deleted:
  xcb-util-renderutil/repos/testing-x86_64/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-renderutil/repos/extra-x86_64/LICENSE (from rev 144425, 
xcb-util-renderutil/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-12-05 19:49:29 UTC (rev 144433)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors o

[arch-commits] Commit in xcb-util-wm/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:31
  Author: andyrtr
Revision: 144434

db-move: moved xcb-util-wm from [testing] to [extra] (i686)

Added:
  xcb-util-wm/repos/extra-i686/
  xcb-util-wm/repos/extra-i686/LICENSE
(from rev 144425, xcb-util-wm/repos/testing-i686/LICENSE)
  xcb-util-wm/repos/extra-i686/PKGBUILD
(from rev 144425, xcb-util-wm/repos/testing-i686/PKGBUILD)
Deleted:
  xcb-util-wm/repos/testing-i686/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-wm/repos/extra-i686/LICENSE (from rev 144425, 
xcb-util-wm/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-12-05 19:49:31 UTC (rev 144434)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or oth

[arch-commits] Commit in xcb-util-wm/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:32
  Author: andyrtr
Revision: 144435

db-move: moved xcb-util-wm from [testing] to [extra] (x86_64)

Added:
  xcb-util-wm/repos/extra-x86_64/
  xcb-util-wm/repos/extra-x86_64/LICENSE
(from rev 144425, xcb-util-wm/repos/testing-x86_64/LICENSE)
  xcb-util-wm/repos/extra-x86_64/PKGBUILD
(from rev 144425, xcb-util-wm/repos/testing-x86_64/PKGBUILD)
Deleted:
  xcb-util-wm/repos/testing-x86_64/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-wm/repos/extra-x86_64/LICENSE (from rev 144425, 
xcb-util-wm/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-12-05 19:49:32 UTC (rev 144435)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise t

[arch-commits] Commit in xf86-video-intel/repos (3 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:33
  Author: andyrtr
Revision: 144436

db-move: moved xf86-video-intel from [testing] to [extra] (i686)

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 144425, xf86-video-intel/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 19:49:32 UTC (rev 144435)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:33 UTC (rev 144436)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.17.0
-pkgrel=1
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev)
-makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender')
-conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 144425, 
xf86-video-intel/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:33 UTC (rev 144436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.17.0
+pkgrel=2
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev')
+makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in xcb-util-renderutil/repos (4 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:27
  Author: andyrtr
Revision: 144432

db-move: moved xcb-util-renderutil from [testing] to [extra] (i686)

Added:
  xcb-util-renderutil/repos/extra-i686/
  xcb-util-renderutil/repos/extra-i686/LICENSE
(from rev 144425, xcb-util-renderutil/repos/testing-i686/LICENSE)
  xcb-util-renderutil/repos/extra-i686/PKGBUILD
(from rev 144425, xcb-util-renderutil/repos/testing-i686/PKGBUILD)
Deleted:
  xcb-util-renderutil/repos/testing-i686/

--+
 LICENSE  |  267 +
 PKGBUILD |   37 
 2 files changed, 304 insertions(+)

Copied: xcb-util-renderutil/repos/extra-i686/LICENSE (from rev 144425, 
xcb-util-renderutil/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-12-05 19:49:27 UTC (rev 144432)
@@ -0,0 +1,267 @@
+/* Copyright (C) 2007 Bart Massey
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ * 
+ * Except as contained in this notice, the names of the authors or their
+ * institutions shall not be used in advertising or otherwise to promote the
+ * sale, use or other dealings in this Software without prior written
+ * authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008-2009 Julien Danjou 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not be used in advertising or otherwise to
+ * promote the sale, use or other dealings in this Software without
+ * prior written authorization from the authors.
+ */
+
+/*
+ * Copyright (C) 2008 Arnaud Fontaine 
+ * Copyright (C) 2007-2008 Vincent Torri 
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the names of the authors or
+ * their institutions shall not

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

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:36
  Author: andyrtr
Revision: 144438

db-move: moved vlc from [testing] to [extra] (i686)

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 144425, vlc/repos/testing-i686/PKGBUILD)
  vlc/repos/extra-i686/bp-set-channel-map-pulseaudio-1.0.patch
(from rev 144425, 
vlc/repos/testing-i686/bp-set-channel-map-pulseaudio-1.0.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 144425, vlc/repos/testing-i686/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/bp-set-channel-map-pulseaudio-1.0.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/testing-i686/

-+
 PKGBUILD|  156 +++---
 bp-set-channel-map-pulseaudio-1.0.patch |   66 ++--
 vlc.install |   36 +++---
 3 files changed, 129 insertions(+), 129 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 19:49:35 UTC (rev 144437)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:36 UTC (rev 144438)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=4
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-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'
-'libpulse: PulseAudio support'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'bp-set-channel-map-pulseaudio-1.0.patch')
-md5sums=('91de1ad308c947e35380f9d747ff5713'
- 'bae24e02207364d76a1a118644de484e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/extra-i686/PKGBUILD (from rev 144425, 
vlc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:36 UTC (rev 144438)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=1.1.12
+pkgrel=5
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'

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

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:38
  Author: andyrtr
Revision: 144439

db-move: moved vlc from [testing] to [extra] (x86_64)

Added:
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 144425, vlc/repos/testing-x86_64/PKGBUILD)
  vlc/repos/extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch
(from rev 144425, 
vlc/repos/testing-x86_64/bp-set-channel-map-pulseaudio-1.0.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 144425, vlc/repos/testing-x86_64/vlc.install)
Deleted:
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch
  vlc/repos/extra-x86_64/vlc.install
  vlc/repos/testing-x86_64/

-+
 PKGBUILD|  156 +++---
 bp-set-channel-map-pulseaudio-1.0.patch |   66 ++--
 vlc.install |   36 +++---
 3 files changed, 129 insertions(+), 129 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 19:49:36 UTC (rev 144438)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:38 UTC (rev 144439)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=4
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-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'
-'libpulse: PulseAudio support'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'bp-set-channel-map-pulseaudio-1.0.patch')
-md5sums=('91de1ad308c947e35380f9d747ff5713'
- 'bae24e02207364d76a1a118644de484e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/extra-x86_64/PKGBUILD (from rev 144425, 
vlc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:38 UTC (rev 144439)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=1.1.12
+pkgrel=5
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ '

[arch-commits] Commit in startup-notification/repos (3 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:41
  Author: andyrtr
Revision: 11

db-move: moved startup-notification from [testing] to [extra] (x86_64)

Added:
  startup-notification/repos/extra-x86_64/PKGBUILD
(from rev 144425, startup-notification/repos/testing-x86_64/PKGBUILD)
Deleted:
  startup-notification/repos/extra-x86_64/PKGBUILD
  startup-notification/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 19:49:39 UTC (rev 10)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:41 UTC (rev 11)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=1
-pkgdesc="Monitor and display application startup"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.4')
-options=('!libtool')
-url="http://www.freedesktop.org";
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-x86_64/PKGBUILD (from rev 144425, 
startup-notification/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:41 UTC (rev 11)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=2
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util>=0.3.8')
+options=('!libtool')
+url="http://www.freedesktop.org";
+source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in xf86-video-intel/repos (3 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:35
  Author: andyrtr
Revision: 144437

db-move: moved xf86-video-intel from [testing] to [extra] (x86_64)

Added:
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 144425, xf86-video-intel/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 19:49:33 UTC (rev 144436)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:35 UTC (rev 144437)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.17.0
-pkgrel=1
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev)
-makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender')
-conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-x86_64/PKGBUILD (from rev 144425, 
xf86-video-intel/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 19:49:35 UTC (rev 144437)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.17.0
+pkgrel=2
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 
'libxfixes' 'udev')
+makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in startup-notification/repos (3 files)

2011-12-05 Thread andyrtr
Date: Monday, December 5, 2011 @ 14:49:39
  Author: andyrtr
Revision: 10

db-move: moved startup-notification from [testing] to [extra] (i686)

Added:
  startup-notification/repos/extra-i686/PKGBUILD
(from rev 144425, startup-notification/repos/testing-i686/PKGBUILD)
Deleted:
  startup-notification/repos/extra-i686/PKGBUILD
  startup-notification/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 19:49:38 UTC (rev 144439)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:39 UTC (rev 10)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=1
-pkgdesc="Monitor and display application startup"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.4')
-options=('!libtool')
-url="http://www.freedesktop.org";
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-i686/PKGBUILD (from rev 144425, 
startup-notification/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 19:49:39 UTC (rev 10)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=2
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util>=0.3.8')
+options=('!libtool')
+url="http://www.freedesktop.org";
+source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql.confd)

2011-12-05 Thread Dan McGee
Date: Monday, December 5, 2011 @ 16:07:28
  Author: dan
Revision: 12

upgpkg: postgresql 9.1.2-1

Also fix FS#27222.

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql.confd

--+
 PKGBUILD |   12 ++--
 postgresql.confd |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 19:49:41 UTC (rev 11)
+++ PKGBUILD2011-12-05 21:07:28 UTC (rev 12)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.1.1
+pkgver=9.1.2
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/";
 license=('custom:PostgreSQL')
@@ -126,13 +126,13 @@
 "${pkgdir}/etc/logrotate.d/postgresql"
 }
 
-md5sums=('061a9f17323117c9358ed60f33ecff78'
+md5sums=('7dbff52221954c46595313eb7f92c3e0'
  '4a6e9b63f2aa50195735f2b46aba040b'
- '2bef962971bac882022c41a72efabb96'
+ 'a54d09a20ab1672adf08f037df188d53'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137')
-sha256sums=('c794016bcf3fc1f561bc86796c6c9d050e3d8d2d55356515126e048275ae56f2'
+sha256sums=('8d54ff514f5b2754e6e36b008c43d7bbf7daf541da608767cc5bdedb1de5db30'
 'b2931d7a719e765f14811b9109310b2418d3064bfcedef699573fc25854a2201'
-'92fe999c34824a9b8fe4b7212d58f60247e3d0514dd38807758eac64c4198190'
+'3de5c059eead8816db15c2c5588e6196d6c4b0d704faf1a20912796cf589ba81'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e')

Modified: postgresql.confd
===
--- postgresql.confd2011-12-05 19:49:41 UTC (rev 11)
+++ postgresql.confd2011-12-05 21:07:28 UTC (rev 12)
@@ -4,7 +4,7 @@
 ## Default data directory location
 #PGROOT="/var/lib/postgres"
 ## Passed to initdb if necessary
-#INITOPTS="--locale $LANG"
+INITOPTS="--locale en_US.UTF-8"
 ## Default log file location
 #PGLOG="/var/log/postgresql.log"
 ## Additional options to pass via pg_ctl's '-o' option



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

2011-12-05 Thread Dan McGee
Date: Monday, December 5, 2011 @ 16:09:28
  Author: dan
Revision: 13

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 12, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql
(from rev 12, postgresql/trunk/postgresql)
  postgresql/repos/extra-i686/postgresql.confd
(from rev 12, postgresql/trunk/postgresql.confd)
  postgresql/repos/extra-i686/postgresql.install
(from rev 12, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 12, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 12, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 12, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql
(from rev 12, postgresql/trunk/postgresql)
  postgresql/repos/extra-x86_64/postgresql.confd
(from rev 12, postgresql/trunk/postgresql.confd)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 12, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 12, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 12, postgresql/trunk/postgresql.pam)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql
  postgresql/repos/extra-i686/postgresql.confd
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql
  postgresql/repos/extra-x86_64/postgresql.confd
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam

---+
 extra-i686/PKGBUILD   |  276 ++--
 extra-i686/postgresql |  158 ++--
 extra-i686/postgresql.confd   |   22 +-
 extra-i686/postgresql.install |   52 +++---
 extra-i686/postgresql.logrotate   |8 -
 extra-i686/postgresql.pam |6 
 extra-x86_64/PKGBUILD |  276 ++--
 extra-x86_64/postgresql   |  158 ++--
 extra-x86_64/postgresql.confd |   22 +-
 extra-x86_64/postgresql.install   |   52 +++---
 extra-x86_64/postgresql.logrotate |8 -
 extra-x86_64/postgresql.pam   |6 
 12 files changed, 522 insertions(+), 522 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 21:07:28 UTC (rev 12)
+++ extra-i686/PKGBUILD 2011-12-05 21:09:28 UTC (rev 13)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.1.1
-_majorver=${pkgver%.*}
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/";
-license=('custom:PostgreSQL')
-makedepends=('libxml2' 'python2' 'perl' 'openssl>=1.0.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql postgresql.confd postgresql.pam postgresql.logrotate)
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --datadir=/usr/share/postgresql \
-  --with-libxml --with-openssl --with-perl \
-  --with-python PYTHON=/usr/bin/python2 --with-pam \
-  --with-system-tzdata=/usr/share/zoneinfo --enable-nls \
-  --enable-thread-safety
-
-  make world
-}
-
-package_postgresql-libs() {
-  pkgdesc="Libraries for use with PostgreSQL"
-  depends=('openssl>=1.0.0' 'readline>=6.0')
-  provides=('postgresql-client')
-  conflicts=('postgresql-client')
-
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install license
-  install -D -m644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE"
-
-  # install libs
-  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
-make -C ${dir} DESTDIR="${pkgdir}" install
-  done
-
-  install -D -m644 doc/src/sgml/man1/pg_config.1 
"${pkgdir}/usr/share/man/man1/pg_config.1"
-  install -D -m644 doc/src/sgml/man1/psql.1 
"${pkgdir}/usr/share/man/man1/psql.1"
-
-  cd src/include
-
-  mkdir -p "${pkgdir}"/usr/include/{libpq,postgresql/internal/libpq}
-
-  # these headers are needed by the public headers of the interfaces
-  install -m644 pg_config.h "${pkgdir}/usr/include/"
-  install -m644 pg_config_os.h "${pkgdir}/usr/include/"
-  install -m644 postgres_ext.h "${pkgdir}/usr/include/"
-  install -m644 libpq/libpq-fs.h "${pkgdir}/usr/include/libpq/"
-  install -m644 pg_config_manual.h "${pkgdir}/usr/include/"
-
-  # these headers are needed by the not-so-public headers of the interfaces
-  install -m644 c.h "${pkgdir}/usr/include/postgresql/internal/"
-  install 

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2011-12-05 Thread Dan McGee
Date: Monday, December 5, 2011 @ 16:09:48
  Author: dan
Revision: 14

upgpkg: postgresql-old-upgrade 9.0.6-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 21:09:28 UTC (rev 13)
+++ PKGBUILD2011-12-05 21:09:48 UTC (rev 14)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.0.5
+pkgver=9.0.6
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
@@ -37,5 +37,5 @@
   rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
 }
 
-md5sums=('86816eb8a8513532957b96045abdfef9')
-sha256sums=('56d8ee809ceeabeae8461ae0a197943460cba5bf8fbe37324e4451cf2eb7d504')
+md5sums=('4ad7e4fc31ef8b8a75a3e4243933963f')
+sha256sums=('317d99d2ff9e1de8da0cae107bc06c9fd455b1df0c0fb77b8fbb61fb08276056')



[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2011-12-05 Thread Dan McGee
Date: Monday, December 5, 2011 @ 16:10:18
  Author: dan
Revision: 15

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 14, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 14, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 21:09:48 UTC (rev 14)
+++ extra-i686/PKGBUILD 2011-12-05 21:10:18 UTC (rev 15)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.0.5
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/";
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-libxml --with-openssl --without-perl \
-  --without-python --with-pam --without-readline \
-  --with-system-tzdata=/usr/share/zoneinfo --disable-nls \
-  --enable-thread-safety
-
-  make -C src all
-}
-
-package() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install
-  make DESTDIR="${pkgdir}" -C src install
-
-  # install license
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
-}
-
-md5sums=('86816eb8a8513532957b96045abdfef9')
-sha256sums=('56d8ee809ceeabeae8461ae0a197943460cba5bf8fbe37324e4451cf2eb7d504')

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 14, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 21:10:18 UTC (rev 15)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.0.6
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/";
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
+source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure --prefix=/opt/pgsql-${_majorver} \
+  --with-libxml --with-openssl --without-perl \
+  --without-python --with-pam --without-readline \
+  --with-system-tzdata=/usr/share/zoneinfo --disable-nls \
+  --enable-thread-safety
+
+  make -C src all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make DESTDIR="${pkgdir}" -C src install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}
+
+md5sums=('4ad7e4fc31ef8b8a75a3e4243933963f')
+sha256sums=('317d99d2ff9e1de8da0cae107bc06c9fd455b1df0c0fb77b8fbb61fb08276056')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 21:09:48 UTC (rev 14)
+++ extra-x86_64/PKGBUILD   2011-12-05 21:10:18 UTC (rev 15)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.0.5
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc="Minimal PostgreSQL build for migrating between major versions with 
pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/";
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0')
-source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure --prefix=/opt/pgsql-${_majorver} \
-  --with-libxml --with-openssl --without-perl \
-  --without-python --with-pam --without-readline \
-  --with-system-tzdata=/usr/share/zoneinfo --disable-nls \
-  --enable-thread-safety
-
-  make -C src all
-}
-
-package() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install
-  make DESTDIR="${pkgdir}" -C src install
-
-  # install license
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_m

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

2011-12-05 Thread Stéphane Gaudreault
Date: Monday, December 5, 2011 @ 16:28:09
  Author: stephane
Revision: 16

upgpkg: python-imaging 1.1.7-4

rebuild with lcms

Modified:
  python-imaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 21:10:18 UTC (rev 15)
+++ PKGBUILD2011-12-05 21:28:09 UTC (rev 16)
@@ -1,48 +1,48 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
 # Contributor: simo 
 
 pkgname=python-imaging
 pkgver=1.1.7
-pkgrel=3
+pkgrel=4
 pkgdesc="PIL. Provides image processing capabilities for python"
 arch=('i686' 'x86_64')
 url="http://www.pythonware.com/products/pil/index.htm";
 license=('custom:"pil"')
-depends=('python2' 'libjpeg' 'freetype2') 
+depends=('python2' 'libjpeg' 'freetype2' 'lcms') 
 makedepends=('tk' 'sane')
 optdepends=('tk' 'sane')
-provides=("pil=$pkgver")
+provides=("pil=${pkgver}")
 conflicts=('pil')
 replaces=('pil')
-source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz)
+source=(http://effbot.org/downloads/Imaging-${pkgver}.tar.gz)
 md5sums=('fc14a54e1ce02a0225be8854bfba478e')
 
 build() {
-  cd $srcdir/Imaging-$pkgver
+  cd "${srcdir}"/Imaging-${pkgver}
   python2 setup.py build_ext
   cd Sane
   python2 setup.py build_ext
 }
 
 package() {
-  cd $srcdir/Imaging-$pkgver
-  python2 setup.py install --root=$pkgdir
+  cd "${srcdir}"/Imaging-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
   
   pushd Sane
-  python2 setup.py install --root=$pkgdir
+  python2 setup.py install --root="${pkgdir}" --optimize=1
   popd
   
-  install -dm755 $pkgdir/usr/include/python2.7/
-  install -m644 -t $pkgdir/usr/include/python2.7/ libImaging/*.h 
+  install -dm755 "${pkgdir}"/usr/include/python2.7/
+  install -m644 -t "${pkgdir}"/usr/include/python2.7/ libImaging/*.h 
 
   # do not have files ending in .py in /usr/bin
   for f in pildriver pilprint pilconvert pilfile pilfont; do
-mv $pkgdir/usr/bin/$f{.py,}
+mv "${pkgdir}"/usr/bin/${f}{.py,}
   done
 
   # Install license
-  install -Dm644 $srcdir/Imaging-$pkgver/README \
- $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 "${srcdir}"/Imaging-${pkgver}/README \
+ "${pkgdir}"/usr/share/licenses/${pkgname}/README
 }
-



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

2011-12-05 Thread Stéphane Gaudreault
Date: Monday, December 5, 2011 @ 16:28:19
  Author: stephane
Revision: 17

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

Added:
  python-imaging/repos/extra-i686/PKGBUILD
(from rev 16, python-imaging/trunk/PKGBUILD)
  python-imaging/repos/extra-x86_64/PKGBUILD
(from rev 16, python-imaging/trunk/PKGBUILD)
Deleted:
  python-imaging/repos/extra-i686/PKGBUILD
  python-imaging/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 21:28:09 UTC (rev 16)
+++ extra-i686/PKGBUILD 2011-12-05 21:28:19 UTC (rev 17)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: simo 
-
-pkgname=python-imaging
-pkgver=1.1.7
-pkgrel=3
-pkgdesc="PIL. Provides image processing capabilities for python"
-arch=('i686' 'x86_64')
-url="http://www.pythonware.com/products/pil/index.htm";
-license=('custom:"pil"')
-depends=('python2' 'libjpeg' 'freetype2') 
-makedepends=('tk' 'sane')
-optdepends=('tk' 'sane')
-provides=("pil=$pkgver")
-conflicts=('pil')
-replaces=('pil')
-source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz)
-md5sums=('fc14a54e1ce02a0225be8854bfba478e')
-
-build() {
-  cd $srcdir/Imaging-$pkgver
-  python2 setup.py build_ext
-  cd Sane
-  python2 setup.py build_ext
-}
-
-package() {
-  cd $srcdir/Imaging-$pkgver
-  python2 setup.py install --root=$pkgdir
-  
-  pushd Sane
-  python2 setup.py install --root=$pkgdir
-  popd
-  
-  install -dm755 $pkgdir/usr/include/python2.7/
-  install -m644 -t $pkgdir/usr/include/python2.7/ libImaging/*.h 
-
-  # do not have files ending in .py in /usr/bin
-  for f in pildriver pilprint pilconvert pilfile pilfont; do
-mv $pkgdir/usr/bin/$f{.py,}
-  done
-
-  # Install license
-  install -Dm644 $srcdir/Imaging-$pkgver/README \
- $pkgdir/usr/share/licenses/$pkgname/README
-}
-

Copied: python-imaging/repos/extra-i686/PKGBUILD (from rev 16, 
python-imaging/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 21:28:19 UTC (rev 17)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: simo 
+
+pkgname=python-imaging
+pkgver=1.1.7
+pkgrel=4
+pkgdesc="PIL. Provides image processing capabilities for python"
+arch=('i686' 'x86_64')
+url="http://www.pythonware.com/products/pil/index.htm";
+license=('custom:"pil"')
+depends=('python2' 'libjpeg' 'freetype2' 'lcms') 
+makedepends=('tk' 'sane')
+optdepends=('tk' 'sane')
+provides=("pil=${pkgver}")
+conflicts=('pil')
+replaces=('pil')
+source=(http://effbot.org/downloads/Imaging-${pkgver}.tar.gz)
+md5sums=('fc14a54e1ce02a0225be8854bfba478e')
+
+build() {
+  cd "${srcdir}"/Imaging-${pkgver}
+  python2 setup.py build_ext
+  cd Sane
+  python2 setup.py build_ext
+}
+
+package() {
+  cd "${srcdir}"/Imaging-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  
+  pushd Sane
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  popd
+  
+  install -dm755 "${pkgdir}"/usr/include/python2.7/
+  install -m644 -t "${pkgdir}"/usr/include/python2.7/ libImaging/*.h 
+
+  # do not have files ending in .py in /usr/bin
+  for f in pildriver pilprint pilconvert pilfile pilfont; do
+mv "${pkgdir}"/usr/bin/${f}{.py,}
+  done
+
+  # Install license
+  install -Dm644 "${srcdir}"/Imaging-${pkgver}/README \
+ "${pkgdir}"/usr/share/licenses/${pkgname}/README
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 21:28:09 UTC (rev 16)
+++ extra-x86_64/PKGBUILD   2011-12-05 21:28:19 UTC (rev 17)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: simo 
-
-pkgname=python-imaging
-pkgver=1.1.7
-pkgrel=3
-pkgdesc="PIL. Provides image processing capabilities for python"
-arch=('i686' 'x86_64')
-url="http://www.pythonware.com/products/pil/index.htm";
-license=('custom:"pil"')
-depends=('python2' 'libjpeg' 'freetype2') 
-makedepends=('tk' 'sane')
-optdepends=('tk' 'sane')
-provides=("pil=$pkgver")
-conflicts=('pil')
-replaces=('pil')
-source=(http://effbot.org/downloads/Imaging-$pkgver.tar.gz)
-md5sums=('fc14a54e1ce02a0225be8854bfba478e')
-
-build() {
-  cd $srcdir/Imaging-$pkgver
-  python2 setup.py build_ext
-  cd Sane
-  python2 setup.py build_ext
-}
-
-package() {
-  cd $srcdir/Imaging-$pkgver
-  python2 setup.py install --root=$pkgdir
-  
-  pushd Sane
-  python2 setup.py install --root=$pkgdir
-  popd
-  
-  install -dm755 $pkgdir/usr/include/python2.7/
-  install -m644 -t $pkgdir/usr/include/python2.7/ libImaging/*.h 
-
-

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

2011-12-05 Thread Giovanni Scafora
Date: Monday, December 5, 2011 @ 17:54:00
  Author: giovanni
Revision: 18

upgpkg: minicom 2.5-3

Added lrzsz as optdepends

Modified:
  minicom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 21:28:19 UTC (rev 17)
+++ PKGBUILD2011-12-05 22:54:00 UTC (rev 18)
@@ -2,15 +2,17 @@
 # Maintainer: Giovanni Scafora 
 # Contributor: dorphell 
 # Contributor: Tom Newsom 
+# Contributor: Denis Tikhomirov 
 
 pkgname=minicom
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A serial communication program"
 arch=('i686'  'x86_64')
 url="http://alioth.debian.org/projects/minicom/";
 license=('GPL')
 depends=('bash' 'ncurses')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
 
source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')



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

2011-12-05 Thread Giovanni Scafora
Date: Monday, December 5, 2011 @ 17:54:28
  Author: giovanni
Revision: 19

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 22:54:00 UTC (rev 18)
+++ extra-i686/PKGBUILD 2011-12-05 22:54:28 UTC (rev 19)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=minicom
-pkgver=2.5
-pkgrel=2
-pkgdesc="A serial communication program"
-arch=('i686'  'x86_64')
-url="http://alioth.debian.org/projects/minicom/";
-license=('GPL')
-depends=('bash' 'ncurses')
-backup=('etc/minirc.dfl')
-source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/extra-i686/PKGBUILD (from rev 18, 
minicom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 22:54:28 UTC (rev 19)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Denis Tikhomirov 
+
+pkgname=minicom
+pkgver=2.5
+pkgrel=3
+pkgdesc="A serial communication program"
+arch=('i686'  'x86_64')
+url="http://alioth.debian.org/projects/minicom/";
+license=('GPL')
+depends=('bash' 'ncurses')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup=('etc/minirc.dfl')
+source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-05 22:54:00 UTC (rev 18)
+++ extra-x86_64/PKGBUILD   2011-12-05 22:54:28 UTC (rev 19)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=minicom
-pkgver=2.5
-pkgrel=2
-pkgdesc="A serial communication program"
-arch=('i686'  'x86_64')
-url="http://alioth.debian.org/projects/minicom/";
-license=('GPL')
-depends=('bash' 'ncurses')
-backup=('etc/minirc.dfl')
-source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/extra-x86_64/PKGBUILD (from rev 18, 
minicom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-05 22:54:28 UTC (rev 19)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Denis Tikhomirov 
+
+pkgname=minicom
+pkgver=2.5
+pkgrel=3
+pkgdesc="A serial communication program"
+arch=('i686'  'x86_64')
+url="http://alioth.debian.org/projects/minicom/";
+license=('GPL')
+depends=('bash' 'ncurses')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup=('etc/minirc.dfl')
+source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
+}



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

2011-12-05 Thread Allan McRae
Date: Monday, December 5, 2011 @ 21:29:49
  Author: allan
Revision: 144450

upgpkg: python-feedparser 5.1-3

fix python3 version

Modified:
  python-feedparser/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 22:54:28 UTC (rev 19)
+++ PKGBUILD2011-12-06 02:29:49 UTC (rev 144450)
@@ -6,7 +6,7 @@
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
 pkgbase=python-feedparser
 pkgver=5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="http://code.google.com/p/feedparser/";
@@ -39,6 +39,10 @@
   depends=('libxml2' 'python-sgmllib')
   
   cd ${srcdir}/feedparser-$pkgver
+  
+  # this _should_ happen automatically...
+  2to3 -w feedparser/feedparser.py feedparser/feedparsertest.py
+  
   PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
   
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license



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

2011-12-05 Thread Allan McRae
Date: Monday, December 5, 2011 @ 21:30:44
  Author: allan
Revision: 144451

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
(from rev 144450, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-06 02:29:49 UTC (rev 144450)
+++ PKGBUILD2011-12-06 02:30:44 UTC (rev 144451)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Simo Leone 
-
-# Note: python2 version must be built first as packaging python3 version 
"destroys" the source
-pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgbase=python-feedparser
-pkgver=5.1
-pkgrel=2
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="http://code.google.com/p/feedparser/";
-license=('custom')
-makedepends=('python' 'python2' 'libxml2' 'python2-distribute' 
'python-distribute')
-source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
-md5sums=('bf6ab23038f310eb32734125719c15a2')
-
-build() {
-  cd ${srcdir}/feedparser-$pkgver
-  
-  # files get installed with (incorrect) permissions in the tarball...
-  chmod 644 feedparser/feedparser.egg-info/*
-}
-
-package_python2-feedparser() {
-  depends=('python2' 'libxml2' )
-  pkgdesc="Parse RSS and Atom feeds in Python2"
-
-  cd ${srcdir}/feedparser-$pkgver
-  python2 setup.py install --root=${pkgdir}
-  
-  sed -i 's#env python$#env python2#' \
-$pkgdir/usr/lib/python2.7/site-packages/feedparser.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}
-
-package_python-feedparser() {
-  depends=('libxml2' 'python-sgmllib')
-  
-  cd ${srcdir}/feedparser-$pkgver
-  PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}
-
-package_python-sgmllib() {
-  depends=('python')
-  pkgdesc="Port of sgmllib to python-3"
-  license=('PSF')
-  
-  cd ${srcdir}/feedparser-$pkgver
-  install -Dm644 feedparser/sgmllib3.py \
-${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
-  
-  python /usr/lib/python3.2/compileall.py \
-${pkgdir}/usr/lib/python3.2/site-packages/
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 144450, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-06 02:30:44 UTC (rev 144451)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Simo Leone 
+
+# Note: python2 version must be built first as packaging python3 version 
"destroys" the source
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgbase=python-feedparser
+pkgver=5.1
+pkgrel=3
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="http://code.google.com/p/feedparser/";
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-distribute' 
'python-distribute')
+source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
+md5sums=('bf6ab23038f310eb32734125719c15a2')
+
+build() {
+  cd ${srcdir}/feedparser-$pkgver
+  
+  # files get installed with (incorrect) permissions in the tarball...
+  chmod 644 feedparser/feedparser.egg-info/*
+}
+
+package_python2-feedparser() {
+  depends=('python2' 'libxml2' )
+  pkgdesc="Parse RSS and Atom feeds in Python2"
+
+  cd ${srcdir}/feedparser-$pkgver
+  python2 setup.py install --root=${pkgdir}
+  
+  sed -i 's#env python$#env python2#' \
+$pkgdir/usr/lib/python2.7/site-packages/feedparser.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-feedparser() {
+  depends=('libxml2' 'python-sgmllib')
+  
+  cd ${srcdir}/feedparser-$pkgver
+  
+  # this _should_ happen automatically...
+  2to3 -w feedparser/feedparser.py feedparser/feedparsertest.py
+  
+  PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-sgmllib() {
+  depends=('python')
+  pkgdesc="Port of sgmllib to python-3"
+  license=('PSF')
+  
+  cd ${srcdir}/feedparser-$pkgver
+  install -Dm644 feedparser/sgmllib3.py \
+${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
+  
+  python /usr/lib/python3.2/compileall.py \
+${pkgdir}/usr/lib/python3.2/site-packages/
+}



[arch-commits] Commit in tumbler/trunk (PKGBUILD fix-video-image.patch)

2011-12-05 Thread Eric Bélanger
Date: Monday, December 5, 2011 @ 22:29:16
  Author: eric
Revision: 144452

upgpkg: tumbler 0.1.23-1

Upstream update, Remove old patch, Clean up depends

Modified:
  tumbler/trunk/PKGBUILD
Deleted:
  tumbler/trunk/fix-video-image.patch

---+
 PKGBUILD  |   13 +
 fix-video-image.patch |   34 --
 2 files changed, 5 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 02:30:44 UTC (rev 144451)
+++ PKGBUILD2011-12-06 03:29:16 UTC (rev 144452)
@@ -3,26 +3,23 @@
 # Contributor: Jan Jezek 
 
 pkgname=tumbler
-pkgver=0.1.22
-pkgrel=4
+pkgver=0.1.23
+pkgrel=1
 pkgdesc="D-Bus service for applications to request thumbnails"
 url="http://git.xfce.org/xfce/tumbler/";
 license=('GPL2' 'LGPL')
 arch=('i686' 'x86_64')
 groups=('xfce4')
-depends=('poppler-glib' 'dbus-glib' 'bzip2' 'gdk-pixbuf2')
+depends=('poppler-glib' 'dbus-glib' 'gdk-pixbuf2')
 makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10')
 optdepends=('ffmpegthumbnailer:for video thumbnails'
 'gstreamer0.10: for video thumbnails')
 options=('!libtool')
-source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-fix-video-image.patch)
-md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9'
- 'be9b0f1c3a4b0be102774c84d5ac29e6')
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c6cf6821f5d884cbf2c26f45f2fecc74')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../fix-video-image.patch
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \

Deleted: fix-video-image.patch
===
--- fix-video-image.patch   2011-12-06 02:30:44 UTC (rev 144451)
+++ fix-video-image.patch   2011-12-06 03:29:16 UTC (rev 144452)
@@ -1,34 +0,0 @@
-From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
-From: Jannis Pohlmann 
-Date: Mon, 26 Sep 2011 17:28:51 +
-Subject: Fix generation of video images by starting the pipeline (bug #7996).
-
-Patch provided by Sam Thursfield.

-diff --git a/NEWS b/NEWS
-index 0ff1c1c..48e3896 100644
 a/NEWS
-+++ b/NEWS
-@@ -1,3 +1,7 @@
-+0.1.xx
-+==
-+- Fix generation of video images by starting the pipeline (bug #7996).
-+
- 0.1.22
- ==
- - Add coding style documentation.
-diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
-index b8a29ab..dead043 100644
 a/plugins/gst-thumbnailer/gst-helper.c
-+++ b/plugins/gst-thumbnailer/gst-helper.c
-@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,
- 
-   bus = gst_element_get_bus (GST_ELEMENT (pipeline));
- 
-+  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
-+
-   i = 0;
-   msg = NULL;
-   while (msg == NULL && i < 5)
---
-cgit 



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

2011-12-05 Thread Eric Bélanger
Date: Monday, December 5, 2011 @ 22:29:55
  Author: eric
Revision: 144453

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

Added:
  tumbler/repos/extra-i686/PKGBUILD
(from rev 144452, tumbler/trunk/PKGBUILD)
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 144452, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-i686/PKGBUILD
  tumbler/repos/extra-i686/fix-video-image.patch
  tumbler/repos/extra-x86_64/PKGBUILD
  tumbler/repos/extra-x86_64/fix-video-image.patch

+
 extra-i686/PKGBUILD|   71 ---
 extra-i686/fix-video-image.patch   |   34 
 extra-x86_64/PKGBUILD  |   71 ---
 extra-x86_64/fix-video-image.patch |   34 
 4 files changed, 68 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 03:29:16 UTC (rev 144452)
+++ extra-i686/PKGBUILD 2011-12-06 03:29:55 UTC (rev 144453)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.1.22
-pkgrel=4
-pkgdesc="D-Bus service for applications to request thumbnails"
-url="http://git.xfce.org/xfce/tumbler/";
-license=('GPL2' 'LGPL')
-arch=('i686' 'x86_64')
-groups=('xfce4')
-depends=('poppler-glib' 'dbus-glib' 'bzip2' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10')
-optdepends=('ffmpegthumbnailer:for video thumbnails'
-'gstreamer0.10: for video thumbnails')
-options=('!libtool')
-source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-fix-video-image.patch)
-md5sums=('e7ba3b8f21f8f7e736f1e214906b4ca9'
- 'be9b0f1c3a4b0be102774c84d5ac29e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../fix-video-image.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/xfce4 \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: tumbler/repos/extra-i686/PKGBUILD (from rev 144452, 
tumbler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-06 03:29:55 UTC (rev 144453)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.1.23
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+url="http://git.xfce.org/xfce/tumbler/";
+license=('GPL2' 'LGPL')
+arch=('i686' 'x86_64')
+groups=('xfce4')
+depends=('poppler-glib' 'dbus-glib' 'gdk-pixbuf2')
+makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10')
+optdepends=('ffmpegthumbnailer:for video thumbnails'
+'gstreamer0.10: for video thumbnails')
+options=('!libtool')
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c6cf6821f5d884cbf2c26f45f2fecc74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/xfce4 \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fix-video-image.patch
===
--- extra-i686/fix-video-image.patch2011-12-06 03:29:16 UTC (rev 144452)
+++ extra-i686/fix-video-image.patch2011-12-06 03:29:55 UTC (rev 144453)
@@ -1,34 +0,0 @@
-From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
-From: Jannis Pohlmann 
-Date: Mon, 26 Sep 2011 17:28:51 +
-Subject: Fix generation of video images by starting the pipeline (bug #7996).
-
-Patch provided by Sam Thursfield.

-diff --git a/NEWS b/NEWS
-index 0ff1c1c..48e3896 100644
 a/NEWS
-+++ b/NEWS
-@@ -1,3 +1,7 @@
-+0.1.xx
-+==
-+- Fix generation of video images by starting the pipeline (bug #7996).
-+
- 0.1.22
- ==
- - Add coding style documentation.
-diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
-index b8a29ab..dead043 100644
 a/plugins/gst-thumbnailer/gst-helper.c
-+++ b/plugins/gst-thumbnailer/gst-helper.c
-@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,
- 
-   bus = gst_element_get_bus (GST_ELEMENT (pipeline));
- 
-+  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
-+
-   i = 0;
-   msg = NULL;
-   while (msg == NULL && i < 5)
---
-cgit 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-06 03:29:16 UTC (rev 144452)
+++ extra-x86_64/PKGBUILD   2011-12-06 03:29:55 UTC (rev 144453)
@@ -1,37 +0,0 @

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

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 22:45:52
  Author: bisson
Revision: 144454

upstream update

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 03:29:55 UTC (rev 144453)
+++ PKGBUILD2011-12-06 03:45:52 UTC (rev 144454)
@@ -4,15 +4,15 @@
 # Contributor: John Proctor 
 
 pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
+pkgver=1.7.2.0
+pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,6 @@
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
 
make
 }



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

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 22:46:24
  Author: bisson
Revision: 144455

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 03:45:52 UTC (rev 144454)
+++ extra-i686/PKGBUILD 2011-12-06 03:46:24 UTC (rev 144455)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Juergen Hoetzel 
-# Contributor: John Proctor 
-
-pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 144454, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-06 03:46:24 UTC (rev 144455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Juergen Hoetzel 
+# Contributor: John Proctor 
+
+pkgname=socat
+pkgver=1.7.2.0
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-06 03:45:52 UTC (rev 144454)
+++ extra-x86_64/PKGBUILD   2011-12-06 03:46:24 UTC (rev 144455)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Juergen Hoetzel 
-# Contributor: John Proctor 
-
-pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 144454, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-06 03:46:24 UTC (rev 144455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Juergen Hoetzel 
+# Contributor: John Proctor 
+
+pkgname=socat
+pkgver=1.7.2.0
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}



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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:34:16
  Author: angvp
Revision: 144456

upgpkg: nicotine 1.2.16-3

Fixing FS#25962

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 03:46:24 UTC (rev 144455)
+++ PKGBUILD2011-12-06 06:34:16 UTC (rev 144456)
@@ -5,11 +5,11 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Soulseek music-sharing client, written in python"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('pygtk>=2.14.1' 'mutagen' 'python-geoip>=1.2.4')
+depends=('pygtk>=2.14.1' 'mutagen')
 conflicts=(nicotine-plus)
 replaces=(nicotine-plus)
 url="http://sourceforge.net/projects/nicotine-plus/";
@@ -18,6 +18,9 @@
'python-geoip: to enable Geographical blocker')
 md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
+
+
+
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
   sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" 
files/nicotine.desktop # Fixing FS#22476
@@ -25,6 +28,10 @@
   cd trayicon
   python2 autogen.py
   make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
   make DESTDIR=${pkgdir} install 
   ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
 }



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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:35:08
  Author: angvp
Revision: 144457

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 06:34:16 UTC (rev 144456)
+++ extra-i686/PKGBUILD 2011-12-06 06:35:08 UTC (rev 144457)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=2
-pkgdesc="Soulseek music-sharing client, written in python"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('pygtk>=2.14.1' 'mutagen' 'python-geoip>=1.2.4')
-conflicts=(nicotine-plus)
-replaces=(nicotine-plus)
-url="http://sourceforge.net/projects/nicotine-plus/";
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-optdepends=('python-sexy: To enable spell checking'
-   'python-geoip: to enable Geographical blocker')
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
-
-build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" 
files/nicotine.desktop # Fixing FS#22476
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
-}

Copied: nicotine/repos/extra-i686/PKGBUILD (from rev 144456, 
nicotine/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-06 06:35:08 UTC (rev 144457)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine
+pkgver=1.2.16
+pkgrel=3
+pkgdesc="Soulseek music-sharing client, written in python"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pygtk>=2.14.1' 'mutagen')
+conflicts=(nicotine-plus)
+replaces=(nicotine-plus)
+url="http://sourceforge.net/projects/nicotine-plus/";
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
+optdepends=('python-sexy: To enable spell checking'
+   'python-geoip: to enable Geographical blocker')
+md5sums=('ac7433c21ef619a37e079a7ae68da94a')
+
+
+
+
+build() {
+  cd ${srcdir}/${pkgname}+-${pkgver}
+  sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" 
files/nicotine.desktop # Fixing FS#22476
+  python2 setup.py install --root=${pkgdir}
+  cd trayicon
+  python2 autogen.py
+  make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
+  make DESTDIR=${pkgdir} install 
+  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-06 06:34:16 UTC (rev 144456)
+++ extra-x86_64/PKGBUILD   2011-12-06 06:35:08 UTC (rev 144457)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine
-pkgver=1.2.16
-pkgrel=2
-pkgdesc="Soulseek music-sharing client, written in python"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('pygtk>=2.14.1' 'mutagen' 'python-geoip>=1.2.4')
-conflicts=(nicotine-plus)
-replaces=(nicotine-plus)
-url="http://sourceforge.net/projects/nicotine-plus/";
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-optdepends=('python-sexy: To enable spell checking'
-   'python-geoip: to enable Geographical blocker')
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
-
-build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e "s/Icon=nicotine-plus/Icon=nicotine-plus-32px/" 
files/nicotine.desktop # Fixing FS#22476
-  python2 setup.py install --root=${pkgdir}
-  cd trayicon
-  python2 autogen.py
-  make 
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
-}

Copied: nicotine/repos/extra-x86_64/PKGBUILD (from rev 144456, 
nicotine/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-06 06:35:08 UTC (rev 144457)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine
+pkgver=1.2.16
+pkgrel=3
+pkgdesc="Soulseek

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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:51:18
  Author: angvp
Revision: 144458

upgpkg: mpd 0.16.6-1

Version bump to 0.16.6

Modified:
  mpd/trunk/ChangeLog
  mpd/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-12-06 06:35:08 UTC (rev 144457)
+++ ChangeLog   2011-12-06 06:51:18 UTC (rev 144458)
@@ -1,3 +1,6 @@
+2011-12-05 Angel Velasquez 
+* Version bump to 0.16.6
+
 2011-09-03 Angel Velasquez 
 * Version bump to 0.16.4
 * Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 06:35:08 UTC (rev 144457)
+++ PKGBUILD2011-12-06 06:51:18 UTC (rev 144458)
@@ -5,8 +5,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.16.5
-pkgrel=2
+pkgver=0.16.6
+pkgrel=1
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
 changelog=ChangeLog
 source=("http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2";
 'mpd') 
-md5sums=('f7564cff12035f6a1112cce770655df7'
+md5sums=('5489dd327fba12c67f01558d2cfa6d57'
  'e5669c2bff4031928531e52475addeb1')
 
 build() {



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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:52:26
  Author: angvp
Revision: 144459

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 144458, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 144458, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 144458, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 144458, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 144458, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 144458, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 144458, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 144458, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   21 ---
 extra-i686/PKGBUILD  |  122 ++---
 extra-i686/mpd   |   72 +-
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   21 ---
 extra-x86_64/PKGBUILD|  122 ++---
 extra-x86_64/mpd |   72 +-
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 254 insertions(+), 248 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-12-06 06:51:18 UTC (rev 144458)
+++ extra-i686/ChangeLog2011-12-06 06:52:26 UTC (rev 144459)
@@ -1,9 +0,0 @@
-2011-09-03 Angel Velasquez 
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez 
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 144458, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-12-06 06:52:26 UTC (rev 144459)
@@ -0,0 +1,12 @@
+2011-12-05 Angel Velasquez 
+* Version bump to 0.16.6
+
+2011-09-03 Angel Velasquez 
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez 
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 06:51:18 UTC (rev 144458)
+++ extra-i686/PKGBUILD 2011-12-06 06:52:26 UTC (rev 144459)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.16.5
-pkgrel=2
-pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://mpd.wikia.com/wiki/Server";
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=("http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2";
-'mpd') 
-md5sums=('f7564cff12035f6a1112cce770655df7'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay \
---with-systemdsystemunitdir=/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # set our dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
"path_to_your_music_collection"|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
"/var/lib/mpd/playlists"|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file "/var/lib/mpd/mpd.db"|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file "/var/log/mpd/mpd.log"|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file "/var/log/mpd/mpd.error"|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file "/var/run/mpd/mpd.pid"|1' doc/mpdconf.example
-  sed -i 's|#state_file.*$|state_file "/var/lib/mpd/mpdstate"|1' 
doc/mpdconf.example
-  sed -i 's|#user.*$|user "mpd"|1' doc/mpdconf.example
-
-  install -Dm644 "doc/mpdconf.example" "$pkgdir/usr/share/mpd/mpd.conf.example"
-
-  install -Dm755 "$srcdir/mpd" "$pkgdir/etc/rc.d/mpd"
-  install -d "$pkgdir"/var/

[arch-commits] Commit in subversion/trunk (3 files)

2011-12-05 Thread Eric Bélanger
Date: Tuesday, December 6, 2011 @ 02:11:46
  Author: eric
Revision: 144460

upgpkg: subversion 1.7.2-1

Upstream update, Update license, Add file depends, Add missing hook scripts, 
Add python2 and ruby optdepends, Disable ruby bindings (need ruby <= 1.8), 
Clean up PKGBUILD, Remove old patches

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/subversion-perl-bindings.patch
  subversion/trunk/subversion.suppress.deprecation.warnings.patch

+
 PKGBUILD   |   99 +--
 subversion-perl-bindings.patch |   12 --
 subversion.suppress.deprecation.warnings.patch |   22 -
 3 files changed, 39 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 06:52:26 UTC (rev 144459)
+++ PKGBUILD2011-12-06 07:11:46 UTC (rev 144460)
@@ -3,98 +3,77 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.6.17
-pkgrel=7
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
-license=('apache' 'bsd')
-depends=('neon' 'apr-util' 'sqlite3')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
'java-environment'
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite3' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'ruby: for some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url="http://subversion.apache.org/";
 provides=('svn')
 options=('!makeflags' '!libtool')
-source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
 svnserve svn svnserve.conf svnmerge.py
-subversion.rpath.fix.patch
-subversion.suppress.deprecation.warnings.patch
-subversion-perl-bindings.patch)
-md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14'
- 'a2b029e8385007ffb99b437b30521c90'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'a6371baeda7e224504629ecdda2749b4'
- '6b4340ba9d8845cd8497e013ae01be3f'
- '1166f3b7413d7e7450299b3525680bbe'
- '0591aa39837931161b4d61ff35c7b147')
+subversion.rpath.fix.patch)
+sha1sums=('8c0824aeb7f42da1ff4f7cd296877af7f59812bb'
+  '66293923ddc1b12a43b0e86f6b6a3c23b70df6ae'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  'd240228e5755495c26e89d7ef47a75fb097dd040'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
export PYTHON=/usr/bin/python2
 
-   # apply patches
-   patch -Np0 -i ../subversion.rpath.fix.patch
-   patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch
-   patch -Np1 -i ../subversion-perl-bindings.patch
+   patch -p0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
-   # configure
-   autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.2 \
--enable-javahl --with-gnome-keyring --with-kwallet
 
-   # build
-   (make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all )
+   make external-all
+   make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl # swig-rb
 }
 
 #check() {
 #   cd "${srcdir}/${pkgname}-${pkgver}"
 #   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py CLEANUP=yes
+#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
 #}
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   # install
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
-   make DESTDIR=${pkgdir} install
+   export LD_LIBRARY_PATH="${pkgdir}"/usr/lib:$LD_LIBRARY_PATH
+   make DESTDIR="${pkgdir}" INSTALLDIRS=vendor \
+ swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
+ install install-swig-py install-swig-pl install-javahl # install-swig-rb
 
-   make DESTDIR=${pkgdir} swig-py
-   make install-swig-py DESTDIR=${pkgdir}
+   install -d "${pkgdir}"/usr/share/subversion
+   cp -a tools/hook-

  1   2   >