Date: Tuesday, January 18, 2011 @ 10:15:40 Author: ibiru Revision: 106722
upgpkg: rhythmbox 0.13.3-1 update to 0.13.3, move some optdepends to dependency to make rhythmbox silent at opening Modified: rhythmbox/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-18 14:19:04 UTC (rev 106721) +++ PKGBUILD 2011-01-18 15:15:40 UTC (rev 106722) @@ -3,27 +3,24 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=rhythmbox -pkgver=0.13.2 -pkgrel=2 +pkgver=0.13.3 +pkgrel=1 pkgdesc="An iTunes-like music player/libary" arch=('i686' 'x86_64') license=('GPL') url="http://www.rhythmbox.org" -depends=('libgpod>=0.7.94' 'libsoup-gnome>=2.32.0' 'gnome-media>=2.32.0' 'totem-plparser>=2.32.1' 'libmusicbrainz3>=3.0.3' 'libmtp>=1.0.2' 'libnotify>=0.4.5' 'lirc-utils' 'desktop-file-utils' 'gstreamer0.10-python>=0.10.17' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'pygtk>=2.22.0' 'gvfs>=1.6.4' 'hicolor-icon-theme') -makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.1' 'intltool' 'brasero' 'libdmapsharing' 'json-glib') +depends=('libgpod' 'libsoup-gnome' 'gnome-media' 'totem-plparser' 'libmusicbrainz3' 'libmtp' 'libnotify' 'lirc-utils' 'desktop-file-utils' + 'gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'pygtk' 'gvfs-afc' 'hicolor-icon-theme' 'pywebkitgtk' + 'python-mako' 'libdmapsharing' 'json-glib' 'python2-gconf' 'python2-libgnome' 'python-gnomekeyring' 'media-player-info') +makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.1' 'intltool' 'brasero') optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs' 'gstreamer0.10-bad-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs' - 'brasero: cd burning' - 'gnome-python: various plugins' - 'pywebkitgtk: context panel plugin' - 'python-mako: context panel plugin' - 'libdmapsharing: DAAP support' - 'json-glib: Last.fm support') + 'brasero: cd burning') options=('!libtool' '!emptydirs') install=rhythmbox.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.13/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('f422e47d7e238ebe862650efbcb83672bca704df0a37c3391ad0e386c20b19e3') +sha256sums=('ad6532864bb4df30f1014ec81ddc0d2d3f69241235627f46abe5578cf629052a') build() { cd "${srcdir}/${pkgname}-${pkgver}"
