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

2014-04-23 Thread Jan Steffens
Date: Wednesday, April 23, 2014 @ 17:11:04
  Author: heftig
Revision: 211695

strip docs

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-23 15:10:12 UTC (rev 211694)
+++ PKGBUILD2014-04-23 15:11:04 UTC (rev 211695)
@@ -4,10 +4,10 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.36
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.36' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection' 'git' 'gtk-doc')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.36' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection' 'git')
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 
source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-base#commit=48d5966f12d4e6b71c96db0600cf76ef0ef14b3a"
@@ -40,7 +40,7 @@
   cd gst-plugins-base
   NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --disable-gnome_vfs 
--enable-gtk-doc \
+--disable-static --enable-experimental --disable-gnome_vfs 
--disable-gtk-doc \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/";
   make



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

2013-05-17 Thread Evangelos Foutras
Date: Friday, May 17, 2013 @ 14:40:26
  Author: foutrelis
Revision: 185704

Replace obsolete AM_CONFIG_HEADER macro in configure.ac.

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 11:45:41 UTC (rev 185703)
+++ PKGBUILD2013-05-17 12:40:26 UTC (rev 185704)
@@ -15,8 +15,13 @@
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
-  sed -i '/AC_PATH_XTRA/d' configure.ac
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+configure.ac
   autoreconf
+}
+
+build() {
+  cd "${srcdir}/gst-plugins-base-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental --disable-gnome_vfs \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \



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

2011-05-16 Thread Jan de Groot
Date: Monday, May 16, 2011 @ 04:07:30
  Author: jgc
Revision: 124029

upgpkg: gstreamer0.10-base 0.10.34-1
Update to 0.10.34, no longer ship video4linux (v4l1) plugin, as it does not 
compile with kernel 2.6.38 anymore. Use the v4l2 plugin from -good instead

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-16 07:21:39 UTC (rev 124028)
+++ PKGBUILD2011-05-16 08:07:30 UTC (rev 124029)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.32
-pkgrel=4
+pkgver=0.10.34
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.34' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-md5sums=('2920af2b3162f3d9fbaa7fabc8ed4d38')
+sha256sums=('7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -28,7 +28,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.32' 'orc' 'libxv' 'udev')
+  depends=('gstreamer0.10>=0.10.34' 'orc' 'libxv')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install



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

2011-04-04 Thread Jan de Groot
Date: Monday, April 4, 2011 @ 06:54:18
  Author: jgc
Revision: 117562

upgpkg: gstreamer0.10-base 0.10.32-4
Really remove libsm dependency

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 10:44:32 UTC (rev 117561)
+++ PKGBUILD2011-04-04 10:54:18 UTC (rev 117562)
@@ -4,7 +4,7 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.32
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
@@ -28,7 +28,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 'udev')
+  depends=('gstreamer0.10>=0.10.32' 'orc' 'libxv' 'udev')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install



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

2011-04-04 Thread Jan de Groot
Date: Monday, April 4, 2011 @ 06:34:59
  Author: jgc
Revision: 117548

upgpkg: gstreamer0.10-base 0.10.32-3
Remove AC_PATH_XTRA and dependencies

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 10:31:01 UTC (rev 117547)
+++ PKGBUILD2011-04-04 10:34:59 UTC (rev 117548)
@@ -4,10 +4,10 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.32
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 
'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
@@ -15,6 +15,8 @@
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental --disable-gnome_vfs \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \



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

2011-02-05 Thread andyrtr
Date: Saturday, February 5, 2011 @ 10:56:34
  Author: andyrtr
Revision: 109041

upgpkg: gstreamer0.10-base 0.10.32-2
fix typo in the dependency

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-05 15:50:36 UTC (rev 109040)
+++ PKGBUILD2011-02-05 15:56:34 UTC (rev 109041)
@@ -4,7 +4,7 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.32
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 
'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.33' 'orc' 'libsm' 'libxv' 'udev')
+  depends=('gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 'udev')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install



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

2011-02-05 Thread andyrtr
Date: Saturday, February 5, 2011 @ 10:49:04
  Author: andyrtr
Revision: 109036

upgpkg: gstreamer0.10-base 0.10.32-1
upstream update 0.10.32

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-05 14:53:32 UTC (rev 109035)
+++ PKGBUILD2011-02-05 15:49:04 UTC (rev 109036)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.31
+pkgver=0.10.32
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.31' 'orc' 'libsm' 'libxv' 
'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 
'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd')
+md5sums=('2920af2b3162f3d9fbaa7fabc8ed4d38')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.31' 'orc' 'libsm' 'libxv' 'udev')
+  depends=('gstreamer0.10>=0.10.33' 'orc' 'libsm' 'libxv' 'udev')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install



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

2010-12-07 Thread Jan de Groot
Date: Tuesday, December 7, 2010 @ 04:53:50
  Author: jgc
Revision: 102301

upgpkg: gstreamer0.10-base 0.10.31-1
Update to 0.10.31

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-07 09:46:33 UTC (rev 102300)
+++ PKGBUILD2010-12-07 09:53:50 UTC (rev 102301)
@@ -3,44 +3,44 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.30
+pkgver=0.10.31
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 
'libxv>=1.0.5' 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.1' 'udev>=151' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.31' 'orc' 'libsm' 'libxv' 
'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7')
+sha256sums=('abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static --enable-experimental --disable-gnome_vfs \
 --with-package-name="GStreamer Base Plugins (Archlinux)" \
---with-package-origin="http://www.archlinux.org/"; || return 1
+--with-package-origin="http://www.archlinux.org/";
 
   make || return 1
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile || return 1
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
 }
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 'libxv>=1.0.5' 
'udev>=151')
+  depends=('gstreamer0.10>=0.10.31' 'orc' 'libsm' 'libxv' 'udev')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }
 
 package_gstreamer0.10-base-plugins() {
   pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
-  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.23' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 
'pango>=1.28.1')
+  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
   replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   groups=('gstreamer0.10-plugins')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
-  make -C gst-libs DESTDIR="${pkgdir}" install || return 1
-  make -C ext DESTDIR="${pkgdir}" install || return 1
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall || return 1
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
 }



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

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 05:20:05
  Author: jgc
Revision: 87769

upgpkg: gstreamer0.10-base 0.10.30-1
Update to 0.10.30, depend on orc instead of liboil

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-18 09:05:55 UTC (rev 87768)
+++ PKGBUILD2010-08-18 09:20:05 UTC (rev 87769)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.29
+pkgver=0.10.30
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.29' 'liboil>=0.3.17' 
'libsm>=1.1.1' 'libxv>=1.0.5' 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 
'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.0' 
'udev>=151' 'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 
'libxv>=1.0.5' 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.1' 'udev>=151' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c')
+sha256sums=('63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.29' 'liboil>=0.3.17' 'libsm>=1.1.1' 
'libxv>=1.0.5' 'udev>=151')
+  depends=('gstreamer0.10>=0.10.30' 'orc>=0.4.6' 'libsm>=1.1.1' 'libxv>=1.0.5' 
'udev>=151')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
@@ -34,7 +34,7 @@
 
 package_gstreamer0.10-base-plugins() {
   pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
-  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.23' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 
'pango>=1.28.0')
+  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.23' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 
'pango>=1.28.1')
   replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   groups=('gstreamer0.10-plugins')



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

2010-05-06 Thread Jan de Groot
Date: Thursday, May 6, 2010 @ 04:15:48
  Author: jgc
Revision: 79697

upgpkg: gstreamer0.10-base 0.10.29-1
Update to 0.10.29

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-06 07:55:25 UTC (rev 79696)
+++ PKGBUILD2010-05-06 08:15:48 UTC (rev 79697)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.28
+pkgver=0.10.29
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.28' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.2' 'udev>=151' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.29' 'liboil>=0.3.17' 
'libsm>=1.1.1' 'libxv>=1.0.5' 'alsa-lib>=1.0.23' 'cdparanoia>=10.2' 
'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 'pango>=1.28.0' 
'udev>=151' 'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('132b6fd7749fcbfa9ad88c854aada44b6870c4175bda21cdb01a52b59a98e14f')
+sha256sums=('ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.28' 'liboil>=0.3.16' 'libsm' 'libxv' 
'udev>=151')
+  depends=('gstreamer0.10>=0.10.29' 'liboil>=0.3.17' 'libsm>=1.1.1' 
'libxv>=1.0.5' 'udev>=151')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
@@ -34,7 +34,7 @@
 
 package_gstreamer0.10-base-plugins() {
   pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
-  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.20' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 
'pango>=1.26.0')
+  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.23' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.3.1' 'libtheora>=1.1.1' 
'pango>=1.28.0')
   replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   groups=('gstreamer0.10-plugins')



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

2010-03-12 Thread Ionut Biru
Date: Friday, March 12, 2010 @ 06:04:50
  Author: ibiru
Revision: 72122

upgpkg: gstreamer0.10-base 0.10.28-1
update to 0.10.28

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-12 11:04:37 UTC (rev 72121)
+++ PKGBUILD2010-03-12 11:04:50 UTC (rev 72122)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.26
+pkgver=0.10.28
 pkgrel=1
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.26' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.2' 'udev>=145' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.28' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.2' 'udev>=151' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('e06d48dd58ab29479985bbd84a130cf804c1bf5a43594aeb3eec41a0e9d0dd7e')
+sha256sums=('132b6fd7749fcbfa9ad88c854aada44b6870c4175bda21cdb01a52b59a98e14f')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.25' 'liboil>=0.3.16' 'libsm' 'libxv' 
'udev>=145')
+  depends=('gstreamer0.10>=0.10.28' 'liboil>=0.3.16' 'libsm' 'libxv' 
'udev>=151')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1



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

2010-02-12 Thread Jan de Groot
Date: Friday, February 12, 2010 @ 15:58:42
  Author: jgc
Revision: 68418

upgpkg: gstreamer0.10-base 0.10.26-1
Update to 0.10.26

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-12 20:23:27 UTC (rev 68417)
+++ PKGBUILD2010-02-12 20:58:42 UTC (rev 68418)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.25
+pkgver=0.10.26
 pkgrel=1
 arch=(i686 x86_64)
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.25' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.0' 'udev>=145' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.26' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.2' 'udev>=145' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-md5sums=('d29669dd79276c5cd94e1613c03cd9ab')
+sha256sums=('e06d48dd58ab29479985bbd84a130cf804c1bf5a43594aeb3eec41a0e9d0dd7e')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"



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

2009-10-31 Thread Jan de Groot
Date: Saturday, October 31, 2009 @ 12:24:16
  Author: jgc
Revision: 57450

upgpkg: gstreamer0.10-base 0.10.25-1
Update to 0.10.25 - add introspection data

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-10-31 16:07:55 UTC (rev 57449)
+++ PKGBUILD2009-10-31 16:24:16 UTC (rev 57450)
@@ -3,15 +3,15 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.24
+pkgver=0.10.25
 pkgrel=1
 arch=(i686 x86_64)
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.24' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.24.5' 'udev>=145')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.25' 'liboil>=0.3.16' 'libsm' 
'libxv' 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual>=0.4.0' 
'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 'pango>=1.26.0' 'udev>=145' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-md5sums=('a3ec977c9c6602caacc2d3a7c12a17bf')
+md5sums=('d29669dd79276c5cd94e1613c03cd9ab')
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
@@ -26,7 +26,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
-  depends=('gstreamer0.10>=0.10.24' 'liboil>=0.3.16' 'libsm' 'libxv' 
'udev>=145')
+  depends=('gstreamer0.10>=0.10.25' 'liboil>=0.3.16' 'libsm' 'libxv' 
'udev>=145')
 
   cd "${srcdir}/gst-plugins-base-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
@@ -34,7 +34,7 @@
 
 package_gstreamer0.10-base-plugins() {
   pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
-  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.20' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 
'pango>=1.24.5')
+  depends=("gstreamer0.10-base=${pkgver}" 'alsa-lib>=1.0.20' 
'cdparanoia>=10.2' 'libvisual>=0.4.0' 'libvorbis>=1.2.1rc1' 'libtheora>=1.0' 
'pango>=1.26.0')
   replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 
'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 
'gstreamer0.10-vorbis' 'gstreamer0.10-ogg')
   groups=('gstreamer0.10-plugins')