Date: Wednesday, February 11, 2015 @ 12:14:58 Author: jgc Revision: 231289
upgpkg: gnome-music 3.14.3.1-1 Update to new version, fixes crash on startup (FS#43572). Add optdepends on codecs, add dependency on gst-plugins-base (FS#39974) Modified: gnome-music/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-11 09:35:08 UTC (rev 231288) +++ PKGBUILD 2015-02-11 11:14:58 UTC (rev 231289) @@ -1,19 +1,22 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.14.2 +pkgver=3.14.3.1 pkgrel=1 pkgdesc="Music player and management application" arch=(i686 x86_64) license=('GPL') url="https://wiki.gnome.org/Apps/Music" -depends=(grilo grilo-plugins tracker python gobject-introspection libdmapsharing python-dbus - dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo) +depends=(grilo grilo-plugins tracker python gobject-introspection libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base) makedepends=(intltool itstool python2) +optdepends=('gst-plugins-good: Extra media codecs' + 'gst-plugins-ugly: Extra media codecs' + 'gst-plugins-bad: Extra media codecs' + 'gst-libav: Extra media codecs') groups=('gnome-extra') install=gnome-music.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('f322897cabfab464e424ab7ff3c7d759912c977b365009dc02f074cf971afb35') +sha256sums=('9bf614cd790bc7abebe56c65f3acae56c90ea5488f97a41a8ef70bcbce42604a') build() { cd $pkgname-$pkgver
