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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 03:13:27
  Author: andrea
Revision: 142562

upgpkg: qscintilla 2.6-1

Upstream release

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 07:58:37 UTC (rev 142561)
+++ PKGBUILD2011-11-12 08:13:27 UTC (rev 142562)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer:
+# Contributor: Andrea Scarpino 
 # Contributor: Douglas Soares de Andrade 
 
 pkgbase=qscintilla
 pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla')
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.6
+pkgrel=1
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
-makedepends=('python2-pyqt')
+makedepends=('python2-pyqt' 'chrpath')
 
source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz";
 'configure.py-objdir-support.diff')
-md5sums=('dd7edef5ff674d307057a3c12dbd8fce'
+md5sums=('0605a8006ea752ec2d1d7fc4791d1c75'
  '8cf9c06252e2f11ab00e62848e322fd3')
 
 
@@ -57,6 +58,9 @@
 cd "${srcdir}/QScintilla-gpl-${pkgver}/Python"
 install -Dm755 Qsci.so \
   "${pkgdir}/usr/lib/python3.2/site-packages/PyQt4/Qsci.so"
+
+# Fix RPATH
+chrpath -r /usr/lib/ 
"${pkgdir}"/usr/lib/python3.2/site-packages/PyQt4/Qsci.so
 }
 
 package_python2-qscintilla() {
@@ -65,4 +69,7 @@
 
 cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2"
 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Fix RPATH
+chrpath -r /usr/lib/ 
"${pkgdir}"/usr/lib/python2.7/site-packages/PyQt4/Qsci.so
 }



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 03:13:52
  Author: andrea
Revision: 142563

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

Added:
  qscintilla/repos/extra-i686/PKGBUILD
(from rev 142562, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-i686/configure.py-objdir-support.diff
(from rev 142562, qscintilla/trunk/configure.py-objdir-support.diff)
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 142562, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff
(from rev 142562, qscintilla/trunk/configure.py-objdir-support.diff)
Deleted:
  qscintilla/repos/extra-i686/PKGBUILD
  qscintilla/repos/extra-i686/configure.py-objdir-support.diff
  qscintilla/repos/extra-x86_64/PKGBUILD
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff

---+
 extra-i686/PKGBUILD   |  143 
 extra-i686/configure.py-objdir-support.diff   |   78 ++---
 extra-x86_64/PKGBUILD |  143 
 extra-x86_64/configure.py-objdir-support.diff |   78 ++---
 4 files changed, 228 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 08:13:27 UTC (rev 142562)
+++ extra-i686/PKGBUILD 2011-11-12 08:13:52 UTC (rev 142563)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla')
-pkgver=2.5.1
-pkgrel=2
-license=('GPL')
-arch=('i686' 'x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
-makedepends=('python2-pyqt')
-source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz";
-'configure.py-objdir-support.diff')
-md5sums=('dd7edef5ff674d307057a3c12dbd8fce'
- '8cf9c06252e2f11ab00e62848e322fd3')
-
-
-build() {
-cd "${srcdir}/QScintilla-gpl-${pkgver}" 
-patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff"
-
-cd Qt4
-qmake qscintilla.pro
-make
-
-cd ../designer-Qt4
-qmake designer.pro INCLUDEPATH+=../Qt4 QMAKE_LIBDIR+=../Qt4
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
-make
-
-cd ../Python2
-python2 configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
-make
-}
-
-package_qscintilla() {
-pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt')
-
-cd "${srcdir}/QScintilla-gpl-${pkgver}/Qt4"
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd "${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4"
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla() {
-pkgdesc="Python 3 bindings for QScintilla2"
-depends=('pyqt' 'qscintilla')
-
-cd "${srcdir}/QScintilla-gpl-${pkgver}/Python"
-install -Dm755 Qsci.so \
-  "${pkgdir}/usr/lib/python3.2/site-packages/PyQt4/Qsci.so"
-}
-
-package_python2-qscintilla() {
-pkgdesc="Python 2 bindings for QScintilla2"
-depends=('python-qscintilla' 'python2-pyqt')
-
-cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2"
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}

Copied: qscintilla/repos/extra-i686/PKGBUILD (from rev 142562, 
qscintilla/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 08:13:52 UTC (rev 142563)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla')
+pkgver=2.6
+pkgrel=1
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+makedepends=('python2-pyqt' 'chrpath')
+source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz";
+'configure.py-objdir-support.diff')
+md5sums=('0605a8006ea752ec2d1d7fc4791d1c75'
+ '8cf9c06252e2f11ab00e62848e322fd3')
+
+
+build() {
+cd "${srcdir}/QScintilla-gpl-${pkgver}" 
+patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff"
+
+cd Qt4
+qmake qscintilla.pro
+make
+
+cd ../designer-Qt4
+qmake designer.pro INCLUDEPATH+=../Qt4 QMAKE_LIBDIR+=../Qt4
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
+make
+
+cd ../Python2
+python2 configure.py -n ../Qt4/ -o ../Qt4 -c -p 4
+make
+}
+
+package_qscintilla() {
+pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt')
+
+cd "${srcdir}/QScintilla-gpl-${pkgver}/Qt4"
+make DESTDIR="${pkgdir}" INSTALL_ROOT="$

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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 03:14:17
  Author: andrea
Revision: 142564

upgpkg: kdebindings-smokeqt 4.7.3-2

Qscintilla rebuild

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 08:13:52 UTC (rev 142563)
+++ PKGBUILD2011-11-12 08:14:17 UTC (rev 142564)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokeqt
 pkgver=4.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Language independent library for Qt bindings"
 url="http://kde.org/";
 arch=('i686' 'x86_64')



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 03:14:45
  Author: andrea
Revision: 142565

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

Added:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
(from rev 142564, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD
(from rev 142564, kdebindings-smokeqt/trunk/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/extra-i686/PKGBUILD
  kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 08:14:17 UTC (rev 142564)
+++ extra-i686/PKGBUILD 2011-11-12 08:14:45 UTC (rev 142565)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokeqt
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="http://kde.org/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2";)
-sha1sums=('cf1c4b7116695f0842972b2985eca65f6b63702e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/extra-i686/PKGBUILD (from rev 142564, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 08:14:45 UTC (rev 142565)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokeqt
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Language independent library for Qt bindings"
+url="http://kde.org/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2";)
+sha1sums=('cf1c4b7116695f0842972b2985eca65f6b63702e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 08:14:17 UTC (rev 142564)
+++ extra-x86_64/PKGBUILD   2011-11-12 08:14:45 UTC (rev 142565)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokeqt
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="http://kde.org/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2";)
-sha1sums=('cf1c4b7116695f0842972b2985eca65f6b63702e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD (from rev 142564, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 08:14:45 UTC (rev 142565)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokeqt
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Language independent library for Qt bindings"
+url="http://kde.org/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2";)
+sha1sums=('cf1c4b7116695f0842972b2985eca65f6b63702e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {

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

2011-11-12 Thread Giovanni Scafora
Date: Saturday, November 12, 2011 @ 03:24:54
  Author: giovanni
Revision: 142566

upgpkg: amule 10674-1

upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 08:14:45 UTC (rev 142565)
+++ PKGBUILD2011-11-12 08:24:54 UTC (rev 142566)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi 
 
 pkgname=amule
-pkgver=10648
+pkgver=10674
 pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
 source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('dc9d4bbe4b1b2fd263e98d32e71f6284')
+md5sums=('3557fb22e7ca7d973414d7eedfbbb79f')
 
 build() {
   cd "${srcdir}/aMule-SVN-r${pkgver}"



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

2011-11-12 Thread Giovanni Scafora
Date: Saturday, November 12, 2011 @ 03:25:22
  Author: giovanni
Revision: 142567

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 08:24:54 UTC (rev 142566)
+++ extra-i686/PKGBUILD 2011-11-12 08:25:22 UTC (rev 142567)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-
-pkgname=amule
-pkgver=10648
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org";
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('dc9d4bbe4b1b2fd263e98d32e71f6284')
-
-build() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 142566, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 08:25:22 UTC (rev 142567)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+
+pkgname=amule
+pkgver=10674
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org";
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
+md5sums=('3557fb22e7ca7d973414d7eedfbbb79f')
+
+build() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd "${srcdir}/aMule-SVN-r${pkgver}"
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 08:24:54 UTC (rev 142566)
+++ extra-x86_64/PKGBUILD   2011-11-12 08:25:22 UTC (rev 142567)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-
-pkgname=amule
-pkgver=10648
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org";
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2";)
-md5sums=('dc9d4bbe4b1b2fd263e98d32e71f6284')
-
-build() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd "${srcdir}/aMule-SVN-r${pkgver}"
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: amule/repos/extra-x86_64/PKGBUILD (from rev 142566, 
amule/trunk/PKGBUILD)

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 04:50:51
  Author: ibiru
Revision: 142568

update to 3.2.2

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 08:25:22 UTC (rev 142567)
+++ PKGBUILD2011-11-12 09:50:51 UTC (rev 142568)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gtk3
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="GTK+ is a multi-platform toolkit (v3)"
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 options=('!libtool' '!docs')
 backup=(etc/gtk-3.0/settings.ini)
 license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('f1989f183700cd5f46681cfabc2253e2f526b19b56e4b631dcee2594dddb0ef3'
+sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 
 build() {
-cd "${srcdir}/gtk+-${pkgver}"
+cd "$srcdir/gtk+-$pkgver"
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
@@ -31,8 +31,8 @@
 }
 
 package() {
-cd "${srcdir}/gtk+-${pkgver}"
-make DESTDIR="${pkgdir}" install
+cd "$srcdir/gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
 
-install -Dm644 "${srcdir}/settings.ini" 
"${pkgdir}/etc/gtk-3.0/settings.ini"
+install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
 }



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 04:55:51
  Author: ibiru
Revision: 142569

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

Added:
  gtk3/repos/testing-i686/
  gtk3/repos/testing-i686/PKGBUILD
(from rev 142568, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk3.install
(from rev 142568, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 142568, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 142568, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 142568, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 142568, gtk3/trunk/settings.ini)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/gtk3.install   |   15 +++
 testing-i686/settings.ini   |2 ++
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/gtk3.install |   15 +++
 testing-x86_64/settings.ini |2 ++
 6 files changed, 110 insertions(+)

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

Copied: gtk3/repos/testing-i686/gtk3.install (from rev 142568, 
gtk3/trunk/gtk3.install)
===
--- testing-i686/gtk3.install   (rev 0)
+++ testing-i686/gtk3.install   2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,15 @@
+post_install() {
+usr/bin/gtk-query-immodules-3.0 --update-cache
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+post_remove() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: gtk3/repos/testing-i686/settings.ini (from rev 142568, 
gtk3/trunk/settings.ini)
===
--- testing-i686/settings.ini   (rev 0)
+++ testing-i686/settings.ini   2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome

Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 142568, 
gtk3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtk3
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="GTK+ is a multi-platform toolkit (v3)"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool' '!docs')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+cd "$srcdir/gtk+-$pkgver"
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+#https://bugzilla.gnome.org/show_bug.cgi?id=65

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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:43
  Author: andyrtr
Revision: 142570

db-move: moved graphite from [staging] to [testing] (i686)

Added:
  graphite/repos/testing-i686/
  graphite/repos/testing-i686/PKGBUILD
(from rev 142569, graphite/repos/staging-i686/PKGBUILD)
  graphite/repos/testing-i686/pango-graphite.install
(from rev 142569, graphite/repos/staging-i686/pango-graphite.install)
Deleted:
  graphite/repos/staging-i686/

+
 PKGBUILD   |   39 +++
 pango-graphite.install |   12 
 2 files changed, 51 insertions(+)

Copied: graphite/repos/testing-i686/PKGBUILD (from rev 142569, 
graphite/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 10:10:43 UTC (rev 142570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.0.3
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://graphite.sil.org/";
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('custom_SIL Dual license')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz";)
+md5sums=('3bf481ca95109b14435125c0dd1f2217')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+  ctest
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="$pkgdir/" install
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: graphite/repos/testing-i686/pango-graphite.install (from rev 142569, 
graphite/repos/staging-i686/pango-graphite.install)
===
--- testing-i686/pango-graphite.install (rev 0)
+++ testing-i686/pango-graphite.install 2011-11-12 10:10:43 UTC (rev 142570)
@@ -0,0 +1,12 @@
+post_install() {
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+post_install $1
+}
+



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:44
  Author: andyrtr
Revision: 142571

db-move: moved graphite from [staging] to [testing] (x86_64)

Added:
  graphite/repos/testing-x86_64/
  graphite/repos/testing-x86_64/PKGBUILD
(from rev 142569, graphite/repos/staging-x86_64/PKGBUILD)
  graphite/repos/testing-x86_64/pango-graphite.install
(from rev 142569, graphite/repos/staging-x86_64/pango-graphite.install)
Deleted:
  graphite/repos/staging-x86_64/

+
 PKGBUILD   |   39 +++
 pango-graphite.install |   12 
 2 files changed, 51 insertions(+)

Copied: graphite/repos/testing-x86_64/PKGBUILD (from rev 142569, 
graphite/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 10:10:44 UTC (rev 142571)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.0.3
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url="http://graphite.sil.org/";
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('custom_SIL Dual license')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz";)
+md5sums=('3bf481ca95109b14435125c0dd1f2217')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+  ctest
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="$pkgdir/" install
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: graphite/repos/testing-x86_64/pango-graphite.install (from rev 142569, 
graphite/repos/staging-x86_64/pango-graphite.install)
===
--- testing-x86_64/pango-graphite.install   (rev 0)
+++ testing-x86_64/pango-graphite.install   2011-11-12 10:10:44 UTC (rev 
142571)
@@ -0,0 +1,12 @@
+post_install() {
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+pre_remove() {
+post_install $1
+}
+



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:45
  Author: andyrtr
Revision: 142572

db-move: moved libreoffice from [staging] to [testing] (i686)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 142569, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/buildfix_boost.diff
(from rev 142569, libreoffice/repos/staging-i686/buildfix_boost.diff)
  libreoffice/repos/testing-i686/buildfix_ct2n.diff
(from rev 142569, libreoffice/repos/staging-i686/buildfix_ct2n.diff)
  libreoffice/repos/testing-i686/libreoffice.install
(from rev 142569, libreoffice/repos/staging-i686/libreoffice.install)
  libreoffice/repos/testing-i686/scp2-more-reasonable-file-access-rights.diff
(from rev 142569, 
libreoffice/repos/staging-i686/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/testing-i686/vbahelper.visibility.patch
(from rev 142569, libreoffice/repos/staging-i686/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/staging-i686/

--+
 PKGBUILD |  919 +
 buildfix_boost.diff  |   40 +
 buildfix_ct2n.diff   |   17 
 libreoffice.install  |   47 +
 scp2-more-reasonable-file-access-rights.diff |   15 
 vbahelper.visibility.patch   |   33 
 6 files changed, 1071 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:48
  Author: andyrtr
Revision: 142573

db-move: moved libreoffice from [staging] to [testing] (x86_64)

Added:
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 142569, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/buildfix_boost.diff
(from rev 142569, libreoffice/repos/staging-x86_64/buildfix_boost.diff)
  libreoffice/repos/testing-x86_64/buildfix_ct2n.diff
(from rev 142569, libreoffice/repos/staging-x86_64/buildfix_ct2n.diff)
  libreoffice/repos/testing-x86_64/libreoffice.install
(from rev 142569, libreoffice/repos/staging-x86_64/libreoffice.install)
  libreoffice/repos/testing-x86_64/scp2-more-reasonable-file-access-rights.diff
(from rev 142569, 
libreoffice/repos/staging-x86_64/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/testing-x86_64/vbahelper.visibility.patch
(from rev 142569, 
libreoffice/repos/staging-x86_64/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/staging-x86_64/

--+
 PKGBUILD |  919 +
 buildfix_boost.diff  |   40 +
 buildfix_ct2n.diff   |   17 
 libreoffice.install  |   47 +
 scp2-more-reasonable-file-access-rights.diff |   15 
 vbahelper.visibility.patch   |   33 
 6 files changed, 1071 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:49
  Author: andyrtr
Revision: 142574

db-move: moved libreoffice-i18n from [staging] to [testing] (any)

Added:
  libreoffice-i18n/repos/testing-any/
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 142569, libreoffice-i18n/repos/staging-any/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/staging-any/

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

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:57
  Author: andyrtr
Revision: 142575

db-move: moved poppler from [staging] to [testing] (i686)

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 142569, poppler/repos/staging-i686/PKGBUILD)
  poppler/repos/testing-i686/git-fixes.patch
(from rev 142569, poppler/repos/staging-i686/git-fixes.patch)
Deleted:
  poppler/repos/staging-i686/

-+
 PKGBUILD|   83 +
 git-fixes.patch |  107 ++
 2 files changed, 190 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 142569, 
poppler/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 10:10:57 UTC (rev 142575)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.18.1
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2
+git-fixes.patch)
+md5sums=('d30e883a27423c936ef338ce1d967e2d'
+ '9dc64c254a31e570507bdd4ad4ba629a'
+ 'a73ba6515aa73cb20c480692da52c79e')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  patch -Np1 -i "${srcdir}/git-fixes.patch"
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}"
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/glib"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt() {
+  pkgdesc="Poppler Qt bindings"
+  depends=("poppler=${pkgver}" 'qt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/qt4"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-i686/git-fixes.patch (from rev 142569, 
poppler/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2011-11-12 10:10:57 UTC (rev 142575)
@@ -0,0 +1,107 @@
+From e4a2adb02969e872e37e408ced4c39131c6751ea Mon Sep 17 00:00:00 2001
+From: Carlos Garcia Campos 
+Date: Sun, 30 Oct 2011 15:02:19 +
+Subject: pdftocairo: Make sure beginDocument() is always called
+
+This fixes a crash when rendering only odd/even pages in a printing
+format.
+---
+diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc
+index e458ee5..1b67c90 100644
+--- a/utils/pdftocairo.cc
 b/utils/pdftocairo.cc
+@@ -903,6 +903,10 @@ int main(int argc, char *argv[]) {
+ lastPage = firstPage;
+   }
+ 
++  // Make sure firstPage is always used so that beginDocument() is called
++  if ((printOnlyEven && pg % 2 == 0) || (printOnlyOdd && pg % 2 == 1))
++firstPage++;
++
+   cairoOut = new CairoOutputDev();
+   cairoOut->startDoc(doc->getXRef(), doc->getCatalog());
+   if (sz != 0)
+--
+cgit v0.9.0.2-2-gbebe
+From 61b1556d1c62bf090b2eadf93e4e7d0aff7b8015 Mon Sep 17 00:00:00 2001
+From: Carlos Garcia Campos 
+Date: Sun, 30 Oct 2011 15:08:46 +
+Subject: pdftocairo: Use fisrtPage instead of uninitialized pg variable
+

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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:00
  Author: andyrtr
Revision: 142577

db-move: moved evince from [staging] to [testing] (i686)

Added:
  evince/repos/testing-i686/
  evince/repos/testing-i686/PKGBUILD
(from rev 142569, evince/repos/staging-i686/PKGBUILD)
  evince/repos/testing-i686/evince.install
(from rev 142569, evince/repos/staging-i686/evince.install)
Deleted:
  evince/repos/staging-i686/

+
 PKGBUILD   |   36 
 evince.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: evince/repos/testing-i686/PKGBUILD (from rev 142569, 
evince/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 10:11:00 UTC (rev 142577)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-i686/evince.install (from rev 142569, 
evince/repos/staging-i686/evince.install)
===
--- testing-i686/evince.install (rev 0)
+++ testing-i686/evince.install 2011-11-12 10:11:00 UTC (rev 142577)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:01
  Author: andyrtr
Revision: 142578

db-move: moved evince from [staging] to [testing] (x86_64)

Added:
  evince/repos/testing-x86_64/
  evince/repos/testing-x86_64/PKGBUILD
(from rev 142569, evince/repos/staging-x86_64/PKGBUILD)
  evince/repos/testing-x86_64/evince.install
(from rev 142569, evince/repos/staging-x86_64/evince.install)
Deleted:
  evince/repos/staging-x86_64/

+
 PKGBUILD   |   36 
 evince.install |   19 +++
 2 files changed, 55 insertions(+)

Copied: evince/repos/testing-x86_64/PKGBUILD (from rev 142569, 
evince/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 10:11:01 UTC (rev 142578)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evince/repos/testing-x86_64/evince.install (from rev 142569, 
evince/repos/staging-x86_64/evince.install)
===
--- testing-x86_64/evince.install   (rev 0)
+++ testing-x86_64/evince.install   2011-11-12 10:11:01 UTC (rev 142578)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+usr/sbin/gconfpkg --uninstall evince
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:10:58
  Author: andyrtr
Revision: 142576

db-move: moved poppler from [staging] to [testing] (x86_64)

Added:
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 142569, poppler/repos/staging-x86_64/PKGBUILD)
  poppler/repos/testing-x86_64/git-fixes.patch
(from rev 142569, poppler/repos/staging-x86_64/git-fixes.patch)
Deleted:
  poppler/repos/staging-x86_64/

-+
 PKGBUILD|   83 +
 git-fixes.patch |  107 ++
 2 files changed, 190 insertions(+)

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 142569, 
poppler/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 10:10:58 UTC (rev 142576)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.18.1
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2
+git-fixes.patch)
+md5sums=('d30e883a27423c936ef338ce1d967e2d'
+ '9dc64c254a31e570507bdd4ad4ba629a'
+ 'a73ba6515aa73cb20c480692da52c79e')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  patch -Np1 -i "${srcdir}/git-fixes.patch"
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}"
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/glib"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt() {
+  pkgdesc="Poppler Qt bindings"
+  depends=("poppler=${pkgver}" 'qt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/qt4"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/git-fixes.patch (from rev 142569, 
poppler/repos/staging-x86_64/git-fixes.patch)
===
--- testing-x86_64/git-fixes.patch  (rev 0)
+++ testing-x86_64/git-fixes.patch  2011-11-12 10:10:58 UTC (rev 142576)
@@ -0,0 +1,107 @@
+From e4a2adb02969e872e37e408ced4c39131c6751ea Mon Sep 17 00:00:00 2001
+From: Carlos Garcia Campos 
+Date: Sun, 30 Oct 2011 15:02:19 +
+Subject: pdftocairo: Make sure beginDocument() is always called
+
+This fixes a crash when rendering only odd/even pages in a printing
+format.
+---
+diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc
+index e458ee5..1b67c90 100644
+--- a/utils/pdftocairo.cc
 b/utils/pdftocairo.cc
+@@ -903,6 +903,10 @@ int main(int argc, char *argv[]) {
+ lastPage = firstPage;
+   }
+ 
++  // Make sure firstPage is always used so that beginDocument() is called
++  if ((printOnlyEven && pg % 2 == 0) || (printOnlyOdd && pg % 2 == 1))
++firstPage++;
++
+   cairoOut = new CairoOutputDev();
+   cairoOut->startDoc(doc->getXRef(), doc->getCatalog());
+   if (sz != 0)
+--
+cgit v0.9.0.2-2-gbebe
+From 61b1556d1c62bf090b2eadf93e4e7d0aff7b8015 Mon Sep 17 00:00:00 2001
+From: Carlos Garcia Campos 
+Date: Sun, 30 Oct 2011 15:08:46 +
+Subject: pdftocairo: Use fisrtPage instead of unini

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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:01
  Author: andyrtr
Revision: 142579

db-move: moved inkscape from [staging] to [testing] (i686)

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 142569, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 142569, inkscape/repos/staging-i686/install)
Deleted:
  inkscape/repos/staging-i686/

--+
 PKGBUILD |   52 
 install  |   13 +
 2 files changed, 65 insertions(+)

Copied: inkscape/repos/testing-i686/PKGBUILD (from rev 142569, 
inkscape/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 10:11:01 UTC (rev 142579)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/testing-i686/install (from rev 142569, 
inkscape/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2011-11-12 10:11:01 UTC (rev 142579)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:02
  Author: andyrtr
Revision: 142580

db-move: moved inkscape from [staging] to [testing] (x86_64)

Added:
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 142569, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 142569, inkscape/repos/staging-x86_64/install)
Deleted:
  inkscape/repos/staging-x86_64/

--+
 PKGBUILD |   52 
 install  |   13 +
 2 files changed, 65 insertions(+)

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 142569, 
inkscape/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 10:11:02 UTC (rev 142580)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/testing-x86_64/install (from rev 142569, 
inkscape/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2011-11-12 10:11:02 UTC (rev 142580)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:04
  Author: andyrtr
Revision: 142581

db-move: moved koffice from [staging] to [testing] (i686)

Added:
  koffice/repos/testing-i686/
  koffice/repos/testing-i686/PKGBUILD
(from rev 142569, koffice/repos/staging-i686/PKGBUILD)
  koffice/repos/testing-i686/filters.install
(from rev 142569, koffice/repos/staging-i686/filters.install)
  koffice/repos/testing-i686/gcc46.patch
(from rev 142569, koffice/repos/staging-i686/gcc46.patch)
  koffice/repos/testing-i686/kde4-koffice-libwpg02.patch
(from rev 142569, koffice/repos/staging-i686/kde4-koffice-libwpg02.patch)
  koffice/repos/testing-i686/koffice.install
(from rev 142569, koffice/repos/staging-i686/koffice.install)
  koffice/repos/testing-i686/krita.install
(from rev 142569, koffice/repos/staging-i686/krita.install)
  koffice/repos/testing-i686/qt48fix.patch
(from rev 142569, koffice/repos/staging-i686/qt48fix.patch)
Deleted:
  koffice/repos/staging-i686/

-+
 PKGBUILD|  306 +
 filters.install |   11 
 gcc46.patch |   23 
 kde4-koffice-libwpg02.patch | 1323 ++
 koffice.install |   12 
 krita.install   |   13 
 qt48fix.patch   |   10 
 7 files changed, 1698 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:07
  Author: andyrtr
Revision: 142582

db-move: moved koffice from [staging] to [testing] (x86_64)

Added:
  koffice/repos/testing-x86_64/
  koffice/repos/testing-x86_64/PKGBUILD
(from rev 142569, koffice/repos/staging-x86_64/PKGBUILD)
  koffice/repos/testing-x86_64/filters.install
(from rev 142569, koffice/repos/staging-x86_64/filters.install)
  koffice/repos/testing-x86_64/gcc46.patch
(from rev 142569, koffice/repos/staging-x86_64/gcc46.patch)
  koffice/repos/testing-x86_64/kde4-koffice-libwpg02.patch
(from rev 142569, koffice/repos/staging-x86_64/kde4-koffice-libwpg02.patch)
  koffice/repos/testing-x86_64/koffice.install
(from rev 142569, koffice/repos/staging-x86_64/koffice.install)
  koffice/repos/testing-x86_64/krita.install
(from rev 142569, koffice/repos/staging-x86_64/krita.install)
  koffice/repos/testing-x86_64/qt48fix.patch
(from rev 142569, koffice/repos/staging-x86_64/qt48fix.patch)
Deleted:
  koffice/repos/staging-x86_64/

-+
 PKGBUILD|  306 +
 filters.install |   11 
 gcc46.patch |   23 
 kde4-koffice-libwpg02.patch | 1323 ++
 koffice.install |   12 
 krita.install   |   13 
 qt48fix.patch   |   10 
 7 files changed, 1698 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:09
  Author: andyrtr
Revision: 142583

db-move: moved texlive-bin from [staging] to [testing] (i686)

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 142569, texlive-bin/repos/staging-i686/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 142569, texlive-bin/repos/staging-i686/PKGBUILD)
  texlive-bin/repos/testing-i686/archlinux-build.patch
(from rev 142569, texlive-bin/repos/staging-i686/archlinux-build.patch)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 142569, 
texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 142569, texlive-bin/repos/staging-i686/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 142569, texlive-bin/repos/staging-i686/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-i686/

--+
 09-texlive-fonts.conf|9 
 PKGBUILD |  338 
 archlinux-build.patch|   40 ++
 fix-fontforge-encoding.patch |   12 
 texlive.install  |   18 +
 texmf.cnf|  676 +
 6 files changed, 1093 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:10
  Author: andyrtr
Revision: 142584

db-move: moved texlive-bin from [staging] to [testing] (x86_64)

Added:
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 142569, texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 142569, texlive-bin/repos/staging-x86_64/PKGBUILD)
  texlive-bin/repos/testing-x86_64/archlinux-build.patch
(from rev 142569, texlive-bin/repos/staging-x86_64/archlinux-build.patch)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 142569, 
texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 142569, texlive-bin/repos/staging-x86_64/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 142569, texlive-bin/repos/staging-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-x86_64/

--+
 09-texlive-fonts.conf|9 
 PKGBUILD |  338 
 archlinux-build.patch|   40 ++
 fix-fontforge-encoding.patch |   12 
 texlive.install  |   18 +
 texmf.cnf|  676 +
 6 files changed, 1093 insertions(+)

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


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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:11
  Author: andyrtr
Revision: 142585

db-move: moved tracker from [staging] to [testing] (i686)

Added:
  tracker/repos/testing-i686/
  tracker/repos/testing-i686/PKGBUILD
(from rev 142569, tracker/repos/staging-i686/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 142569, tracker/repos/staging-i686/tracker.install)
Deleted:
  tracker/repos/staging-i686/

-+
 PKGBUILD|   82 ++
 tracker.install |   13 
 2 files changed, 95 insertions(+)

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 142569, 
tracker/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 10:11:11 UTC (rev 142585)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.12.7
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('e7a4d016326bc0a1b6aea07e48c3de73ffc29119812149e2dee5eac35104f1b4')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  make
+}
+
+package_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring'
+   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
+   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'gnome-panel: tracker-search-bar')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+### Split libtracker-sparql
+
+  mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib"
+
+  mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \
+"$srcdir/sparql/usr/lib/tracker-$_tver"
+
+  mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \
+"$srcdir/sparql/usr/share/vala/vapi"
+
+  mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+
+  mv "$srcdir"/sparql/* "$pkgdir"
+}

Copied: tracker/repos/testing-i686/tracker.install (from rev 142569, 
tracker/repos/staging-i686/tracker.install)
===
--- testing-i686/tracker.install(rev 0)
+++ testing-i686/tracker.install2011-11-12 10:11:11 UTC (rev 142585)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:12
  Author: andyrtr
Revision: 142586

db-move: moved tracker from [staging] to [testing] (x86_64)

Added:
  tracker/repos/testing-x86_64/
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 142569, tracker/repos/staging-x86_64/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 142569, tracker/repos/staging-x86_64/tracker.install)
Deleted:
  tracker/repos/staging-x86_64/

-+
 PKGBUILD|   82 ++
 tracker.install |   13 
 2 files changed, 95 insertions(+)

Copied: tracker/repos/testing-x86_64/PKGBUILD (from rev 142569, 
tracker/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 10:11:12 UTC (rev 142586)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.12.7
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('e7a4d016326bc0a1b6aea07e48c3de73ffc29119812149e2dee5eac35104f1b4')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  make
+}
+
+package_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring'
+   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
+   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'gnome-panel: tracker-search-bar')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+### Split libtracker-sparql
+
+  mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib"
+
+  mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \
+"$srcdir/sparql/usr/lib/tracker-$_tver"
+
+  mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \
+"$srcdir/sparql/usr/share/vala/vapi"
+
+  mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+
+  mv "$srcdir"/sparql/* "$pkgdir"
+}

Copied: tracker/repos/testing-x86_64/tracker.install (from rev 142569, 
tracker/repos/staging-x86_64/tracker.install)
===
--- testing-x86_64/tracker.install  (rev 0)
+++ testing-x86_64/tracker.install  2011-11-12 10:11:12 UTC (rev 142586)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:13
  Author: andyrtr
Revision: 142587

db-move: moved tumbler from [staging] to [testing] (i686)

Added:
  tumbler/repos/testing-i686/
  tumbler/repos/testing-i686/PKGBUILD
(from rev 142569, tumbler/repos/staging-i686/PKGBUILD)
  tumbler/repos/testing-i686/fix-video-image.patch
(from rev 142569, tumbler/repos/staging-i686/fix-video-image.patch)
Deleted:
  tumbler/repos/staging-i686/

---+
 PKGBUILD  |   37 +
 fix-video-image.patch |   34 ++
 2 files changed, 71 insertions(+)

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

Copied: tumbler/repos/testing-i686/fix-video-image.patch (from rev 142569, 
tumbler/repos/staging-i686/fix-video-image.patch)
===
--- testing-i686/fix-video-image.patch  (rev 0)
+++ testing-i686/fix-video-image.patch  2011-11-12 10:11:13 UTC (rev 142587)
@@ -0,0 +1,34 @@
+From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
+From: Jannis Pohlmann 
+Date: Mon, 26 Sep 2011 17:28:51 +
+Subject: Fix generation of video images by starting the pipeline (bug #7996).
+
+Patch provided by Sam Thursfield.
+---
+diff --git a/NEWS b/NEWS
+index 0ff1c1c..48e3896 100644
+--- a/NEWS
 b/NEWS
+@@ -1,3 +1,7 @@
++0.1.xx
++==
++- Fix generation of video images by starting the pipeline (bug #7996).
++
+ 0.1.22
+ ==
+ - Add coding style documentation.
+diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
+index b8a29ab..dead043 100644
+--- a/plugins/gst-thumbnailer/gst-helper.c
 b/plugins/gst-thumbnailer/gst-helper.c
+@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,
+ 
+   bus = gst_element_get_bus (GST_ELEMENT (pipeline));
+ 
++  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
++
+   i = 0;
+   msg = NULL;
+   while (msg == NULL && i < 5)
+--
+cgit 



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

2011-11-12 Thread andyrtr
Date: Saturday, November 12, 2011 @ 05:11:14
  Author: andyrtr
Revision: 142588

db-move: moved tumbler from [staging] to [testing] (x86_64)

Added:
  tumbler/repos/testing-x86_64/
  tumbler/repos/testing-x86_64/PKGBUILD
(from rev 142569, tumbler/repos/staging-x86_64/PKGBUILD)
  tumbler/repos/testing-x86_64/fix-video-image.patch
(from rev 142569, tumbler/repos/staging-x86_64/fix-video-image.patch)
Deleted:
  tumbler/repos/staging-x86_64/

---+
 PKGBUILD  |   37 +
 fix-video-image.patch |   34 ++
 2 files changed, 71 insertions(+)

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

Copied: tumbler/repos/testing-x86_64/fix-video-image.patch (from rev 142569, 
tumbler/repos/staging-x86_64/fix-video-image.patch)
===
--- testing-x86_64/fix-video-image.patch(rev 0)
+++ testing-x86_64/fix-video-image.patch2011-11-12 10:11:14 UTC (rev 
142588)
@@ -0,0 +1,34 @@
+From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
+From: Jannis Pohlmann 
+Date: Mon, 26 Sep 2011 17:28:51 +
+Subject: Fix generation of video images by starting the pipeline (bug #7996).
+
+Patch provided by Sam Thursfield.
+---
+diff --git a/NEWS b/NEWS
+index 0ff1c1c..48e3896 100644
+--- a/NEWS
 b/NEWS
+@@ -1,3 +1,7 @@
++0.1.xx
++==
++- Fix generation of video images by starting the pipeline (bug #7996).
++
+ 0.1.22
+ ==
+ - Add coding style documentation.
+diff --git a/plugins/gst-thumbnailer/gst-helper.c 
b/plugins/gst-thumbnailer/gst-helper.c
+index b8a29ab..dead043 100644
+--- a/plugins/gst-thumbnailer/gst-helper.c
 b/plugins/gst-thumbnailer/gst-helper.c
+@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer*buffer,
+ 
+   bus = gst_element_get_bus (GST_ELEMENT (pipeline));
+ 
++  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
++
+   i = 0;
+   msg = NULL;
+   while (msg == NULL && i < 5)
+--
+cgit 



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

2011-11-12 Thread Tom Gundersen
Date: Saturday, November 12, 2011 @ 08:02:51
  Author: tomegun
Revision: 142589

upgpkg: initscripts 2011.11.2-1

upstream release: fix env file parser

Modified:
  initscripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 10:11:14 UTC (rev 142588)
+++ PKGBUILD2011-11-12 13:02:51 UTC (rev 142589)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=initscripts
-pkgver=2011.11.1
+pkgver=2011.11.2
 pkgrel=1
 pkgdesc="System initialization/bootup scripts"
 arch=('any')
@@ -28,5 +28,5 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
-md5sums=('7204c9bd994a33095bca0a699efd24d0'
+md5sums=('e6addb0dbcf7198a1efd49d397441ee0'
  '027576534885b8d5dded9be546057b12')



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 08:10:57
  Author: ibiru
Revision: 142590

rebuild agaist qt 4.7

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 13:02:51 UTC (rev 142589)
+++ PKGBUILD2011-11-12 13:10:57 UTC (rev 142590)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=1.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";



[arch-commits] Commit in initscripts/repos/testing-any (6 files)

2011-11-12 Thread Tom Gundersen
Date: Saturday, November 12, 2011 @ 08:12:05
  Author: tomegun
Revision: 142591

archrelease: copy trunk to testing-any

Added:
  initscripts/repos/testing-any/PKGBUILD
(from rev 142590, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-any/initscripts.install
(from rev 142590, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-any/wireless.conf.d
(from rev 142590, initscripts/trunk/wireless.conf.d)
Deleted:
  initscripts/repos/testing-any/PKGBUILD
  initscripts/repos/testing-any/initscripts.install
  initscripts/repos/testing-any/wireless.conf.d

-+
 PKGBUILD|   64 +-
 initscripts.install |   38 ++---
 wireless.conf.d |   24 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-11-12 13:10:57 UTC (rev 142590)
+++ PKGBUILD2011-11-12 13:12:05 UTC (rev 142591)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Thomas Bächler 
-# Contributor: Aaron Griffin 
-
-pkgname=initscripts
-pkgver=2011.11.1
-pkgrel=1
-pkgdesc="System initialization/bootup scripts"
-arch=('any')
-url="http://www.archlinux.org";
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=174' 'iproute2'
- 'ncurses' 'kbd' 'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-'dhcpcd: DHCP network configuration'
-'net-tools: legacy network support'
-'wireless_tools: Wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz";
-'wireless.conf.d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-}
-md5sums=('7204c9bd994a33095bca0a699efd24d0'
- '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-any/PKGBUILD (from rev 142590, 
initscripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-12 13:12:05 UTC (rev 142591)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Thomas Bächler 
+# Contributor: Aaron Griffin 
+
+pkgname=initscripts
+pkgver=2011.11.2
+pkgrel=1
+pkgdesc="System initialization/bootup scripts"
+arch=('any')
+url="http://www.archlinux.org";
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=174' 'iproute2'
+ 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz";
+'wireless.conf.d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('e6addb0dbcf7198a1efd49d397441ee0'
+ '027576534885b8d5dded9be546057b12')

Deleted: initscripts.install
===
--- initscripts.install 2011-11-12 13:10:57 UTC (rev 142590)
+++ initscripts.install 2011-11-12 13:12:05 UTC (rev 142591)
@@ -1,19 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp $2 2009.07)" -lt 0 ]; then
-echo "==> Adjusting /etc/inittab for transition to /dev/tty standard."
-echo "==> Original file saved as /etc/inittab.pacsave"
-sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
-  fi
-  if [ "$(vercmp $2 2011.06.1)" -lt 0 ]; then
-echo "Blacklisting of modules is no longer supported in rc.conf,"
-echo "please add blacklist entries to /etc/modprobe.d/ instead."
-  fi
-  if [ "$(vercmp $2 2011.07.2)" -lt 0 ]; then
-echo "VERBOSE= in rc.conf no longer has any effect."
-echo "Please append 'quiet' to your kernel command line."
-  fi
-  if [ "$(vercmp $2 2011.10.1)" -lt 0 ]; then
-echo "If using non-bash-compatible shell, please set LANG in 
/etc/locale.conf,"
-echo "as LOCALE in /etc/rc.conf no longer works."
-  fi
-}

Copied: initscripts/repos/testing-any/initscripts.install (from rev 142590, 
initscripts/trunk/initscripts.install)
===
--- initscripts.install (rev 0)
+++ initscripts.install 2011-11-12 13:12:05 UTC (rev 142591)
@@ -0,0 +1,19 @@
+post_upgrade() {
+  if [ "$(vercmp $2 2009.07

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 08:17:39
  Author: ibiru
Revision: 142592

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

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

+
 testing-i686/PKGBUILD  |  148 +--
 testing-i686/vlc.install   |   36 +-
 testing-x86_64/PKGBUILD|  148 +--
 testing-x86_64/vlc.install |   36 +-
 4 files changed, 184 insertions(+), 184 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 13:12:05 UTC (rev 142591)
+++ testing-i686/PKGBUILD   2011-11-12 13:17:39 UTC (rev 142592)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=2
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libpulse: PulseAudio support'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('91de1ad308c947e35380f9d747ff5713')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/testing-i686/PKGBUILD (from rev 142591, vlc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 13:17:39 UTC (rev 142592)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=1.1.12
+pkgrel=3
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
+ 'ttf-freefont' 'libxv' 'libass' 'xdg-utils

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 08:35:52
  Author: ibiru
Revision: 142593

rebuild against qt 4.7

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 13:17:39 UTC (rev 142592)
+++ PKGBUILD2011-11-12 13:35:52 UTC (rev 142593)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.5
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/";



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

2011-11-12 Thread Ray Rashif
Date: Saturday, November 12, 2011 @ 08:37:09
  Author: schiv
Revision: 142594

upgpkg: lame 3.99.1-1

upstream release

Modified:
  lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 13:35:52 UTC (rev 142593)
+++ PKGBUILD2011-11-12 13:37:09 UTC (rev 142594)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=lame
-pkgver=3.99
+pkgver=3.99.1
 pkgrel=1
 pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('LGPL')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('7abacd1d0a65a6375786015626db')
+md5sums=('2576a7368b5c90a87adc9de6b9f0628c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2011-11-12 Thread Ray Rashif
Date: Saturday, November 12, 2011 @ 08:37:48
  Author: schiv
Revision: 142595

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 13:37:09 UTC (rev 142594)
+++ extra-i686/PKGBUILD 2011-11-12 13:37:48 UTC (rev 142595)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=lame
-pkgver=3.99
-pkgrel=1
-pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
-arch=('i686' 'x86_64')
-url="http://lame.sourceforge.net/";
-depends=('ncurses')
-makedepends=('nasm')
-license=('LGPL')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('7abacd1d0a65a6375786015626db')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lame/repos/extra-i686/PKGBUILD (from rev 142594, lame/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 13:37:48 UTC (rev 142595)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=lame
+pkgver=3.99.1
+pkgrel=1
+pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
+arch=('i686' 'x86_64')
+url="http://lame.sourceforge.net/";
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2576a7368b5c90a87adc9de6b9f0628c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 13:37:09 UTC (rev 142594)
+++ extra-x86_64/PKGBUILD   2011-11-12 13:37:48 UTC (rev 142595)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=lame
-pkgver=3.99
-pkgrel=1
-pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
-arch=('i686' 'x86_64')
-url="http://lame.sourceforge.net/";
-depends=('ncurses')
-makedepends=('nasm')
-license=('LGPL')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('7abacd1d0a65a6375786015626db')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lame/repos/extra-x86_64/PKGBUILD (from rev 142594, lame/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 13:37:48 UTC (rev 142595)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=lame
+pkgver=3.99.1
+pkgrel=1
+pkgdesc="A high quality MPEG Audio Layer III (MP3) encoder"
+arch=('i686' 'x86_64')
+url="http://lame.sourceforge.net/";
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2576a7368b5c90a87adc9de6b9f0628c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 08:39:21
  Author: ibiru
Revision: 142596

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

Added:
  avidemux/repos/testing-i686/PKGBUILD
(from rev 142595, avidemux/trunk/PKGBUILD)
  avidemux/repos/testing-i686/avidemux-2.5.4-x264-build115.patch
(from rev 142595, avidemux/trunk/avidemux-2.5.4-x264-build115.patch)
  avidemux/repos/testing-i686/avidemux.install
(from rev 142595, avidemux/trunk/avidemux.install)
  avidemux/repos/testing-x86_64/PKGBUILD
(from rev 142595, avidemux/trunk/PKGBUILD)
  avidemux/repos/testing-x86_64/avidemux-2.5.4-x264-build115.patch
(from rev 142595, avidemux/trunk/avidemux-2.5.4-x264-build115.patch)
  avidemux/repos/testing-x86_64/avidemux.install
(from rev 142595, avidemux/trunk/avidemux.install)
Deleted:
  avidemux/repos/testing-i686/PKGBUILD
  avidemux/repos/testing-i686/avidemux-2.5.4-x264-build115.patch
  avidemux/repos/testing-i686/avidemux.install
  avidemux/repos/testing-x86_64/PKGBUILD
  avidemux/repos/testing-x86_64/avidemux-2.5.4-x264-build115.patch
  avidemux/repos/testing-x86_64/avidemux.install

---+
 testing-i686/PKGBUILD |  240 ++--
 testing-i686/avidemux-2.5.4-x264-build115.patch   |   90 +++
 testing-i686/avidemux.install |   22 -
 testing-x86_64/PKGBUILD   |  240 ++--
 testing-x86_64/avidemux-2.5.4-x264-build115.patch |   90 +++
 testing-x86_64/avidemux.install   |   22 -
 6 files changed, 352 insertions(+), 352 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 13:37:48 UTC (rev 142595)
+++ testing-i686/PKGBUILD   2011-11-12 13:39:21 UTC (rev 142596)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
-pkgver=2.5.5
-pkgrel=5
-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')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz
-avidemux-2.5.4-x264-build115.patch)
-md5sums=('33bbe210c6826cea1987ed18a41d57a7'
- '24a18b53a58b678b9e87d30566985751')
-
-build() {
-  cd "${srcdir}/${pkgbase}_${pkgver}"
-
-  patch -Np1 -i "${srcdir}/avidemux-2.5.4-x264-build115.patch"
-
-  mkdir build
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
-  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')
-  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

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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:04:46
  Author: andrea
Revision: 142597

upgpkg: amarok 2.4.3-3

qt 4.7 rebuild

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 13:39:21 UTC (rev 142596)
+++ PKGBUILD2011-11-12 14:04:46 UTC (rev 142597)
@@ -5,7 +5,7 @@
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
 pkgver=2.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org";



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:05:18
  Author: andrea
Revision: 142598

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

Added:
  amarok/repos/testing-i686/PKGBUILD
(from rev 142597, amarok/trunk/PKGBUILD)
  amarok/repos/testing-i686/amarok.install
(from rev 142597, amarok/trunk/amarok.install)
  amarok/repos/testing-x86_64/PKGBUILD
(from rev 142597, amarok/trunk/PKGBUILD)
  amarok/repos/testing-x86_64/amarok.install
(from rev 142597, amarok/trunk/amarok.install)
Deleted:
  amarok/repos/testing-i686/PKGBUILD
  amarok/repos/testing-i686/amarok.install
  amarok/repos/testing-x86_64/PKGBUILD
  amarok/repos/testing-x86_64/amarok.install

---+
 testing-i686/PKGBUILD |   78 
 testing-i686/amarok.install   |   24 ++--
 testing-x86_64/PKGBUILD   |   78 
 testing-x86_64/amarok.install |   24 ++--
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 14:04:46 UTC (rev 142597)
+++ testing-i686/PKGBUILD   2011-11-12 14:05:18 UTC (rev 142598)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.4.3
-pkgrel=2
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('24e8141bcbd065448911fa872c50197d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/testing-i686/PKGBUILD (from rev 142597, 
amarok/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 14:05:18 UTC (rev 142598)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.4.3
+pkgrel=3
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('24e8141bcbd065448911fa872c50197d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/amarok.install
===
--- testing-i686/amarok.install 2011-11-12 14:04:46 UTC (rev 142597)
+++ testing-i686/amarok.install 2011-11-12 14:05:18 UTC (rev 142598)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: amarok/repos/testing-i686/amarok.install (from rev 142597, 
amarok/trunk/amarok.install)
===
--- testing-i686/amarok.install (rev 0)
+++ testing-i686/amarok.install 2011-11-12 14:05:18 UTC (rev 142598)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-de

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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:06:10
  Author: andrea
Revision: 142599

upgpkg: k3b 2.0.2-4

qt 4.7 rebuild

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 14:05:18 UTC (rev 142598)
+++ PKGBUILD2011-11-12 14:06:10 UTC (rev 142599)
@@ -4,7 +4,7 @@
 
 pkgname=k3b
 pkgver=2.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=('i686' 'x86_64')
 url="http://k3b.org/";



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:06:41
  Author: andrea
Revision: 142600

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

Added:
  k3b/repos/testing-i686/PKGBUILD
(from rev 142599, k3b/trunk/PKGBUILD)
  k3b/repos/testing-i686/k3b-2.0.2-ffmpeg.patch
(from rev 142599, k3b/trunk/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/testing-i686/k3b.install
(from rev 142599, k3b/trunk/k3b.install)
  k3b/repos/testing-x86_64/PKGBUILD
(from rev 142599, k3b/trunk/PKGBUILD)
  k3b/repos/testing-x86_64/k3b-2.0.2-ffmpeg.patch
(from rev 142599, k3b/trunk/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/testing-x86_64/k3b.install
(from rev 142599, k3b/trunk/k3b.install)
Deleted:
  k3b/repos/testing-i686/PKGBUILD
  k3b/repos/testing-i686/k3b-2.0.2-ffmpeg.patch
  k3b/repos/testing-i686/k3b.install
  k3b/repos/testing-x86_64/PKGBUILD
  k3b/repos/testing-x86_64/k3b-2.0.2-ffmpeg.patch
  k3b/repos/testing-x86_64/k3b.install

---+
 testing-i686/PKGBUILD |   80 ++---
 testing-i686/k3b-2.0.2-ffmpeg.patch   |  192 
 testing-i686/k3b.install  |   26 ++--
 testing-x86_64/PKGBUILD   |   80 ++---
 testing-x86_64/k3b-2.0.2-ffmpeg.patch |  192 
 testing-x86_64/k3b.install|   26 ++--
 6 files changed, 298 insertions(+), 298 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 14:06:10 UTC (rev 142599)
+++ testing-i686/PKGBUILD   2011-11-12 14:06:41 UTC (rev 142600)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: damir 
-
-pkgname=k3b
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="Feature-rich and easy to handle CD burning application"
-arch=('i686' 'x86_64')
-url="http://k3b.org/";
-license=('GPL')
-depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft')
-makedepends=('cmake' 'automoc4' 'docbook-xml')
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager: for vcd burning support'
-'transcode: for advanced mpeg conversion support'
-'emovix: for bootable multimedia cd/dvd support')
-options=('!libtool')
-install=k3b.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
-k3b-2.0.2-ffmpeg.patch)
-sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
-  '8120c0e22e6c41ea285ca6060be13723ed91c52b')
-
-build() {
-  cd "${srcdir}"
-  (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch")
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: k3b/repos/testing-i686/PKGBUILD (from rev 142599, k3b/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 14:06:41 UTC (rev 142600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: damir 
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://k3b.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support')
+options=('!libtool')
+install=k3b.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
+k3b-2.0.2-ffmpeg.patch)
+sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
+  '8120c0e22e6c41ea285ca6060be13723ed91c52b')
+
+build() {
+  cd "${srcdir}"
+  (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch")
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/k3b-2.0.2-ffmpeg.patch
===
--- testing-i686/k3b-2.0.2-ffmpeg.patch 2011-11-12 14:06:10 UTC (rev 142599)
+++ testing-i686/k3b-2.0.2-ffmpeg.patch 2011-11-12 14:06:41 UTC (rev 142600)
@@ -1,96 +0,0 @@
-commit 61ca30beb978f68e72257408777c6433f33129bd
-Author: Michal Malek 
-Date:   Sun Aug 28 20:18:53 2011 +0200
-
-Fixed compilation with new FFMPEG
-
-BUG: 274817
-FIXED-IN: 2.0.3
-
-diff --git a/plugins/decoder/ffmpeg/k3bffmp

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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:07:13
  Author: andrea
Revision: 142601

upgpkg: kdemultimedia 4.7.3-3

qt 4.7 rebuild

Modified:
  kdemultimedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 14:06:41 UTC (rev 142600)
+++ PKGBUILD2011-11-12 14:07:13 UTC (rev 142601)
@@ -11,7 +11,7 @@
  'kdemultimedia-kscd'
  'kdemultimedia-mplayerthumbs')
 pkgver=4.7.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:07:46
  Author: andrea
Revision: 142602

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

Added:
  kdemultimedia/repos/testing-i686/PKGBUILD
(from rev 142601, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/testing-i686/kdemultimedia.install
(from rev 142601, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/testing-i686/mplayerthumbs.config
(from rev 142601, kdemultimedia/trunk/mplayerthumbs.config)
  kdemultimedia/repos/testing-x86_64/PKGBUILD
(from rev 142601, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/testing-x86_64/kdemultimedia.install
(from rev 142601, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/testing-x86_64/mplayerthumbs.config
(from rev 142601, kdemultimedia/trunk/mplayerthumbs.config)
Deleted:
  kdemultimedia/repos/testing-i686/PKGBUILD
  kdemultimedia/repos/testing-i686/kdemultimedia.install
  kdemultimedia/repos/testing-i686/mplayerthumbs.config
  kdemultimedia/repos/testing-x86_64/PKGBUILD
  kdemultimedia/repos/testing-x86_64/kdemultimedia.install
  kdemultimedia/repos/testing-x86_64/mplayerthumbs.config

--+
 testing-i686/PKGBUILD|  218 -
 testing-i686/kdemultimedia.install   |   22 +--
 testing-i686/mplayerthumbs.config|4 
 testing-x86_64/PKGBUILD  |  218 -
 testing-x86_64/kdemultimedia.install |   22 +--
 testing-x86_64/mplayerthumbs.config  |4 
 6 files changed, 244 insertions(+), 244 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 14:07:13 UTC (rev 142601)
+++ testing-i686/PKGBUILD   2011-11-12 14:07:46 UTC (rev 142602)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdemultimedia
-pkgname=('kdemultimedia-dragonplayer'
- 'kdemultimedia-ffmpegthumbs'
- 'kdemultimedia-juk'
- 'kdemultimedia-kioslave'
- 'kdemultimedia-kmix'
- 'kdemultimedia-kscd'
- 'kdemultimedia-mplayerthumbs')
-pkgver=4.7.3
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'tunepimp'
-'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
-'mplayerthumbs.config')
-sha1sums=('4db44494e6a2ef886e3513b6a2eb4e526741a6ff'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_Xine=OFF
-   make
-}
-
-package_kdemultimedia-dragonplayer() {
-   pkgdesc='Video Player'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/dragonplayer/";
-   install='kdemultimedia.install'
-   cd $srcdir/build/dragonplayer
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dragonplayer
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-ffmpegthumbs() {
-   pkgdesc='Video Files (ffmpegthumbs)'
-   depends=('kdebase-runtime' 'ffmpeg')
-   install='kdemultimedia.install'
-   cd $srcdir/build/ffmpegthumbs
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-juk() {
-   pkgdesc='Music Player'
-   depends=('kdebase-runtime' 'tunepimp')
-   url="http://kde.org/applications/multimedia/juk";
-   install='kdemultimedia.install'
-   cd $srcdir/build/juk
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/juk
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kioslave() {
-   pkgdesc='Audio CD Browser'
-   depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
-   conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
-   cd $srcdir/build/${i}
-   make DESTDIR=$pkgdir install
-   done
-}
-
-package_kdemultimedia-kmix() {
-   pkgdesc='Sound Mixer'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/kmix";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kmix
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kmix
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kscd() {
-   pkgdesc='CD Player'
-   depends=('kdebase-runtime' 'libmusicbrainz3')
-   url="http://kde.org/applications/multimedia/kscd";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kscd
-   

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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:57:16
  Author: andrea
Revision: 142603

upgpkg: koffice 2.3.3-11

Qt 4.7 rebuild

Modified:
  koffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 14:07:46 UTC (rev 142602)
+++ PKGBUILD2011-11-12 14:57:16 UTC (rev 142603)
@@ -37,13 +37,13 @@
 #  'koffice-kdgantt' # still an empty package
 )
 pkgver=2.3.3
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 url='http://koffice.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' 'gsl' 'lcms'
  'glew' 'qimageblitz' 'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd'
- 'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons' 'wv2')
+ 'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons' 'libgsf')
 groups=('koffice')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2";
 'kde4-koffice-libwpg02.patch' 'gcc46.patch' 'qt48fix.patch')
@@ -56,7 +56,7 @@
 
patch -p1 -i "${srcdir}/kde4-koffice-libwpg02.patch"
patch -p1 -i "${srcdir}"/gcc46.patch
-patch -p1 -i "${srcdir}"/qt48fix.patch
+patch -p1 -i "${srcdir}"/qt48fix.patch
 
cd "${srcdir}"
mkdir build
@@ -72,8 +72,8 @@
 
 package_koffice-filters(){
pkgdesc="Filters for the KDE office suite"
-   depends=('shared-mime-info')
-   optdepends=('libgsf: Microsoft Word document importer' 'libwpd: 
WordPerfect document importer'
+   depends=('shared-mime-info' 'libgsf')
+   optdepends=('libwpd: WordPerfect document importer'
'libwpg: Corel WordPerfect Graphics image importer' 
'pstoedit: Karbon EPS import filter'
'libkdcraw: support for raw images' 'poppler: support for 
pdf' 
   'koffice-kspread: Kspread filters' 'koffice-karbon: Karbon 
filters'
@@ -252,7 +252,7 @@
 package_koffice-kword(){
pkgdesc="Wordprocessor for KDE"
depends=('koffice-templates' 'koffice-pics' 'oxygen-icons' \
-   'koffice-kounavail' 'koffice-plugins' 'wv2')
+   'koffice-kounavail' 'koffice-plugins')
 optdepends=('koffice-filters: import/export filters')
install=koffice.install
 cd "${srcdir}/build/kword"



[arch-commits] Commit in koffice/repos (28 files)

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:58:12
  Author: andrea
Revision: 142604

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

Added:
  koffice/repos/testing-i686/PKGBUILD
(from rev 142603, koffice/trunk/PKGBUILD)
  koffice/repos/testing-i686/filters.install
(from rev 142603, koffice/trunk/filters.install)
  koffice/repos/testing-i686/gcc46.patch
(from rev 142603, koffice/trunk/gcc46.patch)
  koffice/repos/testing-i686/kde4-koffice-libwpg02.patch
(from rev 142603, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/testing-i686/koffice.install
(from rev 142603, koffice/trunk/koffice.install)
  koffice/repos/testing-i686/krita.install
(from rev 142603, koffice/trunk/krita.install)
  koffice/repos/testing-i686/qt48fix.patch
(from rev 142603, koffice/trunk/qt48fix.patch)
  koffice/repos/testing-x86_64/PKGBUILD
(from rev 142603, koffice/trunk/PKGBUILD)
  koffice/repos/testing-x86_64/filters.install
(from rev 142603, koffice/trunk/filters.install)
  koffice/repos/testing-x86_64/gcc46.patch
(from rev 142603, koffice/trunk/gcc46.patch)
  koffice/repos/testing-x86_64/kde4-koffice-libwpg02.patch
(from rev 142603, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/testing-x86_64/koffice.install
(from rev 142603, koffice/trunk/koffice.install)
  koffice/repos/testing-x86_64/krita.install
(from rev 142603, koffice/trunk/krita.install)
  koffice/repos/testing-x86_64/qt48fix.patch
(from rev 142603, koffice/trunk/qt48fix.patch)
Deleted:
  koffice/repos/testing-i686/PKGBUILD
  koffice/repos/testing-i686/filters.install
  koffice/repos/testing-i686/gcc46.patch
  koffice/repos/testing-i686/kde4-koffice-libwpg02.patch
  koffice/repos/testing-i686/koffice.install
  koffice/repos/testing-i686/krita.install
  koffice/repos/testing-i686/qt48fix.patch
  koffice/repos/testing-x86_64/PKGBUILD
  koffice/repos/testing-x86_64/filters.install
  koffice/repos/testing-x86_64/gcc46.patch
  koffice/repos/testing-x86_64/kde4-koffice-libwpg02.patch
  koffice/repos/testing-x86_64/koffice.install
  koffice/repos/testing-x86_64/krita.install
  koffice/repos/testing-x86_64/qt48fix.patch

+
 testing-i686/PKGBUILD  |  612 +++---
 testing-i686/filters.install   |   22 
 testing-i686/gcc46.patch   |   46 
 testing-i686/kde4-koffice-libwpg02.patch   | 2646 +--
 testing-i686/koffice.install   |   24 
 testing-i686/krita.install |   26 
 testing-i686/qt48fix.patch |   20 
 testing-x86_64/PKGBUILD|  612 +++---
 testing-x86_64/filters.install |   22 
 testing-x86_64/gcc46.patch |   46 
 testing-x86_64/kde4-koffice-libwpg02.patch | 2646 +--
 testing-x86_64/koffice.install |   24 
 testing-x86_64/krita.install   |   26 
 testing-x86_64/qt48fix.patch   |   20 
 14 files changed, 3396 insertions(+), 3396 deletions(-)

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


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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 09:59:37
  Author: andrea
Revision: 142605

upgpkg: kradio 4.0.2-3

Qt 4.7 rebuild

Modified:
  kradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-12 14:58:12 UTC (rev 142604)
+++ PKGBUILD2011-11-12 14:59:37 UTC (rev 142605)
@@ -3,7 +3,7 @@
 
 pkgname=kradio
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 pkgdesc="A comfortable KDE radio application"



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

2011-11-12 Thread Andrea Scarpino
Date: Saturday, November 12, 2011 @ 10:00:10
  Author: andrea
Revision: 142606

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

Added:
  kradio/repos/testing-i686/PKGBUILD
(from rev 142605, kradio/trunk/PKGBUILD)
  kradio/repos/testing-i686/kradio-ffmpeg.diff
(from rev 142605, kradio/trunk/kradio-ffmpeg.diff)
  kradio/repos/testing-i686/kradio.install
(from rev 142605, kradio/trunk/kradio.install)
  kradio/repos/testing-x86_64/PKGBUILD
(from rev 142605, kradio/trunk/PKGBUILD)
  kradio/repos/testing-x86_64/kradio-ffmpeg.diff
(from rev 142605, kradio/trunk/kradio-ffmpeg.diff)
  kradio/repos/testing-x86_64/kradio.install
(from rev 142605, kradio/trunk/kradio.install)
Deleted:
  kradio/repos/testing-i686/PKGBUILD
  kradio/repos/testing-i686/kradio-ffmpeg.diff
  kradio/repos/testing-i686/kradio.install
  kradio/repos/testing-x86_64/PKGBUILD
  kradio/repos/testing-x86_64/kradio-ffmpeg.diff
  kradio/repos/testing-x86_64/kradio.install

---+
 testing-i686/PKGBUILD |   64 -
 testing-i686/kradio-ffmpeg.diff   |   68 ++--
 testing-i686/kradio.install   |   22 +--
 testing-x86_64/PKGBUILD   |   64 -
 testing-x86_64/kradio-ffmpeg.diff |   68 ++--
 testing-x86_64/kradio.install |   22 +--
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-12 14:59:37 UTC (rev 142605)
+++ testing-i686/PKGBUILD   2011-11-12 15:00:10 UTC (rev 142606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.2
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A comfortable KDE radio application"
-url="http://kradio.sourceforge.net/";
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('pkg-config' 'automoc4' 'cmake')
-install=kradio.install
-source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc}
 kradio-ffmpeg.diff)
-options=(!libtool)
-
-build() {
-  cd "$srcdir"
-  (cd ${pkgname}4-$pkgver ; patch -p1 -i "$srcdir/kradio-ffmpeg.diff")
-  mkdir build
-  cd build
-  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('18fea3e2bc7100882075187c6a89f7bd'
- '5f407eb75536f39e79c77a70613e8704'
- '7d31a4f54602bc109f39cc0a7a1dc50c')

Copied: kradio/repos/testing-i686/PKGBUILD (from rev 142605, 
kradio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-12 15:00:10 UTC (rev 142606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=kradio
+pkgver=4.0.2
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+pkgdesc="A comfortable KDE radio application"
+url="http://kradio.sourceforge.net/";
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('pkg-config' 'automoc4' 'cmake')
+install=kradio.install
+source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc}
 kradio-ffmpeg.diff)
+options=(!libtool)
+
+build() {
+  cd "$srcdir"
+  (cd ${pkgname}4-$pkgver ; patch -p1 -i "$srcdir/kradio-ffmpeg.diff")
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('18fea3e2bc7100882075187c6a89f7bd'
+ '5f407eb75536f39e79c77a70613e8704'
+ '7d31a4f54602bc109f39cc0a7a1dc50c')

Deleted: testing-i686/kradio-ffmpeg.diff
===
--- testing-i686/kradio-ffmpeg.diff 2011-11-12 14:59:37 UTC (rev 142605)
+++ testing-i686/kradio-ffmpeg.diff 2011-11-12 15:00:10 UTC (rev 142606)
@@ -1,34 +0,0 @@
-X-Git-Url: 
http://kradio.git.sourceforge.net/git/gitweb.cgi?p=kradio%2Fkradio;a=blobdiff_plain;f=plugins%2Finternetradio%2Fdecoder_thread.cpp;h=c74d6e20578faf3b5dee877aa6de0c9269f49ad9;hp=4cd6cc0543200e9e274e38fa8badb63556a419c3;hb=4f4ec44f49d83b85702bb002455a57374245d825;hpb=c5dea0c01bf5cc16f49cf3d58b837b2fab02d988
-
-diff --git a/plugins/internetradio/decoder_thread.cpp 
b/plugins/internetradio/decoder_thread.cpp
-index 4cd6cc0..c74d6e2 100644
 a/plugins/internetradio/decoder_thread.cpp
-+++ b/plugins/internetradio/decoder_thread.cpp
-@@ -373,7 +373,6 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
- 
- //av_log_set_level(255);
- m_av_pFormatCtx = avformat_alloc_context();
--memset(m_av_pFormatCtx, 0, sizeof(*m_av_pFormatCtx));
-  

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:14:57
  Author: ibiru
Revision: 142607

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 15:00:10 UTC (rev 142606)
+++ extra-i686/PKGBUILD 2011-11-12 17:14:57 UTC (rev 142607)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=20111001
-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.tar.bz2)
-md5sums=('dd67dca96ac79e7cb963bfcbf68e017b')
-
-build() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
-
-./configure --enable-shared
-
-make
-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 142606, 
x264/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:14:57 UTC (rev 142607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20111030
+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.tar.bz2)
+md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
+
+build() {
+cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
+
+./configure --enable-shared
+
+make
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:14:58
  Author: ibiru
Revision: 142608

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:14:57 UTC (rev 142607)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:14:58 UTC (rev 142608)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=20111001
-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.tar.bz2)
-md5sums=('dd67dca96ac79e7cb963bfcbf68e017b')
-
-build() {
-cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
-
-./configure --enable-shared
-
-make
-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 142606, 
x264/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:14:58 UTC (rev 142608)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20111030
+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.tar.bz2)
+md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
+
+build() {
+cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
+
+./configure --enable-shared
+
+make
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in alsa-plugins/repos (3 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:14:58
  Author: ibiru
Revision: 142609

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

Added:
  alsa-plugins/repos/extra-i686/PKGBUILD
(from rev 142606, alsa-plugins/repos/testing-i686/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-i686/PKGBUILD
  alsa-plugins/repos/testing-i686/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:14:58 UTC (rev 142608)
+++ extra-i686/PKGBUILD 2011-11-12 17:14:58 UTC (rev 142609)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.24
-pkgrel=2
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-i686/PKGBUILD (from rev 142606, 
alsa-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:14:58 UTC (rev 142609)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.0.24
+pkgrel=3
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}



[arch-commits] Commit in alsa-plugins/repos (3 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:00
  Author: ibiru
Revision: 142610

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

Added:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 142606, alsa-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
  alsa-plugins/repos/testing-x86_64/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:14:58 UTC (rev 142609)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:00 UTC (rev 142610)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.24
-pkgrel=2
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 142606, 
alsa-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:00 UTC (rev 142610)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.0.24
+pkgrel=3
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:02
  Author: ibiru
Revision: 142612

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

Added:
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 142606, amarok/repos/testing-x86_64/PKGBUILD)
  amarok/repos/extra-x86_64/amarok.install
(from rev 142606, amarok/repos/testing-x86_64/amarok.install)
Deleted:
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok.install
  amarok/repos/testing-x86_64/

+
 PKGBUILD   |   78 +++
 amarok.install |   24 
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:01 UTC (rev 142611)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:02 UTC (rev 142612)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('24e8141bcbd065448911fa872c50197d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-x86_64/PKGBUILD (from rev 142606, 
amarok/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:02 UTC (rev 142612)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.4.3
+pkgrel=3
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('24e8141bcbd065448911fa872c50197d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/amarok.install
===
--- extra-x86_64/amarok.install 2011-11-12 17:15:01 UTC (rev 142611)
+++ extra-x86_64/amarok.install 2011-11-12 17:15:02 UTC (rev 142612)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: amarok/repos/extra-x86_64/amarok.install (from rev 142606, 
amarok/repos/testing-x86_64/amarok.install)
===
--- extra-x86_64/amarok.install (rev 0)
+++ extra-x86_64/amarok.install 2011-11-12 17:15:02 UTC (rev 142612)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in audacious-plugins/repos (3 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:03
  Author: ibiru
Revision: 142613

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 142606, audacious-plugins/repos/testing-i686/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/testing-i686/

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:02 UTC (rev 142612)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:03 UTC (rev 142613)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious-plugins
-pkgver=3.1
-pkgrel=3
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('6afdb8e87e75bbb477b22a29739586976e7853f4')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 142606, 
audacious-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:03 UTC (rev 142613)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Maintainer: Gaetan Bisson 
+
+pkgname=audacious-plugins
+pkgver=3.1
+pkgrel=4
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('6afdb8e87e75bbb477b22a29739586976e7853f4')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -e 's/gdk-x

[arch-commits] Commit in audacious-plugins/repos (3 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:04
  Author: ibiru
Revision: 142614

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

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 142606, audacious-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
  audacious-plugins/repos/testing-x86_64/

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:03 UTC (rev 142613)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:04 UTC (rev 142614)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-# Maintainer: Gaetan Bisson 
-
-pkgname=audacious-plugins
-pkgver=3.1
-pkgrel=3
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('6afdb8e87e75bbb477b22a29739586976e7853f4')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 142606, 
audacious-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:04 UTC (rev 142614)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Maintainer: Gaetan Bisson 
+
+pkgname=audacious-plugins
+pkgver=3.1
+pkgrel=4
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('6afdb8e87e75bbb477b22a29739586976e7853f4')
+
+build() {
+   cd "${srcdir}

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:01
  Author: ibiru
Revision: 142611

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

Added:
  amarok/repos/extra-i686/PKGBUILD
(from rev 142606, amarok/repos/testing-i686/PKGBUILD)
  amarok/repos/extra-i686/amarok.install
(from rev 142606, amarok/repos/testing-i686/amarok.install)
Deleted:
  amarok/repos/extra-i686/PKGBUILD
  amarok/repos/extra-i686/amarok.install
  amarok/repos/testing-i686/

+
 PKGBUILD   |   78 +++
 amarok.install |   24 
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:00 UTC (rev 142610)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:01 UTC (rev 142611)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('24e8141bcbd065448911fa872c50197d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-i686/PKGBUILD (from rev 142606, 
amarok/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:01 UTC (rev 142611)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.4.3
+pkgrel=3
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('24e8141bcbd065448911fa872c50197d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/amarok.install
===
--- extra-i686/amarok.install   2011-11-12 17:15:00 UTC (rev 142610)
+++ extra-i686/amarok.install   2011-11-12 17:15:01 UTC (rev 142611)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: amarok/repos/extra-i686/amarok.install (from rev 142606, 
amarok/repos/testing-i686/amarok.install)
===
--- extra-i686/amarok.install   (rev 0)
+++ extra-i686/amarok.install   2011-11-12 17:15:01 UTC (rev 142611)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:08
  Author: ibiru
Revision: 142617

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

Added:
  cmus/repos/extra-i686/PKGBUILD
(from rev 142606, cmus/repos/testing-i686/PKGBUILD)
Deleted:
  cmus/repos/extra-i686/PKGBUILD
  cmus/repos/testing-i686/

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:07 UTC (rev 142616)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:08 UTC (rev 142617)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="A very feature-rich ncurses-based music player"
-arch=('i686' 'x86_64')
-url="http://cmus.sourceforge.net/";
-license=('GPL')
-depends=('ncurses')
-makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' 
- 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'libmodplug: for modplug input plugin support'
-'faad2: for input AAC plugin support'
-'libmad: for mp3 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'wavpack: for wavpack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'flac: for flac input plugin support'
-'libmp4v2: for mp4 input plugin support')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";)
-md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
-sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
-
-build() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus"
-}

Copied: cmus/repos/extra-i686/PKGBUILD (from rev 142606, 
cmus/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:08 UTC (rev 142617)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A very feature-rich ncurses-based music player"
+arch=('i686' 'x86_64')
+url="http://cmus.sourceforge.net/";
+license=('GPL')
+depends=('ncurses')
+makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug'
+ 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'libmodplug: for modplug input plugin support'
+'faad2: for input AAC plugin support'
+'libmad: for mp3 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'wavpack: for wavpack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'flac: for flac input plugin support'
+'libmp4v2: for mp4 input plugin support')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";)
+md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
+sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus"
+}



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:10
  Author: ibiru
Revision: 142618

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

Added:
  cmus/repos/extra-x86_64/PKGBUILD
(from rev 142606, cmus/repos/testing-x86_64/PKGBUILD)
Deleted:
  cmus/repos/extra-x86_64/PKGBUILD
  cmus/repos/testing-x86_64/

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:08 UTC (rev 142617)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:10 UTC (rev 142618)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=cmus
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="A very feature-rich ncurses-based music player"
-arch=('i686' 'x86_64')
-url="http://cmus.sourceforge.net/";
-license=('GPL')
-depends=('ncurses')
-makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' 
- 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'libmodplug: for modplug input plugin support'
-'faad2: for input AAC plugin support'
-'libmad: for mp3 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'wavpack: for wavpack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'flac: for flac input plugin support'
-'libmp4v2: for mp4 input plugin support')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";)
-md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
-sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
-
-build() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus"
-}

Copied: cmus/repos/extra-x86_64/PKGBUILD (from rev 142606, 
cmus/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:10 UTC (rev 142618)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=cmus
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A very feature-rich ncurses-based music player"
+arch=('i686' 'x86_64')
+url="http://cmus.sourceforge.net/";
+license=('GPL')
+depends=('ncurses')
+makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug'
+ 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2')
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'libmodplug: for modplug input plugin support'
+'faad2: for input AAC plugin support'
+'libmad: for mp3 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'wavpack: for wavpack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'flac: for flac input plugin support'
+'libmp4v2: for mp4 input plugin support')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";)
+md5sums=('f3ed7f14db20344ad7386aef48b98a4c')
+sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus"
+}



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:12
  Author: ibiru
Revision: 142619

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

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

--+
 PKGBUILD |  111 +++--
 1 file changed, 57 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:10 UTC (rev 142618)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:12 UTC (rev 142619)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=20111003
-pkgrel=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
-makedepends=('yasm' 'git')
-#git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('38139817bee918a5664c549adb487468')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure \
---prefix=/usr \
---enable-libmp3lame \
---enable-libvorbis \
---enable-libxvid \
---enable-libx264 \
---enable-libvpx \
---enable-libtheora \
---enable-postproc \
---enable-shared \
---enable-x11grab \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libschroedinger \
---enable-libopenjpeg \
---enable-librtmp \
---enable-gpl \
---enable-version3 \
---enable-runtime-cpudetect \
---disable-debug
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  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 142606, 
ffmpeg/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:12 UTC (rev 142619)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2008
+pkgrel=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm')
+makedepends=('yasm' 'git')
+#git clone git://git.videolan.org/ffmpeg.git
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('bad7e47f6974cee62d98ce9de710076c')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./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-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:14
  Author: ibiru
Revision: 142620

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

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

--+
 PKGBUILD |  111 +++--
 1 file changed, 57 insertions(+), 54 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:12 UTC (rev 142619)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:14 UTC (rev 142620)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=20111003
-pkgrel=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
-makedepends=('yasm' 'git')
-#git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('38139817bee918a5664c549adb487468')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure \
---prefix=/usr \
---enable-libmp3lame \
---enable-libvorbis \
---enable-libxvid \
---enable-libx264 \
---enable-libvpx \
---enable-libtheora \
---enable-postproc \
---enable-shared \
---enable-x11grab \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libschroedinger \
---enable-libopenjpeg \
---enable-librtmp \
---enable-gpl \
---enable-version3 \
---enable-runtime-cpudetect \
---disable-debug
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  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-x86_64/PKGBUILD (from rev 142606, 
ffmpeg/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:14 UTC (rev 142620)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2008
+pkgrel=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm')
+makedepends=('yasm' 'git')
+#git clone git://git.videolan.org/ffmpeg.git
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('bad7e47f6974cee62d98ce9de710076c')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./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-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:05
  Author: ibiru
Revision: 142615

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

Added:
  blender/repos/extra-i686/PKGBUILD
(from rev 142606, blender/repos/testing-i686/PKGBUILD)
  blender/repos/extra-i686/blender.install
(from rev 142606, blender/repos/testing-i686/blender.install)
Deleted:
  blender/repos/extra-i686/PKGBUILD
  blender/repos/extra-i686/blender.install
  blender/repos/testing-i686/

-+
 PKGBUILD|  186 +++---
 blender.install |   26 +++
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:04 UTC (rev 142614)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:05 UTC (rev 142615)
@@ -1,93 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Maintainer: tobias 
-
-# Apparently, the blender guys refuse to release source tarballs for
-# intermediate releases that deal mainly with binaries but incorporate tiny
-# minor changes from svn. Since I'm sick and tired of the urges of users that
-# look for release numbers only, we make a messy PKGBUILD that can checkout svn
-# release if necessary.
-
-#_svn=true
-_svn=false
-
-pkgname=blender
-pkgver=2.60a
-pkgrel=1
-epoch=3
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' \
- 'freetype2' 'openal' 'libsndfile' 'ffmpeg')
-makedepends=('cmake')
-install=blender.install
-if [ $_svn = false ]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('cc7e4a56c9f7941c33c958ff0338f9a6')
-else
-  source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
-  md5sums=('7579d1139d0d6025df8afcfca64a65c4')
-fi
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=38016
-  _svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-  _svnmod="$pkgname-$pkgver"
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
-  popd
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD:BOOL=OFF"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_BUILD_TYPE:STRING=Release \
--DWITH_INSTALL_PORTABLE:BOOL=OFF \
--DWITH_PYTHON_INSTALL:BOOL=OFF \
--DWITH_OPENCOLLADA:BOOL=OFF \
--DWITH_GAMEENGINE:BOOL=ON \
--DWITH_PLAYER:BOOL=ON \
--DWITH_BUILTIN_GLEW:BOOL=OFF \
--DWITH_CODEC_FFMPEG:BOOL=ON \
--DWITH_CODEC_SNDFILE:BOOL=ON \
--DPYTHON_VERSION:STRING=3.2 \
--DPYTHON_LIBPATH:STRING=/usr/lib \
--DPYTHON_LIBRARY:STRING=python3.2mu \
--DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  cp -rf "$srcdir"/${pkgname}-$pkgver/release/plugins/* \
-"$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/
-  cd "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi
-  chmod 755 bmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-
-# install plugins
-  install -d -m755 
"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
-  cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
-"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
-  cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
-"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
-}

Copied: blender/repos/extra-i686/PKGBUILD (from rev 142606, 
blender/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:05 UTC (rev 142615)
@@ -0,0 +1,93 @@
+# $Id$
+# Contributor: John Sowiak 
+# Maintainer: tobias 
+
+# Apparently, the blender guys refuse to release source tarballs for
+# intermediate releases that deal mainly with binaries but incorporate tiny
+# minor changes from svn. Since I'm sick and tired of the urges of users that
+# look for release numbers only, we make a messy PKGBUILD that can checkout svn
+# release if necessary.
+
+#_svn=true
+_svn=false
+
+pkgname=blender
+pkgver=2.60a
+pkgrel=2
+epoch=3
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
+ 

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:07
  Author: ibiru
Revision: 142616

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

Added:
  blender/repos/extra-x86_64/PKGBUILD
(from rev 142606, blender/repos/testing-x86_64/PKGBUILD)
  blender/repos/extra-x86_64/blender.install
(from rev 142606, blender/repos/testing-x86_64/blender.install)
Deleted:
  blender/repos/extra-x86_64/PKGBUILD
  blender/repos/extra-x86_64/blender.install
  blender/repos/testing-x86_64/

-+
 PKGBUILD|  186 +++---
 blender.install |   26 +++
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:05 UTC (rev 142615)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:07 UTC (rev 142616)
@@ -1,93 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Maintainer: tobias 
-
-# Apparently, the blender guys refuse to release source tarballs for
-# intermediate releases that deal mainly with binaries but incorporate tiny
-# minor changes from svn. Since I'm sick and tired of the urges of users that
-# look for release numbers only, we make a messy PKGBUILD that can checkout svn
-# release if necessary.
-
-#_svn=true
-_svn=false
-
-pkgname=blender
-pkgver=2.60a
-pkgrel=1
-epoch=3
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' \
- 'freetype2' 'openal' 'libsndfile' 'ffmpeg')
-makedepends=('cmake')
-install=blender.install
-if [ $_svn = false ]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('cc7e4a56c9f7941c33c958ff0338f9a6')
-else
-  source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
-  md5sums=('7579d1139d0d6025df8afcfca64a65c4')
-fi
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=38016
-  _svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-  _svnmod="$pkgname-$pkgver"
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
-  popd
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD:BOOL=OFF"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_BUILD_TYPE:STRING=Release \
--DWITH_INSTALL_PORTABLE:BOOL=OFF \
--DWITH_PYTHON_INSTALL:BOOL=OFF \
--DWITH_OPENCOLLADA:BOOL=OFF \
--DWITH_GAMEENGINE:BOOL=ON \
--DWITH_PLAYER:BOOL=ON \
--DWITH_BUILTIN_GLEW:BOOL=OFF \
--DWITH_CODEC_FFMPEG:BOOL=ON \
--DWITH_CODEC_SNDFILE:BOOL=ON \
--DPYTHON_VERSION:STRING=3.2 \
--DPYTHON_LIBPATH:STRING=/usr/lib \
--DPYTHON_LIBRARY:STRING=python3.2mu \
--DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  cp -rf "$srcdir"/${pkgname}-$pkgver/release/plugins/* \
-"$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/
-  cd "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi
-  chmod 755 bmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-
-# install plugins
-  install -d -m755 
"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
-  cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
-"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
-  cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
-"$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
-}

Copied: blender/repos/extra-x86_64/PKGBUILD (from rev 142606, 
blender/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:07 UTC (rev 142616)
@@ -0,0 +1,93 @@
+# $Id$
+# Contributor: John Sowiak 
+# Maintainer: tobias 
+
+# Apparently, the blender guys refuse to release source tarballs for
+# intermediate releases that deal mainly with binaries but incorporate tiny
+# minor changes from svn. Since I'm sick and tired of the urges of users that
+# look for release numbers only, we make a messy PKGBUILD that can checkout svn
+# release if necessary.
+
+#_svn=true
+_svn=false
+
+pkgname=blender
+pkgver=2.60a
+pkgrel=2
+epoch=3
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:15
  Author: ibiru
Revision: 142621

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

Added:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
(from rev 142606, ffmpegthumbnailer/repos/testing-i686/PKGBUILD)
  ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer.desktop
(from rev 142606, 
ffmpegthumbnailer/repos/testing-i686/ffmpegthumbnailer.desktop)
Deleted:
  ffmpegthumbnailer/repos/extra-i686/PKGBUILD
  ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer.desktop
  ffmpegthumbnailer/repos/testing-i686/

---+
 PKGBUILD  |   70 +---
 ffmpegthumbnailer.desktop |8 ++---
 2 files changed, 38 insertions(+), 40 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:14 UTC (rev 142620)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:15 UTC (rev 142621)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
-# Maintainer: Ronald van Haren 
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Lightweight video thumbnailer that can be used by file managers."
-url="http://code.google.com/p/ffmpegthumbnailer/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz
-   ffmpegthumbnailer.desktop)
-options=(!libtool)
-sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
-  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-gio
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # FS#24105: Generate thumbnails in nautilus
-  install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-   ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
-}
-
-

Copied: ffmpegthumbnailer/repos/extra-i686/PKGBUILD (from rev 142606, 
ffmpegthumbnailer/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:15 UTC (rev 142621)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=2
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+'ffmpegthumbnailer.desktop')
+options=('!libtool')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gio
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # FS#24105: Generate thumbnails in nautilus
+  install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
+${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+}

Deleted: extra-i686/ffmpegthumbnailer.desktop
===
--- extra-i686/ffmpegthumbnailer.desktop2011-11-12 17:15:14 UTC (rev 
142620)
+++ extra-i686/ffmpegthumbnailer.desktop2011-11-12 17:15:15 UTC (rev 
142621)
@@ -1,4 +0,0 @@
-[Thumbnailer Entry]
-TryExec=ffmpegthumbnailer
-Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
-MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;

Copied: ffmpegthumbnailer/repos/extra-i686/ffmpegthumbnailer.desktop (from rev 
142606, ffmpegthumbnailer/repos/testing-i686/ffmpegthumbnailer.desktop)
===
--- extra-i686/ffmpegthumbnailer.desktop(rev 0)
+++ extra-i686/ffmpegthumbnailer.desktop2011-11-12 17:15:15 UTC (rev 
142621)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:16
  Author: ibiru
Revision: 142622

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

Added:
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 142606, ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD)
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer.desktop
(from rev 142606, 
ffmpegthumbnailer/repos/testing-x86_64/ffmpegthumbnailer.desktop)
Deleted:
  ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD
  ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer.desktop
  ffmpegthumbnailer/repos/testing-x86_64/

---+
 PKGBUILD  |   70 +---
 ffmpegthumbnailer.desktop |8 ++---
 2 files changed, 38 insertions(+), 40 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:15 UTC (rev 142621)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:16 UTC (rev 142622)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
-# Maintainer: Ronald van Haren 
-# Contributor: boro...@gmail.com
-
-pkgname=ffmpegthumbnailer
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Lightweight video thumbnailer that can be used by file managers."
-url="http://code.google.com/p/ffmpegthumbnailer/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
-optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz
-   ffmpegthumbnailer.desktop)
-options=(!libtool)
-sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
-  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --enable-gio
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # FS#24105: Generate thumbnails in nautilus
-  install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-   ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
-}
-
-

Copied: ffmpegthumbnailer/repos/extra-x86_64/PKGBUILD (from rev 142606, 
ffmpegthumbnailer/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:16 UTC (rev 142622)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren 
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=2
+pkgdesc="Lightweight video thumbnailer that can be used by file managers."
+url="http://code.google.com/p/ffmpegthumbnailer/";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+'ffmpegthumbnailer.desktop')
+options=('!libtool')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --enable-gio
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # FS#24105: Generate thumbnails in nautilus
+  install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
+${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+}

Deleted: extra-x86_64/ffmpegthumbnailer.desktop
===
--- extra-x86_64/ffmpegthumbnailer.desktop  2011-11-12 17:15:15 UTC (rev 
142621)
+++ extra-x86_64/ffmpegthumbnailer.desktop  2011-11-12 17:15:16 UTC (rev 
142622)
@@ -1,4 +0,0 @@
-[Thumbnailer Entry]
-TryExec=ffmpegthumbnailer
-Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
-MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;

Copied: ffmpegthumbnailer/repos/extra-x86_64/ffmpegthumbnailer.desktop (from 
rev 142606, ffmpegthumbnailer/repos/testing-x86_64/ffmpegthumbnailer.desktop)
===
--- extra-x86_64/ffmpegthumbnailer.desktop  (rev 0)
+++ extra-x86_64/ffmpegthumbnailer.desktop  2011-11-12 17:15:16 UTC (rev 
142622)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;vid

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:20
  Author: ibiru
Revision: 142626

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

Added:
  k3b/repos/extra-x86_64/PKGBUILD
(from rev 142606, k3b/repos/testing-x86_64/PKGBUILD)
  k3b/repos/extra-x86_64/k3b-2.0.2-ffmpeg.patch
(from rev 142606, k3b/repos/testing-x86_64/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/extra-x86_64/k3b.install
(from rev 142606, k3b/repos/testing-x86_64/k3b.install)
Deleted:
  k3b/repos/extra-x86_64/PKGBUILD
  k3b/repos/extra-x86_64/fix-crash-with-qt-4.7.0.patch
  k3b/repos/extra-x86_64/k3b.install
  k3b/repos/testing-x86_64/

---+
 PKGBUILD  |   79 
 fix-crash-with-qt-4.7.0.patch |   37 ---
 k3b-2.0.2-ffmpeg.patch|   96 
 k3b.install   |   25 +-
 4 files changed, 149 insertions(+), 88 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:19 UTC (rev 142625)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:20 UTC (rev 142626)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: jlvsimoes
-# Contributor: damir 
-
-pkgname=k3b
-pkgver=2.0.2
-pkgrel=1
-depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad'
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit'
- 'shared-mime-info' 'libxft')
-makedepends=('cmake' 'pkgconfig' 'automoc4' )
-pkgdesc="Feature-rich and easy to handle CD burning application"
-url="http://k3b.sourceforge.net/";
-arch=("i686" "x86_64")
-license=('GPL')
-install="${pkgname}.install"
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager:for vcd burning support'
-'transcode:for advanced mpeg conversion support'
-'emovix:   for bootable multimedia cd/dvd support')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('c86113af31a2032e57fd2f302b5f637a')

Copied: k3b/repos/extra-x86_64/PKGBUILD (from rev 142606, 
k3b/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:20 UTC (rev 142626)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: damir 
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://k3b.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support')
+options=('!libtool')
+install=k3b.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
+k3b-2.0.2-ffmpeg.patch)
+sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
+  '8120c0e22e6c41ea285ca6060be13723ed91c52b')
+
+build() {
+  cd "${srcdir}"
+  (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch")
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/fix-crash-with-qt-4.7.0.patch
===
--- extra-x86_64/fix-crash-with-qt-4.7.0.patch  2011-11-12 17:15:19 UTC (rev 
142625)
+++ extra-x86_64/fix-crash-with-qt-4.7.0.patch  2011-11-12 17:15:20 UTC (rev 
142626)
@@ -1,37 +0,0 @@
-Index: src/option/k3bpluginoptiontab.cpp
-===
 src/option/k3bpluginoptiontab.cpp  (revision 1168967)
-+++ src/option/k3bpluginoptiontab.cpp  (working copy)
-@@ -43,12 +43,28 @@
- layout->addWidget( label );
- layout->addWidget( pluginSelector );
- 
-+// find all categories
-+QHash categoryNames;
-+
- foreach( K3b::Plugin* plugin, k3bcore->pluginManager()->plugins() ) {
--kDebug() << "Adding plugin" << plugin->pluginInfo().name();
--pluginSelector->addPlugins( QList() << 
plugin->pluginInfo(),
-+categoryNames[ plugin->category() ] = plugin->categoryName();
-+}
-+
-+// add all plugins in each category
-+  

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:19
  Author: ibiru
Revision: 142625

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

Added:
  k3b/repos/extra-i686/PKGBUILD
(from rev 142606, k3b/repos/testing-i686/PKGBUILD)
  k3b/repos/extra-i686/k3b-2.0.2-ffmpeg.patch
(from rev 142606, k3b/repos/testing-i686/k3b-2.0.2-ffmpeg.patch)
  k3b/repos/extra-i686/k3b.install
(from rev 142606, k3b/repos/testing-i686/k3b.install)
Deleted:
  k3b/repos/extra-i686/PKGBUILD
  k3b/repos/extra-i686/fix-crash-with-qt-4.7.0.patch
  k3b/repos/extra-i686/k3b.install
  k3b/repos/testing-i686/

---+
 PKGBUILD  |   79 
 fix-crash-with-qt-4.7.0.patch |   37 ---
 k3b-2.0.2-ffmpeg.patch|   96 
 k3b.install   |   25 +-
 4 files changed, 149 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:18 UTC (rev 142624)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:19 UTC (rev 142625)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: jlvsimoes
-# Contributor: damir 
-
-pkgname=k3b
-pkgver=2.0.2
-pkgrel=1
-depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad'
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit'
- 'shared-mime-info' 'libxft')
-makedepends=('cmake' 'pkgconfig' 'automoc4' )
-pkgdesc="Feature-rich and easy to handle CD burning application"
-url="http://k3b.sourceforge.net/";
-arch=("i686" "x86_64")
-license=('GPL')
-install="${pkgname}.install"
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager:for vcd burning support'
-'transcode:for advanced mpeg conversion support'
-'emovix:   for bootable multimedia cd/dvd support')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('c86113af31a2032e57fd2f302b5f637a')

Copied: k3b/repos/extra-i686/PKGBUILD (from rev 142606, 
k3b/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:19 UTC (rev 142625)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: damir 
+
+pkgname=k3b
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://k3b.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support')
+options=('!libtool')
+install=k3b.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 \
+k3b-2.0.2-ffmpeg.patch)
+sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532'
+  '8120c0e22e6c41ea285ca6060be13723ed91c52b')
+
+build() {
+  cd "${srcdir}"
+  (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch")
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/fix-crash-with-qt-4.7.0.patch
===
--- extra-i686/fix-crash-with-qt-4.7.0.patch2011-11-12 17:15:18 UTC (rev 
142624)
+++ extra-i686/fix-crash-with-qt-4.7.0.patch2011-11-12 17:15:19 UTC (rev 
142625)
@@ -1,37 +0,0 @@
-Index: src/option/k3bpluginoptiontab.cpp
-===
 src/option/k3bpluginoptiontab.cpp  (revision 1168967)
-+++ src/option/k3bpluginoptiontab.cpp  (working copy)
-@@ -43,12 +43,28 @@
- layout->addWidget( label );
- layout->addWidget( pluginSelector );
- 
-+// find all categories
-+QHash categoryNames;
-+
- foreach( K3b::Plugin* plugin, k3bcore->pluginManager()->plugins() ) {
--kDebug() << "Adding plugin" << plugin->pluginInfo().name();
--pluginSelector->addPlugins( QList() << 
plugin->pluginInfo(),
-+categoryNames[ plugin->category() ] = plugin->categoryName();
-+}
-+
-+// add all plugins in each category
-+foreach( const QString &category, categoryNames.keys() ) {
-

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:22
  Author: ibiru
Revision: 142627

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

Added:
  kdemultimedia/repos/extra-i686/PKGBUILD
(from rev 142606, kdemultimedia/repos/testing-i686/PKGBUILD)
  kdemultimedia/repos/extra-i686/kdemultimedia.install
(from rev 142606, kdemultimedia/repos/testing-i686/kdemultimedia.install)
  kdemultimedia/repos/extra-i686/mplayerthumbs.config
(from rev 142606, kdemultimedia/repos/testing-i686/mplayerthumbs.config)
Deleted:
  kdemultimedia/repos/extra-i686/PKGBUILD
  kdemultimedia/repos/extra-i686/kdemultimedia.install
  kdemultimedia/repos/extra-i686/mplayerthumbs.config
  kdemultimedia/repos/testing-i686/

---+
 PKGBUILD  |  218 
 kdemultimedia.install |   22 ++--
 mplayerthumbs.config  |4 
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:20 UTC (rev 142626)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:22 UTC (rev 142627)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdemultimedia
-pkgname=('kdemultimedia-dragonplayer'
- 'kdemultimedia-ffmpegthumbs'
- 'kdemultimedia-juk'
- 'kdemultimedia-kioslave'
- 'kdemultimedia-kmix'
- 'kdemultimedia-kscd'
- 'kdemultimedia-mplayerthumbs')
-pkgver=4.7.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'tunepimp'
-'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
-'mplayerthumbs.config')
-sha1sums=('4db44494e6a2ef886e3513b6a2eb4e526741a6ff'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_Xine=OFF
-   make
-}
-
-package_kdemultimedia-dragonplayer() {
-   pkgdesc='Video Player'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/dragonplayer/";
-   install='kdemultimedia.install'
-   cd $srcdir/build/dragonplayer
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dragonplayer
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-ffmpegthumbs() {
-   pkgdesc='Video Files (ffmpegthumbs)'
-   depends=('kdebase-runtime' 'ffmpeg')
-   install='kdemultimedia.install'
-   cd $srcdir/build/ffmpegthumbs
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-juk() {
-   pkgdesc='Music Player'
-   depends=('kdebase-runtime' 'tunepimp')
-   url="http://kde.org/applications/multimedia/juk";
-   install='kdemultimedia.install'
-   cd $srcdir/build/juk
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/juk
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kioslave() {
-   pkgdesc='Audio CD Browser'
-   depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
-   conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
-   cd $srcdir/build/${i}
-   make DESTDIR=$pkgdir install
-   done
-}
-
-package_kdemultimedia-kmix() {
-   pkgdesc='Sound Mixer'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/kmix";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kmix
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kmix
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kscd() {
-   pkgdesc='CD Player'
-   depends=('kdebase-runtime' 'libmusicbrainz3')
-   url="http://kde.org/applications/multimedia/kscd";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kscd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kcontrol/cddbretrieval
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-mplayerthumbs() {
-   pkgdesc='Video Files (MPlayerThumbs)'
-   depends=('kdebase-runtime' 'mplayer')
-   replaces=('mplayerthumbs')
-   conflicts=('mplayerthumbs')
-   cd $srcdir/build/mplayerthumbs
-   make DESTDIR=$pkgdir install
-   install -D -m644 $srcdir/mplayerthumbs.config 
$pkgdir/usr/share/config/mplayerthumbs
-}

Copied: kdemultimedia/repos/extra-i686/PKGBUILD (from rev 142606, 
kdemultimedia/repos/testing-i686/PKGBUILD)

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:17
  Author: ibiru
Revision: 142623

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

Added:
  gegl/repos/extra-i686/0.1.6-ffmpeg.patch
(from rev 142606, gegl/repos/testing-i686/0.1.6-ffmpeg.patch)
  gegl/repos/extra-i686/PKGBUILD
(from rev 142606, gegl/repos/testing-i686/PKGBUILD)
Deleted:
  gegl/repos/extra-i686/PKGBUILD
  gegl/repos/testing-i686/

+
 0.1.6-ffmpeg.patch |   33 +
 PKGBUILD   |   66 ++-
 2 files changed, 67 insertions(+), 32 deletions(-)

Copied: gegl/repos/extra-i686/0.1.6-ffmpeg.patch (from rev 142606, 
gegl/repos/testing-i686/0.1.6-ffmpeg.patch)
===
--- extra-i686/0.1.6-ffmpeg.patch   (rev 0)
+++ extra-i686/0.1.6-ffmpeg.patch   2011-11-12 17:15:17 UTC (rev 142623)
@@ -0,0 +1,33 @@
+diff -urN gegl-0.1.6.old//operations/external/ff-load.c 
gegl-0.1.6/operations/external/ff-load.c
+--- gegl-0.1.6.old//operations/external/ff-load.c   2011-01-24 
19:03:30.0 -0300
 gegl-0.1.6/operations/external/ff-load.c2011-05-04 09:59:48.910379742 
-0300
+@@ -69,17 +69,17 @@
+ {
+   switch (err)
+ {
+-case AVERROR_NUMEXPECTED:
++case AVERROR(EDOM):
+   g_warning ("%s: Incorrect image filename syntax.\n"
+  "Use '%%d' to specify the image number:\n"
+  "  for img1.jpg, img2.jpg, ..., use 'img%%d.jpg';\n"
+  "  for img001.jpg, img002.jpg, ..., use 'img%%03d.jpg'.\n",
+  filename);
+   break;
+-case AVERROR_INVALIDDATA:
++case AVERROR(EINVAL):
+   g_warning ("%s: Error while parsing header\n", filename);
+   break;
+-case AVERROR_NOFMT:
++case AVERROR(EILSEQ):
+   g_warning ("%s: Unknown format\n", filename);
+   break;
+ default:
+@@ -278,7 +278,7 @@
+   for (i = 0; i< p->ic->nb_streams; i++)
+ {
+   AVCodecContext *c = p->ic->streams[i]->codec;
+-  if (c->codec_type == CODEC_TYPE_VIDEO)
++  if (c->codec_type == AVMEDIA_TYPE_VIDEO)
+ {
+   p->video_st = p->ic->streams[i];
+   p->video_stream = i;

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:16 UTC (rev 142622)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:17 UTC (rev 142623)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gegl
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/";
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libpng' 'libjpeg' 'gtk2')
-makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
-optdepends=('openexr: for using the openexr plugin' \
-'ffmpeg: for using the ffmpeg plugin' \
-'librsvg: for using the svg plugin' \
-'jasper: for using the jasper plugin')
-options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('af5e5a7d3c7ddfaa2b3414de2a7e9113')
-sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
---with-libavformat --with-jasper --disable-docs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-i686/PKGBUILD (from rev 142606, 
gegl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:17 UTC (rev 142623)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gegl
+pkgver=0.1.6
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 \
+0.1.6-ffmpeg.patch)
+sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d'
+  'd62d4987f1c0fc256f5968271fc65cce0cc4c195')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/0.1.6-ffmpeg.patch"
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:23
  Author: ibiru
Revision: 142628

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

Added:
  kdemultimedia/repos/extra-x86_64/PKGBUILD
(from rev 142606, kdemultimedia/repos/testing-x86_64/PKGBUILD)
  kdemultimedia/repos/extra-x86_64/kdemultimedia.install
(from rev 142606, kdemultimedia/repos/testing-x86_64/kdemultimedia.install)
  kdemultimedia/repos/extra-x86_64/mplayerthumbs.config
(from rev 142606, kdemultimedia/repos/testing-x86_64/mplayerthumbs.config)
Deleted:
  kdemultimedia/repos/extra-x86_64/PKGBUILD
  kdemultimedia/repos/extra-x86_64/kdemultimedia.install
  kdemultimedia/repos/extra-x86_64/mplayerthumbs.config
  kdemultimedia/repos/testing-x86_64/

---+
 PKGBUILD  |  218 
 kdemultimedia.install |   22 ++--
 mplayerthumbs.config  |4 
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:22 UTC (rev 142627)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:23 UTC (rev 142628)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdemultimedia
-pkgname=('kdemultimedia-dragonplayer'
- 'kdemultimedia-ffmpegthumbs'
- 'kdemultimedia-juk'
- 'kdemultimedia-kioslave'
- 'kdemultimedia-kmix'
- 'kdemultimedia-kscd'
- 'kdemultimedia-mplayerthumbs')
-pkgver=4.7.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'tunepimp'
-'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
-'mplayerthumbs.config')
-sha1sums=('4db44494e6a2ef886e3513b6a2eb4e526741a6ff'
-  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_Xine=OFF
-   make
-}
-
-package_kdemultimedia-dragonplayer() {
-   pkgdesc='Video Player'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/dragonplayer/";
-   install='kdemultimedia.install'
-   cd $srcdir/build/dragonplayer
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dragonplayer
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-ffmpegthumbs() {
-   pkgdesc='Video Files (ffmpegthumbs)'
-   depends=('kdebase-runtime' 'ffmpeg')
-   install='kdemultimedia.install'
-   cd $srcdir/build/ffmpegthumbs
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-juk() {
-   pkgdesc='Music Player'
-   depends=('kdebase-runtime' 'tunepimp')
-   url="http://kde.org/applications/multimedia/juk";
-   install='kdemultimedia.install'
-   cd $srcdir/build/juk
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/juk
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kioslave() {
-   pkgdesc='Audio CD Browser'
-   depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
-   conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
-   for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
-   cd $srcdir/build/${i}
-   make DESTDIR=$pkgdir install
-   done
-}
-
-package_kdemultimedia-kmix() {
-   pkgdesc='Sound Mixer'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/multimedia/kmix";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kmix
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kmix
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-kscd() {
-   pkgdesc='CD Player'
-   depends=('kdebase-runtime' 'libmusicbrainz3')
-   url="http://kde.org/applications/multimedia/kscd";
-   install='kdemultimedia.install'
-   cd $srcdir/build/kscd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kcontrol/cddbretrieval
-   make DESTDIR=$pkgdir install
-}
-
-package_kdemultimedia-mplayerthumbs() {
-   pkgdesc='Video Files (MPlayerThumbs)'
-   depends=('kdebase-runtime' 'mplayer')
-   replaces=('mplayerthumbs')
-   conflicts=('mplayerthumbs')
-   cd $srcdir/build/mplayerthumbs
-   make DESTDIR=$pkgdir install
-   install -D -m644 $srcdir/mplayerthumbs.config 
$pkgdir/usr/share/config/mplayerthumbs
-}

Copied: kdemultimedia/repos/extra-x86_64/PKGBUILD (from rev 142606, 
kdemultimedia/repos/testing-x86_64/PKGBUILD)

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:24
  Author: ibiru
Revision: 142629

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

Added:
  kradio/repos/extra-i686/PKGBUILD
(from rev 142606, kradio/repos/testing-i686/PKGBUILD)
  kradio/repos/extra-i686/kradio-ffmpeg.diff
(from rev 142606, kradio/repos/testing-i686/kradio-ffmpeg.diff)
  kradio/repos/extra-i686/kradio.install
(from rev 142606, kradio/repos/testing-i686/kradio.install)
Deleted:
  kradio/repos/extra-i686/PKGBUILD
  kradio/repos/testing-i686/

+
 PKGBUILD   |   60 +++
 kradio-ffmpeg.diff |   34 
 kradio.install |   11 +
 3 files changed, 77 insertions(+), 28 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:23 UTC (rev 142628)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:24 UTC (rev 142629)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="KRadio is a comfortable KDE radio application"
-url="http://kradio.sourceforge.net/";
-depends=('lame' 'kdelibs' 'libsndfile' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('pkgconfig' 'automoc4')
-source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2)
-options=(!libtool)
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$startdir/pkg install
-}
-md5sums=('18fea3e2bc7100882075187c6a89f7bd')

Copied: kradio/repos/extra-i686/PKGBUILD (from rev 142606, 
kradio/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:24 UTC (rev 142629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=kradio
+pkgver=4.0.2
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+pkgdesc="A comfortable KDE radio application"
+url="http://kradio.sourceforge.net/";
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('pkg-config' 'automoc4' 'cmake')
+install=kradio.install
+source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc}
 kradio-ffmpeg.diff)
+options=(!libtool)
+
+build() {
+  cd "$srcdir"
+  (cd ${pkgname}4-$pkgver ; patch -p1 -i "$srcdir/kradio-ffmpeg.diff")
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('18fea3e2bc7100882075187c6a89f7bd'
+ '5f407eb75536f39e79c77a70613e8704'
+ '7d31a4f54602bc109f39cc0a7a1dc50c')

Copied: kradio/repos/extra-i686/kradio-ffmpeg.diff (from rev 142606, 
kradio/repos/testing-i686/kradio-ffmpeg.diff)
===
--- extra-i686/kradio-ffmpeg.diff   (rev 0)
+++ extra-i686/kradio-ffmpeg.diff   2011-11-12 17:15:24 UTC (rev 142629)
@@ -0,0 +1,34 @@
+X-Git-Url: 
http://kradio.git.sourceforge.net/git/gitweb.cgi?p=kradio%2Fkradio;a=blobdiff_plain;f=plugins%2Finternetradio%2Fdecoder_thread.cpp;h=c74d6e20578faf3b5dee877aa6de0c9269f49ad9;hp=4cd6cc0543200e9e274e38fa8badb63556a419c3;hb=4f4ec44f49d83b85702bb002455a57374245d825;hpb=c5dea0c01bf5cc16f49cf3d58b837b2fab02d988
+
+diff --git a/plugins/internetradio/decoder_thread.cpp 
b/plugins/internetradio/decoder_thread.cpp
+index 4cd6cc0..c74d6e2 100644
+--- a/plugins/internetradio/decoder_thread.cpp
 b/plugins/internetradio/decoder_thread.cpp
+@@ -373,7 +373,6 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ 
+ //av_log_set_level(255);
+ m_av_pFormatCtx = avformat_alloc_context();
+-memset(m_av_pFormatCtx, 0, sizeof(*m_av_pFormatCtx));
+ m_av_pFormatCtx->probesize = m_maxProbeSize;
+ m_av_pFormatCtx->max_analyze_duration = m_maxAnalyzeTime * AV_TIME_BASE;
+ 
+@@ -475,7 +474,6 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ m_av_pFormatCtx_opened = true;
+ }
+ else {
+-
+ // 
IErrorLogClient::staticLogDebug("InternetRadioDecoder::openAVStream: 
av_open_input_file start");
+ if (av_open_input_file(&m_av_pFormatCtx, stream.toUtf8(), iformat, 0, 
&av_params) != 0) {
+ if (warningsNotErrors) {
+@@ -535,7 +533,11 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ m_av_audioStream = -1;
+ for (unsigned int i = 0; i < m_av_pFormatCtx->nb_streams; i++) {
+ // if (m_av_pFormatCtx->streams[i]->codec->codec_type == 
CODEC_TYPE_AUDIO && m_av_audioStream < 0) {

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:25
  Author: ibiru
Revision: 142630

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

Added:
  kradio/repos/extra-x86_64/PKGBUILD
(from rev 142606, kradio/repos/testing-x86_64/PKGBUILD)
  kradio/repos/extra-x86_64/kradio-ffmpeg.diff
(from rev 142606, kradio/repos/testing-x86_64/kradio-ffmpeg.diff)
  kradio/repos/extra-x86_64/kradio.install
(from rev 142606, kradio/repos/testing-x86_64/kradio.install)
Deleted:
  kradio/repos/extra-x86_64/PKGBUILD
  kradio/repos/testing-x86_64/

+
 PKGBUILD   |   60 +++
 kradio-ffmpeg.diff |   34 
 kradio.install |   11 +
 3 files changed, 77 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:24 UTC (rev 142629)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:25 UTC (rev 142630)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="KRadio is a comfortable KDE radio application"
-url="http://kradio.sourceforge.net/";
-depends=('lame' 'kdelibs' 'libsndfile' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('pkgconfig' 'automoc4')
-source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2)
-options=(!libtool)
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$startdir/pkg install
-}
-md5sums=('18fea3e2bc7100882075187c6a89f7bd')

Copied: kradio/repos/extra-x86_64/PKGBUILD (from rev 142606, 
kradio/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:25 UTC (rev 142630)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=kradio
+pkgver=4.0.2
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+pkgdesc="A comfortable KDE radio application"
+url="http://kradio.sourceforge.net/";
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('pkg-config' 'automoc4' 'cmake')
+install=kradio.install
+source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc}
 kradio-ffmpeg.diff)
+options=(!libtool)
+
+build() {
+  cd "$srcdir"
+  (cd ${pkgname}4-$pkgver ; patch -p1 -i "$srcdir/kradio-ffmpeg.diff")
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('18fea3e2bc7100882075187c6a89f7bd'
+ '5f407eb75536f39e79c77a70613e8704'
+ '7d31a4f54602bc109f39cc0a7a1dc50c')

Copied: kradio/repos/extra-x86_64/kradio-ffmpeg.diff (from rev 142606, 
kradio/repos/testing-x86_64/kradio-ffmpeg.diff)
===
--- extra-x86_64/kradio-ffmpeg.diff (rev 0)
+++ extra-x86_64/kradio-ffmpeg.diff 2011-11-12 17:15:25 UTC (rev 142630)
@@ -0,0 +1,34 @@
+X-Git-Url: 
http://kradio.git.sourceforge.net/git/gitweb.cgi?p=kradio%2Fkradio;a=blobdiff_plain;f=plugins%2Finternetradio%2Fdecoder_thread.cpp;h=c74d6e20578faf3b5dee877aa6de0c9269f49ad9;hp=4cd6cc0543200e9e274e38fa8badb63556a419c3;hb=4f4ec44f49d83b85702bb002455a57374245d825;hpb=c5dea0c01bf5cc16f49cf3d58b837b2fab02d988
+
+diff --git a/plugins/internetradio/decoder_thread.cpp 
b/plugins/internetradio/decoder_thread.cpp
+index 4cd6cc0..c74d6e2 100644
+--- a/plugins/internetradio/decoder_thread.cpp
 b/plugins/internetradio/decoder_thread.cpp
+@@ -373,7 +373,6 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ 
+ //av_log_set_level(255);
+ m_av_pFormatCtx = avformat_alloc_context();
+-memset(m_av_pFormatCtx, 0, sizeof(*m_av_pFormatCtx));
+ m_av_pFormatCtx->probesize = m_maxProbeSize;
+ m_av_pFormatCtx->max_analyze_duration = m_maxAnalyzeTime * AV_TIME_BASE;
+ 
+@@ -475,7 +474,6 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ m_av_pFormatCtx_opened = true;
+ }
+ else {
+-
+ // 
IErrorLogClient::staticLogDebug("InternetRadioDecoder::openAVStream: 
av_open_input_file start");
+ if (av_open_input_file(&m_av_pFormatCtx, stream.toUtf8(), iformat, 0, 
&av_params) != 0) {
+ if (warningsNotErrors) {
+@@ -535,7 +533,11 @@ void InternetRadioDecoder::openAVStream(const QString 
&stream, bool warningsNotE
+ m_av_audioStream = -1;
+ for (unsigned int i = 0; i < m_av_pFormatCtx->nb_streams; i++) {
+ // if (m_av_pFormatCtx->streams[i]->codec

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:18
  Author: ibiru
Revision: 142624

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

Added:
  gegl/repos/extra-x86_64/0.1.6-ffmpeg.patch
(from rev 142606, gegl/repos/testing-x86_64/0.1.6-ffmpeg.patch)
  gegl/repos/extra-x86_64/PKGBUILD
(from rev 142606, gegl/repos/testing-x86_64/PKGBUILD)
Deleted:
  gegl/repos/extra-x86_64/PKGBUILD
  gegl/repos/testing-x86_64/

+
 0.1.6-ffmpeg.patch |   33 +
 PKGBUILD   |   66 ++-
 2 files changed, 67 insertions(+), 32 deletions(-)

Copied: gegl/repos/extra-x86_64/0.1.6-ffmpeg.patch (from rev 142606, 
gegl/repos/testing-x86_64/0.1.6-ffmpeg.patch)
===
--- extra-x86_64/0.1.6-ffmpeg.patch (rev 0)
+++ extra-x86_64/0.1.6-ffmpeg.patch 2011-11-12 17:15:18 UTC (rev 142624)
@@ -0,0 +1,33 @@
+diff -urN gegl-0.1.6.old//operations/external/ff-load.c 
gegl-0.1.6/operations/external/ff-load.c
+--- gegl-0.1.6.old//operations/external/ff-load.c   2011-01-24 
19:03:30.0 -0300
 gegl-0.1.6/operations/external/ff-load.c2011-05-04 09:59:48.910379742 
-0300
+@@ -69,17 +69,17 @@
+ {
+   switch (err)
+ {
+-case AVERROR_NUMEXPECTED:
++case AVERROR(EDOM):
+   g_warning ("%s: Incorrect image filename syntax.\n"
+  "Use '%%d' to specify the image number:\n"
+  "  for img1.jpg, img2.jpg, ..., use 'img%%d.jpg';\n"
+  "  for img001.jpg, img002.jpg, ..., use 'img%%03d.jpg'.\n",
+  filename);
+   break;
+-case AVERROR_INVALIDDATA:
++case AVERROR(EINVAL):
+   g_warning ("%s: Error while parsing header\n", filename);
+   break;
+-case AVERROR_NOFMT:
++case AVERROR(EILSEQ):
+   g_warning ("%s: Unknown format\n", filename);
+   break;
+ default:
+@@ -278,7 +278,7 @@
+   for (i = 0; i< p->ic->nb_streams; i++)
+ {
+   AVCodecContext *c = p->ic->streams[i]->codec;
+-  if (c->codec_type == CODEC_TYPE_VIDEO)
++  if (c->codec_type == AVMEDIA_TYPE_VIDEO)
+ {
+   p->video_st = p->ic->streams[i];
+   p->video_stream = i;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:17 UTC (rev 142623)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:18 UTC (rev 142624)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gegl
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/";
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libpng' 'libjpeg' 'gtk2')
-makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
-optdepends=('openexr: for using the openexr plugin' \
-'ffmpeg: for using the ffmpeg plugin' \
-'librsvg: for using the svg plugin' \
-'jasper: for using the jasper plugin')
-options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('af5e5a7d3c7ddfaa2b3414de2a7e9113')
-sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
---with-libavformat --with-jasper --disable-docs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-x86_64/PKGBUILD (from rev 142606, 
gegl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:18 UTC (rev 142624)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gegl
+pkgver=0.1.6
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 \
+0.1.6-ffmpeg.patch)
+sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d'
+  'd62d4987f1c0fc256f5968271fc65cce0cc4c195')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/0.1.6-ffmpeg.patch"
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:27
  Author: ibiru
Revision: 142631

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

Added:
  mediastreamer/repos/extra-i686/PKGBUILD
(from rev 142606, mediastreamer/repos/testing-i686/PKGBUILD)
  mediastreamer/repos/extra-i686/disable-v4l1.patch
(from rev 142606, mediastreamer/repos/testing-i686/disable-v4l1.patch)
Deleted:
  mediastreamer/repos/extra-i686/PKGBUILD
  mediastreamer/repos/extra-i686/disable-v4l1.patch
  mediastreamer/repos/testing-i686/

+
 PKGBUILD   |   67 +-
 disable-v4l1.patch |  100 +--
 2 files changed, 84 insertions(+), 83 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:25 UTC (rev 142630)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:27 UTC (rev 142631)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-
-pkgname=mediastreamer
-pkgver=2.7.3
-pkgrel=3
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org";
-license=('GPL')
-depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"disable-v4l1.patch")
-md5sums=('5213307f557d86aa648f1a53a885138c'
- '7ee15689eed1adbdcf0ddab8fadca34a')
-options=('!libtool')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver/
-  patch -p2 -i "${srcdir}"/disable-v4l1.patch
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/mediastreamer/
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/extra-i686/PKGBUILD (from rev 142606, 
mediastreamer/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:27 UTC (rev 142631)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+
+pkgname=mediastreamer
+pkgver=2.7.3
+pkgrel=4
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/";
+license=('GPL')
+depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+"disable-v4l1.patch")
+md5sums=('5213307f557d86aa648f1a53a885138c'
+ '7ee15689eed1adbdcf0ddab8fadca34a')
+options=('!libtool')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver/
+  patch -p2 -i "${srcdir}"/disable-v4l1.patch
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/mediastreamer/
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/disable-v4l1.patch
===
--- extra-i686/disable-v4l1.patch   2011-11-12 17:15:25 UTC (rev 142630)
+++ extra-i686/disable-v4l1.patch   2011-11-12 17:15:27 UTC (rev 142631)
@@ -1,50 +0,0 @@
-diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.am 
linphone-3.4.3.my/mediastreamer2/src/Makefile.am
 linphone-3.4.3/mediastreamer2/src/Makefile.am  2011-02-09 
08:43:11.0 +
-+++ linphone-3.4.3.my/mediastreamer2/src/Makefile.am   2011-04-01 
14:54:04.0 +
-@@ -117,7 +117,7 @@
- endif
- 
- if BUILD_V4L
--libmediastreamer_la_SOURCES+=msv4l.c msv4l2.c
-+libmediastreamer_la_SOURCES+=msv4l2.c
- endif
- 
- if BUILD_WIN32
-diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.in 
linphone-3.4.3.my/mediastreamer2/src/Makefile.in
 linphone-3.4.3/mediastreamer2/src/Makefile.in  2011-03-28 
18:34:07.0 +
-+++ linphone-3.4.3.my/mediastreamer2/src/Makefile.in   2011-04-01 
14:55:00.0 +
-@@ -54,7 +54,7 @@
- @BUILD_MACAQSND_TRUE@am__append_12 = aqsnd.c
- @BUILD_PULSEAUDIO_TRUE@am__append_13 = pulseaudio.c
- @BUILD_MACOSX_TRUE@@BUILD_VIDEO_TRUE@am__append_14 = msv4m.m
--@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l.c msv4l2.c
-+@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l2.c
- @BUILD_VIDEO_TRUE@@BUILD_WIN32_TRUE@am__append_16 = msdscap-mingw.cc 
drawdib-display.c
- @BUILD_THEORA_TRUE@@BUILD_VIDEO_TRUE@am__append_17 = theora.c
- @BUILD_FFMPEG_TRUE@@BUILD_VIDEO_TRUE@am__append_18 = videoenc.c \
-@@ -135,7 +135,7 @@
-   audiostream.c msspeex.c speexec.c gsm.c winsnd3.c \
-   msfileplayer_win.c msfilerec_win.c msfileplayer.c msfilerec.c \
-   msresample.c alsa.c oss.c arts.c pasnd.c macsnd.c msiounit.c \
--  aqsnd.c pulseaudio.c msv4m.m msv4l.c msv4l2.c

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:28
  Author: ibiru
Revision: 142632

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

Added:
  mediastreamer/repos/extra-x86_64/PKGBUILD
(from rev 142606, mediastreamer/repos/testing-x86_64/PKGBUILD)
  mediastreamer/repos/extra-x86_64/disable-v4l1.patch
(from rev 142606, mediastreamer/repos/testing-x86_64/disable-v4l1.patch)
Deleted:
  mediastreamer/repos/extra-x86_64/PKGBUILD
  mediastreamer/repos/extra-x86_64/disable-v4l1.patch
  mediastreamer/repos/testing-x86_64/

+
 PKGBUILD   |   67 +-
 disable-v4l1.patch |  100 +--
 2 files changed, 84 insertions(+), 83 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:27 UTC (rev 142631)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:28 UTC (rev 142632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-
-pkgname=mediastreamer
-pkgver=2.7.3
-pkgrel=3
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org";
-license=('GPL')
-depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"disable-v4l1.patch")
-md5sums=('5213307f557d86aa648f1a53a885138c'
- '7ee15689eed1adbdcf0ddab8fadca34a')
-options=('!libtool')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver/
-  patch -p2 -i "${srcdir}"/disable-v4l1.patch
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/mediastreamer/
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/extra-x86_64/PKGBUILD (from rev 142606, 
mediastreamer/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:28 UTC (rev 142632)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+
+pkgname=mediastreamer
+pkgver=2.7.3
+pkgrel=4
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/";
+license=('GPL')
+depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+"disable-v4l1.patch")
+md5sums=('5213307f557d86aa648f1a53a885138c'
+ '7ee15689eed1adbdcf0ddab8fadca34a')
+options=('!libtool')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver/
+  patch -p2 -i "${srcdir}"/disable-v4l1.patch
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/mediastreamer/
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/disable-v4l1.patch
===
--- extra-x86_64/disable-v4l1.patch 2011-11-12 17:15:27 UTC (rev 142631)
+++ extra-x86_64/disable-v4l1.patch 2011-11-12 17:15:28 UTC (rev 142632)
@@ -1,50 +0,0 @@
-diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.am 
linphone-3.4.3.my/mediastreamer2/src/Makefile.am
 linphone-3.4.3/mediastreamer2/src/Makefile.am  2011-02-09 
08:43:11.0 +
-+++ linphone-3.4.3.my/mediastreamer2/src/Makefile.am   2011-04-01 
14:54:04.0 +
-@@ -117,7 +117,7 @@
- endif
- 
- if BUILD_V4L
--libmediastreamer_la_SOURCES+=msv4l.c msv4l2.c
-+libmediastreamer_la_SOURCES+=msv4l2.c
- endif
- 
- if BUILD_WIN32
-diff -wbBur linphone-3.4.3/mediastreamer2/src/Makefile.in 
linphone-3.4.3.my/mediastreamer2/src/Makefile.in
 linphone-3.4.3/mediastreamer2/src/Makefile.in  2011-03-28 
18:34:07.0 +
-+++ linphone-3.4.3.my/mediastreamer2/src/Makefile.in   2011-04-01 
14:55:00.0 +
-@@ -54,7 +54,7 @@
- @BUILD_MACAQSND_TRUE@am__append_12 = aqsnd.c
- @BUILD_PULSEAUDIO_TRUE@am__append_13 = pulseaudio.c
- @BUILD_MACOSX_TRUE@@BUILD_VIDEO_TRUE@am__append_14 = msv4m.m
--@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l.c msv4l2.c
-+@BUILD_V4L_TRUE@@BUILD_VIDEO_TRUE@am__append_15 = msv4l2.c
- @BUILD_VIDEO_TRUE@@BUILD_WIN32_TRUE@am__append_16 = msdscap-mingw.cc 
drawdib-display.c
- @BUILD_THEORA_TRUE@@BUILD_VIDEO_TRUE@am__append_17 = theora.c
- @BUILD_FFMPEG_TRUE@@BUILD_VIDEO_TRUE@am__append_18 = videoenc.c \
-@@ -135,7 +135,7 @@
-   audiostream.c msspeex.c speexec.c gsm.c winsnd3.c \
-   msfileplayer_win.c msfilerec_win.c msfileplayer.c msfilerec.c \
-   msresample.c alsa.c oss.c arts.c pasnd.c macsnd.c msiounit.c

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:29
  Author: ibiru
Revision: 142633

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

Added:
  miro/repos/extra-i686/PKGBUILD
(from rev 142606, miro/repos/testing-i686/PKGBUILD)
  miro/repos/extra-i686/ffmpeg.patch
(from rev 142606, miro/repos/testing-i686/ffmpeg.patch)
  miro/repos/extra-i686/miro.install
(from rev 142606, miro/repos/testing-i686/miro.install)
Deleted:
  miro/repos/extra-i686/PKGBUILD
  miro/repos/extra-i686/miro.install
  miro/repos/testing-i686/

--+
 PKGBUILD |   65 +--
 ffmpeg.patch |   95 +
 miro.install |   34 ++--
 3 files changed, 147 insertions(+), 47 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:28 UTC (rev 142632)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:29 UTC (rev 142633)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=miro
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="The free and open source internet TV platform"
-arch=('i686' 'x86_64')
-url="http://www.getmiro.com";
-license=('GPL2')
-depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
- 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
- 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
- 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
-'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
-'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen')
-makedepends=('pkg-config')
-install=miro.install
-source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b08cd09d514d1af0b2403ab8dcd725b8c5d4b840')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/linux"
-
-  python2 setup.py install --root="${pkgdir}"
-
-  # fix miro startup script so --debug works with python2
-  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
-  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
-}

Copied: miro/repos/extra-i686/PKGBUILD (from rev 142606, 
miro/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:29 UTC (rev 142633)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=miro
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="The free and open source internet TV platform"
+arch=('i686' 'x86_64')
+url="http://www.getmiro.com";
+license=('GPL2')
+depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
+ 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
+ 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
+ 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
+ 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen')
+makedepends=('pkg-config')
+install=miro.install
+options=('!makeflags')
+source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";
+'ffmpeg.patch')
+sha1sums=('b08cd09d514d1af0b2403ab8dcd725b8c5d4b840'
+  'f0c851d51318c0e0be8b91463ef901625d2587a9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/ffmpeg.patch"
+  cd linux
+
+  python2 setup.py install --root="${pkgdir}"
+
+  # fix miro startup script so --debug works with python2
+  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
+  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
+}

Copied: miro/repos/extra-i686/ffmpeg.patch (from rev 142606, 
miro/repos/testing-i686/ffmpeg.patch)
===
--- extra-i686/ffmpeg.patch (rev 0)
+++ extra-i686/ffmpeg.patch 2011-11-12 17:15:29 UTC (rev 142633)
@@ -0,0 +1,95 @@
+diff -urN miro-4.0.old/linux/miro-segmenter.c miro-4.0/linux/miro-segmenter.c
+--- miro-4.0.old/linux/miro-segmenter.c2011-05-25 15:58:21.0 
+0200
 miro-4.0/linux/miro-segmenter.c2011-05-25 16:09:41.0 +0200
+@@ -60,7 +60,7 @@
+ }
+ 
+ switch (input_codec_context->codec_type) {
+-case CODEC_TYPE_AUDIO:
++case AVMEDIA_TYPE_AUDIO:
+ output_codec_context->channel_layout = 
input_codec_context->channel_layout;
+ output_codec_context->sample_rate = 
input_codec_context->sample_rate;
+ output_codec_context->channels = input_codec_context->channels;
+@@ -72,7 +72,7 @@
+ output_codec_context->block_align = 
input_codec_context->block_align;
+ }
+ break;
+-case CODEC_TYPE_VIDEO:
++case AVMEDIA_TYPE_VIDEO:
+ output_codec_context->pix_fmt = input_codec_context->pix_fmt;
+ output_code

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:30
  Author: ibiru
Revision: 142634

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

Added:
  miro/repos/extra-x86_64/PKGBUILD
(from rev 142606, miro/repos/testing-x86_64/PKGBUILD)
  miro/repos/extra-x86_64/ffmpeg.patch
(from rev 142606, miro/repos/testing-x86_64/ffmpeg.patch)
  miro/repos/extra-x86_64/miro.install
(from rev 142606, miro/repos/testing-x86_64/miro.install)
Deleted:
  miro/repos/extra-x86_64/PKGBUILD
  miro/repos/extra-x86_64/miro.install
  miro/repos/testing-x86_64/

--+
 PKGBUILD |   65 +--
 ffmpeg.patch |   95 +
 miro.install |   34 ++--
 3 files changed, 147 insertions(+), 47 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:29 UTC (rev 142633)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:30 UTC (rev 142634)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=miro
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="The free and open source internet TV platform"
-arch=('i686' 'x86_64')
-url="http://www.getmiro.com";
-license=('GPL2')
-depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
- 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
- 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
- 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
-'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
-'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen')
-makedepends=('pkg-config')
-install=miro.install
-source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b08cd09d514d1af0b2403ab8dcd725b8c5d4b840')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/linux"
-
-  python2 setup.py install --root="${pkgdir}"
-
-  # fix miro startup script so --debug works with python2
-  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
-  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
-}

Copied: miro/repos/extra-x86_64/PKGBUILD (from rev 142606, 
miro/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:30 UTC (rev 142634)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=miro
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="The free and open source internet TV platform"
+arch=('i686' 'x86_64')
+url="http://www.getmiro.com";
+license=('GPL2')
+depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
+ 'python-pysqlite' 'pywebkitgtk' 'shared-mime-info'
+ 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
+ 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python-pycurl' 
+ 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen')
+makedepends=('pkg-config')
+install=miro.install
+options=('!makeflags')
+source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";
+'ffmpeg.patch')
+sha1sums=('b08cd09d514d1af0b2403ab8dcd725b8c5d4b840'
+  'f0c851d51318c0e0be8b91463ef901625d2587a9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/ffmpeg.patch"
+  cd linux
+
+  python2 setup.py install --root="${pkgdir}"
+
+  # fix miro startup script so --debug works with python2
+  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
+  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
+}

Copied: miro/repos/extra-x86_64/ffmpeg.patch (from rev 142606, 
miro/repos/testing-x86_64/ffmpeg.patch)
===
--- extra-x86_64/ffmpeg.patch   (rev 0)
+++ extra-x86_64/ffmpeg.patch   2011-11-12 17:15:30 UTC (rev 142634)
@@ -0,0 +1,95 @@
+diff -urN miro-4.0.old/linux/miro-segmenter.c miro-4.0/linux/miro-segmenter.c
+--- miro-4.0.old/linux/miro-segmenter.c2011-05-25 15:58:21.0 
+0200
 miro-4.0/linux/miro-segmenter.c2011-05-25 16:09:41.0 +0200
+@@ -60,7 +60,7 @@
+ }
+ 
+ switch (input_codec_context->codec_type) {
+-case CODEC_TYPE_AUDIO:
++case AVMEDIA_TYPE_AUDIO:
+ output_codec_context->channel_layout = 
input_codec_context->channel_layout;
+ output_codec_context->sample_rate = 
input_codec_context->sample_rate;
+ output_codec_context->channels = input_codec_context->channels;
+@@ -72,7 +72,7 @@
+ output_codec_context->block_align = 
input_codec_context->block_align;
+ }
+ break;
+-case CODEC_TYPE_VIDEO:
++case AVMEDIA_TYPE_VIDEO:
+ output_codec_context->pix

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:31
  Author: ibiru
Revision: 142635

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

Added:
  moc/repos/extra-i686/PKGBUILD
(from rev 142606, moc/repos/testing-i686/PKGBUILD)
  moc/repos/extra-i686/gcc-undefined-symbols.diff
(from rev 142606, moc/repos/testing-i686/gcc-undefined-symbols.diff)
  moc/repos/extra-i686/moc-ffmpeg.patch
(from rev 142606, moc/repos/testing-i686/moc-ffmpeg.patch)
Deleted:
  moc/repos/extra-i686/PKGBUILD
  moc/repos/extra-i686/gcc-undefined-symbols.diff
  moc/repos/testing-i686/

+
 PKGBUILD   |   88 +--
 gcc-undefined-symbols.diff |   24 +--
 moc-ffmpeg.patch   |   26 
 3 files changed, 82 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:30 UTC (rev 142634)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:31 UTC (rev 142635)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=20110528
-pkgrel=3
-pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
-optdepends=('speex: for using the speex plugin' 
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin' 
-   'libmpcdec: for using the musepack plugin' 
-'wavpack: for using the wavpack plugin' 
-   'libmodplug: for using the modplug plugin')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
-gcc-undefined-symbols.diff)
-md5sums=('003fd01af2165264eb666040e4f586cd'
- 'efacb8559e9145e15b0c25f8fa2a9d79')
-sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
-  'a811a4ac7e049914aab528d3f06a6be6634c2720')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  patch -p0 -i ../gcc-undefined-symbols.diff
-
-# Disabling aac to use the external ffmpeg to play them (FS#13164)
-  ./autogen.sh
-  ./configure --prefix=/usr --without-rcc --without-aac \
---with-oss  --with-alsa  --with-jack --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-i686/PKGBUILD (from rev 142606, 
moc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:31 UTC (rev 142635)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=20110528
+pkgrel=4
+pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gcc-undefined-symbols.diff
===
--- extra-i686/gcc-undefined-symbols.diff   2011-11-12 17:15:30 UTC (rev 
142634)
+++ extra-i686/gcc-undefined-symbols.diff   2011-11-12 17:15:31 UTC (rev 
142635)
@@ -1,12 +0,0 @@
 decoder.c~ 2011-05-08 09:28:28.077137883 +0200
-+++ decoder.c  2011-05-10 21:40:48.887941968 +0200
-@@ -259,6

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:34
  Author: ibiru
Revision: 142637

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 142606, mpd/repos/testing-i686/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 142606, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 142606, mpd/repos/testing-i686/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 142606, mpd/repos/testing-i686/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/testing-i686/

-+
 ChangeLog   |   18 
 PKGBUILD|  122 +-
 mpd |   72 +-
 mpd.install |   36 -
 4 files changed, 124 insertions(+), 124 deletions(-)

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

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

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

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 142606, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:34 UTC (rev 142637)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.16.5
+pkgrel=2
+pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://mpd.wikia.com/wiki/Server";
+depends=('libao' 'ffmpeg' 'libmod

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:35
  Author: ibiru
Revision: 142638

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

Added:
  mpd/repos/extra-x86_64/ChangeLog
(from rev 142606, mpd/repos/testing-x86_64/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 142606, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 142606, mpd/repos/testing-x86_64/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 142606, mpd/repos/testing-x86_64/mpd.install)
Deleted:
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install
  mpd/repos/testing-x86_64/

-+
 ChangeLog   |   18 
 PKGBUILD|  122 +-
 mpd |   72 +-
 mpd.install |   36 -
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2011-11-12 17:15:34 UTC (rev 142637)
+++ extra-x86_64/ChangeLog  2011-11-12 17:15:35 UTC (rev 142638)
@@ -1,9 +0,0 @@
-2011-09-03 Angel Velasquez 
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez 
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-x86_64/ChangeLog (from rev 142606, 
mpd/repos/testing-x86_64/ChangeLog)
===
--- extra-x86_64/ChangeLog  (rev 0)
+++ extra-x86_64/ChangeLog  2011-11-12 17:15:35 UTC (rev 142638)
@@ -0,0 +1,9 @@
+2011-09-03 Angel Velasquez 
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez 
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

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

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 142606, 
mpd/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:35 UTC (rev 142638)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.16.5
+pkgrel=2
+pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
+arch=('i686' 'x86_64')
+license=('GPL')
+ur

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:38
  Author: ibiru
Revision: 142640

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

Added:
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 142606, opencv/repos/testing-x86_64/PKGBUILD)
  opencv/repos/extra-x86_64/opencv.install
(from rev 142606, opencv/repos/testing-x86_64/opencv.install)
Deleted:
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/opencv.install
  opencv/repos/testing-x86_64/

+
 PKGBUILD   |  220 +++
 opencv.install |   22 ++---
 2 files changed, 121 insertions(+), 121 deletions(-)

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

Copied: opencv/repos/extra-x86_64/PKGBUILD (from rev 142606, 
opencv/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:38 UTC (rev 142640)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.willowgarage.com/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr' 'ffmpeg>=20111030'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('python2-numpy: Python 2.x interface'
+'eigen2')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-$pkgver.tar.bz2";)
+md5sums=('827c9f8aa14384c531c73aa165f9b777')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD_TESTS=OFF'
+'-D ENA

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:39
  Author: ibiru
Revision: 142641

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

Added:
  sox/repos/extra-i686/PKGBUILD
(from rev 142606, sox/repos/testing-i686/PKGBUILD)
  sox/repos/extra-i686/sox-14.3.2-ffmpeg.patch
(from rev 142606, sox/repos/testing-i686/sox-14.3.2-ffmpeg.patch)
Deleted:
  sox/repos/extra-i686/PKGBUILD
  sox/repos/testing-i686/

-+
 PKGBUILD|   72 +++---
 sox-14.3.2-ffmpeg.patch |   40 +
 2 files changed, 77 insertions(+), 35 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:38 UTC (rev 142640)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:39 UTC (rev 142641)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=sox
-pkgver=14.3.2
-pkgrel=3
-pkgdesc="The Swiss Army knife of sound processing tools"
-arch=('i686' 'x86_64')
-url="http://sox.sourceforge.net/";
-license=('GPL' 'LGPL')
-depends=('libtool' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
-makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
-optdepends=('libao: for ao plugin'
-'ffmpeg: for ffmpeg plugin'
-'libmad: for mp3 plugin'
-'libid3tag: for mp3 plugin'
-'wavpack: for wavpack plugin'
-'libpulse: for pulse plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f6e1999b05d9b0cc9bb47ce8d3208dee')
-sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-dyn-default --with-distro="Arch Linux"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: sox/repos/extra-i686/PKGBUILD (from rev 142606, 
sox/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:39 UTC (rev 142641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=sox
+pkgver=14.3.2
+pkgrel=4
+pkgdesc="The Swiss Army knife of sound processing tools"
+arch=('i686' 'x86_64')
+url="http://sox.sourceforge.net/";
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
+makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+optdepends=('libao: for ao plugin'
+'ffmpeg: for ffmpeg plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox-14.3.2-ffmpeg.patch)
+sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3'
+  '86caa6aa86a0bf7a048522114d4efd11acbbda70')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/sox-14.3.2-ffmpeg.patch"
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro="Arch Linux"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: sox/repos/extra-i686/sox-14.3.2-ffmpeg.patch (from rev 142606, 
sox/repos/testing-i686/sox-14.3.2-ffmpeg.patch)
===
--- extra-i686/sox-14.3.2-ffmpeg.patch  (rev 0)
+++ extra-i686/sox-14.3.2-ffmpeg.patch  2011-11-12 17:15:39 UTC (rev 142641)
@@ -0,0 +1,40 @@
+Index: sox-14.3.2/src/ffmpeg.c
+===
+--- sox-14.3.2.orig/src/ffmpeg.c
 sox-14.3.2/src/ffmpeg.c
+@@ -91,7 +91,7 @@ static int stream_component_open(priv_t
+ 
+   if (!codec || avcodec_open(enc, codec) < 0)
+ return -1;
+-  if (enc->codec_type != CODEC_TYPE_AUDIO) {
++  if (enc->codec_type != AVMEDIA_TYPE_AUDIO) {
+ lsx_fail("ffmpeg CODEC %x is not an audio CODEC", enc->codec_type);
+ return -1;
+   }
+@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft)
+   /* Find audio stream (FIXME: allow different stream to be selected) */
+   for (i = 0; (unsigned)i < ffmpeg->ctxt->nb_streams; i++) {
+ AVCodecContext *enc = ffmpeg->ctxt->streams[i]->codec;
+-if (enc->codec_type == CODEC_TYPE_AUDIO && ffmpeg->audio_index < 0) {
++if (enc->codec_type == AVMEDIA_TYPE_AUDIO && ffmpeg->audio_index < 0) {
+   ffmpeg->audio_index = i;
+   break;
+ }
+@@ -273,7 +273,7 @@ static AVStream *add_audio_stream(sox_fo
+ 
+   c = st->codec;
+   c->codec_id = codec_id;
+-  c->codec_type = CODEC_

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:33
  Author: ibiru
Revision: 142636

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

Added:
  moc/repos/extra-x86_64/PKGBUILD
(from rev 142606, moc/repos/testing-x86_64/PKGBUILD)
  moc/repos/extra-x86_64/gcc-undefined-symbols.diff
(from rev 142606, moc/repos/testing-x86_64/gcc-undefined-symbols.diff)
  moc/repos/extra-x86_64/moc-ffmpeg.patch
(from rev 142606, moc/repos/testing-x86_64/moc-ffmpeg.patch)
Deleted:
  moc/repos/extra-x86_64/PKGBUILD
  moc/repos/extra-x86_64/gcc-undefined-symbols.diff
  moc/repos/testing-x86_64/

+
 PKGBUILD   |   88 +--
 gcc-undefined-symbols.diff |   24 +--
 moc-ffmpeg.patch   |   26 
 3 files changed, 82 insertions(+), 56 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:31 UTC (rev 142635)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:33 UTC (rev 142636)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=20110528
-pkgrel=3
-pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
-optdepends=('speex: for using the speex plugin' 
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin' 
-   'libmpcdec: for using the musepack plugin' 
-'wavpack: for using the wavpack plugin' 
-   'libmodplug: for using the modplug plugin')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
-gcc-undefined-symbols.diff)
-md5sums=('003fd01af2165264eb666040e4f586cd'
- 'efacb8559e9145e15b0c25f8fa2a9d79')
-sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
-  'a811a4ac7e049914aab528d3f06a6be6634c2720')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  patch -p0 -i ../gcc-undefined-symbols.diff
-
-# Disabling aac to use the external ffmpeg to play them (FS#13164)
-  ./autogen.sh
-  ./configure --prefix=/usr --without-rcc --without-aac \
---with-oss  --with-alsa  --with-jack --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-x86_64/PKGBUILD (from rev 142606, 
moc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:33 UTC (rev 142636)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=20110528
+pkgrel=4
+pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
+gcc-undefined-symbols.diff moc-ffmpeg.patch)
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
+  'a811a4ac7e049914aab528d3f06a6be6634c2720'
+  'f7e8eb17a89fea1c08c8a68f5afd1ffdc641ce9d')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  patch -p0 -i ../gcc-undefined-symbols.diff
+  patch -p0 -i ../moc-ffmpeg.patch
+
+# Disabling aac to use the external ffmpeg to play them (FS#13164)
+  ./autogen.sh
+  ./configure --prefix=/usr --without-rcc --without-aac \
+--with-oss  --with-alsa  --with-jack --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/gcc-undefined-symbols.diff
===
--- extra-x86_64/gcc-undefined-symbols.diff 2011-11-12 17:15:31 UTC (rev 
142635)
+++ extra-x86_64/gcc-undefined-symbols.diff 2011-11-12 17:15:33 UTC (rev 
142636)
@@ -1,12 +0,0 @@
 decoder.c~ 2011-05-08 09:28:28.077137883 +0200
-+

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:40
  Author: ibiru
Revision: 142642

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

Added:
  sox/repos/extra-x86_64/PKGBUILD
(from rev 142606, sox/repos/testing-x86_64/PKGBUILD)
  sox/repos/extra-x86_64/sox-14.3.2-ffmpeg.patch
(from rev 142606, sox/repos/testing-x86_64/sox-14.3.2-ffmpeg.patch)
Deleted:
  sox/repos/extra-x86_64/PKGBUILD
  sox/repos/testing-x86_64/

-+
 PKGBUILD|   72 +++---
 sox-14.3.2-ffmpeg.patch |   40 +
 2 files changed, 77 insertions(+), 35 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:39 UTC (rev 142641)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:40 UTC (rev 142642)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=sox
-pkgver=14.3.2
-pkgrel=3
-pkgdesc="The Swiss Army knife of sound processing tools"
-arch=('i686' 'x86_64')
-url="http://sox.sourceforge.net/";
-license=('GPL' 'LGPL')
-depends=('libtool' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
-makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
-optdepends=('libao: for ao plugin'
-'ffmpeg: for ffmpeg plugin'
-'libmad: for mp3 plugin'
-'libid3tag: for mp3 plugin'
-'wavpack: for wavpack plugin'
-'libpulse: for pulse plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f6e1999b05d9b0cc9bb47ce8d3208dee')
-sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-dyn-default --with-distro="Arch Linux"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: sox/repos/extra-x86_64/PKGBUILD (from rev 142606, 
sox/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:40 UTC (rev 142642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=sox
+pkgver=14.3.2
+pkgrel=4
+pkgdesc="The Swiss Army knife of sound processing tools"
+arch=('i686' 'x86_64')
+url="http://sox.sourceforge.net/";
+license=('GPL' 'LGPL')
+depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr')
+makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse')
+optdepends=('libao: for ao plugin'
+'ffmpeg: for ffmpeg plugin'
+'libmad: for mp3 plugin'
+'libid3tag: for mp3 plugin'
+'wavpack: for wavpack plugin'
+'libpulse: for pulse plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+sox-14.3.2-ffmpeg.patch)
+sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3'
+  '86caa6aa86a0bf7a048522114d4efd11acbbda70')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/sox-14.3.2-ffmpeg.patch"
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-dyn-default --with-distro="Arch Linux"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: sox/repos/extra-x86_64/sox-14.3.2-ffmpeg.patch (from rev 142606, 
sox/repos/testing-x86_64/sox-14.3.2-ffmpeg.patch)
===
--- extra-x86_64/sox-14.3.2-ffmpeg.patch(rev 0)
+++ extra-x86_64/sox-14.3.2-ffmpeg.patch2011-11-12 17:15:40 UTC (rev 
142642)
@@ -0,0 +1,40 @@
+Index: sox-14.3.2/src/ffmpeg.c
+===
+--- sox-14.3.2.orig/src/ffmpeg.c
 sox-14.3.2/src/ffmpeg.c
+@@ -91,7 +91,7 @@ static int stream_component_open(priv_t
+ 
+   if (!codec || avcodec_open(enc, codec) < 0)
+ return -1;
+-  if (enc->codec_type != CODEC_TYPE_AUDIO) {
++  if (enc->codec_type != AVMEDIA_TYPE_AUDIO) {
+ lsx_fail("ffmpeg CODEC %x is not an audio CODEC", enc->codec_type);
+ return -1;
+   }
+@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft)
+   /* Find audio stream (FIXME: allow different stream to be selected) */
+   for (i = 0; (unsigned)i < ffmpeg->ctxt->nb_streams; i++) {
+ AVCodecContext *enc = ffmpeg->ctxt->streams[i]->codec;
+-if (enc->codec_type == CODEC_TYPE_AUDIO && ffmpeg->audio_index < 0) {
++if (enc->codec_type == AVMEDIA_TYPE_AUDIO && ffmpeg->audio_index < 0) {
+   ffmpeg->audio_index = i;
+   break;
+ }
+@@ -273,7 +273,7 @@ static AVStream *add_audio_stream(sox_fo
+ 

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:36
  Author: ibiru
Revision: 142639

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 142606, opencv/repos/testing-i686/PKGBUILD)
  opencv/repos/extra-i686/opencv.install
(from rev 142606, opencv/repos/testing-i686/opencv.install)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/opencv.install
  opencv/repos/testing-i686/

+
 PKGBUILD   |  220 +++
 opencv.install |   22 ++---
 2 files changed, 121 insertions(+), 121 deletions(-)

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

Copied: opencv/repos/extra-i686/PKGBUILD (from rev 142606, 
opencv/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:36 UTC (rev 142639)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-docs' 'opencv-samples')
+_realname=OpenCV
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.willowgarage.com/";
+depends=('jasper' 'gstreamer0.10-base' 'openexr' 'ffmpeg>=20111030'
+ 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils')
+makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2')
+optdepends=('python2-numpy: Python 2.x interface'
+'eigen2')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-$pkgver.tar.bz2";)
+md5sums=('827c9f8aa14384c531c73aa165f9b777')
+
+_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+'-D BUILD_TESTS=OFF'
+'-D ENABLE_SSE=ON'
+'-D ENABLE_SSE2=ON'
+

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:42
  Author: ibiru
Revision: 142644

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

Added:
  transcode/repos/extra-x86_64/PKGBUILD
(from rev 142606, transcode/repos/testing-x86_64/PKGBUILD)
  transcode/repos/extra-x86_64/transcode-1.1.5-ffmpeg.patch
(from rev 142606, 
transcode/repos/testing-x86_64/transcode-1.1.5-ffmpeg.patch)
  transcode/repos/extra-x86_64/transcode-1.1.5-jpeg-7.patch
(from rev 142606, 
transcode/repos/testing-x86_64/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/extra-x86_64/transcode-1.1.5-mpa.patch
(from rev 142606, transcode/repos/testing-x86_64/transcode-1.1.5-mpa.patch)
Deleted:
  transcode/repos/extra-x86_64/PKGBUILD
  transcode/repos/extra-x86_64/transcode-1.1.5-jpeg-7.patch
  transcode/repos/extra-x86_64/transcode-1.1.5-mpa.patch
  transcode/repos/testing-x86_64/

--+
 PKGBUILD |  158 -
 transcode-1.1.5-ffmpeg.patch |  124 
 transcode-1.1.5-jpeg-7.patch |   32 
 transcode-1.1.5-mpa.patch|   20 ++---
 4 files changed, 228 insertions(+), 106 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:41 UTC (rev 142643)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:42 UTC (rev 142644)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.5
-pkgrel=6
-pkgdesc="A video/DVD ripper and encoder for the terminal/console"
-arch=('i686' 'x86_64')
-url="http://tcforge.berlios.de/";
-license=('GPL')
-depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
-makedepends=('nasm')
-options=('!libtool' '!makeflags')
-source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
-   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
-md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
- 'c0bd49a88f667c68c4430ad25bbed510'
- 'af4056b7530a6f147594f676849e7c7b'
- 'c299cfc6c4be6a5512d1a129f04e5450')
-sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
-  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
-  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
-  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../transcode-1.1.5-jpeg-7.patch
-  patch -p1 < ../transcode-1.1.5-mpa.patch
-
- # building from here
-  ./configure --prefix=/usr \
---enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
---enable-lame --enable-ogg --enable-vorbis --enable-theora \
---enable-libdv --enable-libxml2 --enable-v4l \
---enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
---enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
---enable-xvid --enable-x264 --enable-alsa \
---enable-libmpeg2 --enable-libmpeg2convert \
---with-libxml2-prefix=/usr \
---with-mjpegtools-prefix=/usr \
---with-imagemagick-prefix=/usr \
---with-libdv-includes=/usr \
---with-libpostproc-includes=/usr/include/libpostproc \
---with-ogg-prefix=/usr \
---with-lame-libs=/usr \
---with-lzo-libs=/usr/lib \
---with-libavcodec-prefix=/usr \
---with-libavcodec-includes=/usr/include \
---with-libavcodec-libs=/usr/lib
-
-  make
- ##
- # this imports the latest subtitleripper sources and replaces the internal
-  mkdir contrib
-  mv "${srcdir}/subtitleripper" contrib/subrip
- # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
-  cd contrib/subrip
-  sed -e 's|^\(.*lppm.*\)$|#\1|' \
-  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
-  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
-  -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  cd contrib/subrip
-  install -m 755 pgm2txt "${pkgdir}/usr/bin/"
-  install -m 755 srttool "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2pgm "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2vobsub "${pkgdir}/usr/bin/"
-  install -m 755 vobsub2pgm "${pkgdir}/usr/bin/"
-}

Copied: transcode/repos/extra-x86_64/PKGBUILD (from rev 142606, 
transcode/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:42 UTC (rev 142644)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A video/DVD ripper and encoder for the terminal/

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:43
  Author: ibiru
Revision: 142645

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

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

-+
 PKGBUILD|  147 +-
 vlc.install |   36 +++---
 2 files changed, 92 insertions(+), 91 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:42 UTC (rev 142644)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:43 UTC (rev 142645)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'vdpau-video: VDPAU backend for VA API (for GPU acceleration on 
Nvidia cards)'
-'libpulse: PulseAudio support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('91de1ad308c947e35380f9d747ff5713')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/extra-i686/PKGBUILD (from rev 142606, 
vlc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:43 UTC (rev 142645)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=1.1.12
+pkgrel=3
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
+ 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
+makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
+ 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
+ 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
+ 'lirc-utils' 'gnutls' 'libcaca')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+  

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:41
  Author: ibiru
Revision: 142643

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

Added:
  transcode/repos/extra-i686/PKGBUILD
(from rev 142606, transcode/repos/testing-i686/PKGBUILD)
  transcode/repos/extra-i686/transcode-1.1.5-ffmpeg.patch
(from rev 142606, transcode/repos/testing-i686/transcode-1.1.5-ffmpeg.patch)
  transcode/repos/extra-i686/transcode-1.1.5-jpeg-7.patch
(from rev 142606, transcode/repos/testing-i686/transcode-1.1.5-jpeg-7.patch)
  transcode/repos/extra-i686/transcode-1.1.5-mpa.patch
(from rev 142606, transcode/repos/testing-i686/transcode-1.1.5-mpa.patch)
Deleted:
  transcode/repos/extra-i686/PKGBUILD
  transcode/repos/extra-i686/transcode-1.1.5-jpeg-7.patch
  transcode/repos/extra-i686/transcode-1.1.5-mpa.patch
  transcode/repos/testing-i686/

--+
 PKGBUILD |  158 -
 transcode-1.1.5-ffmpeg.patch |  124 
 transcode-1.1.5-jpeg-7.patch |   32 
 transcode-1.1.5-mpa.patch|   20 ++---
 4 files changed, 228 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:40 UTC (rev 142642)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:41 UTC (rev 142643)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.5
-pkgrel=6
-pkgdesc="A video/DVD ripper and encoder for the terminal/console"
-arch=('i686' 'x86_64')
-url="http://tcforge.berlios.de/";
-license=('GPL')
-depends=('imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
-makedepends=('nasm')
-options=('!libtool' '!makeflags')
-source=(http://download2.berlios.de/tcforge/${pkgname}-${pkgver}.tar.bz2
-   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-   transcode-1.1.5-jpeg-7.patch  transcode-1.1.5-mpa.patch)
-md5sums=('41ac6b1c0fe30f3aab286e771fc31b9e'
- 'c0bd49a88f667c68c4430ad25bbed510'
- 'af4056b7530a6f147594f676849e7c7b'
- 'c299cfc6c4be6a5512d1a129f04e5450')
-sha1sums=('48c36e06ca0cd1cdc1a9c6a241e231f896eefd26'
-  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
-  '9e380c00a3b31725dc3ec483fa7bf5e3d8a8a977'
-  '6f45d9167c3aa15a83cb29545749f55eb1f1e5a2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../transcode-1.1.5-jpeg-7.patch
-  patch -p1 < ../transcode-1.1.5-mpa.patch
-
- # building from here
-  ./configure --prefix=/usr \
---enable-sse=no --enable-sse2=no --enable-altivec=no --enable-mmx \
---enable-lame --enable-ogg --enable-vorbis --enable-theora \
---enable-libdv --enable-libxml2 --enable-v4l \
---enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
---enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
---enable-xvid --enable-x264 --enable-alsa \
---enable-libmpeg2 --enable-libmpeg2convert \
---with-libxml2-prefix=/usr \
---with-mjpegtools-prefix=/usr \
---with-imagemagick-prefix=/usr \
---with-libdv-includes=/usr \
---with-libpostproc-includes=/usr/include/libpostproc \
---with-ogg-prefix=/usr \
---with-lame-libs=/usr \
---with-lzo-libs=/usr/lib \
---with-libavcodec-prefix=/usr \
---with-libavcodec-includes=/usr/include \
---with-libavcodec-libs=/usr/lib
-
-  make
- ##
- # this imports the latest subtitleripper sources and replaces the internal
-  mkdir contrib
-  mv "${srcdir}/subtitleripper" contrib/subrip
- # removes dependency on libppm, make it dependend on netpbm just failed, 
argh...
-  cd contrib/subrip
-  sed -e 's|^\(.*lppm.*\)$|#\1|' \
-  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
-  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
-  -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  cd contrib/subrip
-  install -m 755 pgm2txt "${pkgdir}/usr/bin/"
-  install -m 755 srttool "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2pgm "${pkgdir}/usr/bin/"
-  install -m 755 subtitle2vobsub "${pkgdir}/usr/bin/"
-  install -m 755 vobsub2pgm "${pkgdir}/usr/bin/"
-}

Copied: transcode/repos/extra-i686/PKGBUILD (from rev 142606, 
transcode/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:41 UTC (rev 142643)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=('i686' 'x86_64')
+url="http://tcforge.berlios.de/"

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:48
  Author: ibiru
Revision: 142647

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 142606, xine-lib/repos/testing-i686/PKGBUILD)
  xine-lib/repos/extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 142606, 
xine-lib/repos/testing-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/extra-i686/xine-lib-1.1.19-ffmpeg.patch
(from rev 142606, xine-lib/repos/testing-i686/xine-lib-1.1.19-ffmpeg.patch)
  xine-lib/repos/extra-i686/xine-lib-1.1.19-xvmc.patch
(from rev 142606, xine-lib/repos/testing-i686/xine-lib-1.1.19-xvmc.patch)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-i686/xine-lib-1.1.19-xvmc.patch
  xine-lib/repos/testing-i686/

--+
 PKGBUILD |  112 +++
 xine-lib-1.1.1-configure-no-mcpu-march.patch |   26 -
 xine-lib-1.1.19-ffmpeg.patch |  380 +
 xine-lib-1.1.19-xvmc.patch   |   34 +-
 4 files changed, 466 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:45 UTC (rev 142646)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:48 UTC (rev 142647)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.1.19
-pkgrel=5
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
- 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'smbclient: for using the smb plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
-'mesa: for using the opengl plugin' \
-'libpulse: for using the pulseaudio plugin' \
-'speex: for using the speex plugin' \
-'v4l-utils: for using the v4l plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
-xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
-md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
- '9776df4eb54d2f1f68d8268adbc3b5c2'
- '8662fb124870b1dd7effe4ff5e2a2e3d')
-sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
-  '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0 < ../xine-lib-1.1.19-xvmc.patch
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
-
-  libtoolize --force --copy
-  aclocal -I m4
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 142606, 
xine-lib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:15:48 UTC (rev 142647)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=6
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using t

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:49
  Author: ibiru
Revision: 142648

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

Added:
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 142606, xine-lib/repos/testing-x86_64/PKGBUILD)
  xine-lib/repos/extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
(from rev 142606, 
xine-lib/repos/testing-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch)
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-ffmpeg.patch
(from rev 142606, 
xine-lib/repos/testing-x86_64/xine-lib-1.1.19-ffmpeg.patch)
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-xvmc.patch
(from rev 142606, xine-lib/repos/testing-x86_64/xine-lib-1.1.19-xvmc.patch)
Deleted:
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-xvmc.patch
  xine-lib/repos/testing-x86_64/

--+
 PKGBUILD |  112 +++
 xine-lib-1.1.1-configure-no-mcpu-march.patch |   26 -
 xine-lib-1.1.19-ffmpeg.patch |  380 +
 xine-lib-1.1.19-xvmc.patch   |   34 +-
 4 files changed, 466 insertions(+), 86 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:48 UTC (rev 142647)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:49 UTC (rev 142648)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xine-lib
-pkgver=1.1.19
-pkgrel=5
-pkgdesc="A multimedia playback engine"
-arch=('i686' 'x86_64')
-url="http://www.xine-project.org";
-license=('LGPL' 'GPL')
-depends=('libgl' 'libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
- 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'smbclient: for using the smb plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
-'mesa: for using the opengl plugin' \
-'libpulse: for using the pulseaudio plugin' \
-'speex: for using the speex plugin' \
-'v4l-utils: for using the v4l plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
-xine-lib-1.1.1-configure-no-mcpu-march.patch 
xine-lib-1.1.19-xvmc.patch)
-md5sums=('a410a0f0617e1d6309f0cbe907f73f8a'
- '9776df4eb54d2f1f68d8268adbc3b5c2'
- '8662fb124870b1dd7effe4ff5e2a2e3d')
-sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0'
-  '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0 < ../xine-lib-1.1.19-xvmc.patch
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
-
-  libtoolize --force --copy
-  aclocal -I m4
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 142606, 
xine-lib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:49 UTC (rev 142648)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.1.19
+pkgrel=6
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+'libpulse: for using the pulseaudio plugin' \
+'speex: for using the speex plugin' \
+'v4l-utils: for using the v4l plugin' \
+'wavpack:

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:15:45
  Author: ibiru
Revision: 142646

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

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

-+
 PKGBUILD|  147 +-
 vlc.install |   36 +++---
 2 files changed, 92 insertions(+), 91 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:15:43 UTC (rev 142645)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:45 UTC (rev 142646)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=1.1.12
-pkgrel=1
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('GPL')
-depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
- 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
- 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
- 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
- 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'vdpau-video: VDPAU backend for VA API (for GPU acceleration on 
Nvidia cards)'
-'libpulse: PulseAudio support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
-'usr/share/vlc/http/dialogs/.hosts'
-'usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('91de1ad308c947e35380f9d747ff5713')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --enable-faad \
-  --enable-v4l \
-  --enable-snapshot \
-  --enable-dbus-control \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --with-live555-tree=/usr/lib/live \
-  --enable-upnp \
-  --enable-realrtsp
-  make
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/repos/extra-x86_64/PKGBUILD (from rev 142606, 
vlc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:15:45 UTC (rev 142646)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=1.1.12
+pkgrel=3
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('GPL')
+depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
+ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
+ 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
+ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
+ 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
+makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
+ 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
+ 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
+ 'lirc-utils' 'gnutls' 'libcaca')
+optdepends=('avahi: for service discovery using bonjour protocol'
+  

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:25
  Author: ibiru
Revision: 142649

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

Added:
  evince/repos/extra-i686/PKGBUILD
(from rev 142648, evince/repos/testing-i686/PKGBUILD)
  evince/repos/extra-i686/evince.install
(from rev 142648, evince/repos/testing-i686/evince.install)
Deleted:
  evince/repos/extra-i686/PKGBUILD
  evince/repos/extra-i686/evince.install
  evince/repos/testing-i686/

+
 PKGBUILD   |   72 +++
 evince.install |   38 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:15:49 UTC (rev 142648)
+++ extra-i686/PKGBUILD 2011-11-12 17:18:25 UTC (rev 142649)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://projects.gnome.org/evince/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
-optdepends=('texlive-bin: DVI support')
-groups=('gnome-extra')
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: evince/repos/extra-i686/PKGBUILD (from rev 142648, 
evince/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:18:25 UTC (rev 142649)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/evince.install
===
--- extra-i686/evince.install   2011-11-12 17:15:49 UTC (rev 142648)
+++ extra-i686/evince.install   2011-11-12 17:18:25 UTC (rev 142649)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall evince
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-i686/evince.install (from rev 142648, 
evince/repos/testing-i686/evince.install)
===
--- extra-i686/evince.install   (rev 0)
+++ extra-i686/evince.install   2011-11-12 17:18:25 UTC (rev 142649)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:26
  Author: ibiru
Revision: 142650

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

Added:
  evince/repos/extra-x86_64/PKGBUILD
(from rev 142648, evince/repos/testing-x86_64/PKGBUILD)
  evince/repos/extra-x86_64/evince.install
(from rev 142648, evince/repos/testing-x86_64/evince.install)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD
  evince/repos/extra-x86_64/evince.install
  evince/repos/testing-x86_64/

+
 PKGBUILD   |   72 +++
 evince.install |   38 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:18:25 UTC (rev 142649)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:26 UTC (rev 142650)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://projects.gnome.org/evince/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
-optdepends=('texlive-bin: DVI support')
-groups=('gnome-extra')
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 142648, 
evince/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:26 UTC (rev 142650)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://projects.gnome.org/evince/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection')
+optdepends=('texlive-bin: DVI support')
+groups=('gnome-extra')
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/evince.install
===
--- extra-x86_64/evince.install 2011-11-12 17:18:25 UTC (rev 142649)
+++ extra-x86_64/evince.install 2011-11-12 17:18:26 UTC (rev 142650)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall evince
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: evince/repos/extra-x86_64/evince.install (from rev 142648, 
evince/repos/testing-x86_64/evince.install)
===
--- extra-x86_64/evince.install (rev 0)
+++ extra-x86_64/evince.install 2011-11-12 17:18:26 UTC (rev 142650)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icon

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:27
  Author: ibiru
Revision: 142651

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

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 142648, inkscape/repos/testing-i686/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 142648, inkscape/repos/testing-i686/install)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/testing-i686/

--+
 PKGBUILD |  104 ++---
 install  |   26 +++
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-12 17:18:26 UTC (rev 142650)
+++ extra-i686/PKGBUILD 2011-11-12 17:18:27 UTC (rev 142651)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.2
-pkgrel=3
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-makedepends=('boost' 'pkg-config' 'intltool')
-depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
- 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   ./configure --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --without-gnome-vfs \
-   --with-xft \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-i686/PKGBUILD (from rev 142648, 
inkscape/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-12 17:18:27 UTC (rev 142651)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2011-11-12 17:18:26 UTC (rev 142650)
+++ extra-i686/install  2011-11-12 17:18:27 UTC (rev 14

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:29
  Author: ibiru
Revision: 142652

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

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 142648, inkscape/repos/testing-x86_64/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 142648, inkscape/repos/testing-x86_64/install)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/testing-x86_64/

--+
 PKGBUILD |  104 ++---
 install  |   26 +++
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:18:27 UTC (rev 142651)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:29 UTC (rev 142652)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Maintainer: Gaetan Bisson 
-
-pkgname=inkscape
-pkgver=0.48.2
-pkgrel=3
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-makedepends=('boost' 'pkg-config' 'intltool')
-depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
- 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   ./configure --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --without-gnome-vfs \
-   --with-xft \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 142648, 
inkscape/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:29 UTC (rev 142652)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Maintainer: Gaetan Bisson 
+
+pkgname=inkscape
+pkgver=0.48.2
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+makedepends=('boost' 'pkg-config' 'intltool')
+depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
+ 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   ./configure --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --without-gnome-vfs \
+   --with-xft \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/install
===
--- extra-x86_64/install2011-11-12 17:18:27 UTC (rev

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:30
  Author: ibiru
Revision: 142653

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

Added:
  koffice/repos/extra-i686/PKGBUILD
(from rev 142648, koffice/repos/testing-i686/PKGBUILD)
  koffice/repos/extra-i686/filters.install
(from rev 142648, koffice/repos/testing-i686/filters.install)
  koffice/repos/extra-i686/gcc46.patch
(from rev 142648, koffice/repos/testing-i686/gcc46.patch)
  koffice/repos/extra-i686/kde4-koffice-libwpg02.patch
(from rev 142648, koffice/repos/testing-i686/kde4-koffice-libwpg02.patch)
  koffice/repos/extra-i686/koffice.install
(from rev 142648, koffice/repos/testing-i686/koffice.install)
  koffice/repos/extra-i686/krita.install
(from rev 142648, koffice/repos/testing-i686/krita.install)
  koffice/repos/extra-i686/qt48fix.patch
(from rev 142648, koffice/repos/testing-i686/qt48fix.patch)
Deleted:
  koffice/repos/extra-i686/PKGBUILD
  koffice/repos/extra-i686/filters.install
  koffice/repos/extra-i686/gcc46.patch
  koffice/repos/extra-i686/kde4-koffice-libwpg02.patch
  koffice/repos/extra-i686/koffice.install
  koffice/repos/extra-i686/krita.install
  koffice/repos/testing-i686/

-+
 PKGBUILD|  611 -
 filters.install |   22 
 gcc46.patch |   46 
 kde4-koffice-libwpg02.patch | 2646 +-
 koffice.install |   24 
 krita.install   |   26 
 qt48fix.patch   |   10 
 7 files changed, 1698 insertions(+), 1687 deletions(-)

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


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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:33
  Author: ibiru
Revision: 142654

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

Added:
  koffice/repos/extra-x86_64/PKGBUILD
(from rev 142648, koffice/repos/testing-x86_64/PKGBUILD)
  koffice/repos/extra-x86_64/filters.install
(from rev 142648, koffice/repos/testing-x86_64/filters.install)
  koffice/repos/extra-x86_64/gcc46.patch
(from rev 142648, koffice/repos/testing-x86_64/gcc46.patch)
  koffice/repos/extra-x86_64/kde4-koffice-libwpg02.patch
(from rev 142648, koffice/repos/testing-x86_64/kde4-koffice-libwpg02.patch)
  koffice/repos/extra-x86_64/koffice.install
(from rev 142648, koffice/repos/testing-x86_64/koffice.install)
  koffice/repos/extra-x86_64/krita.install
(from rev 142648, koffice/repos/testing-x86_64/krita.install)
  koffice/repos/extra-x86_64/qt48fix.patch
(from rev 142648, koffice/repos/testing-x86_64/qt48fix.patch)
Deleted:
  koffice/repos/extra-x86_64/PKGBUILD
  koffice/repos/extra-x86_64/filters.install
  koffice/repos/extra-x86_64/gcc46.patch
  koffice/repos/extra-x86_64/kde4-koffice-libwpg02.patch
  koffice/repos/extra-x86_64/koffice.install
  koffice/repos/extra-x86_64/krita.install
  koffice/repos/testing-x86_64/

-+
 PKGBUILD|  611 -
 filters.install |   22 
 gcc46.patch |   46 
 kde4-koffice-libwpg02.patch | 2646 +-
 koffice.install |   24 
 krita.install   |   26 
 qt48fix.patch   |   10 
 7 files changed, 1698 insertions(+), 1687 deletions(-)

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


[arch-commits] Commit in libreoffice/repos (13 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:38
  Author: ibiru
Revision: 142656

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

Added:
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 142648, libreoffice/repos/testing-x86_64/PKGBUILD)
  libreoffice/repos/extra-x86_64/buildfix_boost.diff
(from rev 142648, libreoffice/repos/testing-x86_64/buildfix_boost.diff)
  libreoffice/repos/extra-x86_64/buildfix_ct2n.diff
(from rev 142648, libreoffice/repos/testing-x86_64/buildfix_ct2n.diff)
  libreoffice/repos/extra-x86_64/libreoffice.install
(from rev 142648, libreoffice/repos/testing-x86_64/libreoffice.install)
  libreoffice/repos/extra-x86_64/scp2-more-reasonable-file-access-rights.diff
(from rev 142648, 
libreoffice/repos/testing-x86_64/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/extra-x86_64/vbahelper.visibility.patch
(from rev 142648, 
libreoffice/repos/testing-x86_64/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/buildfix_boost.diff
  libreoffice/repos/extra-x86_64/buildfix_ct2n.diff
  libreoffice/repos/extra-x86_64/libreoffice.install
  libreoffice/repos/extra-x86_64/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/extra-x86_64/vbahelper.visibility.patch
  libreoffice/repos/testing-x86_64/

--+
 PKGBUILD | 1859 -
 buildfix_boost.diff  |   80 -
 buildfix_ct2n.diff   |   34 
 libreoffice.install  |   94 -
 scp2-more-reasonable-file-access-rights.diff |   30 
 vbahelper.visibility.patch   |   66 
 6 files changed, 1071 insertions(+), 1092 deletions(-)

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


[arch-commits] Commit in libreoffice/repos (13 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:35
  Author: ibiru
Revision: 142655

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 142648, libreoffice/repos/testing-i686/PKGBUILD)
  libreoffice/repos/extra-i686/buildfix_boost.diff
(from rev 142648, libreoffice/repos/testing-i686/buildfix_boost.diff)
  libreoffice/repos/extra-i686/buildfix_ct2n.diff
(from rev 142648, libreoffice/repos/testing-i686/buildfix_ct2n.diff)
  libreoffice/repos/extra-i686/libreoffice.install
(from rev 142648, libreoffice/repos/testing-i686/libreoffice.install)
  libreoffice/repos/extra-i686/scp2-more-reasonable-file-access-rights.diff
(from rev 142648, 
libreoffice/repos/testing-i686/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/extra-i686/vbahelper.visibility.patch
(from rev 142648, libreoffice/repos/testing-i686/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/buildfix_boost.diff
  libreoffice/repos/extra-i686/buildfix_ct2n.diff
  libreoffice/repos/extra-i686/libreoffice.install
  libreoffice/repos/extra-i686/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/extra-i686/vbahelper.visibility.patch
  libreoffice/repos/testing-i686/

--+
 PKGBUILD | 1859 -
 buildfix_boost.diff  |   80 -
 buildfix_ct2n.diff   |   34 
 libreoffice.install  |   94 -
 scp2-more-reasonable-file-access-rights.diff |   30 
 vbahelper.visibility.patch   |   66 
 6 files changed, 1071 insertions(+), 1092 deletions(-)

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


[arch-commits] Commit in texlive-bin/repos (13 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:40
  Author: ibiru
Revision: 142657

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

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 142648, texlive-bin/repos/testing-i686/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 142648, texlive-bin/repos/testing-i686/PKGBUILD)
  texlive-bin/repos/extra-i686/archlinux-build.patch
(from rev 142648, texlive-bin/repos/testing-i686/archlinux-build.patch)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 142648, 
texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 142648, texlive-bin/repos/testing-i686/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 142648, texlive-bin/repos/testing-i686/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/archlinux-build.patch
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf
  texlive-bin/repos/testing-i686/

--+
 09-texlive-fonts.conf|   18 
 PKGBUILD |  676 ++--
 archlinux-build.patch|   80 +-
 fix-fontforge-encoding.patch |   24 
 texlive.install  |   36 -
 texmf.cnf| 1352 -
 6 files changed, 1093 insertions(+), 1093 deletions(-)

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


[arch-commits] Commit in texlive-bin/repos (13 files)

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:42
  Author: ibiru
Revision: 142658

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

Added:
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
(from rev 142648, texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 142648, texlive-bin/repos/testing-x86_64/PKGBUILD)
  texlive-bin/repos/extra-x86_64/archlinux-build.patch
(from rev 142648, texlive-bin/repos/testing-x86_64/archlinux-build.patch)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 142648, 
texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 142648, texlive-bin/repos/testing-x86_64/texlive.install)
  texlive-bin/repos/extra-x86_64/texmf.cnf
(from rev 142648, texlive-bin/repos/testing-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/archlinux-build.patch
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/texlive.install
  texlive-bin/repos/extra-x86_64/texmf.cnf
  texlive-bin/repos/testing-x86_64/

--+
 09-texlive-fonts.conf|   18 
 PKGBUILD |  676 ++--
 archlinux-build.patch|   80 +-
 fix-fontforge-encoding.patch |   24 
 texlive.install  |   36 -
 texmf.cnf| 1352 -
 6 files changed, 1093 insertions(+), 1093 deletions(-)

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


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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:45
  Author: ibiru
Revision: 142660

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

Added:
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 142648, tracker/repos/testing-x86_64/PKGBUILD)
  tracker/repos/extra-x86_64/tracker.install
(from rev 142648, tracker/repos/testing-x86_64/tracker.install)
Deleted:
  tracker/repos/extra-x86_64/PKGBUILD
  tracker/repos/extra-x86_64/tracker.install
  tracker/repos/testing-x86_64/

-+
 PKGBUILD|  164 +++---
 tracker.install |   26 
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-12 17:18:44 UTC (rev 142659)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:45 UTC (rev 142660)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.12.7
-_tver=${pkgver%.*}
-pkgrel=1
-pkgdesc="All-in-one indexer, search tool and metadata database"
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
- 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
- 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
- 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
- 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
-url="http://www.gnome.org";
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('e7a4d016326bc0a1b6aea07e48c3de73ffc29119812149e2dee5eac35104f1b4')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  make
-}
-
-package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring'
-   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
-   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('giflib: extractor for GIF data'
-  'gstreamer0.10-base: video extractor'
-  'totem-plparser: playlist support'
-  'nautilus: nautilus-extension'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  'gnome-panel: tracker-search-bar')
-  groups=('gnome-extra')
-  install=tracker.install
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-### Split libtracker-sparql
-
-  mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib"
-
-  mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \
-"$srcdir/sparql/usr/lib/tracker-$_tver"
-
-  mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \
-"$srcdir/sparql/usr/share/vala/vapi"
-
-  mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
-
-  mv "$srcdir"/sparql/* "$pkgdir"
-}

Copied: tracker/repos/extra-x86_64/PKGBUILD (from rev 142648, 
tracker/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-12 17:18:45 UTC (rev 142660)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.12.7
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tve

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:46
  Author: ibiru
Revision: 142661

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

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

---+
 PKGBUILD  |   74 
 fix-video-image.patch |   68 ++--
 2 files changed, 71 insertions(+), 71 deletions(-)

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

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

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

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

Copied: tumbler/repos/extra-i686/fix-video-image.patch (from rev 142648, 
tumbler/repos/testing-i686/fix-video-image.patch)
===
--- extra-i686/fix-video-image.patch(rev 

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

2011-11-12 Thread Ionut Biru
Date: Saturday, November 12, 2011 @ 12:18:47
  Author: ibiru
Revision: 142662

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

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

---+
 PKGBUILD  |   74 
 fix-video-image.patch |   68 ++--
 2 files changed, 71 insertions(+), 71 deletions(-)

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

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

Deleted: extra-x86_64/fix-video-image.patch
===
--- extra-x86_64/fix-video-image.patch  2011-11-12 17:18:46 UTC (rev 142661)
+++ extra-x86_64/fix-video-image.patch  2011-11-12 17:18:47 UTC (rev 142662)
@@ -1,34 +0,0 @@
-From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
-From: Jannis Pohlmann 
-Date: Mon, 26 Sep 2011 17:28:51 +
-Subject: Fix generation of video images by starting the pipeline (bug #7996).
-
-Patch provided by Sam Thursfield.

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

Copied: tumbler/repos/extra-x86_64/fix-video-image.patch (from rev 142648, 
tumbler/repos/testing-x86_64/fix-video-image.patch)
===
--- extra

  1   2   >