[arch-commits] Commit in bluez/trunk (PKGBUILD bluetooth.conf.d rc.bluetooth)

2011-12-20 Thread Andrea Scarpino
Date: Tuesday, December 20, 2011 @ 03:51:11
  Author: andrea
Revision: 145249

upgpkg: bluez 4.96-3

Add test-device and test-input needed for pairing wiimote (FS#27630); Move the 
server flag to the HIDD_OPTIONS in the conf.d/bluetooth file so users can setup 
their configurations (see FS#26667)

Modified:
  bluez/trunk/PKGBUILD
  bluez/trunk/bluetooth.conf.d
  bluez/trunk/rc.bluetooth

--+
 PKGBUILD |   20 
 bluetooth.conf.d |2 +-
 rc.bluetooth |2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 07:59:43 UTC (rev 145248)
+++ PKGBUILD2011-12-20 08:51:11 UTC (rev 145249)
@@ -4,7 +4,7 @@
 
 pkgname=bluez
 pkgver=4.96
-pkgrel=2
+pkgrel=3
 pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -24,12 +24,13 @@
 options=('!libtool' 'emptydirs')
 backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
 'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+#source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'bluetooth.conf.d'
 'rc.bluetooth')
 md5sums=('255c3dda8b93210ab0dcf8d04ddaf69f'
- '8f60a5eb9d84b9c64c478d63e1c24b10'
- 'ca4c39eb4bb201bd2eacad01492cd735')
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -49,8 +50,6 @@
 --enable-pand \
 --enable-dund \
 --enable-cups \
---enable-udevrules \
---enable-configfiles \
 --enable-wiimote
   make
 }
@@ -71,9 +70,14 @@
   install -Dm644 ${srcdir}/bluetooth.conf.d \
 ${pkgdir}/etc/conf.d/bluetooth
 
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
   sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
 
   # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
   rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules

Modified: bluetooth.conf.d
===
--- bluetooth.conf.d2011-12-20 07:59:43 UTC (rev 145248)
+++ bluetooth.conf.d2011-12-20 08:51:11 UTC (rev 145249)
@@ -25,6 +25,6 @@
 #RFCOMM_CONFIG=/etc/bluetooth/rfcomm.conf
 
 # Options for hidd, dund and pand (default: none)
-#HIDD_OPTIONS=
+HIDD_OPTIONS=--server
 #DUND_OPTIONS=
 #PAND_OPTIONS=

Modified: rc.bluetooth
===
--- rc.bluetooth2011-12-20 07:59:43 UTC (rev 145248)
+++ rc.bluetooth2011-12-20 08:51:11 UTC (rev 145249)
@@ -46,7 +46,7 @@
 fi
 if [ $HIDD_ENABLE = true -a -x $HIDD_EXEC ]; then
   stat_append  $HIDD_NAME
-  $HIDD_EXEC $HIDD_OPTIONS --server
+  $HIDD_EXEC $HIDD_OPTIONS
 fi
 if [ $RFCOMM_ENABLE = true -a -x $RFCOMM_EXEC -a -f $RFCOMM_CONFIG 
]; then
   stat_append  $RFCOMM_NAME



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

2011-12-20 Thread Andrea Scarpino
Date: Tuesday, December 20, 2011 @ 03:51:40
  Author: andrea
Revision: 145250

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

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 145249, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 145249, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 145249, bluez/trunk/rc.bluetooth)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 145249, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 145249, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 145249, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/rc.bluetooth

---+
 extra-i686/PKGBUILD   |  163 
 extra-i686/bluetooth.conf.d   |   60 ++--
 extra-i686/rc.bluetooth   |  200 
 extra-x86_64/PKGBUILD |  163 
 extra-x86_64/bluetooth.conf.d |   60 ++--
 extra-x86_64/rc.bluetooth |  200 
 6 files changed, 428 insertions(+), 418 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-20 08:51:11 UTC (rev 145249)
+++ extra-i686/PKGBUILD 2011-12-20 08:51:40 UTC (rev 145250)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.96
-pkgrel=1
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-   alsa-lib: Audio bluetooth devices support
-   dbus-python: to run bluez-simple-agent
-   pygobject: to run bluez-simple-agent
-   libusb-compat: USB adapters support
-   cups: CUPS backend
-   libnl: netlink plugin)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool' 'emptydirs')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d'
-'rc.bluetooth')
-md5sums=('255c3dda8b93210ab0dcf8d04ddaf69f'
- '8f60a5eb9d84b9c64c478d63e1c24b10'
- 'ca4c39eb4bb201bd2eacad01492cd735')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-udevrules \
---enable-configfiles
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent
-
-  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
-  rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules
-}

Copied: bluez/repos/extra-i686/PKGBUILD (from rev 145249, bluez/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-20 08:51:40 UTC (rev 145250)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.96
+pkgrel=3
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+   alsa-lib: Audio bluetooth devices support
+   dbus-python: to run bluez-simple-agent
+   pygobject: to run bluez-simple-agent
+ 

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

2011-12-20 Thread andyrtr
Date: Tuesday, December 20, 2011 @ 05:07:23
  Author: andyrtr
Revision: 145251

prepare LibO 3.4.5 release

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 08:51:40 UTC (rev 145250)
+++ PKGBUILD2011-12-20 10:07:23 UTC (rev 145251)
@@ -35,9 +35,9 @@
'libreoffice-extension-validator'
'libreoffice-extension-watch-window'
'libreoffice-extension-wiki-publisher')
-_LOver=3.4.4.2
-pkgver=3.4.4
-pkgrel=4
+_LOver=3.4.5.1
+pkgver=3.4.5rc1
+pkgrel=1
 arch=('i686' 'x86_64')
 #_LO_tree=3.4
 _OFFICEUPD=340
@@ -59,8 +59,9 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
 #_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror=http://dev-builds.libreoffice.org/pre-releases-3-4/src;
 _additional_source_url=http://hg.services.openoffice.org/binaries;
 
source=(${_mirror}/${pkgbase}-{artwork,base,bootstrap,calc,components,extensions,extras,filters,help,impress,libs-core,libs-extern,libs-extern-sys,libs-gui,postprocess,sdk,testing,ure,writer}-${_LOver}.tar.bz2
 #,translations

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
@@ -103,8 +104,8 @@
buildfix_ct2n.diff
vbahelper.visibility.patch
scp2-more-reasonable-file-access-rights.diff
-   
oracle-recognition.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=549e54fb2f8113502743c443d6deadfe648dede1
-   
RemovetheoslSecuritygetHomeDircheck.diff::http://cgit.freedesktop.org/libreoffice/ure/patch/?id=bc9b86940a707e9e2e1076f2954f38075398b5d7
+   
#oracle-recognition.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=549e54fb2f8113502743c443d6deadfe648dede1
+   
#RemovetheoslSecuritygetHomeDircheck.diff::http://cgit.freedesktop.org/libreoffice/ure/patch/?id=bc9b86940a707e9e2e1076f2954f38075398b5d7
gcc462_buildfix.diff)
 noextract=(185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
@@ -142,25 +143,25 @@
dbaafd21de055e582d92d7d32fe9da13-gdocs_2.3.1.oxt
b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt
90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2)
-md5sums=('be8b13f83045f0a53b69fe76d6d72e9c'
- 'db423cbb1cee416b718138044a5de930'
- '31944d2139d6d81ef1131bd513530621'
- 'f447fd4ffe54aab9561c6caa262754b3'
- '97fe698737a35c8803712d4e08007620'
- 'acff44d97a5106d9b53c747dabeb0800'
- '620d43a0b9f36388f423e030513864ef'
- '4c5b1ed870363eca2602f0cb42a8415a'
- '702c6ca31525d7d2c2ded86c77b0bd2e'
- 'ac9b3acf78f43c1395d0e2dedc860f30'
- 'd8d2c41cb86bc8ba2a07e001a5317abb'
- '4d4af2fc06dbe33ec2307df812f7abe1'
- '1398a566eb76598bf3005e187fc2386c'
- 'dd962d2d57f88b9e07e665adad3cabbc'
- 'fff0fc9cd16ef1eb2b2ed5d0a6e77f95'
- 'e54d41d39e63d04ac4a88ce79e37af98'
- 'dbc71403040f447683bf55d1f0be3cad'
- '69ce5b72f44b008d0e78767c5b1dbf39'
- '34a2e8ae6b81a042966740263c53e135'
+md5sums=('95d1e2daea0d79bd83b08b359ac82483'
+ 'debcd2b3cd95762a55c905fae5d45c7d'
+ '7942749d26ec11768d5d8eb45415f46c'
+ 'd425945074304f57503d0a4adef7c2c5'
+ '34a0ac48c8014ff03ee4f1816e67381d'
+ '9af62ed38cf97004b37aafe53c52fd6b'
+ '36ce0d1cf744b09e44983c8c16811632'
+ '91a0eee3965bd4162a127ca260926c9d'
+ 'b43352b4d993009867e91d9744958a7a'
+ '40c3dc09f8ea6a834611f1ca416f14dd'
+ '68e6e89f576c152f25ca83a8a3f14a7f'
+ '55949a07aea8a3e4703d6528b73921e0'
+ '38bdce034b0a143204a402b50b9e3aa5'
+ 'd8c0ef59920862d9902417f85c2a56f5'
+ '6fd8dc71baff09ddc2b6798ef531add4'
+ 'c96a221f853740c9ec5cf0b80b3181f3'
+ '309bb28430d0bce0d443508019170984'
+ '4559d1ba8fe4c59407fe06b6367564d4'
+ 'e7eaaf47d58d7af8407046429c4d5aff'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'
@@ -201,8 +202,8 @@
  'eee273f501ff45dc5f1365e78c6d57c0'
  '43b145db28e6c0d73578ae6fd35e510d'
  '37638431e7e40baf2e47966ebb9bc0e9'
- '3c6c62e77c30649a3dfe73512947cc9a'
- 'eb35d4c715e0dfc23bbc706996033829'
+ #'3c6c62e77c30649a3dfe73512947cc9a'
+ #'eb35d4c715e0dfc23bbc706996033829'
  '10600d04ee81014bc9b5cc04e615d799')
 
 build() {
@@ -233,8 +234,8 @@
patch -Np1 -i ${srcdir}/buildfix_ct2n.diff
patch -Np0 -i ${srcdir}/vbahelper.visibility.patch
patch -Np0 

[arch-commits] Commit in libreoffice/trunk (PKGBUILD.next_stable)

2011-12-20 Thread andyrtr
Date: Tuesday, December 20, 2011 @ 06:05:27
  Author: andyrtr
Revision: 145252

prepare LibO 3.5 branch release  - work on beta1, build is broken, see 
https://bugs.gentoo.org/show_bug.cgi?id=394599

Modified:
  libreoffice/trunk/PKGBUILD.next_stable

--+
 PKGBUILD.next_stable |   94 +
 1 file changed, 19 insertions(+), 75 deletions(-)

Modified: PKGBUILD.next_stable
===
--- PKGBUILD.next_stable2011-12-20 10:07:23 UTC (rev 145251)
+++ PKGBUILD.next_stable2011-12-20 11:05:27 UTC (rev 145252)
@@ -36,7 +36,7 @@
 #  'libreoffice-extension-watch-window'
 #  'libreoffice-extension-wiki-publisher'
 )
-_LOver=3.5.0.0
+_LOver=3.4.99.1
 pkgver=3.5.0beta1
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -61,8 +61,9 @@
 #_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
 _mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url=http://dev-www.libreoffice.org/src;
-source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.bz2
-   
${_additional_source_url}/8f107ffb3fc9d9b920b7bbd0bc79c7e8-libvisio-0.0.10.tar.bz2
+source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz
+   #${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.bz2
+   
${_additional_source_url}/a8b25a0bf696fd126a08319d88998492-libvisio-0.0.11.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -89,6 +90,7 @@

${_additional_source_url}/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2

${_additional_source_url}/e1c178b18f130b40494561f02bc1a948-libexttextcat-3.2.0.tar.bz2

${_additional_source_url}/7c2549f6b0a8bb604e6c4c729ffdcfe6-libcmis-0.1.0.tar.gz
+   
#${_additional_source_url}/cc8eb870d6a324d36575420efd856319-libcdr-0.0.0.tar.bz2

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
 #  
${_additional_source_url}/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
 #  
http://ooo.itc.hu/oxygenoffice/download/libreoffice/4a433efb6d385264ebc1d5513782d51c-SmART_0.9.4.oxt
@@ -109,7 +111,7 @@
 #  
RemovetheoslSecuritygetHomeDircheck.diff::http://cgit.freedesktop.org/libreoffice/ure/patch/?id=bc9b86940a707e9e2e1076f2954f38075398b5d7
 )
 
-noextract=(8f107ffb3fc9d9b920b7bbd0bc79c7e8-libvisio-0.0.10.tar.bz2
+noextract=(a8b25a0bf696fd126a08319d88998492-libvisio-0.0.11.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
@@ -136,23 +138,12 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-#  18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   #4a433efb6d385264ebc1d5513782d51c-SmART_0.9.4.oxt
-   #7e7efc5d4a03126bb9ae3ae9aa2c4e87-Barcode_1.3.1.0.oxt
-   #41c9b65ad60af4b3255bbecdfef11736-Diagram_1.1.0.0.oxt
-   #451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
-   #bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt
-   #23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt
-   #b8cbca7b3363e6ca2d02bc0ba2b63904-numbertext_0.9.4.oxt
-   #b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt
-   #9d60b6cfa3ef1926848710bbcd5b-typo_0.4.2.oxt
-   #dbaafd21de055e582d92d7d32fe9da13-gdocs_2.3.1.oxt
-   #b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt
+#  cc8eb870d6a324d36575420efd856319-libcdr-0.0.0.tar.bz2
 )
-md5sums=('bf6ce92d8d69f1dec4836a7249e10436'
- 'a0b19441245d7627c299d7014d110b32'
- 'b9dee0572120c87906ed6e2fb4696b69'
- '8f107ffb3fc9d9b920b7bbd0bc79c7e8'
+md5sums=('0f7969e4e1634df4d8737e760b0496bb'
+ 'd8c203e4441a7a01d611bee4984ec6b3'
+ '8a63aac2d623ab49d229b8dc97d1d1ed'
+ 'a8b25a0bf696fd126a08319d88998492'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'
@@ -197,24 +188,9 @@

ln -s ../libreoffice-help-$_LOver/helpcontent2 .
ln -s ../libreoffice-translations-$_LOver/translations .
+   #ln -s ../libreoffice-dictionaries-$_LOver/dictionaries .
 
-#  ln -s ${srcdir}/ext_sources/*Barcode* 
solver/unxlngx6.pro/bin/Barcode.oxt
-#  ln -s ${srcdir}/ext_sources/*SmART*   solver/unxlngx6.pro/bin/SmART.oxt
-#  ln -s ${srcdir}/ext_sources/*gdocs*   solver/unxlngx6.pro/bin/gdocs.oxt
-#  ln -s ${srcdir}/ext_sources/*hunart*  solver/unxlngx6.pro/bin/hunart.oxt
-#  ln -s ${srcdir}/ext_sources/*numbertext* 

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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 06:55:20
  Author: allan
Revision: 145253

db-move: moved glibc from [testing] to [core] (i686)

Added:
  glibc/repos/core-i686/PKGBUILD
(from rev 145252, glibc/repos/testing-i686/PKGBUILD)
  glibc/repos/core-i686/glibc-2.10-bz4781.patch
(from rev 145252, glibc/repos/testing-i686/glibc-2.10-bz4781.patch)
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-i686/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.12.1-static-shared-getpagesize.patch)
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-i686/glibc-2.13-futex.patch
(from rev 145252, glibc/repos/testing-i686/glibc-2.13-futex.patch)
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
(from rev 145252, glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-i686/glibc-2.14-revert-4768ae77.patch
(from rev 145252, glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/core-i686/glibc-2.14.1-tzfile-overflow.patch
(from rev 145252, 
glibc/repos/testing-i686/glibc-2.14.1-tzfile-overflow.patch)
  glibc/repos/core-i686/glibc-__i686.patch
(from rev 145252, glibc/repos/testing-i686/glibc-__i686.patch)
  glibc/repos/core-i686/glibc.install
(from rev 145252, glibc/repos/testing-i686/glibc.install)
  glibc/repos/core-i686/locale-gen
(from rev 145252, glibc/repos/testing-i686/locale-gen)
  glibc/repos/core-i686/locale.gen.txt
(from rev 145252, glibc/repos/testing-i686/locale.gen.txt)
  glibc/repos/core-i686/nscd
(from rev 145252, glibc/repos/testing-i686/nscd)
Deleted:
  glibc/repos/core-i686/PKGBUILD
  glibc/repos/core-i686/glibc-2.10-bz4781.patch
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-i686/glibc-2.12.1-static-shared-getpagesize.patch
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-i686/glibc-2.13-futex.patch
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-i686/glibc-2.14-revert-4768ae77.patch
  glibc/repos/core-i686/glibc-__i686.patch
  glibc/repos/core-i686/glibc.install
  glibc/repos/core-i686/locale-gen
  glibc/repos/core-i686/locale.gen.txt
  glibc/repos/core-i686/nscd
  glibc/repos/testing-i686/

+
 PKGBUILD   |  415 +++
 glibc-2.10-bz4781.patch|   84 +--
 glibc-2.10-dont-build-timezone.patch   |   26 
 glibc-2.12.1-static-shared-getpagesize.patch   |   22 
 glibc-2.12.2-ignore-origin-of-privileged-program.patch |   52 -
 glibc-2.13-futex.patch |   62 +-
 glibc-2.14-libdl-crash.patch   |  264 -
 glibc-2.14-reexport-rpc-interface.patch|   52 -
 glibc-2.14-reinstall-nis-rpc-headers.patch |   56 +-
 glibc-2.14-revert-4768ae77.patch   |   74 +-
 glibc-2.14.1-tzfile-overflow.patch |   72 ++
 glibc-__i686.patch |   26 
 glibc.install  |   40 -
 locale-gen |   84 +--
 locale.gen.txt |   46 -
 nscd   |   80 +-
 16 files changed, 767 insertions(+), 688 deletions(-)

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


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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 06:55:23
  Author: allan
Revision: 145254

db-move: moved glibc from [testing] to [core] (x86_64)

Added:
  glibc/repos/core-x86_64/PKGBUILD
(from rev 145252, glibc/repos/testing-x86_64/PKGBUILD)
  glibc/repos/core-x86_64/glibc-2.10-bz4781.patch
(from rev 145252, glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch)
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.12.1-static-shared-getpagesize.patch)
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-x86_64/glibc-2.13-futex.patch
(from rev 145252, glibc/repos/testing-x86_64/glibc-2.13-futex.patch)
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
(from rev 145252, glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/core-x86_64/glibc-2.14.1-tzfile-overflow.patch
(from rev 145252, 
glibc/repos/testing-x86_64/glibc-2.14.1-tzfile-overflow.patch)
  glibc/repos/core-x86_64/glibc-__i686.patch
(from rev 145252, glibc/repos/testing-x86_64/glibc-__i686.patch)
  glibc/repos/core-x86_64/glibc.install
(from rev 145252, glibc/repos/testing-x86_64/glibc.install)
  glibc/repos/core-x86_64/locale-gen
(from rev 145252, glibc/repos/testing-x86_64/locale-gen)
  glibc/repos/core-x86_64/locale.gen.txt
(from rev 145252, glibc/repos/testing-x86_64/locale.gen.txt)
  glibc/repos/core-x86_64/nscd
(from rev 145252, glibc/repos/testing-x86_64/nscd)
Deleted:
  glibc/repos/core-x86_64/PKGBUILD
  glibc/repos/core-x86_64/glibc-2.10-bz4781.patch
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-x86_64/glibc-2.13-futex.patch
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-x86_64/glibc-2.14-revert-4768ae77.patch
  glibc/repos/core-x86_64/glibc-__i686.patch
  glibc/repos/core-x86_64/glibc.install
  glibc/repos/core-x86_64/locale-gen
  glibc/repos/core-x86_64/locale.gen.txt
  glibc/repos/core-x86_64/nscd
  glibc/repos/testing-x86_64/

+
 PKGBUILD   |  415 +++
 glibc-2.10-bz4781.patch|   84 +--
 glibc-2.10-dont-build-timezone.patch   |   26 
 glibc-2.12.1-static-shared-getpagesize.patch   |   22 
 glibc-2.12.2-ignore-origin-of-privileged-program.patch |   52 -
 glibc-2.13-futex.patch |   62 +-
 glibc-2.14-libdl-crash.patch   |  264 -
 glibc-2.14-reexport-rpc-interface.patch|   52 -
 glibc-2.14-reinstall-nis-rpc-headers.patch |   56 +-
 glibc-2.14-revert-4768ae77.patch   |   74 +-
 glibc-2.14.1-tzfile-overflow.patch |   72 ++
 glibc-__i686.patch |   26 
 glibc.install  |   40 -
 locale-gen |   84 +--
 locale.gen.txt |   46 -
 nscd   |   80 +-
 16 files changed, 767 insertions(+), 688 deletions(-)

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


[arch-commits] Commit in xulrunner/trunk (PKGBUILD mozilla-pkgconfig.patch)

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 06:57:01
  Author: ibiru
Revision: 145255

update to 9.0

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozilla-pkgconfig.patch

-+
 PKGBUILD|   25 -
 mozilla-pkgconfig.patch |   46 +-
 2 files changed, 29 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 11:55:23 UTC (rev 145254)
+++ PKGBUILD2011-12-20 11:57:01 UTC (rev 145255)
@@ -2,23 +2,22 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=8.0
-_ffoxver=8.0
-pkgrel=2
+pkgver=9.0
+pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 'libvpx')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite3=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa')
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch)
 options=('!emptydirs')
 replaces=('xulrunner-oss')
-md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+md5sums=('d8d0c8c79660752b02d9e9ab69a68f94'
  '8dfb78c5bd0581c8cf4753813132bf0b'
- '639ea80e823543dd415b90c0ee804186')
+ '27271ce647a83906ef7a24605e840d61')
 
 build() {
   cd $srcdir/mozilla-release
@@ -27,7 +26,8 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
 
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
+  export PYTHON=/usr/bin/python2
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
 }
@@ -36,10 +36,17 @@
   cd $srcdir/mozilla-release
   make -j1 -f client.mk DESTDIR=$pkgdir install
 
+  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
+
   # add xulrunner library path to ld.so.conf
   install -d $pkgdir/etc/ld.so.conf.d
   echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
 
   chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
   sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py
 }

Modified: mozilla-pkgconfig.patch
===
--- mozilla-pkgconfig.patch 2011-12-20 11:55:23 UTC (rev 145254)
+++ mozilla-pkgconfig.patch 2011-12-20 11:57:01 UTC (rev 145255)
@@ -1,6 +1,6 @@
-diff -Nur mozilla-2.0.orig/xulrunner/installer/libxul-embedding.pc.in 
mozilla-2.0/xulrunner/installer/libxul-embedding.pc.in
 mozilla-2.0.orig/xulrunner/installer/libxul-embedding.pc.in
2011-03-03 14:12:04.0 -0800
-+++ mozilla-2.0/xulrunner/installer/libxul-embedding.pc.in 2011-03-13 
03:25:12.350027359 -0700
+diff -Nur mozilla-release.orig/xulrunner/installer/libxul-embedding.pc.in 
mozilla-release/xulrunner/installer/libxul-embedding.pc.in
+--- mozilla-release.orig/xulrunner/installer/libxul-embedding.pc.in
2011-12-19 22:11:38.15674 +
 mozilla-release/xulrunner/installer/libxul-embedding.pc.in 2011-12-19 
22:14:35.095147521 +
 @@ -6,5 +6,6 @@
  Name: libxul-embedding
  Description: Static library for version-independent embedding of the Mozilla 
runtime
@@ -8,9 +8,9 @@
 +Requires: %NSPR_NAME% = %NSPR_VERSION%
  Libs: -L${sdkdir}/lib -lxpcomglue -ldl
  Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
-diff -Nur mozilla-2.0.orig/xulrunner/installer/libxul.pc.in 
mozilla-2.0/xulrunner/installer/libxul.pc.in
 mozilla-2.0.orig/xulrunner/installer/libxul.pc.in  2011-03-03 
14:12:04.0 -0800
-+++ mozilla-2.0/xulrunner/installer/libxul.pc.in   2011-03-13 
03:25:28.010027359 -0700
+diff -Nur 

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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 06:59:26
  Author: ibiru
Revision: 145256

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

Added:
  xulrunner/repos/testing-i686/
  xulrunner/repos/testing-i686/PKGBUILD
(from rev 145255, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/testing-i686/mozconfig
(from rev 145255, xulrunner/trunk/mozconfig)
  xulrunner/repos/testing-i686/mozilla-pkgconfig.patch
(from rev 145255, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/testing-x86_64/
  xulrunner/repos/testing-x86_64/PKGBUILD
(from rev 145255, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/testing-x86_64/mozconfig
(from rev 145255, xulrunner/trunk/mozconfig)
  xulrunner/repos/testing-x86_64/mozilla-pkgconfig.patch
(from rev 145255, xulrunner/trunk/mozilla-pkgconfig.patch)

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/mozconfig |   38 ++
 testing-i686/mozilla-pkgconfig.patch   |   40 +++
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/mozconfig   |   38 ++
 testing-x86_64/mozilla-pkgconfig.patch |   40 +++
 6 files changed, 260 insertions(+)

Copied: xulrunner/repos/testing-i686/PKGBUILD (from rev 145255, 
xulrunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-20 11:59:26 UTC (rev 145256)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=9.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite3=3.7.4' 'libnotify' 'libvpx' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('d8d0c8c79660752b02d9e9ab69a68f94'
+ '8dfb78c5bd0581c8cf4753813132bf0b'
+ '27271ce647a83906ef7a24605e840d61')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
+
+  # add xulrunner library path to ld.so.conf
+  install -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
+
+  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/header.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/typelib.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpidl.py
+}

Copied: xulrunner/repos/testing-i686/mozconfig (from rev 145255, 
xulrunner/trunk/mozconfig)
===
--- testing-i686/mozconfig  (rev 0)
+++ testing-i686/mozconfig  2011-12-20 11:59:26 UTC (rev 145256)
@@ -0,0 +1,38 @@
+. $topsrcdir/xulrunner/config/mozconfig
+
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+
+# System libraries
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --with-system-png
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
+ac_add_options --enable-system-cairo
+ac_add_options --enable-system-pixman
+ac_add_options --with-pthreads
+
+# Features
+ac_add_options --enable-safe-browsing
+ac_add_options --enable-startup-notification
+ac_add_options --enable-gio
+

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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 11:46:14
  Author: ibiru
Revision: 145257

initial commit

Added:
  npapi-sdk/
  npapi-sdk/trunk/
  npapi-sdk/trunk/PKGBUILD

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

Added: npapi-sdk/trunk/PKGBUILD
===
--- npapi-sdk/trunk/PKGBUILD(rev 0)
+++ npapi-sdk/trunk/PKGBUILD2011-12-20 16:46:14 UTC (rev 145257)
@@ -0,0 +1,24 @@
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=npapi-sdk
+pkgver=0.27
+pkgrel=1
+pkgdesc=Netscape Plugin API (NPAPI)
+arch=(any)
+url=https://github.com/mgorny/npapi-sdk/;
+license=('MPL')
+source=(https://github.com/downloads/mgorny/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('b5e63f4452ddd6351d29333951fb1640')
+
+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: npapi-sdk/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 11:48:11
  Author: ibiru
Revision: 145258

archrelease: copy trunk to extra-any

Added:
  npapi-sdk/repos/
  npapi-sdk/repos/extra-any/
  npapi-sdk/repos/extra-any/PKGBUILD
(from rev 145257, npapi-sdk/trunk/PKGBUILD)

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

Copied: npapi-sdk/repos/extra-any/PKGBUILD (from rev 145257, 
npapi-sdk/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2011-12-20 16:48:11 UTC (rev 145258)
@@ -0,0 +1,24 @@
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=npapi-sdk
+pkgver=0.27
+pkgrel=1
+pkgdesc=Netscape Plugin API (NPAPI)
+arch=(any)
+url=https://github.com/mgorny/npapi-sdk/;
+license=('MPL')
+source=(https://github.com/downloads/mgorny/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('b5e63f4452ddd6351d29333951fb1640')
+
+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 xfwm4/trunk (PKGBUILD)

2011-12-20 Thread Evangelos Foutras
Date: Tuesday, December 20, 2011 @ 12:22:46
  Author: foutrelis
Revision: 145259

upgpkg: xfwm4 4.8.3-1

New upstream release.

Modified:
  xfwm4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 16:48:11 UTC (rev 145258)
+++ PKGBUILD2011-12-20 17:22:46 UTC (rev 145259)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfwm4
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc=Xfce window manager
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha1sums=('7822408eaddd9fc4937d9e6825eda7d56dc46b06')
+sha256sums=('0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-12-20 Thread Evangelos Foutras
Date: Tuesday, December 20, 2011 @ 12:23:04
  Author: foutrelis
Revision: 145260

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

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

+
 extra-i686/PKGBUILD|   80 ++-
 extra-i686/xfwm4.install   |   24 ++--
 extra-x86_64/PKGBUILD  |   80 ++-
 extra-x86_64/xfwm4.install |   24 ++--
 4 files changed, 108 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-20 17:22:46 UTC (rev 145259)
+++ extra-i686/PKGBUILD 2011-12-20 17:23:04 UTC (rev 145260)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.8.2
-pkgrel=1
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.xfce.org/;
-groups=('xfce4')
-depends=(libxfce4ui 'libwnck' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('41b730d5abf39a69fc3b221728ddaa75')
-sha1sums=('7822408eaddd9fc4937d9e6825eda7d56dc46b06')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --enable-startup-notification \
-   --enable-randr \
-   --enable-compositor \
-   --enable-xsync \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfwm4/repos/extra-i686/PKGBUILD (from rev 145259, xfwm4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-20 17:23:04 UTC (rev 145260)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfwm4
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=Xfce window manager
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-startup-notification \
+--enable-randr \
+--enable-compositor \
+--enable-xsync \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfwm4.install
===
--- extra-i686/xfwm4.install2011-12-20 17:22:46 UTC (rev 145259)
+++ extra-i686/xfwm4.install2011-12-20 17:23:04 UTC (rev 145260)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfwm4/repos/extra-i686/xfwm4.install (from rev 145259, 
xfwm4/trunk/xfwm4.install)
===
--- extra-i686/xfwm4.install(rev 0)
+++ extra-i686/xfwm4.install2011-12-20 17:23:04 UTC (rev 145260)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-20 17:22:46 UTC (rev 145259)
+++ extra-x86_64/PKGBUILD   2011-12-20 17:23:04 UTC (rev 145260)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.8.2
-pkgrel=1
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.xfce.org/;

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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 12:29:53
  Author: ibiru
Revision: 145261

update to 9.0

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 17:23:04 UTC (rev 145260)
+++ PKGBUILD2011-12-20 17:29:53 UTC (rev 145261)
@@ -86,7 +86,7 @@
 'firefox-i18n-zh-cn'
 'firefox-i18n-zh-tw'
 'firefox-i18n-zu')
-pkgver=8.0.1
+pkgver=9.0
 pkgrel=1
 arch=('any')
 license=('MPL')
@@ -745,83 +745,83 @@
   cd ${srcdir}
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi
 }
-md5sums=('5b1c43403536a14bac580a6b82f812ef'
- '6aa24b53ff5eb0216f94eb128d324d42'
- '552819c0e83dc6ba0c737ed0019441d1'
- '7c22111561ea8c19debcd0d3592a0946'
- '5f884aa4609839520804d62d285ec020'
- 'ec5f32ec7b3a96ca07ae09566ac8dbc4'
- 'd9848138fe83d670760e99867d5ab0bd'
- '05faff1d3166bec7fc33e784a44ea101'
- '7af6dc3eff6053227ee63d2744be8408'
- 'bad06da5d500d072a523fe132a11da53'
- '62c12a59645fc2e83503e4776b1e24d8'
- 'd3e86ebda047eb94ca8dc9a8c330bded'
- 'ce4e412569287ffc2699de1e660697c8'
- 'a30e57a681f61d6d663ba85aef57b5ed'
- 'f26b9285a2b371eb355981e255b0df4e'
- '98fb4050fb6ff2a4c6cd8838a8087f03'
- '2b8db3c64c0b0625d7040c52e0796c3b'
- 'bb492a543a49e88d82dc14f8a3987b11'
- '2c8767f163075a46bccf82603ee0f03b'
- '4696261985f1a75dd38e849d2c12db86'
- '006ee5d8679f59476b874fc0cc0a2fbd'
- '2a1afc652448d994f6abd6d9eb85c60a'
- '74c794d4ea5ab455adf85b4513fa7a11'
- '4b59cd4d361a6fb08833d5a4f7a823bc'
- 'd45f531ec74de1e25390371c3203a24c'
- '5746444f7986a3c3f01748b3b61909b5'
- 'c86f2be5340c2d8c4ea205cb2124ca54'
- 'e127ef6ba856a1003af0460ad800866d'
- 'f38387c4ab5a357e7dc182573b189eba'
- '2a6682e9a0b8ce1cd07b483b0bf77755'
- '7c38ae9589e47dabadabb7099b509488'
- 'da7bca9710f26b45d1151565b4f8bc0e'
- '009d7b8c18bc8d7c3585dee1c9cb0444'
- '2e6380f510ab9867f5f4b90112dd02a4'
- 'e68a734359207affe6ae524f752ce59e'
- '64e11d139d695563cf5ba9c1728b3017'
- '674a69c9b98caa4339835e5d352d3c83'
- 'a2b18002a9339008a4c7427065651d25'
- '91f86ba47cef6db1094cf1665485aeea'
- '5009289f8ce65d1f63b3843979dbcdb3'
- 'fa9e8142bf2e48adffb68d158a24da3d'
- 'fe6e08d999cfff49bc99f34e0b6a8d2a'
- '63e50408a348fb58ff26699450352151'
- '1e28d1e3b58bc12e7342ea090bda280d'
- 'e4cdfc92c0cf75627561bdd7ab933f83'
- '193ecb021ad6a7cf29228f0a62d00558'
- '5cece5d88e3264f921189e14f0e7'
- '51eb0219d267fcb275ed3ff8d4696d31'
- '7a85412a2e8fe92a63515283b44ad8bd'
- '363640820a0ba116815e9dd6520d9a01'
- '5bb16cbdbbeddbb90355aa474317fd91'
- '7631e7df2855bf417219bcd95318ac61'
- 'dbc4efc3bc3f040785032e55f8853435'
- '2ea62e4f09acc31ca8ac0a171b6b9446'
- '4db83dd13442f33cabf62b30efeaf230'
- 'bdda6cb93accd3e8533da70b55037710'
- 'a457654fef6629116833d602b05bb7d4'
- 'c153011de4d4abb68ac0f03fa91fe2a0'
- '31ab4ae4237eab52f5e76706f5f9ca73'
- '81fea390132b03a29485ead36fb21f34'
- '5d150250ac740ccf84958d84e671184e'
- '645e4dc0565c9d8382f6ded03911ebeb'
- 'af983e9b42c9307ba617459f7780e93b'
- '9eeb034d1460b6c186b8b9e59461a4db'
- '500d2e03c3855ed023f5ef617490cc49'
- '0430e7536a3e93a3d0f8647d3bc18e66'
- '5c2d2ea67c3e6a004fe76ab7073606e3'
- '4f0c8bedbd9244790dea80cfff4c2e24'
- 'b995d7c8af7da885147739db8fa753a8'
- '61696d1df940c45489036adbb09dda25'
- 'c92ecff4d3533b0e8bc22ffed67a069f'
- '75a2aafc2459a12bf2f93e755d9bc815'
- '830584cbabcf8088cea9ac80439cc830'
- 'c4ba410e2bcb540bb070869b156f4e8e'
- '3ba3bd3fd397ad4418a143c1c9cdee61'
- '880602ae8c8664e152f802638d968f92'
- '85073928feb19d184dc7dc54641e4496'
- 'b54bca75efa2b8189d2fddbdb8887400'
- '484da087c467e509db8bcb3dc405c964'
- '13ef3b4566e9b5b7e251260b847007d3')
+md5sums=('bca5870e39bd998fa0ee1ce5da0d4571'
+ '5e214e80309bd444b33eee9a3091fa6a'
+ 'c70ef5e0336bf6bba103b92e91423dc4'
+ '8f000d54c35783c59f31ff7fcde46fab'
+ 'b494c1df7c3952e37623ab8692f82eab'
+ '175e38bdba2d3240588f360ee4b9de55'
+ 'f3c737c576eef0bda0a68f0dade5382f'
+ '1d12391587b21a71cceb8384bda86b11'
+ 'ba8856c8956a3c067f93b7299c30415d'
+ '606072b6485955a77a6b627e685b4ea7'
+ 'e8e246c9df51fd65adb7996544c2f0cd'
+ '7a618af262fa39670f2cd805821c6f52'
+ 'b2b1df5dbc0908abc790ea630f9484db'
+ 

[arch-commits] Commit in firefox-i18n/repos (3 files)

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 12:30:44
  Author: ibiru
Revision: 145262

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 145261, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/testing-any/firefox-i18n.install
(from rev 145261, firefox-i18n/trunk/firefox-i18n.install)

--+
 PKGBUILD |  827 +
 firefox-i18n.install |8 
 2 files changed, 835 insertions(+)

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 145261, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-12-20 17:30:44 UTC (rev 145262)
@@ -0,0 +1,827 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Michal Hybner dta...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=firefox-i18n
+pkgname=('firefox-i18n'
+'firefox-i18n-af'
+'firefox-i18n-ak'
+'firefox-i18n-ar'
+'firefox-i18n-ast'
+'firefox-i18n-be'
+'firefox-i18n-bg'
+'firefox-i18n-bn-bd'
+'firefox-i18n-bn-in'
+'firefox-i18n-br'
+'firefox-i18n-bs'
+'firefox-i18n-ca'
+'firefox-i18n-cs'
+'firefox-i18n-cy'
+'firefox-i18n-da'
+'firefox-i18n-de'
+'firefox-i18n-el'
+'firefox-i18n-en-gb'
+'firefox-i18n-eo'
+'firefox-i18n-es-ar'
+'firefox-i18n-es-cl'
+'firefox-i18n-es-es'
+'firefox-i18n-es-mx'
+'firefox-i18n-et'
+'firefox-i18n-eu'
+'firefox-i18n-fa'
+'firefox-i18n-fi'
+'firefox-i18n-fr'
+'firefox-i18n-fy-nl'
+'firefox-i18n-ga-ie'
+'firefox-i18n-gl'
+'firefox-i18n-gu-in'
+'firefox-i18n-he'
+'firefox-i18n-hi-in'
+'firefox-i18n-hr'
+'firefox-i18n-hu'
+'firefox-i18n-hy-am'
+'firefox-i18n-id'
+'firefox-i18n-is'
+'firefox-i18n-it'
+'firefox-i18n-ja'
+'firefox-i18n-kk'
+'firefox-i18n-kn'
+'firefox-i18n-ko'
+'firefox-i18n-ku'
+'firefox-i18n-lg'
+'firefox-i18n-lt'
+'firefox-i18n-lv'
+'firefox-i18n-mai'
+'firefox-i18n-mk'
+'firefox-i18n-ml'
+'firefox-i18n-mr'
+'firefox-i18n-nb-no'
+'firefox-i18n-nl'
+'firefox-i18n-nn-no'
+'firefox-i18n-nso'
+'firefox-i18n-or'
+'firefox-i18n-pa-in'
+'firefox-i18n-pl'
+'firefox-i18n-pt-br'
+'firefox-i18n-pt-pt'
+'firefox-i18n-rm'
+'firefox-i18n-ro'
+'firefox-i18n-ru'
+'firefox-i18n-si'
+'firefox-i18n-sk'
+'firefox-i18n-sl'
+'firefox-i18n-son'
+'firefox-i18n-sq'
+'firefox-i18n-sr'
+'firefox-i18n-sv-se'
+'firefox-i18n-ta-lk'
+'firefox-i18n-ta'
+'firefox-i18n-te'
+'firefox-i18n-th'
+'firefox-i18n-tr'
+'firefox-i18n-uk'
+'firefox-i18n-vi'
+'firefox-i18n-zh-cn'
+'firefox-i18n-zh-tw'
+'firefox-i18n-zu')
+pkgver=9.0
+pkgrel=1
+arch=('any')
+license=('MPL')
+url=http://www.mozilla.com/;
+depends=(firefox=${pkgver})
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
+
+source=(firefox-i18n-$pkgver-af.xpi::$_url/af.xpi
+firefox-i18n-$pkgver-ak.xpi::$_url/ak.xpi
+firefox-i18n-$pkgver-ar.xpi::$_url/ar.xpi
+firefox-i18n-$pkgver-ast.xpi::$_url/ast.xpi
+firefox-i18n-$pkgver-be.xpi::$_url/be.xpi
+firefox-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+firefox-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+firefox-i18n-$pkgver-bn-IN.xpi::$_url/bn-IN.xpi
+firefox-i18n-$pkgver-br.xpi::$_url/br.xpi
+firefox-i18n-$pkgver-bs.xpi::$_url/bs.xpi
+firefox-i18n-$pkgver-ca.xpi::$_url/ca.xpi
+firefox-i18n-$pkgver-cs.xpi::$_url/cs.xpi
+firefox-i18n-$pkgver-cy.xpi::$_url/cy.xpi
+firefox-i18n-$pkgver-da.xpi::$_url/da.xpi
+firefox-i18n-$pkgver-de.xpi::$_url/de.xpi
+firefox-i18n-$pkgver-el.xpi::$_url/el.xpi
+firefox-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
+firefox-i18n-$pkgver-eo.xpi::$_url/eo.xpi
+firefox-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
+firefox-i18n-$pkgver-es-CL.xpi::$_url/es-CL.xpi
+firefox-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
+firefox-i18n-$pkgver-es-MX.xpi::$_url/es-MX.xpi
+firefox-i18n-$pkgver-et.xpi::$_url/et.xpi
+firefox-i18n-$pkgver-eu.xpi::$_url/eu.xpi
+firefox-i18n-$pkgver-fa.xpi::$_url/fa.xpi
+firefox-i18n-$pkgver-fi.xpi::$_url/fi.xpi
+firefox-i18n-$pkgver-fr.xpi::$_url/fr.xpi
+firefox-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
+firefox-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
+firefox-i18n-$pkgver-gl.xpi::$_url/gl.xpi
+firefox-i18n-$pkgver-gu-IN.xpi::$_url/gu-IN.xpi
+firefox-i18n-$pkgver-he.xpi::$_url/he.xpi
+firefox-i18n-$pkgver-hi-IN.xpi::$_url/hi-IN.xpi
+

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

2011-12-20 Thread Ray Rashif
Date: Tuesday, December 20, 2011 @ 13:08:29
  Author: schiv
Revision: 145263

upgpkg: jack 0.121.3-5

remove previous backup file; FS#27352

Added:
  jack/trunk/jack.install
Modified:
  jack/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 jack.install |5 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 17:30:44 UTC (rev 145262)
+++ PKGBUILD2011-12-20 18:08:29 UTC (rev 145263)
@@ -6,7 +6,7 @@
 pkgname=jack
 _longname=jack-audio-connection-kit
 pkgver=0.121.3
-pkgrel=4
+pkgrel=5
 pkgdesc=A low-latency audio server
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -20,6 +20,7 @@
 provides=($_longname=$pkgver)
 conflicts=($_longname)
 replaces=($_longname)
+install=$pkgname.install
 source=(http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz;
 '99-audio.conf'
 '40-hpet-permissions.rules')

Added: jack.install
===
--- jack.install(rev 0)
+++ jack.install2011-12-20 18:08:29 UTC (rev 145263)
@@ -0,0 +1,5 @@
+post_upgrade() {
+   rm -f etc/security/limits.d/99-realtime.conf
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-12-20 Thread Ray Rashif
Date: Tuesday, December 20, 2011 @ 13:09:32
  Author: schiv
Revision: 145264

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

Added:
  jack/repos/extra-i686/40-hpet-permissions.rules
(from rev 145263, jack/trunk/40-hpet-permissions.rules)
  jack/repos/extra-i686/99-audio.conf
(from rev 145263, jack/trunk/99-audio.conf)
  jack/repos/extra-i686/PKGBUILD
(from rev 145263, jack/trunk/PKGBUILD)
  jack/repos/extra-i686/jack.install
(from rev 145263, jack/trunk/jack.install)
  jack/repos/extra-x86_64/40-hpet-permissions.rules
(from rev 145263, jack/trunk/40-hpet-permissions.rules)
  jack/repos/extra-x86_64/99-audio.conf
(from rev 145263, jack/trunk/99-audio.conf)
  jack/repos/extra-x86_64/PKGBUILD
(from rev 145263, jack/trunk/PKGBUILD)
  jack/repos/extra-x86_64/jack.install
(from rev 145263, jack/trunk/jack.install)
Deleted:
  jack/repos/extra-i686/40-hpet-permissions.rules
  jack/repos/extra-i686/99-audio.conf
  jack/repos/extra-i686/PKGBUILD
  jack/repos/extra-x86_64/40-hpet-permissions.rules
  jack/repos/extra-x86_64/99-audio.conf
  jack/repos/extra-x86_64/PKGBUILD

+
 extra-i686/40-hpet-permissions.rules   |4 -
 extra-i686/99-audio.conf   |4 -
 extra-i686/PKGBUILD|  115 +++
 extra-i686/jack.install|5 +
 extra-x86_64/40-hpet-permissions.rules |4 -
 extra-x86_64/99-audio.conf |4 -
 extra-x86_64/PKGBUILD  |  115 +++
 extra-x86_64/jack.install  |5 +
 8 files changed, 134 insertions(+), 122 deletions(-)

Deleted: extra-i686/40-hpet-permissions.rules
===
--- extra-i686/40-hpet-permissions.rules2011-12-20 18:08:29 UTC (rev 
145263)
+++ extra-i686/40-hpet-permissions.rules2011-12-20 18:09:32 UTC (rev 
145264)
@@ -1,2 +0,0 @@
-KERNEL==rtc0, GROUP=audio
-KERNEL==hpet, GROUP=audio

Copied: jack/repos/extra-i686/40-hpet-permissions.rules (from rev 145263, 
jack/trunk/40-hpet-permissions.rules)
===
--- extra-i686/40-hpet-permissions.rules(rev 0)
+++ extra-i686/40-hpet-permissions.rules2011-12-20 18:09:32 UTC (rev 
145264)
@@ -0,0 +1,2 @@
+KERNEL==rtc0, GROUP=audio
+KERNEL==hpet, GROUP=audio

Deleted: extra-i686/99-audio.conf
===
--- extra-i686/99-audio.conf2011-12-20 18:08:29 UTC (rev 145263)
+++ extra-i686/99-audio.conf2011-12-20 18:09:32 UTC (rev 145264)
@@ -1,2 +0,0 @@
-@audio - rtprio99
-@audio - memlock   unlimited

Copied: jack/repos/extra-i686/99-audio.conf (from rev 145263, 
jack/trunk/99-audio.conf)
===
--- extra-i686/99-audio.conf(rev 0)
+++ extra-i686/99-audio.conf2011-12-20 18:09:32 UTC (rev 145264)
@@ -0,0 +1,2 @@
+@audio - rtprio99
+@audio - memlock   unlimited

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-20 18:08:29 UTC (rev 145263)
+++ extra-i686/PKGBUILD 2011-12-20 18:09:32 UTC (rev 145264)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: tobias tob...@archlinux.net
-# Contributor: Robert Emil Berge rob...@rebi.no
-
-pkgname=jack
-_longname=jack-audio-connection-kit
-pkgver=0.121.3
-pkgrel=4
-pkgdesc=A low-latency audio server
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libsamplerate' 'readline')
-makedepends=('doxygen' 'libffado' 'celt')
-optdepends=('libffado: FireWire support'
-'celt: NetJACK driver')
-url=http://jackaudio.org/;
-backup=(etc/security/limits.d/99-audio.conf)
-options=('!libtool')
-provides=($_longname=$pkgver)
-conflicts=($_longname)
-replaces=($_longname)
-source=(http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz;
-'99-audio.conf'
-'40-hpet-permissions.rules')
-md5sums=('35f470f7422c37b33eb965033f7a42e8'
- 'ae65b7c9ebe0fff6c918ba9d97ae342d'
- '471aad533ff56c5d3cbbf65ce32cadef')
-
-build() {
-  cd $srcdir/$_longname-$pkgver
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$_longname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # configure realtime access/scheduling
-  # see https://bugs.archlinux.org/task/26343
-  install -Dm644 $srcdir/99-audio.conf \
-$pkgdir/etc/security/limits.d/99-audio.conf
-
-  install -Dm644 $srcdir/40-hpet-permissions.rules \
-$pkgdir/lib/udev/rules.d/40-hpet-permissions.rules
-
-  # install a missing header forgotten by upstream
-  # see https://bugs.archlinux.org/task/26865
-  install -Dm644 $srcdir/$_longname-$pkgver/jack/jslist.h \
-

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

2011-12-20 Thread Jan Steffens
Date: Tuesday, December 20, 2011 @ 13:54:26
  Author: heftig
Revision: 145265

0.9.6

Modified:
  liboauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 18:09:32 UTC (rev 145264)
+++ PKGBUILD2011-12-20 18:54:26 UTC (rev 145265)
@@ -4,8 +4,8 @@
 # Contributor: Martin Häger martin.hae...@gmail.com
 
 pkgname=liboauth
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc='C library implementing OAuth Core RFC 5849'
 arch=('i686' 'x86_64')
 url='http://liboauth.sourceforge.net'
@@ -13,7 +13,7 @@
 depends=('curl')
 options=('!libtool')
 source=($url/pool/$pkgname-$pkgver.tar.gz)
-sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
+sha256sums=('9fa0f9d86ac4fbdd8c17d4c242ceef33096e8cf3b1834d9198ccc0cbf8b0f207')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-12-20 Thread Jan Steffens
Date: Tuesday, December 20, 2011 @ 13:56:18
  Author: heftig
Revision: 145266

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-20 18:54:26 UTC (rev 145265)
+++ extra-i686/PKGBUILD 2011-12-20 18:56:18 UTC (rev 145266)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Martin Häger martin.hae...@gmail.com
-
-pkgname=liboauth
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='C library implementing OAuth Core RFC 5849'
-arch=('i686' 'x86_64')
-url='http://liboauth.sourceforge.net'
-license=('MIT')
-depends=('curl')
-options=('!libtool')
-source=($url/pool/$pkgname-$pkgver.tar.gz)
-sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: liboauth/repos/extra-i686/PKGBUILD (from rev 145265, 
liboauth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-20 18:56:18 UTC (rev 145266)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Martin Häger martin.hae...@gmail.com
+
+pkgname=liboauth
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=($url/pool/$pkgname-$pkgver.tar.gz)
+sha256sums=('9fa0f9d86ac4fbdd8c17d4c242ceef33096e8cf3b1834d9198ccc0cbf8b0f207')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-20 18:54:26 UTC (rev 145265)
+++ extra-x86_64/PKGBUILD   2011-12-20 18:56:18 UTC (rev 145266)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Martin Häger martin.hae...@gmail.com
-
-pkgname=liboauth
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='C library implementing OAuth Core RFC 5849'
-arch=('i686' 'x86_64')
-url='http://liboauth.sourceforge.net'
-license=('MIT')
-depends=('curl')
-options=('!libtool')
-source=($url/pool/$pkgname-$pkgver.tar.gz)
-sha256sums=('77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: liboauth/repos/extra-x86_64/PKGBUILD (from rev 145265, 
liboauth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-20 18:56:18 UTC (rev 145266)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Martin Häger martin.hae...@gmail.com
+
+pkgname=liboauth
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=($url/pool/$pkgname-$pkgver.tar.gz)
+sha256sums=('9fa0f9d86ac4fbdd8c17d4c242ceef33096e8cf3b1834d9198ccc0cbf8b0f207')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in filesystem/repos (39 files)

2011-12-20 Thread Tom Gundersen
Date: Tuesday, December 20, 2011 @ 14:28:01
  Author: tomegun
Revision: 145267

db-move: moved filesystem from [testing] to [core] (any)

Added:
  filesystem/repos/core-any/PKGBUILD
(from rev 145266, filesystem/repos/testing-any/PKGBUILD)
  filesystem/repos/core-any/crypttab
(from rev 145266, filesystem/repos/testing-any/crypttab)
  filesystem/repos/core-any/filesystem.install
(from rev 145266, filesystem/repos/testing-any/filesystem.install)
  filesystem/repos/core-any/fstab
(from rev 145266, filesystem/repos/testing-any/fstab)
  filesystem/repos/core-any/group
(from rev 145266, filesystem/repos/testing-any/group)
  filesystem/repos/core-any/gshadow
(from rev 145266, filesystem/repos/testing-any/gshadow)
  filesystem/repos/core-any/host.conf
(from rev 145266, filesystem/repos/testing-any/host.conf)
  filesystem/repos/core-any/hosts
(from rev 145266, filesystem/repos/testing-any/hosts)
  filesystem/repos/core-any/issue
(from rev 145266, filesystem/repos/testing-any/issue)
  filesystem/repos/core-any/ld.so.conf
(from rev 145266, filesystem/repos/testing-any/ld.so.conf)
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
(from rev 145266, 
filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first)
  filesystem/repos/core-any/motd
(from rev 145266, filesystem/repos/testing-any/motd)
  filesystem/repos/core-any/nsswitch.conf
(from rev 145266, filesystem/repos/testing-any/nsswitch.conf)
  filesystem/repos/core-any/passwd
(from rev 145266, filesystem/repos/testing-any/passwd)
  filesystem/repos/core-any/profile
(from rev 145266, filesystem/repos/testing-any/profile)
  filesystem/repos/core-any/resolv.conf
(from rev 145266, filesystem/repos/testing-any/resolv.conf)
  filesystem/repos/core-any/securetty
(from rev 145266, filesystem/repos/testing-any/securetty)
  filesystem/repos/core-any/shadow
(from rev 145266, filesystem/repos/testing-any/shadow)
  filesystem/repos/core-any/shells
(from rev 145266, filesystem/repos/testing-any/shells)
Deleted:
  filesystem/repos/core-any/PKGBUILD
  filesystem/repos/core-any/crypttab
  filesystem/repos/core-any/filesystem.install
  filesystem/repos/core-any/fstab
  filesystem/repos/core-any/group
  filesystem/repos/core-any/gshadow
  filesystem/repos/core-any/host.conf
  filesystem/repos/core-any/hosts
  filesystem/repos/core-any/issue
  filesystem/repos/core-any/ld.so.conf
  filesystem/repos/core-any/modprobe.d.usb-load-ehci-first
  filesystem/repos/core-any/motd
  filesystem/repos/core-any/nsswitch.conf
  filesystem/repos/core-any/passwd
  filesystem/repos/core-any/profile
  filesystem/repos/core-any/resolv.conf
  filesystem/repos/core-any/securetty
  filesystem/repos/core-any/shadow
  filesystem/repos/core-any/shells
  filesystem/repos/testing-any/

+
 PKGBUILD   |  188 +++
 crypttab   |   66 ++---
 filesystem.install |  124 -
 fstab  |   10 +-
 group  |   62 ++--
 gshadow|   62 ++--
 host.conf  |   16 +--
 hosts  |   18 +--
 issue  |4 
 ld.so.conf |   14 +-
 modprobe.d.usb-load-ehci-first |4 
 nsswitch.conf  |   38 +++
 passwd |   14 +-
 profile|   54 +--
 resolv.conf|   16 +--
 securetty  |   30 +++---
 shadow |   14 +-
 shells |   16 +--
 18 files changed, 375 insertions(+), 375 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-12-20 18:56:18 UTC (rev 145266)
+++ core-any/PKGBUILD   2011-12-20 19:28:01 UTC (rev 145267)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=filesystem
-pkgver=2011.10
-pkgrel=1
-pkgdesc='Base filesystem'
-arch=('any')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-depends=('iana-etc' 'bash' 'coreutils')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
-'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
-'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
-source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
-'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 
'shells'
-'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
-md5sums=('772fe869b921698cc3e6fde73c4ac85a'
- '0132e8892ee2d0107fd8eb131c01a228'
- '13753e4e0964f3652b0cc60a28528bdf'
- '4c4540eeb748bf1f71d631b8c1dcf0b3'
- 'f28150d4c0b22a017be51b9f7f9977ed'
-   

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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 16:38:01
  Author: ibiru
Revision: 145268

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 145267, gtk3/repos/testing-i686/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 145267, gtk3/repos/testing-i686/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 145267, gtk3/repos/testing-i686/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/filechooserdefault_do_not_unref_value_twice.patch
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/moveresize.patch
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/testing-i686/

---+
 PKGBUILD  |   82 +---
 filechooserdefault_do_not_unref_value_twice.patch |   24 -
 gtk3.install  |   30 +++
 moveresize.patch  |   47 ---
 settings.ini  |4 
 5 files changed, 55 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-20 19:28:01 UTC (rev 145267)
+++ extra-i686/PKGBUILD 2011-12-20 21:38:01 UTC (rev 145268)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.2.2
-pkgrel=4
-pkgdesc=GTK+ is a multi-platform toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
-makedepends=('gobject-introspection')
-options=('!libtool' '!docs')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
-settings.ini
-filechooserdefault_do_not_unref_value_twice.patch
-moveresize.patch)
-sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'0d6b04d5fc12b7c08e0cff4b94d001d5c167a944b72579fb14fd6de2ee4ad9e6'
-'627f430ccecc95ec61d9a83607469e71e95568c077f7bda849a7fe1c02d0bea7')
-
-build() {
-cd $srcdir/gtk+-$pkgver
-patch -Np1 -i $srcdir/filechooserdefault_do_not_unref_value_twice.patch
-patch -Np1 -i $srcdir/moveresize.patch
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-package() {
-cd $srcdir/gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 145267, 
gtk3/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-20 21:38:01 UTC (rev 145268)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=GTK+ is a multi-platform toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool' '!docs')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('e2cf20f2510ebbc7be122a1a33dd1f472a7d06aaf16b4f2a63eb048cd9141d3d'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+cd $srcdir/gtk+-$pkgver
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd $srcdir/gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
+}

Deleted: extra-i686/filechooserdefault_do_not_unref_value_twice.patch
===
--- extra-i686/filechooserdefault_do_not_unref_value_twice.patch
2011-12-20 19:28:01 UTC (rev 145267)
+++ extra-i686/filechooserdefault_do_not_unref_value_twice.patch
2011-12-20 21:38:01 UTC (rev 145268)
@@ -1,24 +0,0 @@
-From 

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

2011-12-20 Thread Ionut Biru
Date: Tuesday, December 20, 2011 @ 16:38:03
  Author: ibiru
Revision: 145269

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

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 145267, gtk3/repos/testing-x86_64/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 145267, gtk3/repos/testing-x86_64/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 145267, gtk3/repos/testing-x86_64/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/filechooserdefault_do_not_unref_value_twice.patch
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/moveresize.patch
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/testing-x86_64/

---+
 PKGBUILD  |   82 +---
 filechooserdefault_do_not_unref_value_twice.patch |   24 -
 gtk3.install  |   30 +++
 moveresize.patch  |   47 ---
 settings.ini  |4 
 5 files changed, 55 insertions(+), 132 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-20 21:38:01 UTC (rev 145268)
+++ extra-x86_64/PKGBUILD   2011-12-20 21:38:03 UTC (rev 145269)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.2.2
-pkgrel=4
-pkgdesc=GTK+ is a multi-platform toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
-makedepends=('gobject-introspection')
-options=('!libtool' '!docs')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
-settings.ini
-filechooserdefault_do_not_unref_value_twice.patch
-moveresize.patch)
-sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'0d6b04d5fc12b7c08e0cff4b94d001d5c167a944b72579fb14fd6de2ee4ad9e6'
-'627f430ccecc95ec61d9a83607469e71e95568c077f7bda849a7fe1c02d0bea7')
-
-build() {
-cd $srcdir/gtk+-$pkgver
-patch -Np1 -i $srcdir/filechooserdefault_do_not_unref_value_twice.patch
-patch -Np1 -i $srcdir/moveresize.patch
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-package() {
-cd $srcdir/gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 145267, 
gtk3/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-20 21:38:03 UTC (rev 145269)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=GTK+ is a multi-platform toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool' '!docs')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('e2cf20f2510ebbc7be122a1a33dd1f472a7d06aaf16b4f2a63eb048cd9141d3d'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+cd $srcdir/gtk+-$pkgver
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd $srcdir/gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
+}

Deleted: extra-x86_64/filechooserdefault_do_not_unref_value_twice.patch
===
--- extra-x86_64/filechooserdefault_do_not_unref_value_twice.patch  
2011-12-20 21:38:01 UTC (rev 145268)
+++ extra-x86_64/filechooserdefault_do_not_unref_value_twice.patch  
2011-12-20 21:38:03 UTC 

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

2011-12-20 Thread Pierre Schmitz
Date: Tuesday, December 20, 2011 @ 17:21:12
  Author: pierre
Revision: 145270

upgpkg: devtools 20111220-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 21:38:03 UTC (rev 145269)
+++ PKGBUILD2011-12-20 22:21:12 UTC (rev 145270)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=2011
+pkgver=20111220
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('8e29f59c9b65d72878c028a0386ce51a'
- 'adba7a730f1ae24fb4a1ab9a31ae6794')
+md5sums=('2ee85a079f2cfbb851b1d75d0d3f4d86'
+ 'c0c35c6a202df277f25a61f9ffac9c1d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-12-20 Thread Pierre Schmitz
Date: Tuesday, December 20, 2011 @ 17:21:28
  Author: pierre
Revision: 145271

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 145270, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 145270, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-12-20 22:21:28 UTC (rev 145271)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20111220
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('2ee85a079f2cfbb851b1d75d0d3f4d86'
+ 'c0c35c6a202df277f25a61f9ffac9c1d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 20:10:52
  Author: allan
Revision: 145272

upgpkg: libjpeg-turbo 1.1.1-4

signing rebuild, add check function

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-20 22:21:28 UTC (rev 145271)
+++ PKGBUILD2011-12-21 01:10:52 UTC (rev 145272)
@@ -4,7 +4,7 @@
 
 pkgname=libjpeg-turbo
 pkgver=1.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
 arch=('i686' 'x86_64')
 url=http://libjpeg-turbo.virtualgl.org/;
@@ -19,16 +19,22 @@
 md5sums=('03b9c1406c7bfdc204313c2917ce6962')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
   make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make test
+}
+
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir/ install
   
   # provide jpegint.h as it is required by various software
   install -m644 jpegint.h $pkgdir/usr/include/
@@ -38,5 +44,5 @@
   rm $pkgdir/usr/include/turbojpeg.h
   rm $pkgdir/usr/bin/jpgtest
   
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/libjpeg-turbo/LICENSE
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/libjpeg-turbo/LICENSE
 }



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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 20:12:32
  Author: allan
Revision: 145273

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

Added:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
(from rev 145272, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 145272, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 01:10:52 UTC (rev 145272)
+++ extra-i686/PKGBUILD 2011-12-21 01:12:32 UTC (rev 145273)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-pkgname=libjpeg-turbo
-pkgver=1.1.1
-pkgrel=3
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
-arch=('i686' 'x86_64')
-url=http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('glibc')
-makedepends=('nasm')
-provides=('libjpeg=8.0.2')
-conflicts=('libjpeg')
-replaces=('libjpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('03b9c1406c7bfdc204313c2917ce6962')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  # provide jpegint.h as it is required by various software
-  install -m644 jpegint.h $pkgdir/usr/include/
-  
-  # do not distributre libturbojpeg as it is unversioned
-  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
-  rm $pkgdir/usr/include/turbojpeg.h
-  rm $pkgdir/usr/bin/jpgtest
-  
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/libjpeg-turbo/LICENSE
-}

Copied: libjpeg-turbo/repos/extra-i686/PKGBUILD (from rev 145272, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 01:12:32 UTC (rev 145273)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=libjpeg-turbo
+pkgver=1.1.1
+pkgrel=4
+pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
+arch=('i686' 'x86_64')
+url=http://libjpeg-turbo.virtualgl.org/;
+license=('GPL' 'custom')
+depends=('glibc')
+makedepends=('nasm')
+provides=('libjpeg=8.0.2')
+conflicts=('libjpeg')
+replaces=('libjpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('03b9c1406c7bfdc204313c2917ce6962')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  # provide jpegint.h as it is required by various software
+  install -m644 jpegint.h $pkgdir/usr/include/
+  
+  # do not distributre libturbojpeg as it is unversioned
+  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
+  rm $pkgdir/usr/include/turbojpeg.h
+  rm $pkgdir/usr/bin/jpgtest
+  
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/libjpeg-turbo/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-21 01:10:52 UTC (rev 145272)
+++ extra-x86_64/PKGBUILD   2011-12-21 01:12:32 UTC (rev 145273)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
-
-pkgname=libjpeg-turbo
-pkgver=1.1.1
-pkgrel=3
-pkgdesc=libjpeg derivative with accelerated baseline JPEG compression and 
decompression
-arch=('i686' 'x86_64')
-url=http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('glibc')
-makedepends=('nasm')
-provides=('libjpeg=8.0.2')
-conflicts=('libjpeg')
-replaces=('libjpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('03b9c1406c7bfdc204313c2917ce6962')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  # provide jpegint.h as it is required by various software
-  install -m644 jpegint.h $pkgdir/usr/include/
-  
-  # do not distributre libturbojpeg as it is unversioned
-  rm $pkgdir/usr/lib/libturbojpeg.{so,a}
-  rm $pkgdir/usr/include/turbojpeg.h
-  rm $pkgdir/usr/bin/jpgtest
-  

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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 20:18:40
  Author: allan
Revision: 145274

upgpkg: xdelta 1.1.4-4

signing rebuild

Modified:
  xdelta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 01:12:32 UTC (rev 145273)
+++ PKGBUILD2011-12-21 01:18:40 UTC (rev 145274)
@@ -4,7 +4,7 @@
 
 pkgname=xdelta
 pkgver=1.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc=binary file delta generator
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/xdelta/;



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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 20:19:51
  Author: allan
Revision: 145275

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

Added:
  xdelta/repos/extra-i686/PKGBUILD
(from rev 145274, xdelta/trunk/PKGBUILD)
  xdelta/repos/extra-i686/xdelta-1.1.4-aclocal.patch
(from rev 145274, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
  xdelta/repos/extra-x86_64/PKGBUILD
(from rev 145274, xdelta/trunk/PKGBUILD)
  xdelta/repos/extra-x86_64/xdelta-1.1.4-aclocal.patch
(from rev 145274, xdelta/trunk/xdelta-1.1.4-aclocal.patch)
Deleted:
  xdelta/repos/extra-i686/PKGBUILD
  xdelta/repos/extra-i686/xdelta-1.1.4-aclocal.patch
  xdelta/repos/extra-x86_64/PKGBUILD
  xdelta/repos/extra-x86_64/xdelta-1.1.4-aclocal.patch

-+
 extra-i686/PKGBUILD |   58 +++---
 extra-i686/xdelta-1.1.4-aclocal.patch   |   22 +--
 extra-x86_64/PKGBUILD   |   58 +++---
 extra-x86_64/xdelta-1.1.4-aclocal.patch |   22 +--
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 01:18:40 UTC (rev 145274)
+++ extra-i686/PKGBUILD 2011-12-21 01:19:51 UTC (rev 145275)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=xdelta
-pkgver=1.1.4
-pkgrel=3
-pkgdesc=binary file delta generator
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/xdelta/;
-license=('GPL')
-depends=('glib' 'zlib')
-options=('!libtool')
-source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
-xdelta-1.1.4-aclocal.patch)
-md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
- '1d8ab5909bdf977a2783c164b66906fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xdelta/repos/extra-i686/PKGBUILD (from rev 145274, 
xdelta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 01:19:51 UTC (rev 145275)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=xdelta
+pkgver=1.1.4
+pkgrel=4
+pkgdesc=binary file delta generator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xdelta/;
+license=('GPL')
+depends=('glib' 'zlib')
+options=('!libtool')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz
+xdelta-1.1.4-aclocal.patch)
+md5sums=('1b896c01ebf0e353b7e3c3071b05f496'
+ '1d8ab5909bdf977a2783c164b66906fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xdelta-1.1.4-aclocal.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xdelta-1.1.4-aclocal.patch
===
--- extra-i686/xdelta-1.1.4-aclocal.patch   2011-12-21 01:18:40 UTC (rev 
145274)
+++ extra-i686/xdelta-1.1.4-aclocal.patch   2011-12-21 01:19:51 UTC (rev 
145275)
@@ -1,11 +0,0 @@
 xdelta-1.1.3/xdelta.m4.aclocal 2004-10-20 00:20:47.875648144 +0200
-+++ xdelta-1.1.3/xdelta.m4 2004-10-20 00:21:47.205628616 +0200
-@@ -4,7 +4,7 @@
- dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
- dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if gmodule or
- dnl
--AC_DEFUN(AM_PATH_XDELTA,
-+AC_DEFUN([AM_PATH_XDELTA],
- [dnl
- dnl Get the cflags and libraries from the xdelta-config script
- dnl

Copied: xdelta/repos/extra-i686/xdelta-1.1.4-aclocal.patch (from rev 145274, 
xdelta/trunk/xdelta-1.1.4-aclocal.patch)
===
--- extra-i686/xdelta-1.1.4-aclocal.patch   (rev 0)
+++ extra-i686/xdelta-1.1.4-aclocal.patch   2011-12-21 01:19:51 UTC (rev 
145275)
@@ -0,0 +1,11 @@
+--- xdelta-1.1.3/xdelta.m4.aclocal 2004-10-20 00:20:47.875648144 +0200
 xdelta-1.1.3/xdelta.m4 2004-10-20 00:21:47.205628616 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if gmodule or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-21 01:18:40 UTC (rev 145274)
+++ extra-x86_64/PKGBUILD   2011-12-21 01:19:51 UTC (rev 145275)
@@ 

[arch-commits] Commit in vlc/trunk (PKGBUILD bp-set-channel-map-pulseaudio-1.0.patch)

2011-12-20 Thread Giovanni Scafora
Date: Tuesday, December 20, 2011 @ 20:40:57
  Author: giovanni
Revision: 145276

upgpkg: vlc 1.1.13-1

upstream release

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch

-+
 PKGBUILD|   12 +++---
 bp-set-channel-map-pulseaudio-1.0.patch |   33 --
 2 files changed, 4 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 01:19:51 UTC (rev 145275)
+++ PKGBUILD2011-12-21 01:40:57 UTC (rev 145276)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark martin.sandsm...@kde.org
 
 pkgname=vlc
-pkgver=1.1.12
-pkgrel=5
+pkgver=1.1.13
+pkgrel=1
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -39,18 +39,14 @@
 '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')
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9678fb7a04808b6e0de63746d35e4bb1')
 
 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 \

Deleted: bp-set-channel-map-pulseaudio-1.0.patch
===
--- bp-set-channel-map-pulseaudio-1.0.patch 2011-12-21 01:19:51 UTC (rev 
145275)
+++ bp-set-channel-map-pulseaudio-1.0.patch 2011-12-21 01:40:57 UTC (rev 
145276)
@@ -1,33 +0,0 @@
-From 15a821886296a8efe5f8b9015b6e9c5ae5e3ae79 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
-Date: Tue, 11 Oct 2011 19:19:21 +0300
-Subject: Set channel map when using PulseAudio 1.0
-
-(cherry picked from commit ca2cb5f01340252a85ad5bed877e84407f092b21)

- modules/audio_output/pulse.c |2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
-index d67dc31..18ee280 100644
 a/modules/audio_output/pulse.c
-+++ b/modules/audio_output/pulse.c
-@@ -640,6 +640,7 @@ static int Open(vlc_object_t *obj)
- formatv[formatc]-encoding = encoding;
- pa_format_info_set_rate(formatv[formatc], ss.rate);
- pa_format_info_set_channels(formatv[formatc], ss.channels);
-+pa_format_info_set_channel_map(formatv[formatc], map);
- formatc++;
- }
- 
-@@ -649,6 +650,7 @@ static int Open(vlc_object_t *obj)
- pa_format_info_set_sample_format(formatv[formatc], ss.format);
- pa_format_info_set_rate(formatv[formatc], ss.rate);
- pa_format_info_set_channels(formatv[formatc], ss.channels);
-+pa_format_info_set_channel_map(formatv[formatc], map);
- formatc++;
- 
- /* Create a playback stream */
--- 
-1.7.4.1
-



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

2011-12-20 Thread Giovanni Scafora
Date: Tuesday, December 20, 2011 @ 20:41:22
  Author: giovanni
Revision: 145277

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 145276, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 145276, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 145276, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 145276, vlc/trunk/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/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch
  vlc/repos/extra-x86_64/vlc.install

--+
 extra-i686/PKGBUILD  |  152 -
 extra-i686/bp-set-channel-map-pulseaudio-1.0.patch   |   33 ---
 extra-i686/vlc.install   |   36 ++--
 extra-x86_64/PKGBUILD|  152 -
 extra-x86_64/bp-set-channel-map-pulseaudio-1.0.patch |   33 ---
 extra-x86_64/vlc.install |   36 ++--
 6 files changed, 184 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 01:40:57 UTC (rev 145276)
+++ extra-i686/PKGBUILD 2011-12-21 01:41:22 UTC (rev 145277)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-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'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'  
'xcb-util-keysyms'
- '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 145276, vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 01:41:22 UTC (rev 145277)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Martin Sandsmark 

[arch-commits] Commit in xdelta3/trunk (PKGBUILD xdelta3-makefile.patch)

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 21:05:53
  Author: allan
Revision: 145278

upgpkg: xdelta3 3.0.0-2

signing rebuild, use our CFLAGS/LDFLAGS, run testsuite

Modified:
  xdelta3/trunk/PKGBUILD(contents, properties)
  xdelta3/trunk/xdelta3-makefile.patch

+
 PKGBUILD   |   16 +---
 xdelta3-makefile.patch |   39 +--
 2 files changed, 46 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 01:41:22 UTC (rev 145277)
+++ PKGBUILD2011-12-21 02:05:53 UTC (rev 145278)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Allan McRae al...@archlinux.org
 # Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
 # Contributor: Henning Garus henning.ga...@gmail.com
 
 pkgname=xdelta3
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A diff utility which works with binary files
 arch=('i686' 'x86_64')
 url=http://xdelta.org/;
@@ -15,17 +15,27 @@
 source=(http://xdelta.googlecode.com/files/xdelta$pkgver.tar.gz
 xdelta3-makefile.patch)
 md5sums=('5fe038be3a266d2a7913e10d1cec6d88'
- '378e9a735d92fb2fc695ed9ce2fad2d5')
+ 'fa5973870faf7523043c4858ab7c3bdb')
 
 build() {
   cd $srcdir/xdelta$pkgver
+
   patch -Np1 -i $srcdir/xdelta3-makefile.patch
   sed -i /PYVER = /s/2.6/2.7/ Makefile
   
   make xdelta3
   make xdelta3module.so
+  
+  # for testsuite
+  make xdelta3-debug
 }
 
+check() {
+  cd $srcdir/xdelta$pkgver
+
+  make test
+}
+
 package() {
   cd $srcdir/xdelta$pkgver
   


Property changes on: xdelta3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Modified: xdelta3-makefile.patch
===
--- xdelta3-makefile.patch  2011-12-21 01:41:22 UTC (rev 145277)
+++ xdelta3-makefile.patch  2011-12-21 02:05:53 UTC (rev 145278)
@@ -1,7 +1,34 @@
-diff -Naur xdelta3.0v-old/Makefile xdelta3.0v/Makefile
 xdelta3.0v-old/Makefile2009-03-12 01:44:51.0 +
-+++ xdelta3.0v/Makefile2009-03-14 17:02:33.0 +
-@@ -200,6 +200,9 @@
+diff -Naur xdelta3.0.0-orig/Makefile xdelta3.0.0/Makefile
+--- xdelta3.0.0-orig/Makefile  2011-01-09 18:29:06.0 +1000
 xdelta3.0.0/Makefile   2011-12-21 11:53:13.530028738 +1000
+@@ -54,7 +54,7 @@
+ WIXDIR = /cygdrive/c/Program Files/wix2.0.4820
+ 
+ # -arch x86_64
+-CFLAGS= -Wall -Wshadow -fno-builtin
++CFLAGS+= -Wall -Wshadow -fno-builtin
+ WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter
+ 
+ # $Format: REL=$Xdelta3Version$ $
+@@ -126,7 +126,7 @@
+   $(WIXDIR)/light.exe xdelta3.wixobj -out xdelta3.msi
+ 
+ xdelta3: $(SOURCES)
+-  $(CC) $(CFLAGS) -O3 xdelta3.c -lm -o xdelta3 \
++  $(CC) $(CFLAGS) -O3 xdelta3.c -lm $(LDFLAGS) -o xdelta3 \
+ -DGENERIC_ENCODE_TABLES=0 \
+ -DREGRESSION_TEST=1 \
+ -DSECONDARY_DJW=1 \
+@@ -137,7 +137,7 @@
+ -DXD3_USE_LARGEFILE64=1
+ 
+ xdelta3-debug: $(SOURCES)
+-  $(CC) -g $(CFLAGS) xdelta3.c -lm -o xdelta3-debug \
++  $(CC) -g $(CFLAGS) xdelta3.c -lm $(LDFLAGS) -o xdelta3-debug \
+   -DGENERIC_ENCODE_TABLES=1 \
+   -DREGRESSION_TEST=1 \
+   -DSECONDARY_DJW=1 \
+@@ -202,6 +202,9 @@
  xdelta3.o: $(SOURCES)
$(CC) -O3 $(CFLAGS) -c xdelta3.c $(SWIG_FLAGS) -o xdelta3.o
  
@@ -11,14 +38,14 @@
  xdelta3_wrap.o: xdelta3_wrap.c
$(CC) -O3 $(CFLAGS) $(SWIG_FLAGS) \
  -DHAVE_CONFIG_H \
-@@ -218,8 +221,8 @@
+@@ -221,8 +224,8 @@
cp $(SWIGTGT) /usr/lib/python$(PYVER)/site-packages
  
  ifeq ($(DARWIN), )
 -xdelta3module.so: xdelta3_wrap.o xdelta3.o
 -  ld -shared xdelta3.o xdelta3_wrap.o \
 +xdelta3module.so: xdelta3_wrap.o xdelta3_PIC.o
-+  cc -shared xdelta3_PIC.o xdelta3_wrap.o \
++  cc $(CFLAGS) $(LDFLAGS) -shared xdelta3_PIC.o xdelta3_wrap.o \
-o xdelta3module.so \
/usr/lib/libpython$(PYVER).so \
-lc



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

2011-12-20 Thread Allan McRae
Date: Tuesday, December 20, 2011 @ 21:07:07
  Author: allan
Revision: 145279

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

Added:
  xdelta3/repos/extra-i686/PKGBUILD
(from rev 145278, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/extra-i686/xdelta3-makefile.patch
(from rev 145278, xdelta3/trunk/xdelta3-makefile.patch)
  xdelta3/repos/extra-x86_64/PKGBUILD
(from rev 145278, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/extra-x86_64/xdelta3-makefile.patch
(from rev 145278, xdelta3/trunk/xdelta3-makefile.patch)
Deleted:
  xdelta3/repos/extra-i686/PKGBUILD
  xdelta3/repos/extra-i686/xdelta3-makefile.patch
  xdelta3/repos/extra-x86_64/PKGBUILD
  xdelta3/repos/extra-x86_64/xdelta3-makefile.patch

-+
 extra-i686/PKGBUILD |   82 +++---
 extra-i686/xdelta3-makefile.patch   |   75 +--
 extra-x86_64/PKGBUILD   |   82 +++---
 extra-x86_64/xdelta3-makefile.patch |   75 +--
 4 files changed, 194 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 02:05:53 UTC (rev 145278)
+++ extra-i686/PKGBUILD 2011-12-21 02:07:07 UTC (rev 145279)
@@ -1,36 +0,0 @@
-# $Id: $
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-# Contributor: Henning Garus henning.ga...@gmail.com
-
-pkgname=xdelta3
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=A diff utility which works with binary files
-arch=('i686' 'x86_64')
-url=http://xdelta.org/;
-license=('GPL')
-makedepends=('python2')
-optdepends=('python2: for python modules')
-source=(http://xdelta.googlecode.com/files/xdelta$pkgver.tar.gz
-xdelta3-makefile.patch)
-md5sums=('5fe038be3a266d2a7913e10d1cec6d88'
- '378e9a735d92fb2fc695ed9ce2fad2d5')
-
-build() {
-  cd $srcdir/xdelta$pkgver
-  patch -Np1 -i $srcdir/xdelta3-makefile.patch
-  sed -i /PYVER = /s/2.6/2.7/ Makefile
-  
-  make xdelta3
-  make xdelta3module.so
-}
-
-package() {
-  cd $srcdir/xdelta$pkgver
-  
-  install -D xdelta3 $pkgdir/usr/bin/xdelta3
-  python2 ./setup.py install --root ${pkgdir}
-  install -m644 {xdelta3.py,xdelta3module.so} 
${pkgdir}/usr/lib/python2.7/site-packages
-}
-

Copied: xdelta3/repos/extra-i686/PKGBUILD (from rev 145278, 
xdelta3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 02:07:07 UTC (rev 145279)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
+# Contributor: Henning Garus henning.ga...@gmail.com
+
+pkgname=xdelta3
+pkgver=3.0.0
+pkgrel=2
+pkgdesc=A diff utility which works with binary files
+arch=('i686' 'x86_64')
+url=http://xdelta.org/;
+license=('GPL')
+makedepends=('python2')
+optdepends=('python2: for python modules')
+source=(http://xdelta.googlecode.com/files/xdelta$pkgver.tar.gz
+xdelta3-makefile.patch)
+md5sums=('5fe038be3a266d2a7913e10d1cec6d88'
+ 'fa5973870faf7523043c4858ab7c3bdb')
+
+build() {
+  cd $srcdir/xdelta$pkgver
+
+  patch -Np1 -i $srcdir/xdelta3-makefile.patch
+  sed -i /PYVER = /s/2.6/2.7/ Makefile
+  
+  make xdelta3
+  make xdelta3module.so
+  
+  # for testsuite
+  make xdelta3-debug
+}
+
+check() {
+  cd $srcdir/xdelta$pkgver
+
+  make test
+}
+
+package() {
+  cd $srcdir/xdelta$pkgver
+  
+  install -D xdelta3 $pkgdir/usr/bin/xdelta3
+  python2 ./setup.py install --root ${pkgdir}
+  install -m644 {xdelta3.py,xdelta3module.so} 
${pkgdir}/usr/lib/python2.7/site-packages
+}
+

Deleted: extra-i686/xdelta3-makefile.patch
===
--- extra-i686/xdelta3-makefile.patch   2011-12-21 02:05:53 UTC (rev 145278)
+++ extra-i686/xdelta3-makefile.patch   2011-12-21 02:07:07 UTC (rev 145279)
@@ -1,24 +0,0 @@
-diff -Naur xdelta3.0v-old/Makefile xdelta3.0v/Makefile
 xdelta3.0v-old/Makefile2009-03-12 01:44:51.0 +
-+++ xdelta3.0v/Makefile2009-03-14 17:02:33.0 +
-@@ -200,6 +200,9 @@
- xdelta3.o: $(SOURCES)
-   $(CC) -O3 $(CFLAGS) -c xdelta3.c $(SWIG_FLAGS) -o xdelta3.o
- 
-+xdelta3_PIC.o: $(SOURCES)
-+  $(CC) -O3 $(CFLAGS) -fPIC -c xdelta3.c $(SWIG_FLAGS) -o xdelta3_PIC.o
-+
- xdelta3_wrap.o: xdelta3_wrap.c
-   $(CC) -O3 $(CFLAGS) $(SWIG_FLAGS) \
- -DHAVE_CONFIG_H \
-@@ -218,8 +221,8 @@
-   cp $(SWIGTGT) /usr/lib/python$(PYVER)/site-packages
- 
- ifeq ($(DARWIN), )
--xdelta3module.so: xdelta3_wrap.o xdelta3.o
--  ld -shared xdelta3.o xdelta3_wrap.o \
-+xdelta3module.so: xdelta3_wrap.o xdelta3_PIC.o
-+  cc -shared xdelta3_PIC.o xdelta3_wrap.o \
-   -o xdelta3module.so \
-   /usr/lib/libpython$(PYVER).so \
-   -lc

Copied: 

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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:17:11
  Author: dreisner
Revision: 145280

add new pkg: kmod

This will eventually replace module-init-tools

Added:
  kmod/
  kmod/repos/
  kmod/trunk/
  kmod/trunk/PKGBUILD

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

Added: kmod/trunk/PKGBUILD
===
--- kmod/trunk/PKGBUILD (rev 0)
+++ kmod/trunk/PKGBUILD 2011-12-21 02:17:11 UTC (rev 145280)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=2
+pkgrel=1
+pkgdesc=interface to kernel module operations
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --libdir=/lib --enable-zlib
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et


Property changes on: kmod/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:17:47
  Author: dreisner
Revision: 145281

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

Added:
  kmod/repos/extra-i686/
  kmod/repos/extra-i686/PKGBUILD
(from rev 145280, kmod/trunk/PKGBUILD)
  kmod/repos/extra-x86_64/
  kmod/repos/extra-x86_64/PKGBUILD
(from rev 145280, kmod/trunk/PKGBUILD)

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

Copied: kmod/repos/extra-i686/PKGBUILD (from rev 145280, kmod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 02:17:47 UTC (rev 145281)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=2
+pkgrel=1
+pkgdesc=interface to kernel module operations
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --libdir=/lib --enable-zlib
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/extra-x86_64/PKGBUILD (from rev 145280, kmod/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-21 02:17:47 UTC (rev 145281)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=2
+pkgrel=1
+pkgdesc=interface to kernel module operations
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --libdir=/lib --enable-zlib
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:27:58
  Author: dreisner
Revision: 145282

tidy up pkgurl and desc

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 02:17:47 UTC (rev 145281)
+++ PKGBUILD2011-12-21 02:27:58 UTC (rev 145282)
@@ -4,9 +4,9 @@
 pkgname=kmod
 pkgver=2
 pkgrel=1
-pkgdesc=interface to kernel module operations
+pkgdesc=A set of tools to handle common tasks with Linux kernel modules
 arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
+url=http://git.profusion.mobi/cgit.cgi/kmod.git;
 license=('GPL2')
 depends=('glibc' 'zlib')
 options=('!libtool')



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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:41:54
  Author: dreisner
Revision: 145283

move libdir to /usr/lib

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 02:27:58 UTC (rev 145282)
+++ PKGBUILD2011-12-21 02:41:54 UTC (rev 145283)
@@ -16,7 +16,7 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --libdir=/lib --enable-zlib
+  ./configure --enable-zlib
   make
 }
 



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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:42:37
  Author: dreisner
Revision: 145284

upgpkg: kmod 2-2

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 02:41:54 UTC (rev 145283)
+++ PKGBUILD2011-12-21 02:42:37 UTC (rev 145284)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=2
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of tools to handle common tasks with Linux kernel modules
 arch=('i686' 'x86_64')
 url=http://git.profusion.mobi/cgit.cgi/kmod.git;



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

2011-12-20 Thread Dave Reisner
Date: Tuesday, December 20, 2011 @ 21:42:53
  Author: dreisner
Revision: 145285

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

Added:
  kmod/repos/extra-i686/PKGBUILD
(from rev 145284, kmod/trunk/PKGBUILD)
  kmod/repos/extra-x86_64/PKGBUILD
(from rev 145284, kmod/trunk/PKGBUILD)
Deleted:
  kmod/repos/extra-i686/PKGBUILD
  kmod/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-21 02:42:37 UTC (rev 145284)
+++ extra-i686/PKGBUILD 2011-12-21 02:42:53 UTC (rev 145285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=2
-pkgrel=1
-pkgdesc=interface to kernel module operations
-arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('6017364434377f6724f749d7a28c5d7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --libdir=/lib --enable-zlib
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/extra-i686/PKGBUILD (from rev 145284, kmod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 02:42:53 UTC (rev 145285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=2
+pkgrel=2
+pkgdesc=A set of tools to handle common tasks with Linux kernel modules
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/kmod.git;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --enable-zlib
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-21 02:42:37 UTC (rev 145284)
+++ extra-x86_64/PKGBUILD   2011-12-21 02:42:53 UTC (rev 145285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=2
-pkgrel=1
-pkgdesc=interface to kernel module operations
-arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/lucas/kmod/;
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
-md5sums=('6017364434377f6724f749d7a28c5d7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --libdir=/lib --enable-zlib
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/extra-x86_64/PKGBUILD (from rev 145284, kmod/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-21 02:42:53 UTC (rev 145285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=2
+pkgrel=2
+pkgdesc=A set of tools to handle common tasks with Linux kernel modules
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/kmod.git;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;)
+md5sums=('6017364434377f6724f749d7a28c5d7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --enable-zlib
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



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

2011-12-20 Thread Ray Rashif
Date: Wednesday, December 21, 2011 @ 01:57:59
  Author: schiv
Revision: 145286

upgpkg: opencv 2.3.1_a-2

possibly needs ffmpeg rebuild

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-21 02:42:53 UTC (rev 145285)
+++ PKGBUILD2011-12-21 06:57:59 UTC (rev 145286)
@@ -7,7 +7,7 @@
 _realname=OpenCV
 pkgver=2.3.1_a
 _realver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')



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

2011-12-20 Thread Ray Rashif
Date: Wednesday, December 21, 2011 @ 01:58:54
  Author: schiv
Revision: 145287

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 06:57:59 UTC (rev 145286)
+++ extra-i686/PKGBUILD 2011-12-21 06:58:54 UTC (rev 145287)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=opencv
-pkgname=('opencv' 'opencv-docs' 'opencv-samples')
-_realname=OpenCV
-pkgver=2.3.1_a
-_realver=2.3.1
-pkgrel=1
-pkgdesc=Open Source Computer Vision Library
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://opencv.willowgarage.com/;
-depends=('jasper' 'gstreamer0.10-base' 'openexr'
- 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
-makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
-optdepends=('opencv-docs'
-'opencv-samples'
-'eigen2'
-'python2-numpy: Python 2.x interface')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2;)
-md5sums=('82e4b6bfa349777233eea09b075e931e')
-
-_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON'
-'-D BUILD_TESTS=OFF'
-'-D ENABLE_SSE=ON'
-'-D ENABLE_SSE2=ON'
-'-D ENABLE_SSE3=OFF'
-'-D ENABLE_SSSE3=OFF'
-'-D ENABLE_SSE41=OFF'
-'-D ENABLE_SSE42=OFF'
-'-D BUILD_EXAMPLES=ON'
-'-D INSTALL_C_EXAMPLES=ON'
-'-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D WITH_XINE=ON'
-'-D WITH_QT=OFF'
-'-D WITH_QT_OPENGL=OFF'
-'-D WITH_UNICAP=OFF'
-'-D WITH_PVAPI=OFF'
-'-D WITH_OPENNI=OFF'
-'-D WITH_TBB=OFF'
-'-D WITH_IPP=OFF'
-'-D WITH_CUDA=OFF'
-'-D USE_FAST_MATH=ON')
-
-build() {
-  cd $srcdir/$_realname-$_realver
-
-  # x64, i.e Athlon64 and upwards, can use SSE3
-  [ $CARCH = x86_64 ]  \
-_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON}
-
-  cmake ${_cmakeopts[@]} .
-
-  make
-}
-
-package_opencv() {
-  cd $srcdir/$_realname-$_realver
-
-  make DESTDIR=$pkgdir install
-
-  # install license file
-  install -Dm644 $srcdir/$_realname-$_realver/doc/license.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd $pkgdir/usr/share
-
-  # prepare FSH-friendly dirs
-  if [ -d OpenCV ]; then
-mv opencv/samples OpenCV/
-rm -r opencv
-mv OpenCV opencv
-  fi
-
-  # separate docs package; also be -R friendly
-  [ -d opencv/doc ]  mv opencv/doc $srcdir/opencv-doc
-
-  # separate samples package
-  [ -d opencv/samples ]  mv opencv/samples $srcdir/opencv-samples
-}
-
-package_opencv-docs() {
-  pkgdesc+= (documentation)
-  unset depends
-  unset optdepends
-  options=('docs')
-
-  cd $srcdir
-
-  mkdir -p $pkgdir/usr/share/doc
-  cp -r opencv-doc $pkgdir/usr/share/doc/opencv
-}
-
-package_opencv-samples() {
-  pkgdesc+= (samples)
-  depends=('bash')
-  unset optdepends
-  unset options
-
-  cd $srcdir
-
-  mkdir -p $pkgdir/usr/share/opencv
-  cp -r opencv-samples $pkgdir/usr/share/opencv/samples
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencv/repos/extra-i686/PKGBUILD (from rev 145286, 
opencv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 06:58:54 UTC (rev 145287)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.3.1_a
+_realver=2.3.1
+pkgrel=2
+pkgdesc=Open Source Computer Vision Library
+arch=('i686' 'x86_64')
+license=('BSD')
+url=http://opencv.willowgarage.com/;
+depends=('jasper' 'gstreamer0.10-base' 'openexr'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('opencv-docs'
+'opencv-samples'
+'eigen2'
+'python2-numpy: Python 2.x interface')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2;)
+md5sums=('82e4b6bfa349777233eea09b075e931e')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+