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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 18:34:33
  Author: allan
Revision: 171260

upgpkg: qwtplot3d 0.2.7-5

remove unneeded mesa dep (FS#31991)

Modified:
  qwtplot3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:10:14 UTC (rev 171259)
+++ PKGBUILD2012-11-16 23:34:33 UTC (rev 171260)
@@ -4,12 +4,13 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
-depends=('qt' 'qwt' 'mesa')
+depends=('qt' 'qwt')
+makedepends=('mesa' 'glu')
 
source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
 sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 18:35:36
  Author: allan
Revision: 171261

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

Added:
  qwtplot3d/repos/extra-i686/PKGBUILD
(from rev 171260, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
(from rev 171260, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 171260, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
  qwtplot3d/repos/extra-x86_64/PKGBUILD
(from rev 171260, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
(from rev 171260, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 171260, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
Deleted:
  qwtplot3d/repos/extra-i686/PKGBUILD
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qwtplot3d/repos/extra-x86_64/PKGBUILD
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch

---+
 extra-i686/PKGBUILD   |   93 
 extra-i686/qwtplot3d-gcc44.patch  |   24 
 extra-i686/qwtplot3d-qt-4.8.0.patch   |   68 +++
 extra-x86_64/PKGBUILD |   93 
 extra-x86_64/qwtplot3d-gcc44.patch|   24 
 extra-x86_64/qwtplot3d-qt-4.8.0.patch |   68 +++
 6 files changed, 186 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 23:34:33 UTC (rev 171260)
+++ extra-i686/PKGBUILD 2012-11-16 23:35:36 UTC (rev 171261)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qwtplot3d
-pkgver=0.2.7
-pkgrel=4
-pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
-arch=(i686 x86_64)
-license=('custom:zlib')
-url=http://qwtplot3d.sourceforge.net/;
-depends=('qt' 'qwt' 'mesa')
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
-qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
-sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
-  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
-  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
-
-build() {
-cd ${srcdir}/${pkgname}
-patch -p1  ../qwtplot3d-gcc44.patch
-patch -p1  ../qwtplot3d-qt-4.8.0.patch
-
-# build qwt:
-qmake qwtplot3d.pro
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
-
-for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
-done
-
-for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
-done
-
-# install custom license
-install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
-}
-

Copied: qwtplot3d/repos/extra-i686/PKGBUILD (from rev 171260, 
qwtplot3d/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 23:35:36 UTC (rev 171261)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qwtplot3d
+pkgver=0.2.7
+pkgrel=5
+pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
+arch=(i686 x86_64)
+license=('custom:zlib')
+url=http://qwtplot3d.sourceforge.net/;
+depends=('qt' 'qwt')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
+qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
+  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
+  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
+
+build() {
+cd ${srcdir}/${pkgname}
+patch -p1  ../qwtplot3d-gcc44.patch
+patch -p1  ../qwtplot3d-qt-4.8.0.patch
+
+# build qwt:
+qmake qwtplot3d.pro
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+
+for n in include/* ; do
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
+done
+
+for n in lib/libqwtplot3d.so* ; do
+ cp -d $n ${pkgdir}/usr/lib
+done
+
+# install custom license
+install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
+}
+

Deleted: extra-i686/qwtplot3d-gcc44.patch
===
--- extra-i686/qwtplot3d-gcc44.patch2012-11-16 23:34:33 UTC (rev 171260)
+++ extra-i686/qwtplot3d-gcc44.patch

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:36
  Author: ibiru
Revision: 171262

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

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

---+
 extra-i686/PKGBUILD   |  232 
 extra-i686/PKGBUILD.WIP   |   83 ++
 extra-i686/avidemux.install   |   22 +--
 extra-x86_64/PKGBUILD |  232 
 extra-x86_64/PKGBUILD.WIP |   83 ++
 extra-x86_64/avidemux.install |   22 +--
 6 files changed, 420 insertions(+), 254 deletions(-)

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

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:38
  Author: ibiru
Revision: 171263

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 23:35:36 UTC (rev 171262)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:35:38 UTC (rev 171263)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=1.0
-pkgrel=1
-epoch=1
-pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:40
  Author: ibiru
Revision: 171264

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 23:35:38 UTC (rev 171263)
+++ extra-i686/PKGBUILD 2012-11-16 23:35:40 UTC (rev 171264)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 171260, 
gst-plugins-ugly/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 23:35:40 UTC (rev 171264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 23:35:38 UTC (rev 171263)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:35:40 UTC (rev 171264)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f74dfbe9a18220a6a5961043676ff639bab7ea376335ea5aa9c95934c535c6d')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 171260, 
gst-plugins-ugly/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:35:40 UTC (rev 171264)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:43
  Author: ibiru
Revision: 171265

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

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

-+
 extra-i686/PKGBUILD |  102 +++---
 extra-i686/opencore-amr.patch   |   70 +-
 extra-x86_64/PKGBUILD   |  102 +++---
 extra-x86_64/opencore-amr.patch |   70 +-
 4 files changed, 172 insertions(+), 172 deletions(-)

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

Copied: gstreamer0.10-ugly/repos/extra-i686/PKGBUILD (from rev 171260, 
gstreamer0.10-ugly/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 23:35:43 UTC (rev 171265)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url=http://gstreamer.freedesktop.org/;
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz
+opencore-amr.patch)
+md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47')
+
+build() {
+  cd ${srcdir}/gst-plugins-ugly-${pkgver}
+  patch -Np0 -i ${srcdir}/opencore-amr.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd 

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:46
  Author: ibiru
Revision: 171266

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

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

--+
 extra-i686/PKGBUILD  |  150 -
 extra-i686/mplayer.desktop   |   42 +--
 extra-i686/mplayer.install   |   22 +++---
 extra-x86_64/PKGBUILD|  150 -
 extra-x86_64/mplayer.desktop |   42 +--
 extra-x86_64/mplayer.install |   22 +++---
 6 files changed, 216 insertions(+), 212 deletions(-)

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

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:49
  Author: ibiru
Revision: 171267

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

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

+
 extra-i686/PKGBUILD|   62 +++---
 extra-i686/opal-ffmpeg.patch   |  390 +++
 extra-x86_64/PKGBUILD  |   62 +++---
 extra-x86_64/opal-ffmpeg.patch |  390 +++
 4 files changed, 452 insertions(+), 452 deletions(-)

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

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

Deleted: extra-i686/opal-ffmpeg.patch
===
--- extra-i686/opal-ffmpeg.patch2012-11-16 23:35:46 UTC (rev 171266)
+++ extra-i686/opal-ffmpeg.patch2012-11-16 23:35:49 UTC (rev 171267)
@@ -1,195 +0,0 @@
-diff -ru opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx
 opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 2012-08-23 
04:18:42.0 +0200
-+++ opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-08-28 
19:53:12.080918973 +0200
-@@ -48,6 +48,7 @@
- #endif
- 
- #include h263-1998.h
-+#include libavutil/opt.h
- #include limits
- #include iomanip
- #include stdio.h
-@@ -317,9 +318,9 @@
- // Level 2+ 
- // works with eyeBeam, signaled via  non-standard D
- if (atoi(value) == 1)
--  m_context-flags |= CODEC_FLAG_H263P_UMV; 
-+  av_opt_set_int(m_context-priv_data, umv, 1, 0);
- else
--  m_context-flags = ~CODEC_FLAG_H263P_UMV; 
-+  av_opt_set_int(m_context-priv_data, umv, 0, 0);
- return;
-   }
- 
-@@ -328,9 +329,9 @@
- // Annex F: Advanced Prediction Mode
- // does not work with eyeBeam
- if (atoi(value) == 1)
--  m_context-flags |= CODEC_FLAG_OBMC; 
-+  av_opt_set_int(m_context-priv_data, obmc, 1, 0);
- else
--  m_context-flags = ~CODEC_FLAG_OBMC; 
-+  av_opt_set_int(m_context-priv_data, obmc, 0, 0);
- return;
-   }
- #endif
-@@ -360,9 +361,9 @@
- // Annex K: Slice Structure
- // does not work with eyeBeam
- if (atoi(value) != 0)
--  

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:53
  Author: ibiru
Revision: 171268

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

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

--+
 extra-i686/PKGBUILD  |  196 ++---
 extra-i686/vlc.install   |   36 
 extra-x86_64/PKGBUILD|  196 ++---
 extra-x86_64/vlc.install |   36 
 4 files changed, 232 insertions(+), 232 deletions(-)

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

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 18:35:55
  Author: ibiru
Revision: 171269

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

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

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

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

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

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

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 171260, 
x264/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:35:55 UTC (rev 171269)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=20121113
+pkgrel=1
+pkgdesc=free library for encoding H264/AVC video streams
+arch=('i686' 'x86_64')
+url=http://www.videolan.org/developers/x264.html;
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+
+build() {
+cd $pkgname-snapshot-$pkgver-2245-stable
+
+./configure --enable-shared
+
+make
+}

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

2012-11-16 Thread Stéphane Gaudreault
Date: Friday, November 16, 2012 @ 18:40:29
  Author: stephane
Revision: 171270

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

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 171269, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-20121114-free-unintialized.patch
(from rev 171269, 
iputils/repos/testing-i686/iputils-20121114-free-unintialized.patch)
  iputils/repos/core-i686/iputils.install
(from rev 171269, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 171269, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 171269, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-20121114-free-unintialized.patch
(from rev 171269, 
iputils/repos/testing-x86_64/iputils-20121114-free-unintialized.patch)
  iputils/repos/core-x86_64/iputils.install
(from rev 171269, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 171269, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  134 -
 core-i686/iputils-20121114-free-unintialized.patch   |   36 
 core-i686/iputils.install|   20 +-
 core-i686/tftp.xinetd|   20 +-
 core-x86_64/PKGBUILD |  134 -
 core-x86_64/iputils-20121114-free-unintialized.patch |   36 
 core-x86_64/iputils.install  |   20 +-
 core-x86_64/tftp.xinetd  |   20 +-
 8 files changed, 250 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-16 23:35:55 UTC (rev 171269)
+++ core-i686/PKGBUILD  2012-11-16 23:40:29 UTC (rev 171270)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20121106
-pkgrel=1
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd)
-sha1sums=('9570832f3945bb5f0e89f5837facc8fdca3b7769'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}

Copied: iputils/repos/core-i686/PKGBUILD (from rev 171269, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-16 23:40:29 UTC (rev 171270)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121114
+pkgrel=1
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 

[arch-commits] Commit in kdebindings-smokekde/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:19
  Author: andrea
Revision: 171271

KDE 4.10 beta1 - fixes

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:40:29 UTC (rev 171270)
+++ PKGBUILD2012-11-16 23:55:19 UTC (rev 171271)
@@ -17,16 +17,14 @@
 'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('791912ac8abb089eb97998c5878295c0dafc22e3')
+sha1sums=('42138a1b2778f4d34c047883768803824ec62bc4')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../smokekde-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Okular=OFF
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



[arch-commits] Commit in libkdegames/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:23
  Author: andrea
Revision: 171272

KDE 4.10 beta1 - fixes

Modified:
  libkdegames/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:19 UTC (rev 171271)
+++ PKGBUILD2012-11-16 23:55:23 UTC (rev 171272)
@@ -10,6 +10,8 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs' 'openal')
 makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkdegames')
+conflicts=('kdegames-libkdegames')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('ddeae85ab3a6ec74588471897acd7f017c2df823')
 



[arch-commits] Commit in libkmahjongg/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:27
  Author: andrea
Revision: 171273

KDE 4.10 beta1 - fixes

Modified:
  libkmahjongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:23 UTC (rev 171272)
+++ PKGBUILD2012-11-16 23:55:27 UTC (rev 171273)
@@ -10,6 +10,8 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('13fda308bc5371eb48f5535a34f0f6edb9319659')
 



[arch-commits] Commit in kdebindings-korundum/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:31
  Author: andrea
Revision: 171274

KDE 4.10 beta1 - fixes

Modified:
  kdebindings-korundum/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:27 UTC (rev 171273)
+++ PKGBUILD2012-11-16 23:55:31 UTC (rev 171274)
@@ -30,8 +30,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]') \
--DWITH_Okular=OFF
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
 
   make
 }



[arch-commits] Commit in kdebindings-perlkde/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:35
  Author: andrea
Revision: 171275

KDE 4.10 beta1 - fixes

Modified:
  kdebindings-perlkde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:31 UTC (rev 171274)
+++ PKGBUILD2012-11-16 23:55:35 UTC (rev 171275)
@@ -21,8 +21,7 @@
   cd build
   cmake ../perlkde-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Okular=OFF
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



[arch-commits] Commit in kdegames-bomber/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:40
  Author: andrea
Revision: 171276

KDE 4.10 beta1 - fixes

Added:
  kdegames-bomber/kde-unstable/kdegames-bomber.install
Modified:
  kdegames-bomber/kde-unstable/PKGBUILD

-+
 PKGBUILD|3 ++-
 kdegames-bomber.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:35 UTC (rev 171275)
+++ PKGBUILD2012-11-16 23:55:40 UTC (rev 171276)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/bomber-${pkgver}.tar.xz;)
 sha1sums=('d3e1154bca1246fc91b46f30c3534cfc678a9c28')
 

Added: kdegames-bomber.install
===
--- kdegames-bomber.install (rev 0)
+++ kdegames-bomber.install 2012-11-16 23:55:40 UTC (rev 171276)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-bovo/kde-unstable (PKGBUILD kdegames-bovo.install)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:44
  Author: andrea
Revision: 171277

KDE 4.10 beta1 - fixes

Added:
  kdegames-bovo/kde-unstable/kdegames-bovo.install
Modified:
  kdegames-bovo/kde-unstable/PKGBUILD

---+
 PKGBUILD  |3 ++-
 kdegames-bovo.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:40 UTC (rev 171276)
+++ PKGBUILD2012-11-16 23:55:44 UTC (rev 171277)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/bovo-${pkgver}.tar.xz;)
 sha1sums=('f9080a1f1e6cd8107379bab9d9130fad83b6fb16')
 

Added: kdegames-bovo.install
===
--- kdegames-bovo.install   (rev 0)
+++ kdegames-bovo.install   2012-11-16 23:55:44 UTC (rev 171277)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-granatier/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:48
  Author: andrea
Revision: 171278

KDE 4.10 beta1 - fixes

Added:
  kdegames-granatier/kde-unstable/kdegames-granatier.install
Modified:
  kdegames-granatier/kde-unstable/PKGBUILD

+
 PKGBUILD   |3 ++-
 kdegames-granatier.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:44 UTC (rev 171277)
+++ PKGBUILD2012-11-16 23:55:48 UTC (rev 171278)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/granatier-${pkgver}.tar.xz;)
 sha1sums=('879691fd8c595430362fdce8e76e07cb4f912531')
 

Added: kdegames-granatier.install
===
--- kdegames-granatier.install  (rev 0)
+++ kdegames-granatier.install  2012-11-16 23:55:48 UTC (rev 171278)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kajongg/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:51
  Author: andrea
Revision: 171279

KDE 4.10 beta1 - fixes

Added:
  kdegames-kajongg/kde-unstable/kdegames-kajongg.install
Modified:
  kdegames-kajongg/kde-unstable/PKGBUILD

--+
 PKGBUILD |   12 +---
 kdegames-kajongg.install |   11 +++
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:48 UTC (rev 171278)
+++ PKGBUILD2012-11-16 23:55:51 UTC (rev 171279)
@@ -6,11 +6,12 @@
 pkgrel=1
 pkgdesc=The ancient Chinese board game for 4 players
 url=http://kde.org/applications/games/kajongg/;
-arch=('i686' 'x86_64')
+arch=('any')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'twisted')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
 sha1sums=('59212ba9027c1d4dca1cb21d7b38f023464454df')
 
@@ -19,11 +20,16 @@
   cd build
   cmake ../kajongg-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
   make
 }
 
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
${pkgdir}/usr/share/apps/kajongg/{deferredutil,kajongg,kajonggserver,server}.py
 }

Added: kdegames-kajongg.install
===
--- kdegames-kajongg.install(rev 0)
+++ kdegames-kajongg.install2012-11-16 23:55:51 UTC (rev 171279)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kapman/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:55:55
  Author: andrea
Revision: 171280

KDE 4.10 beta1 - fixes

Added:
  kdegames-kapman/kde-unstable/kdegames-kapman.install
Modified:
  kdegames-kapman/kde-unstable/PKGBUILD

-+
 PKGBUILD|3 ++-
 kdegames-kapman.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:51 UTC (rev 171279)
+++ PKGBUILD2012-11-16 23:55:55 UTC (rev 171280)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
 sha1sums=('0fb3a2043e5091673d52e8259e38a8412157ccff')
 

Added: kdegames-kapman.install
===
--- kdegames-kapman.install (rev 0)
+++ kdegames-kapman.install 2012-11-16 23:55:55 UTC (rev 171280)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kblocks/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:09
  Author: andrea
Revision: 171283

KDE 4.10 beta1 - fixes

Added:
  kdegames-kblocks/kde-unstable/kdegames-kblocks.install
Modified:
  kdegames-kblocks/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 ++-
 kdegames-kblocks.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:04 UTC (rev 171282)
+++ PKGBUILD2012-11-16 23:56:09 UTC (rev 171283)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
 sha1sums=('21138737da1c5334fded3f0430a5ff1252873238')
 

Added: kdegames-kblocks.install
===
--- kdegames-kblocks.install(rev 0)
+++ kdegames-kblocks.install2012-11-16 23:56:09 UTC (rev 171283)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-katomic/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:00
  Author: andrea
Revision: 171281

KDE 4.10 beta1 - fixes

Added:
  kdegames-katomic/kde-unstable/kdegames-katomic.install
Modified:
  kdegames-katomic/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 ++-
 kdegames-katomic.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:55:55 UTC (rev 171280)
+++ PKGBUILD2012-11-16 23:56:00 UTC (rev 171281)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz;)
 sha1sums=('f0c9508c32f3d5f8f7adb75c39f11a539e756ef4')
 

Added: kdegames-katomic.install
===
--- kdegames-katomic.install(rev 0)
+++ kdegames-katomic.install2012-11-16 23:56:00 UTC (rev 171281)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kblackbox/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:04
  Author: andrea
Revision: 171282

KDE 4.10 beta1 - fixes

Added:
  kdegames-kblackbox/kde-unstable/kdegames-kblackbox.install
Modified:
  kdegames-kblackbox/kde-unstable/PKGBUILD

+
 PKGBUILD   |3 ++-
 kdegames-kblackbox.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:00 UTC (rev 171281)
+++ PKGBUILD2012-11-16 23:56:04 UTC (rev 171282)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
 sha1sums=('a9e0cecc512af02c034435f3a3bdee0294e3bd9a')
 

Added: kdegames-kblackbox.install
===
--- kdegames-kblackbox.install  (rev 0)
+++ kdegames-kblackbox.install  2012-11-16 23:56:04 UTC (rev 171282)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kbounce/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:13
  Author: andrea
Revision: 171284

KDE 4.10 beta1 - fixes

Added:
  kdegames-kbounce/kde-unstable/kdegames-kbounce.install
Modified:
  kdegames-kbounce/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 ++-
 kdegames-kbounce.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:09 UTC (rev 171283)
+++ PKGBUILD2012-11-16 23:56:13 UTC (rev 171284)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
 sha1sums=('037e27c540a879ba58340c20b9d1bfe073fed8df')
 

Added: kdegames-kbounce.install
===
--- kdegames-kbounce.install(rev 0)
+++ kdegames-kbounce.install2012-11-16 23:56:13 UTC (rev 171284)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdegames-kbreakout/kde-unstable (2 files)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:17
  Author: andrea
Revision: 171285

KDE 4.10 beta1 - fixes

Added:
  kdegames-kbreakout/kde-unstable/kdegames-kbreakout.install
Modified:
  kdegames-kbreakout/kde-unstable/PKGBUILD

+
 PKGBUILD   |3 ++-
 kdegames-kbreakout.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:13 UTC (rev 171284)
+++ PKGBUILD2012-11-16 23:56:17 UTC (rev 171285)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
 sha1sums=('5b3dac9a9352e2a246c42e36ee25125ddd195a06')
 

Added: kdegames-kbreakout.install
===
--- kdegames-kbreakout.install  (rev 0)
+++ kdegames-kbreakout.install  2012-11-16 23:56:17 UTC (rev 171285)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeplasma-addons/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:22
  Author: andrea
Revision: 171286

KDE 4.10 beta1 - fixes

Modified:
  kdeplasma-addons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:17 UTC (rev 171285)
+++ PKGBUILD2012-11-16 23:56:22 UTC (rev 171286)
@@ -61,6 +61,7 @@
  'kdeplasma-addons-runners-contacts'
  'kdeplasma-addons-runners-converter'
  'kdeplasma-addons-runners-datetime'
+ 'kdeplasma-addons-runners-dictionary'
  'kdeplasma-addons-runners-events'
  'kdeplasma-addons-runners-katesessions'
  'kdeplasma-addons-runners-konquerorsessions'
@@ -73,6 +74,7 @@
  'kdeplasma-addons-wallpapers-marble'
  'kdeplasma-addons-wallpapers-pattern'
  'kdeplasma-addons-wallpapers-potd'
+ 'kdeplasma-addons-wallpapers-qmlwallpapers'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
 pkgver=4.9.80
@@ -528,6 +530,13 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-runners-dictionary() {
+   pkgdesc='Define words'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/runners/dictionary
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-runners-events() {
pkgdesc='Calendar Events runner'
depends=('kdebase-workspace')
@@ -613,6 +622,13 @@
 make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-wallpapers-qmlwallpapers() {
+   pkgdesc='Animated Wallpapers'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/wallpapers/qmlwallpapers
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-wallpapers-virus() {
pkgdesc='Virus'
depends=('kdebase-workspace')



[arch-commits] Commit in kde-meta/kde-unstable (PKGBUILD)

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 18:56:27
  Author: andrea
Revision: 171287

KDE 4.10 beta1 - fixes

Modified:
  kde-meta/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:22 UTC (rev 171286)
+++ PKGBUILD2012-11-16 23:56:27 UTC (rev 171287)
@@ -47,8 +47,7 @@
 
 package_kde-meta-kdeartwork() {
pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-aurorae'
-'kdeartwork-colorschemes'
+   depends=('kdeartwork-colorschemes'
 'kdeartwork-desktopthemes'
 'kdeartwork-emoticons'
 'kdeartwork-iconthemes'
@@ -143,7 +142,8 @@
 'kdegames-ktuberling'
 'kdegames-kubrick'
 'kdegames-lskat'
-'kdegames-palapeli')
+'kdegames-palapeli'
+ 'kdegames-picmi')
replaces=('kdegames')
conflicts=('kdegames')
 }
@@ -232,7 +232,7 @@
 'kdeplasma-addons-applets-filewatcher'
 'kdeplasma-addons-applets-frame'
 'kdeplasma-addons-applets-fuzzy-clock'
- 'kdeplasma-addons-applets-icontasks'
+'kdeplasma-addons-applets-icontasks'
 'kdeplasma-addons-applets-incomingmsg'
 'kdeplasma-addons-applets-kdeobservatory'
 'kdeplasma-addons-applets-kimpanel'
@@ -274,6 +274,7 @@
 'kdeplasma-addons-runners-contacts'
 'kdeplasma-addons-runners-converter'
 'kdeplasma-addons-runners-datetime'
+'kdeplasma-addons-runners-dictionary'
 'kdeplasma-addons-runners-events'
 'kdeplasma-addons-runners-katesessions'
 'kdeplasma-addons-runners-konquerorsessions'
@@ -285,7 +286,8 @@
 'kdeplasma-addons-wallpapers-mandelbrot'
 'kdeplasma-addons-wallpapers-marble'
 'kdeplasma-addons-wallpapers-pattern'
- 'kdeplasma-addons-wallpapers-potd'
+'kdeplasma-addons-wallpapers-potd'
+'kdeplasma-addons-wallpapers-qmlwallpapers'
 'kdeplasma-addons-wallpapers-virus'
 'kdeplasma-addons-wallpapers-weather')
replaces=('kdeplasma-addons')



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 18:56:54
  Author: allan
Revision: 171288

upgpkg: ftgl 2.1.3rc5-5

remove unneeded mesa dep (FS#31981)

Modified:
  ftgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:56:27 UTC (rev 171287)
+++ PKGBUILD2012-11-16 23:56:54 UTC (rev 171288)
@@ -6,13 +6,13 @@
 pkgname=ftgl
 _pkgver=2.1.3-rc5
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
 pkgdesc=OpenGL library to use arbitrary fonts
 arch=(i686 x86_64)
 url=http://ftgl.wiki.sourceforge.net/;
-license=(MIT)
-depends=(freetype2 mesa glu)
-makedepends=(doxygen)
+license=('MIT')
+depends=('freetype2' 'glu')
+makedepends=('doxygen' 'mesa')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
 md5sums=('c7879018cde844059495b3029b0b6503')



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 18:57:52
  Author: allan
Revision: 171289

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 23:56:54 UTC (rev 171288)
+++ extra-i686/PKGBUILD 2012-11-16 23:57:52 UTC (rev 171289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=ftgl
-_pkgver=2.1.3-rc5
-pkgver=${_pkgver/-/}
-pkgrel=4
-pkgdesc=OpenGL library to use arbitrary fonts
-arch=(i686 x86_64)
-url=http://ftgl.wiki.sourceforge.net/;
-license=(MIT)
-depends=(freetype2 mesa glu)
-makedepends=(doxygen)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('c7879018cde844059495b3029b0b6503')
-
-build() {
-  cd $srcdir/$pkgname-${_pkgver/-/~}
-  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
-  ./configure --prefix=/usr --with-pic --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_pkgver/-/~}
-  make DESTDIR=$pkgdir install
-
-  # FS#23283: install missing headers for OpenCascade
-  install -m644 src/FT{Face,Library,Size}.h $pkgdir/usr/include/FTGL/
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ftgl/repos/extra-i686/PKGBUILD (from rev 171288, ftgl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 23:57:52 UTC (rev 171289)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=ftgl
+_pkgver=2.1.3-rc5
+pkgver=${_pkgver/-/}
+pkgrel=5
+pkgdesc=OpenGL library to use arbitrary fonts
+arch=(i686 x86_64)
+url=http://ftgl.wiki.sourceforge.net/;
+license=('MIT')
+depends=('freetype2' 'glu')
+makedepends=('doxygen' 'mesa')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
+md5sums=('c7879018cde844059495b3029b0b6503')
+
+build() {
+  cd $srcdir/$pkgname-${_pkgver/-/~}
+  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
+  ./configure --prefix=/usr --with-pic --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver/-/~}
+  make DESTDIR=$pkgdir install
+
+  # FS#23283: install missing headers for OpenCascade
+  install -m644 src/FT{Face,Library,Size}.h $pkgdir/usr/include/FTGL/
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-16 23:56:54 UTC (rev 171288)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:57:52 UTC (rev 171289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=ftgl
-_pkgver=2.1.3-rc5
-pkgver=${_pkgver/-/}
-pkgrel=4
-pkgdesc=OpenGL library to use arbitrary fonts
-arch=(i686 x86_64)
-url=http://ftgl.wiki.sourceforge.net/;
-license=(MIT)
-depends=(freetype2 mesa glu)
-makedepends=(doxygen)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('c7879018cde844059495b3029b0b6503')
-
-build() {
-  cd $srcdir/$pkgname-${_pkgver/-/~}
-  sed -i '/^SUBDIRS =/s/demo//' Makefile.in
-  ./configure --prefix=/usr --with-pic --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_pkgver/-/~}
-  make DESTDIR=$pkgdir install
-
-  # FS#23283: install missing headers for OpenCascade
-  install -m644 src/FT{Face,Library,Size}.h $pkgdir/usr/include/FTGL/
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ftgl/repos/extra-x86_64/PKGBUILD (from rev 171288, ftgl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-16 23:57:52 UTC (rev 171289)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=ftgl
+_pkgver=2.1.3-rc5
+pkgver=${_pkgver/-/}

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 19:59:06
  Author: allan
Revision: 171290

upgpkg: qwt 6.0.1-3

install web designer plugin (FS#25973)

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:57:52 UTC (rev 171289)
+++ PKGBUILD2012-11-17 00:59:06 UTC (rev 171290)
@@ -3,7 +3,7 @@
 
 pkgname=qwt
 pkgver=6.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Qt Widgets for Technical Applications
 arch=('i686' 'x86_64')
 url=http://qwt.sourceforge.net/;
@@ -32,6 +32,11 @@
 
   make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
 
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt/plugins/designer/
+
   # Move man files to proper directory.
 #  install -d ${pkgdir}/usr/share/man/man3
 #  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 19:59:56
  Author: allan
Revision: 171291

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

Added:
  qwt/repos/extra-i686/PKGBUILD
(from rev 171290, qwt/trunk/PKGBUILD)
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
(from rev 171290, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 171290, qwt/trunk/PKGBUILD)
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri
(from rev 171290, qwt/trunk/qwtconfig-archlinux.pri)
Deleted:
  qwt/repos/extra-i686/PKGBUILD
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
  qwt/repos/extra-x86_64/PKGBUILD
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri

--+
 extra-i686/PKGBUILD  |   89 ++--
 extra-i686/qwtconfig-archlinux.pri   |  236 -
 extra-x86_64/PKGBUILD|   89 ++--
 extra-x86_64/qwtconfig-archlinux.pri |  236 -
 4 files changed, 330 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 00:59:06 UTC (rev 171290)
+++ extra-i686/PKGBUILD 2012-11-17 00:59:56 UTC (rev 171291)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qwt
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Qt Widgets for Technical Applications
-arch=('i686' 'x86_64')
-url=http://qwt.sourceforge.net/;
-depends=('qt')
-options=('!makeflags')
-license=(custom:$pkgname)
-source=(http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2;
 \
-qwtconfig-archlinux.pri)
-sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # copy our config file to the right place
-  install -Dm644 ${srcdir}/qwtconfig-archlinux.pri \
-   ${srcdir}/${pkgname}-${pkgver}/qwtconfig.pri
-
-  # build qwt:
-  qmake qwt.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
-
-  # Move man files to proper directory.
-#  install -d ${pkgdir}/usr/share/man/man3
-#  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3
-
-  # install licence
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: qwt/repos/extra-i686/PKGBUILD (from rev 171290, qwt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 00:59:56 UTC (rev 171291)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qwt
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Qt Widgets for Technical Applications
+arch=('i686' 'x86_64')
+url=http://qwt.sourceforge.net/;
+depends=('qt')
+options=('!makeflags')
+license=(custom:$pkgname)
+source=(http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2;
 \
+qwtconfig-archlinux.pri)
+sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  install -Dm644 ${srcdir}/qwtconfig-archlinux.pri \
+   ${srcdir}/${pkgname}-${pkgver}/qwtconfig.pri
+
+  # build qwt:
+  qmake qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
+
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt/plugins/designer/
+
+  # Move man files to proper directory.
+#  install -d ${pkgdir}/usr/share/man/man3
+#  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-i686/qwtconfig-archlinux.pri
===
--- extra-i686/qwtconfig-archlinux.pri  2012-11-17 00:59:06 UTC (rev 171290)
+++ extra-i686/qwtconfig-archlinux.pri  2012-11-17 00:59:56 UTC (rev 171291)
@@ -1,118 +0,0 @@
-
-# Qwt Widget Library
-# Copyright (C) 1997   Josef Wilgen
-# Copyright (C) 2002   Uwe Rathmann
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the Qwt License, Version 1.0
-
-
-QWT_VER_MAJ  = 6
-QWT_VER_MIN  = 1
-QWT_VER_PAT  = 0
-QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
-
-##
-# Install paths

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 20:22:48
  Author: allan
Revision: 171292

upgpkg: wicd 1.7.2.4-5

add rfkill dep (FS#32530)

Modified:
  wicd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 00:59:56 UTC (rev 171291)
+++ PKGBUILD2012-11-17 01:22:48 UTC (rev 171292)
@@ -5,7 +5,7 @@
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
 pkgver=1.7.2.4
-pkgrel=4
+pkgrel=5
 arch=(any)
 url=http://wicd.sourceforge.net/;
 license=('GPL2')
@@ -45,7 +45,7 @@
 package_wicd() {
   pkgdesc=Wired and wireless network manager for Linux
   depends=('python2' 'python2-dbus' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
-   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 
'python2-urwid' 'python2-gobject2' 'dbus-glib')
+   'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 
'python2-urwid' 'python2-gobject2' 'dbus-glib' 'rfkill')
   optdepends=('wicd-gtk: needed if you want the GTK interface')
   backup=('etc/wicd/encryption/templates/active')
   install=wicd.install  



[arch-commits] Commit in wicd/repos/extra-any (22 files)

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 20:24:10
  Author: allan
Revision: 171293

archrelease: copy trunk to extra-any

Added:
  wicd/repos/extra-any/ChangeLog
(from rev 171292, wicd/trunk/ChangeLog)
  wicd/repos/extra-any/PKGBUILD
(from rev 171292, wicd/trunk/PKGBUILD)
  wicd/repos/extra-any/dbus_string_fix.patch
(from rev 171292, wicd/trunk/dbus_string_fix.patch)
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
(from rev 171292, wicd/trunk/deepcopy+python27-fixes.patch)
  wicd/repos/extra-any/net-tools.patch
(from rev 171292, wicd/trunk/net-tools.patch)
  wicd/repos/extra-any/wicd-daemon
(from rev 171292, wicd/trunk/wicd-daemon)
  wicd/repos/extra-any/wicd-locale.patch
(from rev 171292, wicd/trunk/wicd-locale.patch)
  wicd/repos/extra-any/wicd-scripts-execution.patch
(from rev 171292, wicd/trunk/wicd-scripts-execution.patch)
  wicd/repos/extra-any/wicd.desktop
(from rev 171292, wicd/trunk/wicd.desktop)
  wicd/repos/extra-any/wicd.install
(from rev 171292, wicd/trunk/wicd.install)
  wicd/repos/extra-any/wicd_in_usr.patch
(from rev 171292, wicd/trunk/wicd_in_usr.patch)
Deleted:
  wicd/repos/extra-any/ChangeLog
  wicd/repos/extra-any/PKGBUILD
  wicd/repos/extra-any/dbus_string_fix.patch
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
  wicd/repos/extra-any/net-tools.patch
  wicd/repos/extra-any/wicd-daemon
  wicd/repos/extra-any/wicd-locale.patch
  wicd/repos/extra-any/wicd-scripts-execution.patch
  wicd/repos/extra-any/wicd.desktop
  wicd/repos/extra-any/wicd.install
  wicd/repos/extra-any/wicd_in_usr.patch

---+
 ChangeLog |   80 +++
 PKGBUILD  |  202 +--
 dbus_string_fix.patch |   32 +--
 deepcopy+python27-fixes.patch |  144 ++---
 net-tools.patch   |   22 +-
 wicd-daemon   |   54 ++---
 wicd-locale.patch |   24 +-
 wicd-scripts-execution.patch  |   48 ++--
 wicd.desktop  |   22 +-
 wicd.install  |   46 ++--
 wicd_in_usr.patch |  416 
 11 files changed, 545 insertions(+), 545 deletions(-)

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


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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 20:48:24
  Author: allan
Revision: 171294

upgpkg: cmake 2.8.10.1-2

byte-compile emacs file (FS#26473)

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 01:24:10 UTC (rev 171293)
+++ PKGBUILD2012-11-17 01:48:24 UTC (rev 171294)
@@ -4,13 +4,13 @@
 
 pkgname=cmake
 pkgver=2.8.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform open-source make system
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
 license=('custom')
 depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt')
+makedepends=('qt' 'emacs')
 optdepends=('qt: cmake-gui')
 install=${pkgname}.install
 source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
@@ -35,8 +35,10 @@
   vimpath=${pkgdir}/usr/share/vim/vimfiles
   install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
   install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
   install -Dm644 Docs/cmake-mode.el \
 ${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
 
   install -Dm644 Copyright.txt \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 20:49:16
  Author: allan
Revision: 171295

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

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

+
 extra-i686/PKGBUILD|   88 +--
 extra-i686/cmake.install   |   24 +--
 extra-x86_64/PKGBUILD  |   88 +--
 extra-x86_64/cmake.install |   24 +--
 4 files changed, 114 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 01:48:24 UTC (rev 171294)
+++ extra-i686/PKGBUILD 2012-11-17 01:49:16 UTC (rev 171295)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=2.8.10.1
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt')
-optdepends=('qt: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('aabf16d8e957f99921a0095885381373')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-  install -Dm644 Docs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 171294, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 01:49:16 UTC (rev 171295)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.10.1
+pkgrel=2
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt' 'emacs')
+optdepends=('qt: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('aabf16d8e957f99921a0095885381373')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2012-11-17 01:48:24 UTC (rev 171294)
+++ extra-i686/cmake.install2012-11-17 01:49:16 UTC (rev 171295)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-i686/cmake.install (from rev 171294, 
cmake/trunk/cmake.install)
===
--- extra-i686/cmake.install(rev 0)
+++ extra-i686/cmake.install2012-11-17 01:49:16 UTC (rev 171295)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
+}
+

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 21:12:29
  Author: allan
Revision: 171296

upgpkg: maxima 5.28.0-4

rebuild againt sbcl rebuild (FS#32724)

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 01:49:16 UTC (rev 171295)
+++ PKGBUILD2012-11-17 02:12:29 UTC (rev 171296)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.28.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Maxima - a sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.1' 'texinfo' 'sh')
+depends=('sbcl=1.1.1-2' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 21:13:54
  Author: allan
Revision: 171297

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 171296, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 171296, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 171296, maxima/trunk/maxima.install)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 171296, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 171296, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 171296, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

-+
 extra-i686/PKGBUILD |   92 +-
 extra-i686/maxima.desktop   |   22 +-
 extra-i686/maxima.install   |   36 
 extra-x86_64/PKGBUILD   |   92 +-
 extra-x86_64/maxima.desktop |   22 +-
 extra-x86_64/maxima.install |   36 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 02:12:29 UTC (rev 171296)
+++ extra-i686/PKGBUILD 2012-11-17 02:13:54 UTC (rev 171297)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.28.0
-pkgrel=3
-pkgdesc=Maxima - a sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.1' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 171296, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 02:13:54 UTC (rev 171297)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.28.0
+pkgrel=4
+pkgdesc=Maxima - a sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.1-2' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 21:17:21
  Author: allan
Revision: 171298

update upstream url (FS#31466)

Modified:
  psutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 02:13:54 UTC (rev 171297)
+++ PKGBUILD2012-11-17 02:17:21 UTC (rev 171298)
@@ -8,7 +8,7 @@
 pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=A set of postscript utilities
-url=http://www.tardis.ed.ac.uk/~ajcd/psutils/index.html;
+url=http://knackered.org/angus/psutils/;
 license=('custom')
 depends=('glibc' 'ghostscript')
 provides=('psutils-lprng')



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

2012-11-16 Thread Dave Reisner
Date: Friday, November 16, 2012 @ 21:23:30
  Author: dreisner
Revision: 171299

upgpkg: kmod 11-2

- backport fixes for depmod assertion failure (FS#32671)

Added:
  kmod/trunk/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
  kmod/trunk/0002-depmod-fix-asserting-mod-kmod-NULL.patch
Modified:
  kmod/trunk/PKGBUILD

-+
 0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch |   43 
++
 0002-depmod-fix-asserting-mod-kmod-NULL.patch   |   31 +++
 PKGBUILD|   12 ++
 3 files changed, 85 insertions(+), 1 deletion(-)

Added: 0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
===
--- 0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch 
(rev 0)
+++ 0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch 
2012-11-17 02:23:30 UTC (rev 171299)
@@ -0,0 +1,43 @@
+From 06294621a944e4611e15ce8201df80870e052e7d Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@profusion.mobi
+Date: Fri, 16 Nov 2012 11:35:30 -0200
+Subject: [PATCH 1/2] depmod: fix hash lookup by relpath instead of uncrelpath
+
+We index modules in depmod by it's uncompressed relative path, not
+relative path. We didn't notice this bug before since this function is
+only triggered if we release a module to be replaced by one of higher
+priority.
+
+Also fix a leftover log message referring to relpath instead of
+uncrelpath.
+---
+ tools/depmod.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tools/depmod.c b/tools/depmod.c
+index cc9346f..aafe66b 100644
+--- a/tools/depmod.c
 b/tools/depmod.c
+@@ -1114,7 +1114,7 @@ static int depmod_module_add(struct depmod *depmod, 
struct kmod_module *kmod)
+ mod-uncrelpath, mod);
+   if (err  0) {
+   ERR(hash_add_unique %s: %s\n,
+-  mod-relpath, strerror(-err));
++  mod-uncrelpath, strerror(-err));
+   hash_del(depmod-modules_by_name, mod-modname);
+   goto fail;
+   }
+@@ -1134,8 +1134,8 @@ static int depmod_module_del(struct depmod *depmod, 
struct mod *mod)
+ {
+   DBG(del %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
+ 
+-  if (mod-relpath != NULL)
+-  hash_del(depmod-modules_by_uncrelpath, mod-relpath);
++  if (mod-uncrelpath != NULL)
++  hash_del(depmod-modules_by_uncrelpath, mod-uncrelpath);
+ 
+   hash_del(depmod-modules_by_name, mod-modname);
+ 
+-- 
+1.8.0
+

Added: 0002-depmod-fix-asserting-mod-kmod-NULL.patch
===
--- 0002-depmod-fix-asserting-mod-kmod-NULL.patch   
(rev 0)
+++ 0002-depmod-fix-asserting-mod-kmod-NULL.patch   2012-11-17 02:23:30 UTC 
(rev 171299)
@@ -0,0 +1,31 @@
+From 02c64df3c2b33880b18d3f4aba9fa8e48e5ca904 Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@profusion.mobi
+Date: Fri, 16 Nov 2012 12:05:42 -0200
+Subject: [PATCH 2/2] depmod: fix asserting mod-kmod == NULL
+
+If we are replacing a lower priority module (due to its location), we
+already created a kmod_module, but didn't open the file for reading its
+symbols. This means mod-kmod won't be NULL, and this is just ok. Since
+all the functions freeing stuff below the previous assert already takes
+NULL into consideration, it's safe to just unref mod-kmod and let the
+right thing happens.
+---
+ tools/depmod.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/depmod.c b/tools/depmod.c
+index aafe66b..7bbdcd3 100644
+--- a/tools/depmod.c
 b/tools/depmod.c
+@@ -977,7 +977,7 @@ static void mod_free(struct mod *mod)
+ {
+   DBG(free %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
+   array_free_array(mod-deps);
+-  assert(mod-kmod == NULL);
++  kmod_module_unref(mod-kmod);
+   kmod_module_info_free_list(mod-info_list);
+   kmod_module_dependency_symbols_free_list(mod-dep_sym_list);
+   free(mod-uncrelpath);
+-- 
+1.8.0
+

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 02:17:21 UTC (rev 171298)
+++ PKGBUILD2012-11-17 02:23:30 UTC (rev 171299)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=11
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
 url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
@@ -15,13 +15,23 @@
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
+0002-depmod-fix-asserting-mod-kmod-NULL.patch
 

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

2012-11-16 Thread Dave Reisner
Date: Friday, November 16, 2012 @ 21:23:45
  Author: dreisner
Revision: 171300

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

Added:
  kmod/repos/testing-i686/
  
kmod/repos/testing-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
(from rev 171299, 
kmod/trunk/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch)
  kmod/repos/testing-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch
(from rev 171299, kmod/trunk/0002-depmod-fix-asserting-mod-kmod-NULL.patch)
  kmod/repos/testing-i686/PKGBUILD
(from rev 171299, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 171299, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  
kmod/repos/testing-x86_64/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
(from rev 171299, 
kmod/trunk/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch)
  kmod/repos/testing-x86_64/0002-depmod-fix-asserting-mod-kmod-NULL.patch
(from rev 171299, kmod/trunk/0002-depmod-fix-asserting-mod-kmod-NULL.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 171299, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 171299, kmod/trunk/depmod-search.conf)

+
 testing-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch   
|   43 ++
 testing-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch 
|   31 
 testing-i686/PKGBUILD  
|   65 ++
 testing-i686/depmod-search.conf
|5 
 testing-x86_64/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch 
|   43 ++
 testing-x86_64/0002-depmod-fix-asserting-mod-kmod-NULL.patch   
|   31 
 testing-x86_64/PKGBUILD
|   65 ++
 testing-x86_64/depmod-search.conf  
|5 
 8 files changed, 288 insertions(+)

Copied: 
kmod/repos/testing-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
 (from rev 171299, 
kmod/trunk/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch)
===
--- 
testing-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
(rev 0)
+++ 
testing-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
2012-11-17 02:23:45 UTC (rev 171300)
@@ -0,0 +1,43 @@
+From 06294621a944e4611e15ce8201df80870e052e7d Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@profusion.mobi
+Date: Fri, 16 Nov 2012 11:35:30 -0200
+Subject: [PATCH 1/2] depmod: fix hash lookup by relpath instead of uncrelpath
+
+We index modules in depmod by it's uncompressed relative path, not
+relative path. We didn't notice this bug before since this function is
+only triggered if we release a module to be replaced by one of higher
+priority.
+
+Also fix a leftover log message referring to relpath instead of
+uncrelpath.
+---
+ tools/depmod.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tools/depmod.c b/tools/depmod.c
+index cc9346f..aafe66b 100644
+--- a/tools/depmod.c
 b/tools/depmod.c
+@@ -1114,7 +1114,7 @@ static int depmod_module_add(struct depmod *depmod, 
struct kmod_module *kmod)
+ mod-uncrelpath, mod);
+   if (err  0) {
+   ERR(hash_add_unique %s: %s\n,
+-  mod-relpath, strerror(-err));
++  mod-uncrelpath, strerror(-err));
+   hash_del(depmod-modules_by_name, mod-modname);
+   goto fail;
+   }
+@@ -1134,8 +1134,8 @@ static int depmod_module_del(struct depmod *depmod, 
struct mod *mod)
+ {
+   DBG(del %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
+ 
+-  if (mod-relpath != NULL)
+-  hash_del(depmod-modules_by_uncrelpath, mod-relpath);
++  if (mod-uncrelpath != NULL)
++  hash_del(depmod-modules_by_uncrelpath, mod-uncrelpath);
+ 
+   hash_del(depmod-modules_by_name, mod-modname);
+ 
+-- 
+1.8.0
+

Copied: kmod/repos/testing-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch 
(from rev 171299, kmod/trunk/0002-depmod-fix-asserting-mod-kmod-NULL.patch)
===
--- testing-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch  
(rev 0)
+++ testing-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch  2012-11-17 
02:23:45 UTC (rev 171300)
@@ -0,0 +1,31 @@
+From 02c64df3c2b33880b18d3f4aba9fa8e48e5ca904 Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@profusion.mobi
+Date: Fri, 16 Nov 2012 12:05:42 -0200
+Subject: [PATCH 2/2] depmod: fix asserting mod-kmod == 

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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 21:50:43
  Author: allan
Revision: 171301

upgpkg: util-linux 2.22.1-3

refer to uuidd user/group by number (FS#31663)

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 02:23:45 UTC (rev 171300)
+++ PKGBUILD2012-11-17 02:50:43 UTC (rev 171301)
@@ -4,13 +4,13 @@
 
 pkgname=util-linux
 pkgver=2.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
 groups=('base')
 depends=('pam' 'shadow' 'coreutils' 'glibc')
-# makedepends=('bc') # for check() only, change this to checkdepends for 
pacman 4.1
+# checkdepends=('bc')
 conflicts=('util-linux-ng' 'eject')
 provides=(util-linux-ng=${pkgver} 'eject')
 license=('GPL2')



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

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 21:52:11
  Author: allan
Revision: 171302

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 171301, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 171301, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 171301, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 171301, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 171301, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 171301, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 171301, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 171301, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 171301, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 171301, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 171301, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 171301, util-linux/trunk/uuidd.tmpfiles)

---+
 testing-i686/PKGBUILD |   82 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 +++
 testing-i686/pam-su   |9 +++
 testing-i686/util-linux.install   |   21 +
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   82 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 +++
 testing-x86_64/pam-su |9 +++
 testing-x86_64/util-linux.install |   21 +
 testing-x86_64/uuidd.tmpfiles |1 
 12 files changed, 252 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 171301, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-17 02:52:11 UTC (rev 171302)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.22.1
+pkgrel=3
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('pam' 'shadow' 'coreutils' 'glibc')
+# checkdepends=('bc')
+conflicts=('util-linux-ng' 'eject')
+provides=(util-linux-ng=${pkgver} 'eject')
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz
+uuidd.tmpfiles
+pam-login
+pam-common
+pam-su)
+backup=(etc/pam.d/chfn
+etc/pam.d/chsh
+etc/pam.d/login
+etc/pam.d/su
+etc/pam.d/su-l)
+install=util-linux.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation
+
+#  --enable-reset \ # part of ncurses
+#  --enable-line \ # not part of any package
+#  --enable-last \ # not compat
+
+  make
+}
+
+#check() {
+# fails for some reason in chroot, works outside
+#  make -C $pkgname-$pkgver check
+#}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  cd ${pkgdir}
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+}
+md5sums=('730cf9932531ed09b53a04ca30fcb4c9'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')

Copied: util-linux/repos/testing-i686/pam-common (from rev 171301, 
util-linux/trunk/pam-common)
===
--- 

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

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 22:08:05
  Author: eric
Revision: 171303

upgpkg: wxgtk 2.8.12.1-4

Add sound support (close FS#32299), Add glu and libxt makedepends

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 02:52:11 UTC (rev 171302)
+++ PKGBUILD2012-11-17 03:08:05 UTC (rev 171303)
@@ -3,13 +3,13 @@
 
 pkgname=wxgtk
 pkgver=2.8.12.1
-pkgrel=3
+pkgrel=4
 pkgdesc=GTK+ implementation of wxWidgets API for GUI
 arch=('i686' 'x86_64')
 url=http://wxwidgets.org;
 license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
+depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm' 'sdl')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa' 'glu' 'libxt')
 #source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
 sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
 --enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
 --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
+--with-sdl --disable-precomp-headers
   make
   make -C locale allmo
   cd contrib/src



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

2012-11-16 Thread Eric Bélanger
Date: Friday, November 16, 2012 @ 22:08:29
  Author: eric
Revision: 171304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 03:08:05 UTC (rev 171303)
+++ extra-i686/PKGBUILD 2012-11-17 03:08:29 UTC (rev 171304)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxgtk
-pkgver=2.8.12.1
-pkgrel=3
-pkgdesc=GTK+ implementation of wxWidgets API for GUI
-arch=('i686' 'x86_64')
-url=http://wxwidgets.org;
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
-#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
-
-build() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-#  cd ${srcdir}/wxGTK-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-  cd contrib/src
-  make
-}
-
-package() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-#  cd ${srcdir}/wxGTK-${pkgver}
-  make DESTDIR=${pkgdir} install
-  cd contrib/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 171303, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 03:08:29 UTC (rev 171304)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxgtk
+pkgver=2.8.12.1
+pkgrel=4
+pkgdesc=GTK+ implementation of wxWidgets API for GUI
+arch=('i686' 'x86_64')
+url=http://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm' 'sdl')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa' 'glu' 'libxt')
+#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
+sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+#  cd ${srcdir}/wxGTK-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--with-sdl --disable-precomp-headers
+  make
+  make -C locale allmo
+  cd contrib/src
+  make
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+#  cd ${srcdir}/wxGTK-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd contrib/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-17 03:08:05 UTC (rev 171303)
+++ extra-x86_64/PKGBUILD   2012-11-17 03:08:29 UTC (rev 171304)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxgtk
-pkgver=2.8.12.1
-pkgrel=3
-pkgdesc=GTK+ implementation of wxWidgets API for GUI
-arch=('i686' 'x86_64')
-url=http://wxwidgets.org;
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
-#source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
-
-build() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-#  cd ${srcdir}/wxGTK-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-  cd 

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

2012-11-16 Thread Stéphane Gaudreault
Date: Friday, November 16, 2012 @ 23:08:09
  Author: stephane
Revision: 171305

upgpkg: python-distribute 0.6.30-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 03:08:29 UTC (rev 171304)
+++ PKGBUILD2012-11-17 04:08:09 UTC (rev 171305)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.29
+pkgver=0.6.30
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('c713633a38d23bbed16c0947666165688a18915b'
+sha1sums=('40dfce237883d1c02817f726128f61614dc686ff'
   '9c19c12edac507b0f76696d282b9831c4b653a7e')
 build() {
cd ${srcdir}



[arch-commits] Commit in python-distribute/repos/extra-any (4 files)

2012-11-16 Thread Stéphane Gaudreault
Date: Friday, November 16, 2012 @ 23:08:17
  Author: stephane
Revision: 171306

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 171305, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 171305, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-17 04:08:09 UTC (rev 171305)
+++ PKGBUILD2012-11-17 04:08:17 UTC (rev 171306)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.29
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('c713633a38d23bbed16c0947666165688a18915b'
-  '9c19c12edac507b0f76696d282b9831c4b653a7e')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 171305, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-17 04:08:17 UTC (rev 171306)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.30
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('40dfce237883d1c02817f726128f61614dc686ff'
+  '9c19c12edac507b0f76696d282b9831c4b653a7e')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2012-11-17 04:08:09 UTC (rev 171305)
+++ distribute-python2_and_3.patch  2012-11-17 04:08:17 UTC (rev 171306)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.27.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.27/distribute.egg-info/entry_points.txt
 distribute-0.6.27.ori/distribute.egg-info/entry_points.txt 2012-05-18 
15:46:04.0 -0400
-+++ 

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

2012-11-16 Thread Jan Steffens
Date: Friday, November 16, 2012 @ 23:43:25
  Author: heftig
Revision: 171307

3.5.0, because 3.4.0 fails FS#32714

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 04:08:17 UTC (rev 171306)
+++ PKGBUILD2012-11-17 04:43:25 UTC (rev 171307)
@@ -4,20 +4,20 @@
 # Contributor: Ben contrasu...@myrealbox.com
 
 pkgname=sound-juicer
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc=A cd ripper application
 arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz4' 'libdiscid' 'gtk3' 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero
+ hicolor-icon-theme gconf)
+makedepends=(intltool gnome-doc-utils)
 options=(!emptydirs)
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-groups=('gnome-extra')
+groups=(gnome-extra)
 install=sound-juicer.install
-sha256sums=('49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12')
+sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-16 Thread Jan Steffens
Date: Friday, November 16, 2012 @ 23:45:56
  Author: heftig
Revision: 171308

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 171307, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 171307, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 171307, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 171307, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 extra-i686/PKGBUILD   |   72 ++--
 extra-i686/sound-juicer.install   |   48 
 extra-x86_64/PKGBUILD |   72 ++--
 extra-x86_64/sound-juicer.install |   48 
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 04:43:25 UTC (rev 171307)
+++ extra-i686/PKGBUILD 2012-11-17 04:45:56 UTC (rev 171308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A cd ripper application
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz4' 'libdiscid' 'gtk3' 'gstreamer0.10-base-plugins'
- 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=(!emptydirs)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-groups=('gnome-extra')
-install=sound-juicer.install
-sha256sums=('49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 171307, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 04:45:56 UTC (rev 171308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.5.0
+pkgrel=1
+pkgdesc=A cd ripper application
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero
+ hicolor-icon-theme gconf)
+makedepends=(intltool gnome-doc-utils)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+groups=(gnome-extra)
+install=sound-juicer.install
+sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-scrollkeeper
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/sound-juicer.install
===
--- extra-i686/sound-juicer.install 2012-11-17 04:43:25 UTC (rev 171307)
+++ extra-i686/sound-juicer.install 2012-11-17 04:45:56 UTC (rev 171308)
@@ -1,24 +0,0 @@
-pkgname=sound-juicer
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: sound-juicer/repos/extra-i686/sound-juicer.install 

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

2012-11-16 Thread Allan McRae
Date: Saturday, November 17, 2012 @ 00:06:32
  Author: allan
Revision: 171309

upgpkg: intel-ucode 20120606-2

remove outdated install message (FS#32166)

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 04:45:56 UTC (rev 171308)
+++ PKGBUILD2012-11-17 05:06:32 UTC (rev 171309)
@@ -3,13 +3,12 @@
 
 pkgname=intel-ucode
 pkgver=20120606
-pkgrel=1
+pkgrel=2
 pkgdesc=Microcode update files for Intel CPUs
 arch=('any')
 
url=http://downloadcenter.intel.com/SearchResult.aspx?lang=engkeyword=%22microcode%22;
 replaces=('microcode_ctl')
 license=('custom')
-install=${pkgname}.install
 source=(http://downloadmirror.intel.com/21385/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)



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

2012-11-16 Thread Allan McRae
Date: Saturday, November 17, 2012 @ 00:08:17
  Author: allan
Revision: 171310

upgpkg: intel-ucode 20120606-2

remove outdated install message (FS#32166)

Deleted:
  intel-ucode/trunk/intel-ucode.install

-+
 intel-ucode.install |8 
 1 file changed, 8 deletions(-)

Deleted: intel-ucode.install
===
--- intel-ucode.install 2012-11-17 05:06:32 UTC (rev 171309)
+++ intel-ucode.install 2012-11-17 05:08:17 UTC (rev 171310)
@@ -1,8 +0,0 @@
-post_install() {
-  echo
-  echo == To apply the microcode update on boot, load the 'microcode' module
-  echo == by adding it to the MODULES array in rc.conf:
-  echo ==  MODULES=(... microcode)
-  echo == The old 'microcode' daemon script no longer exists.
-  echo
-}



[arch-commits] Commit in intel-ucode/repos/extra-any (7 files)

2012-11-16 Thread Allan McRae
Date: Saturday, November 17, 2012 @ 00:08:56
  Author: allan
Revision: 171311

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 171310, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 171310, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 171310, intel-ucode/trunk/intel-microcode2ucode.c)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
  intel-ucode/repos/extra-any/intel-ucode.install

-+
 LICENSE |  246 +-
 PKGBUILD|   61 
 intel-microcode2ucode.c |  326 +++---
 intel-ucode.install |8 -
 4 files changed, 316 insertions(+), 325 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-11-17 05:08:17 UTC (rev 171310)
+++ LICENSE 2012-11-17 05:08:56 UTC (rev 171311)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the Software) until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the Site License below shall
-apply to you.
-- If you are an end user, the Single User License shall apply to you.
-- If you are an original equipment manufacturer (OEM), the OEM License
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a break-the-
-seal license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary information or patent,
-copyright, mask work, trademark, trade secret, or other intellectual property
-right owned or controlled by Intel, 

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

2012-11-16 Thread Allan McRae
Date: Saturday, November 17, 2012 @ 00:10:18
  Author: allan
Revision: 171312

upgpkg: amd-ucode 2012.09.10-2

remove outdated install message (FS#32166)

Modified:
  amd-ucode/trunk/PKGBUILD
Deleted:
  amd-ucode/trunk/amd-ucode.install

---+
 PKGBUILD  |3 +--
 amd-ucode.install |7 ---
 2 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 05:08:56 UTC (rev 171311)
+++ PKGBUILD2012-11-17 05:10:18 UTC (rev 171312)
@@ -4,12 +4,11 @@
 pkgname=amd-ucode
 _realver=2012-09-10
 pkgver=${_realver//-/\.}
-pkgrel=1
+pkgrel=2
 pkgdesc=Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs
 arch=('any')
 license=('custom')
 url=http://www.amd64.org/support/microcode.html;
-install=${pkgname}.install
 source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
 http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
 sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'

Deleted: amd-ucode.install
===
--- amd-ucode.install   2012-11-17 05:08:56 UTC (rev 171311)
+++ amd-ucode.install   2012-11-17 05:10:18 UTC (rev 171312)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo == To apply the microcode update on boot, load the 'microcode' module
-  echo == by adding it to the MODULES array in rc.conf:
-  echo ==  MODULES=(... microcode)
-  echo
-}



[arch-commits] Commit in amd-ucode/repos/extra-any (3 files)

2012-11-16 Thread Allan McRae
Date: Saturday, November 17, 2012 @ 00:10:53
  Author: allan
Revision: 171313

archrelease: copy trunk to extra-any

Added:
  amd-ucode/repos/extra-any/PKGBUILD
(from rev 171312, amd-ucode/trunk/PKGBUILD)
Deleted:
  amd-ucode/repos/extra-any/PKGBUILD
  amd-ucode/repos/extra-any/amd-ucode.install

---+
 PKGBUILD  |   45 ++---
 amd-ucode.install |7 ---
 2 files changed, 22 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-17 05:10:18 UTC (rev 171312)
+++ PKGBUILD2012-11-17 05:10:53 UTC (rev 171313)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=amd-ucode
-_realver=2012-09-10
-pkgver=${_realver//-/\.}
-pkgrel=1
-pkgdesc=Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs
-arch=('any')
-license=('custom')
-url=http://www.amd64.org/support/microcode.html;
-install=${pkgname}.install
-source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
-http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
-sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'
-'bd101b87b53394ce8f78da2588fdf91453b20931ce1b852f67a610cb9c63c73d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${_realver}
-  install -D -m644 microcode_amd.bin 
${pkgdir}/usr/lib/firmware/amd-ucode/microcode_amd.bin
-  install -D -m644 microcode_amd_fam15h.bin 
${pkgdir}/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: amd-ucode/repos/extra-any/PKGBUILD (from rev 171312, 
amd-ucode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-17 05:10:53 UTC (rev 171313)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=amd-ucode
+_realver=2012-09-10
+pkgver=${_realver//-/\.}
+pkgrel=2
+pkgdesc=Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs
+arch=('any')
+license=('custom')
+url=http://www.amd64.org/support/microcode.html;
+source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
+http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
+sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'
+'bd101b87b53394ce8f78da2588fdf91453b20931ce1b852f67a610cb9c63c73d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${_realver}
+  install -D -m644 microcode_amd.bin 
${pkgdir}/usr/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd_fam15h.bin 
${pkgdir}/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: amd-ucode.install
===
--- amd-ucode.install   2012-11-17 05:10:18 UTC (rev 171312)
+++ amd-ucode.install   2012-11-17 05:10:53 UTC (rev 171313)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo == To apply the microcode update on boot, load the 'microcode' module
-  echo == by adding it to the MODULES array in rc.conf:
-  echo ==  MODULES=(... microcode)
-  echo
-}



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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 00:24:43
  Author: eric
Revision: 171314

upgpkg: bigloo 3.9a-1

Upstream update, Fix emacs files path (close FS#31809)

Modified:
  bigloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 05:10:53 UTC (rev 171313)
+++ PKGBUILD2012-11-17 05:24:43 UTC (rev 171314)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=bigloo
-_pkgver=3.8c
+_pkgver=3.9a
 pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc=Fast scheme compiler
@@ -12,12 +12,12 @@
 url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
 license=('GPL' 'LGPL')
 depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'openssl' 'sqlite' 'alsa-lib' 
'flac' 'avahi')
-optdepends=('emacs' 'java-environment' 'zip' 'openssl' 'sqlite' 'alsa-lib' 
'flac' 'avahi')
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
 options=('!makeflags')
 install=bigloo.install
 source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('ceea21b14c8f7270be5223dce713ec6d')
+md5sums=('7091f6f54cb5f63768a8152085d1bd02')
 
 build() {
   cd ${srcdir}/${pkgname}${_pkgver}



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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 00:25:07
  Author: eric
Revision: 171315

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

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

-+
 extra-i686/PKGBUILD |   94 +-
 extra-i686/bigloo.install   |   42 +-
 extra-x86_64/PKGBUILD   |   94 +-
 extra-x86_64/bigloo.install |   42 +-
 4 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 05:24:43 UTC (rev 171314)
+++ extra-i686/PKGBUILD 2012-11-17 05:25:07 UTC (rev 171315)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=bigloo
-_pkgver=3.8c
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc=Fast scheme compiler
-arch=('i686' 'x86_64')
-url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
-license=('GPL' 'LGPL')
-depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'openssl' 'sqlite' 'alsa-lib' 
'flac' 'avahi')
-optdepends=('emacs' 'java-environment' 'zip' 'openssl' 'sqlite' 'alsa-lib' 
'flac' 'avahi')
-options=('!makeflags')
-install=bigloo.install
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('ceea21b14c8f7270be5223dce713ec6d')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
---enable-ssl \
---enable-sqlite \
---enable-avahi \
---enable-flac \
---disable-gstreamer \
---mandir=/usr/share/man \
---infodir=/usr/share/info \
---docdir=/usr/share/doc/bigloo \
---jvm=yes
-  make build compile-bee
-}
-
-check() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install install-bee
-  make -C manuals DESTDIR=${pkgdir} install-bee
-  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
-}

Copied: bigloo/repos/extra-i686/PKGBUILD (from rev 171314, 
bigloo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 05:25:07 UTC (rev 171315)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jürgen Hötzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=bigloo
+_pkgver=3.9a
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc=Fast scheme compiler
+arch=('i686' 'x86_64')
+url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
+license=('GPL' 'LGPL')
+depends=()
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('7091f6f54cb5f63768a8152085d1bd02')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install install-bee
+  make -C manuals DESTDIR=${pkgdir} install-bee
+  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
+}

Deleted: extra-i686/bigloo.install
===
--- extra-i686/bigloo.install   2012-11-17 05:24:43 UTC (rev 171314)
+++ extra-i686/bigloo.install   2012-11-17 05:25:07 UTC (rev 171315)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(bigloo.info bdb.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-

Copied: bigloo/repos/extra-i686/bigloo.install (from rev 171314, 
bigloo/trunk/bigloo.install)

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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 01:25:05
  Author: eric
Revision: 171316

upgpkg: pyopengl 3.0.2-2

Add python 3 package (close FS#32618)

Modified:
  pyopengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 05:25:07 UTC (rev 171315)
+++ PKGBUILD2012-11-17 06:25:05 UTC (rev 171316)
@@ -6,23 +6,29 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgbase=pyopengl
-pkgname=('python2-opengl')
+pkgname=('python2-opengl' 'python-opengl')
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The cross platform Python binding to OpenGL and related APIs
 url=http://pyopengl.sourceforge.net/;
 license=('BSD')
 arch=('any')
-depends=('freeglut' 'python2-distribute')
-conflicts=('python-pyopengl' 'python-opengl=3.0.1-4')
-replaces=('python-pyopengl' 'python-opengl=3.0.1-4')
+makedepends=('freeglut' 'python2-distribute' 'python-distribute')
 source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
 'LICENSE')
 md5sums=('77becc24ffc0a6b28030aa109ad7ff8b'
  '0b53c508a63e5dbaf44cdfb0fa103b3a')
 
+build() {
+  cp -r PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
+}
+
 package_python2-opengl() {
-   cd PyOpenGL-${pkgver}
+depends=('freeglut' 'python2-distribute')
+   conflicts=('python-pyopengl' 'python-opengl=3.0.1-4')
+   replaces=('python-pyopengl' 'python-opengl=3.0.1-4')
+
+cd PyOpenGL-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=1
install -Dm644 ${srcdir}/LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -33,3 +39,12 @@
 sed -i 's|#! /usr/bin/env python|#!/usr/bin/python2|' \
   ${pkgdir}/usr/lib/python2.7/site-packages/OpenGL/arrays/{_,}buffers.py
 }
+
+package_python-opengl() {
+depends=('freeglut' 'python-distribute')
+
+cd python-PyOpenGL-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 ${srcdir}/LICENSE \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 01:25:15
  Author: eric
Revision: 171317

archrelease: copy trunk to extra-any

Added:
  pyopengl/repos/extra-any/LICENSE
(from rev 171316, pyopengl/trunk/LICENSE)
  pyopengl/repos/extra-any/PKGBUILD
(from rev 171316, pyopengl/trunk/PKGBUILD)
Deleted:
  pyopengl/repos/extra-any/LICENSE
  pyopengl/repos/extra-any/PKGBUILD

--+
 LICENSE  |   60 +--
 PKGBUILD |   85 +++--
 2 files changed, 80 insertions(+), 65 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-11-17 06:25:05 UTC (rev 171316)
+++ LICENSE 2012-11-17 06:25:15 UTC (rev 171317)
@@ -1,30 +0,0 @@
-# Copyright (c) 2006-2008 Alex Holkner
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions 
-# are met:
-#
-#  * Redistributions of source code must retain the above copyright
-#notice, this list of conditions and the following disclaimer.
-#  * Redistributions in binary form must reproduce the above copyright 
-#notice, this list of conditions and the following disclaimer in
-#the documentation and/or other materials provided with the
-#distribution.
-#  * Neither the name of pyglet nor the names of its
-#contributors may be used to endorse or promote products
-#derived from this software without specific prior written
-#permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/extra-any/LICENSE (from rev 171316, 
pyopengl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2012-11-17 06:25:15 UTC (rev 171317)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-17 06:25:05 UTC (rev 171316)
+++ PKGBUILD2012-11-17 06:25:15 UTC (rev 171317)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Josh Taylor joshtaylor.m...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyopengl
-pkgname=('python2-opengl')
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=The cross platform Python binding to OpenGL and related APIs
-url=http://pyopengl.sourceforge.net/;
-license=('BSD')
-arch=('any')
-depends=('freeglut' 'python2-distribute')
-conflicts=('python-pyopengl' 'python-opengl=3.0.1-4')

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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 01:46:09
  Author: eric
Revision: 171318

Update source url (close FS#32552), PKGBUILD clean up

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 06:25:15 UTC (rev 171317)
+++ PKGBUILD2012-11-17 06:46:09 UTC (rev 171318)
@@ -14,39 +14,39 @@
 options=('!libtool' '!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d)
+md5sums=('c012b01ac17bedb0af52b7a16405da84'
+ 'b9ef8a65fea497acf176cca16c1e2402')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   # build mono
   ./configure --prefix=/usr --sysconfdir=/etc \
   --with-libgdiplus=installed 
-  make || return 1
+  make
 
   # build jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
   # install jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   # install binfmt conf file and pathes
-  install -D -m644 ${srcdir}/mono.binfmt.d ${pkgdir}/usr/lib/binfmt.d/mono.conf
+  install -D -m644 ${srcdir}/mono.binfmt.d 
${pkgdir}/usr/lib/binfmt.d/mono.conf
 
   #install license
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
   
   #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
-  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
+  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
 }
-md5sums=('411a2d9bcfc37a61eb9aedba88b40533'
- 'b9ef8a65fea497acf176cca16c1e2402')



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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 02:45:55
  Author: eric
Revision: 171319

upgpkg: glpk 4.47-2

Add docs (close FS#20515)

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 06:46:09 UTC (rev 171318)
+++ PKGBUILD2012-11-17 07:45:55 UTC (rev 171319)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: bzklrm bzk...@gmail.com
 # Additional contributors Senjin, Xavier, dundee
@@ -4,18 +5,19 @@
 
 pkgname=glpk
 pkgver=4.47
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/glpk/glpk.html;
 license=('GPL')
 depends=('glibc')
 options=('!libtool')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c'
+  'e29069fb4e8e34929a980a8659b3dd7ccd92a676')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
 
@@ -27,6 +29,8 @@
 }
 
 package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
+  install -Dm644 doc/glpk.pdf ${pkgdir}/usr/share/doc/glpk/glpk.pdf
+  install -Dm644 doc/gmpl.pdf ${pkgdir}/usr/share/doc/glpk/gmpl.pdf
 }



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

2012-11-16 Thread Eric Bélanger
Date: Saturday, November 17, 2012 @ 02:46:20
  Author: eric
Revision: 171320

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-17 07:45:55 UTC (rev 171319)
+++ extra-i686/PKGBUILD 2012-11-17 07:46:20 UTC (rev 171320)
@@ -1,32 +0,0 @@
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: bzklrm bzk...@gmail.com
-# Additional contributors Senjin, Xavier, dundee
-
-pkgname=glpk
-pkgver=4.47
-pkgrel=1
-pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/glpk/glpk.html;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  if [ $CARCH == x86_64 ]; then
-make CFLAGS=$CFLAGS -fPIC  
-  else
-make
-  fi
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: glpk/repos/extra-i686/PKGBUILD (from rev 171319, glpk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-17 07:46:20 UTC (rev 171320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: bzklrm bzk...@gmail.com
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.47
+pkgrel=2
+pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c'
+  'e29069fb4e8e34929a980a8659b3dd7ccd92a676')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  if [ $CARCH == x86_64 ]; then
+make CFLAGS=$CFLAGS -fPIC  
+  else
+make
+  fi
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 doc/glpk.pdf ${pkgdir}/usr/share/doc/glpk/glpk.pdf
+  install -Dm644 doc/gmpl.pdf ${pkgdir}/usr/share/doc/glpk/gmpl.pdf
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-17 07:45:55 UTC (rev 171319)
+++ extra-x86_64/PKGBUILD   2012-11-17 07:46:20 UTC (rev 171320)
@@ -1,32 +0,0 @@
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: bzklrm bzk...@gmail.com
-# Additional contributors Senjin, Xavier, dundee
-
-pkgname=glpk
-pkgver=4.47
-pkgrel=1
-pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/glpk/glpk.html;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  if [ $CARCH == x86_64 ]; then
-make CFLAGS=$CFLAGS -fPIC  
-  else
-make
-  fi
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: glpk/repos/extra-x86_64/PKGBUILD (from rev 171319, glpk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-17 07:46:20 UTC (rev 171320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: bzklrm bzk...@gmail.com
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.47
+pkgrel=2
+pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c'
+  'e29069fb4e8e34929a980a8659b3dd7ccd92a676')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  if [ $CARCH == x86_64 ]; then
+make CFLAGS=$CFLAGS -fPIC  
+  else
+make
+  fi
+}
+
+package(){
+  cd 

<    1   2   3