Updating gstreamer0.10-good to remove the libsoup (and thus libgnome-keyring) dependency.

This commit is contained in:
Daniele 2011-04-19 08:37:34 +00:00
parent 443641b744
commit 09c9c16590

View File

@ -10,10 +10,10 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgbase=gstreamer0.10-good
pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
pkgver=0.10.28
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
license=('LGPL')
makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.30' 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup-gnome>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'bzip2>=1.0.5' 'gdk-pixbuf2' 'libpulse' 'jack')
makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.30' 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'bzip2>=1.0.5' 'gdk-pixbuf2' 'libpulse' 'jack' 'orc>=0.4.11')
url="http://gstreamer.freedesktop.org/"
options=(!libtool !emptydirs)
source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
@ -33,7 +33,7 @@ build() {
}
package_gstreamer0.10-good() {
depends=('gstreamer0.10-base>=0.10.29' 'bzip2>=1.0.5')
depends=('gstreamer0.10-base>=0.10.29' 'bzip2>=1.0.5' 'orc>=0.4.11')
pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
conflicts=('gstreamer0.10-bad<=0.10.17')
@ -43,7 +43,7 @@ package_gstreamer0.10-good() {
}
package_gstreamer0.10-good-plugins() {
depends=("gstreamer0.10-good=${pkgver}" 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup-gnome>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'libpng>=1.4.1' 'libjpeg>=8.0.1' 'libpulse' 'jack')
depends=("gstreamer0.10-good=${pkgver}" 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup>=2.30.1' 'v4l-utils' 'libcaca>=0.99.beta17' 'libpng>=1.4.1' 'libjpeg>=8.0.1' 'libpulse' 'jack' 'orc>=0.4.11')
pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
groups=('gstreamer0.10-plugins')
replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup')