[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Nov 18 00:28:04 UTC 2012


    Date: Saturday, November 17, 2012 @ 19:28:04
  Author: eric
Revision: 171479

upgpkg: rhythmbox 2.98-4

Change depends to optdepends and remove unneeded depends (close FS#32550)

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-18 00:00:45 UTC (rev 171478)
+++ PKGBUILD	2012-11-18 00:28:04 UTC (rev 171479)
@@ -4,21 +4,28 @@
 
 pkgname=rhythmbox
 pkgver=2.98
-pkgrel=3
+pkgrel=4
 pkgdesc="An iTunes-like music playback and management application"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.rhythmbox.org"
-depends=('dconf' 'desktop-file-utils' 'grilo'
-         'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 'json-glib'
-         'libdmapsharing' 'libgpod' 'libmtp' 'libnotify' 'libpeas'
-         'lirc-utils' 'media-player-info' 'python2-gobject' 'python2-mako' 'totem-plparser'
-         'tdb' 'libdiscid')
-makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 'vala' 'gnome-common' 'gtk-doc')
+depends=('dconf' 'desktop-file-utils' 'gstreamer0.10-base-plugins' 
+         'gstreamer0.10-good-plugins' 'gvfs-afc' 'json-glib'
+         'libnotify' 'libpeas' 'media-player-info' 'python2-gobject' 
+         'totem-plparser' 'tdb')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
+             'vala' 'gnome-common' 'gtk-doc' 'grilo' 'libdmapsharing' 'lirc-utils' 
+             'libgpod' 'libmtp')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
             'gstreamer0.10-bad-plugins: Extra media codecs'
             'gstreamer0.10-ffmpeg: Extra media codecs'
-            'brasero: cd burning')
+            'brasero: Audio CD Recorder plugin'
+            'libdmapsharing: DAAP Music Sharing plugin'
+            'grilo-plugins: Grilo media browser plugin'
+            'lirc-utils: LIRC plugin'
+            'libgpod: Portable Players - iPod plugin'
+            'libmtp: Portable Players - MTP plugin'
+            'zeitgeist: Zeitgeist plugin')
 options=('!libtool' '!emptydirs')
 install=rhythmbox.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz




More information about the arch-commits mailing list