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

Eric Bélanger eric at archlinux.org
Sat Mar 21 06:10:09 UTC 2009


    Date: Saturday, March 21, 2009 @ 02:10:09
  Author: eric
Revision: 30647

upgpkg: moc 2.4.4-3
    Added missing libid3tag depends (close FS#13819)

Modified:
  moc/trunk/ChangeLog
  moc/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-03-21 05:14:11 UTC (rev 30646)
+++ ChangeLog	2009-03-21 06:10:09 UTC (rev 30647)
@@ -1,3 +1,8 @@
+2009-03-21  Eric Belanger  <eric at archlinux.org>
+
+	* moc 2.4.4-3
+	* Added missing libid3tag depends (close FS#13819)
+
 2009-03-07  Eric Belanger  <eric at archlinux.org>
 
 	* moc 2.4.4-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-21 05:14:11 UTC (rev 30646)
+++ PKGBUILD	2009-03-21 06:10:09 UTC (rev 30647)
@@ -4,12 +4,12 @@
 
 pkgname=moc
 pkgver=2.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats"
 arch=('i686' 'x86_64')
 url="http://moc.daper.net/"
 license=('GPL')
-depends=('libmad' 'jack-audio-connection-kit' 'curl>=7.16.2' 'libsamplerate' 'libtool')
+depends=('libmad' 'libid3tag' 'jack-audio-connection-kit' 'curl>=7.16.2' 'libsamplerate' 'libtool')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec')
 optdepends=('speex: for using the speex plugin' 'ffmpeg: for using the ffmpeg plugin' 'taglib and libmpcdec: for using the musepack plugin')
 options=('!libtool')




More information about the arch-commits mailing list