Date: Tuesday, January 25, 2011 @ 20:06:09 Author: eric Revision: 107470
upgpkg: quodlibet 2.2.1-3 Added notification-daemon and media-player-info optdepends, Removed ChangeLog Modified: quodlibet/trunk/PKGBUILD Deleted: quodlibet/trunk/ChangeLog -----------+ ChangeLog | 47 ----------------------------------------------- PKGBUILD | 20 ++++++++++++++------ 2 files changed, 14 insertions(+), 53 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2011-01-25 23:03:19 UTC (rev 107469) +++ ChangeLog 2011-01-26 01:06:09 UTC (rev 107470) @@ -1,47 +0,0 @@ -2010-04-07 Eric Belanger <[email protected]> - - * quodlibet 2.2.1-1 - * Upstream update - -2010-02-03 Eric Belanger <[email protected]> - - * quodlibet 2.2-1 - * Upstream update - -2010-01-28 Eric Belanger <[email protected]> - - * quodlibet 2.1.98-1 - * Upstream update - -2009-07-08 Eric Belanger <[email protected]> - - * quodlibet 2.1-1 - * Upstream update - -2009-02-07 Eric Belanger <[email protected]> - - * quodlibet 2.0-4 - * Added python-feedparser and hal optdepends (close FS#13111) - -2008-09-20 Eric Belanger <[email protected]> - - * quodlibet 2.0-2 - * Placed copy of icon in /usr/share/pixmaps to fix desktop entry - -2008-09-20 Eric Belanger <[email protected]> - - * quodlibet 2.0-1 - * Upstream update - * Updated url - * Fixed license - * Updated build process - -2008-08-08 Eric Belanger <[email protected]> - - * quodlibet 1.0-3 - * Removed references to splitted gstreamer plugins - * Removed unnecessary depends - * Fixed manpath to be FHS compliant - * Replaced install scriptlet by optdepends - * Disabled SMP build - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-25 23:03:19 UTC (rev 107469) +++ PKGBUILD 2011-01-26 01:06:09 UTC (rev 107470) @@ -3,14 +3,22 @@ pkgname=quodlibet pkgver=2.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="An audio player written in pygtk" arch=('i686' 'x86_64') license=('GPL2') url="http://code.google.com/p/quodlibet/" -depends=('gstreamer0.10-python>=0.10.13-2' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk>=2.13.0-2') +depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' \ + 'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk') makedepends=('intltool') -optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' 'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' 'dbus-python: for dbus support' 'libgpod: for ipod support' 'python-feedparser: for audio feeds (podcast) support' 'hal: for media devices support') +optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' \ + 'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' \ + 'dbus-python: for dbus support' \ + 'notification-daemon: for notification support' \ + 'libgpod: for ipod support' \ + 'python-feedparser: for audio feeds (podcast) support' \ + 'hal: for media devices support' \ + 'media-player-info: for media devices support') options=('!makeflags') source=(http://quodlibet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) md5sums=('8e2bf197afbfca98975d0f2103629d2d') @@ -23,7 +31,7 @@ } package() { cd "${srcdir}/${pkgname}-${pkgver}" - ./setup.py install --prefix="${pkgdir}/usr" || return 1 - install -D -m644 quodlibet/images/exfalso.png "${pkgdir}/usr/share/pixmaps/exfalso.png" || return 1 - install -D -m644 quodlibet/images/quodlibet.png "${pkgdir}/usr/share/pixmaps/quodlibet.png" || return 1 + ./setup.py install --prefix="${pkgdir}/usr" + install -D -m644 quodlibet/images/exfalso.png "${pkgdir}/usr/share/pixmaps/exfalso.png" + install -D -m644 quodlibet/images/quodlibet.png "${pkgdir}/usr/share/pixmaps/quodlibet.png" }
