[arch-commits] Commit in gstreamer0.10-base-plugins/repos (2 files)
Jan de Groot
jgc at archlinux.org
Sun Jul 19 18:01:21 UTC 2009
Date: Sunday, July 19, 2009 @ 14:01:21
Author: jgc
Revision: 46693
Merged revisions 46692 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/gstreamer0.10-base-plugins/trunk
........
r46692 | jgc | 2009-07-19 20:00:44 +0200 (Sun, 19 Jul 2009) | 2 lines
upgpkg: gstreamer0.10-base-plugins 0.10.23-2
Remove gnomevfs plugin. This plugin is obsolete and others like gio or soup replace it already
........
Modified:
gstreamer0.10-base-plugins/repos/extra-x86_64/ (properties)
gstreamer0.10-base-plugins/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Property changes on: gstreamer0.10-base-plugins/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /gstreamer0.10-base-plugins/trunk:1-39359
+ /gstreamer0.10-base-plugins/trunk:1-46692
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-07-19 18:00:44 UTC (rev 46692)
+++ extra-x86_64/PKGBUILD 2009-07-19 18:01:21 UTC (rev 46693)
@@ -3,16 +3,16 @@
pkgname=gstreamer0.10-base-plugins
pkgver=0.10.23
-pkgrel=1
+pkgrel=2
pkgdesc="GStreamer Multimedia Framework Base Plugins (gst-plugins-base)"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
-depends=("gstreamer0.10-base>=${pkgver}" 'alsa-lib>=1.0.17a' 'cdparanoia>=10.2' 'libvisual' 'libvorbis>=1.2.0' 'libtheora')
-makedepends=('pkgconfig' 'gnome-vfs>=2.24.0')
-optdepends=('gnome-vfs')
-replaces=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 'gstreamer0.10-vorbis' 'gstreamer0.10-gnomevfs' 'gstreamer0.10-ogg')
-conflicts=('gstreamer0.10-alsa' 'gstreamer0.10-theora' 'gstreamer0.10-libvisual' 'gstreamer0.10-pango' 'gstreamer0.10-cdparanoia' 'gstreamer0.10-vorbis' 'gstreamer0.10-gnomevfs' 'gstreamer0.10-ogg')
-provides=("gstreamer0.10-alsa=${pkgver}" "gstreamer0.10-theora=${pkgver}" "gstreamer0.10-libvisual=${pkgver}" "gstreamer0.10-pango=${pkgver}" "gstreamer0.10-cdparanoia=${pkgver}" "gstreamer0.10-vorbis=${pkgver}" "gstreamer0.10-gnomevfs=${pkgver}" "gstreamer0.10-ogg=${pkgver}" "gst-plugins-base=${pkgver}")
+depends=("gstreamer0.10-base>=${pkgver}" 'alsa-lib>=1.0.20' 'cdparanoia>=10.2' 'libvisual' 'libvorbis>=1.2.0' 'libtheora')
+optdepends=('pango')
+makedepends=('pkgconfig' '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')
+provides=("gstreamer0.10-alsa=${pkgver}" "gstreamer0.10-theora=${pkgver}" "gstreamer0.10-libvisual=${pkgver}" "gstreamer0.10-pango=${pkgver}" "gstreamer0.10-cdparanoia=${pkgver}" "gstreamer0.10-vorbis=${pkgver}" "gstreamer0.10-ogg=${pkgver}" "gst-plugins-base=${pkgver}")
options=(!libtool)
url="http://gstreamer.freedesktop.org/"
groups=('gstreamer0.10-plugins')
@@ -23,7 +23,7 @@
build() {
cd "${srcdir}/${_relname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --enable-experimental \
+ --disable-static --enable-experimental --disable-gnome_vfs \
--with-package-name="GStreamer Base Plugins (Archlinux)" \
--with-package-origin="http://www.archlinux.org/" || return 1
More information about the arch-commits
mailing list